Add support and debuff tactics
This commit is contained in:
@@ -55,5 +55,29 @@
|
||||
"effects": [
|
||||
{ "type": "stat_bonus", "stat": "def", "amount": 4, "duration_turns": 1 }
|
||||
]
|
||||
},
|
||||
"rally_order": {
|
||||
"name": "Rally Order",
|
||||
"kind": "support",
|
||||
"target": "ally",
|
||||
"mp_cost": 5,
|
||||
"range": [0, 2],
|
||||
"power": 0,
|
||||
"stat": "int",
|
||||
"effects": [
|
||||
{ "type": "stat_bonus", "stat": "atk", "amount": 3, "duration_turns": 1 }
|
||||
]
|
||||
},
|
||||
"disrupt_order": {
|
||||
"name": "Disrupt Order",
|
||||
"kind": "support",
|
||||
"target": "enemy",
|
||||
"mp_cost": 5,
|
||||
"range": [1, 3],
|
||||
"power": 0,
|
||||
"stat": "int",
|
||||
"effects": [
|
||||
{ "type": "stat_bonus", "stat": "atk", "amount": -3, "duration_turns": 2 }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user