Add accuracy order tactics

This commit is contained in:
2026-06-18 10:23:04 +09:00
parent feae7dd167
commit b15c5f6869
7 changed files with 36 additions and 11 deletions

View File

@@ -80,6 +80,18 @@
{ "type": "stat_bonus", "stat": "move", "amount": 1, "duration_turns": 1 }
]
},
"focus_order": {
"name": "Focus Order",
"kind": "support",
"target": "ally",
"mp_cost": 4,
"range": [0, 2],
"power": 0,
"stat": "int",
"effects": [
{ "type": "stat_bonus", "stat": "agi", "amount": 6, "duration_turns": 1 }
]
},
"disrupt_order": {
"name": "Disrupt Order",
"kind": "support",
@@ -104,6 +116,18 @@
{ "type": "stat_bonus", "stat": "move", "amount": -1, "duration_turns": 2 }
]
},
"feint_order": {
"name": "Feint Order",
"kind": "support",
"target": "enemy",
"mp_cost": 4,
"range": [1, 3],
"power": 0,
"stat": "int",
"effects": [
{ "type": "stat_bonus", "stat": "agi", "amount": -6, "duration_turns": 2 }
]
},
"poison_mist": {
"name": "Poison Mist",
"kind": "support",