diff options
author | Livio Recchia <recchialivio@libero.it> | 2023-04-03 23:42:35 +0200 |
---|---|---|
committer | Livio Recchia <recchialivio@libero.it> | 2023-04-03 23:42:35 +0200 |
commit | 78a8198b2695f5c2e82e84bd5d953dc6249a7897 (patch) | |
tree | 793fc4b14b6dfbe51c39f69cc8eb8757d309d12d /_patch | |
parent | c36bf0306723cff41fb4d8d08a91b51679ccccc6 (diff) | |
download | ttmmww-78a8198b2695f5c2e82e84bd5d953dc6249a7897.tar.gz ttmmww-78a8198b2695f5c2e82e84bd5d953dc6249a7897.tar.bz2 ttmmww-78a8198b2695f5c2e82e84bd5d953dc6249a7897.tar.xz ttmmww-78a8198b2695f5c2e82e84bd5d953dc6249a7897.zip |
modified: _patch/items.xml and fixed missed items lag
Diffstat (limited to '_patch')
-rw-r--r-- | _patch/items.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/_patch/items.xml b/_patch/items.xml index 761be4c..10cf0b3 100644 --- a/_patch/items.xml +++ b/_patch/items.xml @@ -149,6 +149,44 @@ tag="Scrolls" /> + <item id="5280" + image="equipment/head/leprechaunhat.png" + name="Leprechaun Hat" + description="Have you found the gold pot yet?" + type="equip-head" + defense="5" + weight="20"> + <sprite gender="unisex">equipment/head/leprechaunhat.xml</sprite> + </item> + <item id="5281" + image="equipment/head/party-red.png" + name="Party Hat (Red)" + description="You were invited to the celebration!" + type="equip-head" + defense="5" + weight="20"> + <sprite gender="unisex">equipment/head/party-red.xml</sprite> + </item> + <item id="5282" + image="equipment/head/party-green.png" + name="Party Hat (Green)" + description="You were invited to the celebration!" + type="equip-head" + defense="5" + weight="20"> + <sprite gender="unisex">equipment/head/party-green.xml</sprite> + </item> + <item id="5283" + image="equipment/head/party-blue.png" + name="Party Hat (Blue)" + description="You were invited to the celebration!" + type="equip-head" + defense="5" + weight="20"> + <sprite gender="unisex">equipment/head/party-blue.xml</sprite> + </item> + + <item id="5288" image="generic/naftalin.png" name="Naphthalene" |