Add panacea status cure item
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user