summaryrefslogtreecommitdiff
path: root/units.xml
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 /units.xml
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
Diffstat (limited to 'units.xml')
-rw-r--r--units.xml11
1 files changed, 7 insertions, 4 deletions
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>