diff options
Diffstat (limited to 'data/items/consumables/dwarf_weed_potion_unf.yaml')
| -rw-r--r-- | data/items/consumables/dwarf_weed_potion_unf.yaml | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/data/items/consumables/dwarf_weed_potion_unf.yaml b/data/items/consumables/dwarf_weed_potion_unf.yaml index 64f7faa..44f2eab 100644 --- a/data/items/consumables/dwarf_weed_potion_unf.yaml +++ b/data/items/consumables/dwarf_weed_potion_unf.yaml @@ -1,12 +1,16 @@ -id: dwarf_weed_potion_unf -name: "dwarf weed potion (unf)" color: "48" -description: "An unfinished potion with dwarf weed floating in water." -value: 88 +craft: + type: combine + consume: + - items: + - dwarf_weed + quantity: 1 + - items: + - vial_of_water + quantity: 1 + wait: 0 +description: An unfinished potion with dwarf weed floating in water. +id: dwarf_weed_potion_unf +name: dwarf weed potion (unf) stackable: false -made_from: - - items: [dwarf_weed] - quantity: 1 - - items: [vial_of_water] - quantity: 1 -ticks: 0 +value: 88 |
