fanren/config/abilities.json
2025-12-23 20:22:14 +08:00

29 lines
648 B
JSON

{
"ABILITY_01": {
"id": "ABILIT_01",
"name": "基础剑法",
"description": "七玄门基础剑法,简单实用。",
"type": "attack",
"cost": 5,
"power": 15,
"cooldown": 1
},
"ABILIT_02": {
"id": "ABILIT_02",
"name": "长春功",
"description": "墨大夫传授的神秘功法,可以恢复生命。",
"type": "heal",
"cost": 10,
"power": 25,
"cooldown": 2
},
"ABILIT_03": {
"id": "ABILIT_03",
"name": "灵力护盾",
"description": "初级防护技能,可以减少受到的伤害。",
"type": "defense",
"cost": 8,
"power": 10,
"cooldown": 3
}
}