1
0
Fork 0
forked from Simnation/Main

Update config.lua

This commit is contained in:
Nordi98 2025-07-01 13:51:12 +02:00
parent cd48f3b066
commit d296fef35f

View file

@ -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