summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-07-05 17:35:45 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-05 17:35:45 -0300
commit0d5262ba6d59ddd73c93415f2b48b5404558cbfa (patch)
tree2d92002a2c1ed5fa55e6d7cd7ec72f701844a916
parent9c6ed4257092a7736b16e52f4bf49f715e18a493 (diff)
downloadclientdata-0d5262ba6d59ddd73c93415f2b48b5404558cbfa.tar.gz
clientdata-0d5262ba6d59ddd73c93415f2b48b5404558cbfa.tar.bz2
clientdata-0d5262ba6d59ddd73c93415f2b48b5404558cbfa.tar.xz
clientdata-0d5262ba6d59ddd73c93415f2b48b5404558cbfa.zip
Add Hero Coin / Boss Medal
Close serverdata#52 along serverdata@4d13117c8898f0cdaa94c5b599938998fc87f03a
-rw-r--r--graphics/items/generic/herocoin.pngbin0 -> 1032 bytes
-rw-r--r--items/generic.xml6
-rw-r--r--npcs.xml2
-rw-r--r--units.xml11
4 files changed, 14 insertions, 5 deletions
diff --git a/graphics/items/generic/herocoin.png b/graphics/items/generic/herocoin.png
new file mode 100644
index 00000000..808d6804
--- /dev/null
+++ b/graphics/items/generic/herocoin.png
Binary files differ
diff --git a/items/generic.xml b/items/generic.xml
index 90649150..80f80cac 100644
--- a/items/generic.xml
+++ b/items/generic.xml
@@ -301,6 +301,12 @@
description="The seeds from a seasonal pumpkin vine."
type="generic"
weight="1" />
+ <item id="3012"
+ image="generic/herocoin.png"
+ name="Boss Medal"
+ description="Acquired with great efforts; Many will never hold one."
+ type="generic"
+ weight="1" />
<item id="4000"
image="generic/scorpionstinger.png|W:#800000,ffffff"
name="Angry Scorpion Stinger"
diff --git a/npcs.xml b/npcs.xml
index e751aaa3..bdcc0fdd 100644
--- a/npcs.xml
+++ b/npcs.xml
@@ -845,7 +845,7 @@
<npc id="312">
<sprite>npcs/npc-beerguyghost.xml</sprite>
</npc>
- <npc id="313">
+ <npc id="313" currency="medal">
<sprite>npcs/npc-chronos.xml</sprite>
</npc>
<npc id="314">
diff --git a/units.xml b/units.xml
index a9ab6357..83091d0d 100644
--- a/units.xml
+++ b/units.xml
@@ -1,7 +1,10 @@
<?xml version="1.0"?>
<units>
- <unit type="currency" base="GP" round="0"/>
- <unit type="weight" base="g" round="0">
- <level symbol="kg" count="1000" round="2"/>
- </unit>
+ <unit type="currency" base="GP" round="0" separator=" "/>
+ <unit type="weight" base="g" round="0" separator=" ">
+ <level symbol="kg" count="1000" round="2"/>
+ </unit>
+ <currency>
+ <unit name="medal" base=" Medals" round="0" separator=" "/>
+ </currency>
</units>