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