tmw-clientdata/units.xml
Jessica Tölke b683a8cfeb Format xml files.
Running tools/formatXML.sh
Applying manual edits to:
- effects.xml to place comments above the line they belong to instead of below
- to paths.xml and portal-door.particle.xml to remove tabs within a comment
- to playerglow.particle.xml to remove an superflous '-->' which messed up the automatic indentation.
- used 'sed 's/^\(.*\)\(<!--.*-->\)\(.*\)$/\2\1\3/' -i npcs.xml' to move comments in front of the tags they belong to,
manually edited npcs 251 to 265
2012-06-11 20:42:33 +02:00

7 lines
185 B
XML

<?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>
</units>