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",

View File

@@ -18,7 +18,7 @@
]
},
"shop": {
"items": ["bean"]
"items": ["bean", "antidote"]
},
"formation": {
"cells": [[1, 3], [1, 4], [2, 3], [2, 4]]

View File

@@ -23,6 +23,7 @@
"shop": {
"items": [
"bean",
"antidote",
"cloth_robe",
"leather_armor",
"short_bow",

View File

@@ -38,6 +38,7 @@
"shop": {
"items": [
"bean",
"antidote",
"wine",
"iron_sword",
"training_spear",

View File

@@ -38,6 +38,7 @@
"shop": {
"items": [
"bean",
"antidote",
"wine",
"iron_sword",
"training_spear",

View File

@@ -37,6 +37,7 @@
"shop": {
"items": [
"bean",
"antidote",
"wine",
"iron_sword",
"training_spear",

View File

@@ -43,6 +43,7 @@
"shop": {
"items": [
"bean",
"antidote",
"wine",
"iron_sword",
"training_spear",