Add disarm attack lock tactic

This commit is contained in:
2026-06-18 10:32:32 +09:00
parent b15c5f6869
commit cbfc221782
11 changed files with 68 additions and 26 deletions

View File

@@ -128,6 +128,18 @@
{ "type": "stat_bonus", "stat": "agi", "amount": -6, "duration_turns": 2 }
]
},
"disarm_tactic": {
"name": "Disarm Tactic",
"kind": "support",
"target": "enemy",
"mp_cost": 5,
"range": [1, 3],
"power": 0,
"stat": "int",
"effects": [
{ "type": "action_lock", "status": "disarm", "action": "attack", "duration_turns": 2 }
]
},
"poison_mist": {
"name": "Poison Mist",
"kind": "support",