Add antidote status cure item

This commit is contained in:
2026-06-18 09:43:23 +09:00
parent 1fa7e2afac
commit b8b2626d97
15 changed files with 112 additions and 14 deletions

View File

@@ -100,6 +100,15 @@
"effects": [{ "type": "heal_hp", "amount": 20 }],
"price": 50
},
"antidote": {
"name": "Antidote",
"kind": "consumable",
"target": "ally",
"range": [0, 1],
"uses": 1,
"effects": [{ "type": "cure_status", "status": "poison" }],
"price": 70
},
"wine": {
"name": "Wine",
"kind": "consumable",