Add first support tactic

This commit is contained in:
2026-06-18 03:11:35 +09:00
parent b0d26530f2
commit 618a780796
9 changed files with 263 additions and 23 deletions

View File

@@ -43,5 +43,17 @@
"range": [0, 2],
"power": 20,
"stat": "int"
},
"guard_order": {
"name": "Guard Order",
"kind": "support",
"target": "ally",
"mp_cost": 5,
"range": [0, 2],
"power": 0,
"stat": "int",
"effects": [
{ "type": "stat_bonus", "stat": "def", "amount": 4, "duration_turns": 1 }
]
}
}