forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
cd48f3b066
commit
d296fef35f
1 changed files with 1 additions and 3 deletions
|
@ -40,7 +40,6 @@ Config.bait = {
|
||||||
label = 'Artificial Lure',
|
label = 'Artificial Lure',
|
||||||
loseChance = 30, -- harder to lose
|
loseChance = 30, -- harder to lose
|
||||||
catchBonus = 15 -- 15% better catch chance
|
catchBonus = 15 -- 15% better catch chance
|
||||||
exclusive = {'pufferfish'}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
itemName = 'young_salmon',
|
itemName = 'young_salmon',
|
||||||
|
@ -48,8 +47,7 @@ Config.bait = {
|
||||||
loseChance = 80, -- easy to lose
|
loseChance = 80, -- easy to lose
|
||||||
catchBonus = 25 -- 25% better catch chance
|
catchBonus = 25 -- 25% better catch chance
|
||||||
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
|
||||||
itemName = 'fishbait', -- For backwards compatibility
|
itemName = 'fishbait', -- For backwards compatibility
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue