mirror of
https://github.com/MinetestForFun/fishing.git
synced 2025-07-26 20:00:32 +02:00
added 4 new fish and trophy (carp, perch, catfish, exoticfish)
fish, carp, perch, catfish and pike only catched in rivers clownfish, bluewhite,exoticfish and shark only catched in sea convert sound stereo in mono
This commit is contained in:
27
prizes.lua
27
prizes.lua
@ -1,17 +1,30 @@
|
||||
|
||||
|
||||
fishing_setting.prizes["fish"] = {
|
||||
{"fishing", "fish_raw", 0, "a Fish."},
|
||||
{"fishing", "clownfish_raw", 0, "a Clownfish."},
|
||||
{"fishing", "bluewhite_raw", 0, "a Bluewhite."}
|
||||
fishing_setting.prizes["rivers"] = {}
|
||||
fishing_setting.prizes["rivers"]["little"] = {
|
||||
{"fishing", "fish_raw", 0, "a Fish."},
|
||||
{"fishing", "carp_raw", 0, "a Carp."},
|
||||
}
|
||||
|
||||
fishing_setting.prizes["shark"] = {
|
||||
fishing_setting.prizes["rivers"]["big"] = {
|
||||
{"fishing", "pike_raw", 0, "a Northern Pike."},
|
||||
{"fishing", "perch_raw", 0, "a Perch."},
|
||||
{"fishing", "catfish_raw", 0, "a Catfish."},
|
||||
}
|
||||
|
||||
|
||||
fishing_setting.prizes["sea"] = {}
|
||||
fishing_setting.prizes["sea"]["little"] = {
|
||||
{"fishing", "clownfish_raw", 0, "a Clownfish."},
|
||||
{"fishing", "bluewhite_raw", 0, "a Bluewhite."},
|
||||
{"fishing", "exoticfish_raw", 0, "a Exoticfish."},
|
||||
}
|
||||
|
||||
fishing_setting.prizes["sea"]["big"] = {
|
||||
{"fishing", "shark_raw", 0, "a small Shark."},
|
||||
{"fishing", "pike_raw", 0, "a Northern Pike."}
|
||||
}
|
||||
|
||||
|
||||
|
||||
local stuff = {
|
||||
-- mod item wear message ("You caught "..) nrmin chance (1/67)
|
||||
{"flowers", "seaweed", 0, "some Seaweed.", 1, 5},
|
||||
|
Reference in New Issue
Block a user