diff options
-rw-r--r-- | itemcolors.xml | 8 | ||||
-rw-r--r-- | items.xml | 61 |
2 files changed, 65 insertions, 4 deletions
diff --git a/itemcolors.xml b/itemcolors.xml index 720f385b..c4b2e0c8 100644 --- a/itemcolors.xml +++ b/itemcolors.xml @@ -113,15 +113,15 @@ Copyright (C) 2018 TMW2: Moubootaur Legends --> <!-- Colors for Elementals Cards --> <list name="elementals"> - <color id="0" name="Neutral" value="#585858,aaaaaa,d0d0d0,ffffff"/> + <color id="0" name="Neutral" value="#44494b,797a7e,b9bbc1"/> <color id="1" name="Water" value="#0d1430,21337c,4363e5"/> <color id="2" name="Earth" value="#3f221d,754d23,f5cea4"/> <color id="3" name="Fire" value="#3c3c3c,2b1b29,4d4d4d,3e1e28,686868,6f2630,919191,a6313f,b6b6b6,d15b5b,dfdfdf,e59b77"/> <color id="4" name="Wind" value="#196253,18986c,37cf7d"/> <color id="5" name="Poison" value="#115511,22aa22,99dd99"/> - <color id="6" name="Holy" value="#44494b,797a7e,b9bbc1"/> + <color id="6" name="Holy" value="#585858,aaaaaa,d0d0d0,ffffff"/> <color id="7" name="Shadow" value="#111111,222222,333333,444444,555555,aaaaaa"/> - <color id="7" name="Ghost" value="#3c3c3c,35313d,4d4d4d,443f4f,686868,485c6b,919191,50918f,b6b6b6,75c7a8,dfdfdf,c3e8c4"/> - <color id="7" name="Undead" value="#640088,b350e0,ecb7ff"/> + <color id="8" name="Ghost" value="#3c3c3c,35313d,4d4d4d,443f4f,686868,485c6b,919191,50918f,b6b6b6,75c7a8,dfdfdf,c3e8c4"/> + <color id="9" name="Undead" value="#640088,b350e0,ecb7ff"/> </list> </colors> @@ -2331,6 +2331,67 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. weight="0" sellProtected="true"/> + <item id="900" + image="generic/elemental.png|W:#44494b,797a7e,b9bbc1" + name="Neutral Elemental Orb" + description="Contains the essence of neutrality." + type="generic" + weight="10"/> + <item id="901" + image="generic/elemental.png|W:#0d1430,21337c,4363e5" + name="Water Elemental Orb" + description="Contains the essence of water." + type="generic" + weight="10"/> + <item id="902" + image="generic/elemental.png|W:#3f221d,754d23,f5cea4" + name="Earth Elemental Orb" + description="Contains the essence of earth." + type="generic" + weight="10"/> + <item id="903" + image="generic/elemental.png|W:#3c3c3c,2b1b29,4d4d4d,3e1e28,686868,6f2630,919191,a6313f,b6b6b6,d15b5b,dfdfdf,e59b77" + name="Fire Elemental Orb" + description="Contains the essence of fire." + type="generic" + weight="10"/> + <item id="904" + image="generic/elemental.png|W:#196253,18986c,37cf7d" + name="Wind Elemental Orb" + description="Contains the essence of wind." + type="generic" + weight="10"/> + <item id="905" + image="generic/elemental.png|W:#115511,22aa22,99dd99" + name="Poison Elemental Orb" + description="Contains the essence of poison. Does not poison foes." + type="generic" + weight="10"/> + <item id="906" + image="generic/elemental.png|W:#585858,aaaaaa,d0d0d0,ffffff" + name="Holy Elemental Orb" + description="Contains the essence of holiness." + type="generic" + weight="10"/> + <item id="907" + image="generic/elemental.png|W:#111111,222222,333333,444444,555555,aaaaaa" + name="Shadow Elemental Orb" + description="Contains the essence of darkness." + type="generic" + weight="10"/> + <item id="908" + image="generic/elemental.png|W:#3c3c3c,35313d,4d4d4d,443f4f,686868,485c6b,919191,50918f,b6b6b6,75c7a8,dfdfdf,c3e8c4" + name="Ghost Elemental Orb" + description="Contains the essence of etheral." + type="generic" + weight="10"/> + <item id="909" + image="generic/elemental.png|W:#640088,b350e0,ecb7ff" + name="Undead Elemental Orb" + description="Contains the essence of restlessness." + type="generic" + weight="10"/> + <!-- Necklaces --> <item id="1000" image="equipment/amulet/bromenalfourleafamulet.png" |