Add panacea status cure item

This commit is contained in:
2026-06-18 10:02:57 +09:00
parent 23642a14e1
commit dcf45a3cd1
15 changed files with 35 additions and 16 deletions

View File

@@ -109,6 +109,18 @@
"effects": [{ "type": "cure_status", "status": "poison" }],
"price": 70
},
"panacea": {
"name": "Panacea",
"kind": "consumable",
"target": "ally",
"range": [0, 1],
"uses": 1,
"effects": [
{ "type": "cure_status", "status": "poison" },
{ "type": "cure_status", "status": "seal" }
],
"price": 140
},
"wine": {
"name": "Wine",
"kind": "consumable",