Files
jgl_sunlit_patch/kubejs/data/stardew_fishing/minigame_modifiers.json
T
2026-07-31 10:34:32 +09:00

44 lines
1012 B
JSON

{
"modifiers": {
"stardew_fishing:trap_bobber": {
"line_strength": "x1.33"
},
"stardew_fishing:cork_bobber": {
"bar_size": "+4"
},
"stardew_fishing:treasure_bobber": {
"treasure_chance_bonus": "+0.05"
},
"stardew_fishing:quality_bobber": {
"quality_boost": "+1"
},
"tide:apple_fishing_bobber": {
"top_speed": "x0.9",
"up_acceleration": "x0.9",
"down_acceleration": "x1.1"
},
"aquaculture:iron_fishing_rod": {
"bar_size": "+7"
},
"aquaculture:gold_fishing_rod": {
"bar_size": "+10"
},
"aquaculture:diamond_fishing_rod": {
"bar_size": "+14"
},
"aquaculture:neptunium_fishing_rod": {
"bar_size": "+17"
},
"netherdepthsupgrade:lava_fishing_rod": {
"bar_size": "+12"
},
"society:needle_bobber": {
"bar_size": "-24",
"quality_boost": "+3"
},
"society:net_bobber": {
"bar_size": "-24",
"treasure_chance_bonus": "+0.2"
}
}
}