diff options
Diffstat (limited to 'items')
-rw-r--r-- | items/generic.xml | 18 | ||||
-rw-r--r-- | items/usable.xml | 9 |
2 files changed, 27 insertions, 0 deletions
diff --git a/items/generic.xml b/items/generic.xml index 80f80cac..7f3ab59f 100644 --- a/items/generic.xml +++ b/items/generic.xml @@ -1533,4 +1533,22 @@ description="A magical artifact resembling a flower." type="generic" weight="1" /> + <item id="5276" + image="generic/thermalpotion.png" + name="Thermal Napalm" + description="A magical potion, capable to ignite a flame." + type="generic" + weight="1" /> + <item id="5278" + image="generic/xmasticket-merlin.png" + name="Christmas Ticket" + description="Exchangeable for rares during Christmas 2021 event." + type="generic" + weight="0" /> + <item id="5279" + image="generic/carrot.png" + name="Carrot" + description="Exchangeable for ultra rares after Christmas 2021 event." + type="generic" + weight="0" /> </items> diff --git a/items/usable.xml b/items/usable.xml index 28525d33..502a6739 100644 --- a/items/usable.xml +++ b/items/usable.xml @@ -860,4 +860,13 @@ weight="2" tag="Scrolls" /> + <item id="5277" + image="use/others/bigpumpkinseed.png" + name="Christmas Seeds" + description="Decoration and instant growth covered by the insurance policy." + effect="Plants Christmas Trees - only on designed zone" + useButton="Plant" + type="usable" + weight="1" + /> </items> |