Add movement order tactics

This commit is contained in:
2026-06-18 10:18:07 +09:00
parent 14ca76d8cb
commit feae7dd167
9 changed files with 42 additions and 14 deletions

View File

@@ -68,6 +68,18 @@
{ "type": "stat_bonus", "stat": "atk", "amount": 3, "duration_turns": 1 }
]
},
"march_order": {
"name": "March Order",
"kind": "support",
"target": "ally",
"mp_cost": 5,
"range": [0, 2],
"power": 0,
"stat": "int",
"effects": [
{ "type": "stat_bonus", "stat": "move", "amount": 1, "duration_turns": 1 }
]
},
"disrupt_order": {
"name": "Disrupt Order",
"kind": "support",
@@ -80,6 +92,18 @@
{ "type": "stat_bonus", "stat": "atk", "amount": -3, "duration_turns": 2 }
]
},
"hamper_order": {
"name": "Hamper Order",
"kind": "support",
"target": "enemy",
"mp_cost": 5,
"range": [1, 3],
"power": 0,
"stat": "int",
"effects": [
{ "type": "stat_bonus", "stat": "move", "amount": -1, "duration_turns": 2 }
]
},
"poison_mist": {
"name": "Poison Mist",
"kind": "support",