diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-03-01 21:52:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-03-01 21:52:25 -0300 |
commit | cdf5480e019de6389d4ae569c1265858d6a6c069 (patch) | |
tree | be6f6e8e0f4d641e9d12a3f1f0f077409bc53686 | |
parent | a160efba3c9bce9c05a2fc3075cfd610a9763abb (diff) | |
download | clientdata-cdf5480e019de6389d4ae569c1265858d6a6c069.tar.gz clientdata-cdf5480e019de6389d4ae569c1265858d6a6c069.tar.bz2 clientdata-cdf5480e019de6389d4ae569c1265858d6a6c069.tar.xz clientdata-cdf5480e019de6389d4ae569c1265858d6a6c069.zip |
Mark which mercenaries are ranged
Rosa, Earth Witch, Arthur, Swezanne and Xanthem.
-rw-r--r-- | items.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -8090,7 +8090,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <item id="7513" image="usable/card/herocard.png" name="Xanthem Card ★★★★★" - description="Summons Xanthem to your aid." + description="Summons Xanthem to your aid. Ranged." effect="Summon a Mercenary for 10 minutes" type="usable" weight="5"/> @@ -8119,7 +8119,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <item id="7533" image="usable/card/herocard.png" name="Swezanne Card ★★★★" - description="Summons Swezanne to your aid." + description="Summons Swezanne to your aid. Ranged." effect="Summon a Mercenary for 10 minutes" type="usable" weight="5"/> @@ -8148,7 +8148,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <item id="7553" image="usable/card/herocard.png" name="Arthur Card ★★★" - description="Summons Arthur to your aid." + description="Summons Arthur to your aid. Ranged." effect="Summon a Mercenary for 10 minutes" type="usable" weight="5"/> @@ -8177,7 +8177,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <item id="7573" image="usable/card/herocard.png" name="Earth Witch Card ★★" - description="Summons Earth Witch to your aid." + description="Summons Earth Witch to your aid. Ranged." effect="Summon a Mercenary for 10 minutes" type="usable" weight="5"/> @@ -8206,7 +8206,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <item id="7593" image="usable/card/herocard.png" name="Rosa Card ★" - description="Summons Rosa to your aid." + description="Summons Rosa to your aid. Ranged." effect="Summon a Mercenary for 10 minutes" type="usable" weight="5"/> |