1
0
mirror of https://github.com/MinetestForFun/fishing.git synced 2025-07-26 20:00:32 +02:00

mores changes

write config
add functions load|save config
add tresor system chance
This commit is contained in:
2015-06-09 23:09:47 +02:00
parent ab21ae6cdc
commit ab67ad83b3
7 changed files with 238 additions and 125 deletions

View File

@ -1,28 +1,26 @@
minetest.register_alias("flowers_plus:seaweed", "flowers:seaweed") -- exception
fishing_setting.prizes.fish = {
{"fishing", "fish_raw", 0, "a Fish.", 1, 60}
}
{"fishing", "fish_raw", 0, "a Fish."}
}
-- Here's what you can prizes
fishing_setting.prizes.loose = {
-- MoD iTeM WeaR MeSSaGe ("You caught "..) NRMiN CHaNCe (../120)
{"default", "stick", 0, "a Twig.", 81, 2},
{"mobs", "rat", 0, "a Rat.", 83, 1},
{"flowers_plus", "seaweed", 0, "some Seaweed.", 86, 20},
{"seaplants", "kelpgreen", 0, "a Green Kelp.", 106, 10},
{"farming", "string", 0, "a String.", 116, 2},
{"trunks", "twig_1", 0, "a Twig.", 121, 2}
-- MoD iTeM WeaR MeSSaGe ("You caught "..)
{"default", "stick", 0, "a Twig."},
{"mobs", "rat", 0, "a Rat."},
{"flowers_plus", "seaweed", 0, "some Seaweed."},
{"seaplants", "kelpgreen", 0, "a Green Kelp."},
{"farming", "string", 0, "a String."},
{"trunks", "twig_1", 0, "a Twig."}
}
fishing_setting.prizes.tresor = {
{"fishing", "pole_wood", "randomtools", "an old Fishing Pole.", 118, 2},
{"3d_armor", "boots_wood", "random", "some very old Boots.", 120, 1}
fishing_setting.prizes.stuff = {
{"fishing", "pole_wood", "randomtools", "an old Fishing Pole."},
{"3d_armor", "boots_wood", "random", "some very old Boots."}
}
fishing_setting.prizes.tresor = {"default", "mese", 0, "a mese block."}