L2JMobius

Top Royal Guard Ring - SKILLS PASIVE

gamelike85 · 2 · 5055

Offline gamelike85

  • Viscount
  • *****
    • Posts: 378
  • "I fix it for a cookie!"
SKILLS PASIVE

Code: [Select]
<skill id="8795" toLevel="1" name="Top-grade Royal Guard Ring - Gludio">
<!-- AUTO GENERATED SKILL -->
<!-- Increases Earth Resistance by 15. -->
<icon>icon.accessory_ring_of_domi_protection_i00</icon>
<operateType>P</operateType>
<magicCriticalRate>5</magicCriticalRate>
<magicLvl>85</magicLvl>
<effects>
<effect name="DefenceAttribute">
<amount>15</amount>
<attribute>EARTH</attribute>
</effect>
</effects>
</skill>
<skill id="8796" toLevel="1" name="Top-grade Royal Guard Ring - Dion">
<!-- AUTO GENERATED SKILL -->
<!-- Increases Water Resistance by 15. -->
<icon>icon.accessory_ring_of_domi_protection_i00</icon>
<operateType>P</operateType>
<magicCriticalRate>5</magicCriticalRate>
<magicLvl>85</magicLvl>
<effects>
<effect name="DefenceAttribute">
<amount>15</amount>
<attribute>WATER</attribute>
</effect>
</effects>
</skill>
<skill id="8797" toLevel="1" name="Top-grade Royal Guard Ring - Giran">
<!-- AUTO GENERATED SKILL -->
<!-- Increases Fire Resistance by 15. -->
<icon>icon.accessory_ring_of_domi_protection_i00</icon>
<operateType>P</operateType>
<magicCriticalRate>5</magicCriticalRate>
<magicLvl>85</magicLvl>
<effects>
<effect name="DefenceAttribute">
<amount>15</amount>
<attribute>FIRE</attribute>
</effect>
</effects>
</skill>
<skill id="8798" toLevel="1" name="Top-grade Royal Guard Ring - Oren">
<!-- AUTO GENERATED SKILL -->
<!-- Increases Earth Resistance by 15. -->
<icon>icon.accessory_ring_of_domi_protection_i00</icon>
<operateType>P</operateType>
<magicCriticalRate>5</magicCriticalRate>
<magicLvl>85</magicLvl>
<effects>
<effect name="DefenceAttribute">
<amount>15</amount>
<attribute>EARTH</attribute>
</effect>
</effects>
</skill>
<skill id="8799" toLevel="1" name="Top-grade Royal Guard Ring - Aden">
<!-- AUTO GENERATED SKILL -->
<!-- Increases Holy Resistance by 15. -->
<icon>icon.accessory_ring_of_domi_protection_i00</icon>
<operateType>P</operateType>
<magicCriticalRate>5</magicCriticalRate>
<magicLvl>85</magicLvl>
</skill>

Code: [Select]
<skill id="8800" toLevel="1" name="Top-grade Royal Guard Ring - Innadril">
<!-- AUTO GENERATED SKILL -->
<!-- Increases Holy Resistance by 15. -->
<icon>icon.accessory_ring_of_domi_protection_i00</icon>
<operateType>P</operateType>
<magicCriticalRate>5</magicCriticalRate>
<magicLvl>85</magicLvl>
<effects>
<effect name="DefenceAttribute">
<amount>15</amount>
<attribute>HOLY</attribute>
</effect>
</effects>
</skill>
<skill id="8801" toLevel="1" name="Top-grade Royal Guard Ring - Goddard">
<!-- AUTO GENERATED SKILL -->
<!-- Increases Dark Resistance by 15. -->
<icon>icon.accessory_ring_of_domi_protection_i00</icon>
<operateType>P</operateType>
<magicCriticalRate>5</magicCriticalRate>
<magicLvl>85</magicLvl>
<effects>
<effect name="DefenceAttribute">
<amount>15</amount>
<attribute>DARK</attribute>
</effect>
</effects>
</skill>
<skill id="8802" toLevel="1" name="Top-grade Royal Guard Ring - Rune">
<!-- AUTO GENERATED SKILL -->
<!-- Increases Wind Resistance by 15. -->
<icon>icon.accessory_ring_of_domi_protection_i00</icon>
<operateType>P</operateType>
<magicCriticalRate>5</magicCriticalRate>
<magicLvl>85</magicLvl>
<effects>
<effect name="DefenceAttribute">
<amount>15</amount>
<attribute>WIND</attribute>
</effect>
</effects>
</skill>
<skill id="8803" toLevel="1" name="Top-grade Royal Guard Ring - Schuttgart">
<!-- AUTO GENERATED SKILL -->
<!-- Increases Dark Resistance by 15. -->
<icon>icon.accessory_ring_of_domi_protection_i00</icon>
<operateType>P</operateType>
<magicCriticalRate>5</magicCriticalRate>
<magicLvl>85</magicLvl>
<effects>
<effect name="DefenceAttribute">
<amount>15</amount>
<attribute>DARK</attribute>
</effect>
</effects>
</skill>


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16012