forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
d296fef35f
commit
e616930582
1 changed files with 5 additions and 5 deletions
|
@ -42,11 +42,11 @@ Config.bait = {
|
||||||
catchBonus = 15 -- 15% better catch chance
|
catchBonus = 15 -- 15% better catch chance
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
itemName = 'young_salmon',
|
itemName = 'young_salmon',
|
||||||
label = 'Young Salmon',
|
label = 'Young Salmon',
|
||||||
loseChance = 80, -- easy to lose
|
loseChance = 80, -- easy to lose
|
||||||
catchBonus = 25 -- 25% better catch chance
|
catchBonus = 25, -- 25% better catch chance (added comma here)
|
||||||
exclusive = {'pufferfish'} -- can only catch pufferfish with this
|
exclusive = {'pufferfish'} -- can only catch pufferfish with this
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
defaultBait = 'fishbait', -- Default bait item name
|
defaultBait = 'fishbait', -- Default bait item name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue