Add poison damage over time tactics

This commit is contained in:
2026-06-18 09:37:12 +09:00
parent 07861391c7
commit 1fa7e2afac
10 changed files with 201 additions and 70 deletions

View File

@@ -79,5 +79,17 @@
"effects": [
{ "type": "stat_bonus", "stat": "atk", "amount": -3, "duration_turns": 2 }
]
},
"poison_mist": {
"name": "Poison Mist",
"kind": "support",
"target": "enemy",
"mp_cost": 6,
"range": [1, 3],
"power": 0,
"stat": "int",
"effects": [
{ "type": "damage_over_time", "status": "poison", "amount": 4, "duration_turns": 2 }
]
}
}