summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>