Files
MinFt/cfgData/tbrodbasicstats.json
2026-04-27 12:07:32 +08:00

47 lines
911 B
JSON

[
{
"ID": 1,
"DisplayOrder": 1,
"Title": {
"key": "RodBasicStats_1",
"text": "伤害"
},
"Desc": {
"key": "RodBasicStatsDesc_1",
"text": "决定了每秒对鱼造成的伤害"
},
"Icon": "icon_rod_damage",
"Min": -450,
"Max": 3750
},
{
"ID": 2,
"DisplayOrder": 2,
"Title": {
"key": "RodBasicStats_2",
"text": "手感"
},
"Desc": {
"key": "RodBasicStatsDesc_2",
"text": "决定了张力条绿色区域的大小和充能速度"
},
"Icon": "icon_rod_handling",
"Min": 20,
"Max": 150
},
{
"ID": 3,
"DisplayOrder": 3,
"Title": {
"key": "RodBasicStats_3",
"text": "卷线长度"
},
"Desc": {
"key": "RodBasicStatsDesc_3",
"text": "决定了鱼的最大逃脱距离"
},
"Icon": "icon_rod_linelength",
"Min": 50,
"Max": 275
}
]