L2JMobius

Free Users => Shares/Contributions => Committed User Contributions => Topic started by: gamelike85 on September 17, 2017, 11:11:50 PM

Title: Top Royal Guard Ring - SKILLS PASIVE
Post by: gamelike85 on September 17, 2017, 11:11:50 PM
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>
Title: Re: Top Royal Guard Ring - SKILLS PASIVE
Post by: Mobius on September 18, 2017, 04:02:01 PM
Committed with revision 2742.
Thanks :D