forked from broderickhyman/ao-bin-dumps
-
Notifications
You must be signed in to change notification settings - Fork 1
/
currencies.xml
12 lines (11 loc) · 984 Bytes
/
currencies.xml
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<currencies xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="currencies.xsd">
<!-- GVG Season currencies -->
<currency uniquename="GVGTOKEN_GENERIC" item="UNIQUE_GVGTOKEN_GENERIC" displayname="@ITEMS_UNIQUE_GVGTOKEN_GENERIC" transactionlogaccountname="siphoned_energy" />
<!-- Faction Point currencies -->
<currency uniquename="FACTION_FOREST" uisprite="FACTION_TOKEN_FOREST" displayname="@CURRENCY_FACTION_FOREST" />
<currency uniquename="FACTION_HIGHLAND" uisprite="FACTION_TOKEN_HIGHLANDS" displayname="@CURRENCY_FACTION_HIGHLAND" />
<currency uniquename="FACTION_MOUNTAIN" uisprite="FACTION_TOKEN_MOUNTAINS" displayname="@CURRENCY_FACTION_MOUNTAIN" />
<currency uniquename="FACTION_STEPPE" uisprite="FACTION_TOKEN_STEPPE" displayname="@CURRENCY_FACTION_STEPPE"/>
<currency uniquename="FACTION_SWAMP" uisprite="FACTION_TOKEN_SWAMP" displayname="@CURRENCY_FACTION_SWAMP" />
</currencies>