feat(i18n): 新增四个技能的中英文本地化文本

为技能ID 7009至7012添加对应的中英文名称与描述文本,支持游戏内多语言显示。
This commit is contained in:
walkpan
2026-05-03 00:13:27 +08:00
parent 2eaf85c6f5
commit a895456974
2 changed files with 19 additions and 3 deletions

View File

@@ -20,5 +20,13 @@
"role_hp": "HP",
"role_power": "Power",
"role_physical": "Physical",
"role_agile": "Agile"
}
"role_agile": "Agile",
"fskill_name_7009": "Frost Domain",
"fskill_name_7010": "Deadly Focus",
"fskill_name_7011": "Rending Strike",
"fskill_name_7012": "Gale March",
"fskill_info_7009": "Increase all allied heroes' freeze chance by {0}%",
"fskill_info_7010": "Increase all allied heroes' critical chance by {0}%",
"fskill_info_7011": "Increase all allied heroes' critical damage by {0}%",
"fskill_info_7012": "Increase all allied heroes' attack speed by {0}%"
}