L2JMobius

Refined Romantic Chapeau - Skills Update

gamelike85 · 2 · 5593

Offline gamelike85

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


Code: [Select]
<skill id="8872" toLevel="1" name="Refined Romantic Chapeau containing the GM's Sincerity">
<!-- AUTO GENERATED SKILL -->
<!-- Increases P. Atk. By 5%. -->
<icon>icon.accessory_archer_hat2_i00</icon>
<operateType>P</operateType>
<magicCriticalRate>5</magicCriticalRate>
<magicLvl>1</magicLvl>
<effects>
<effect name="PAtk">
<amount>5</amount>
<mode>PER</mode>
</effect>
</effects>
</skill>
<skill id="8873" toLevel="1" name="Refined Romantic Chapeau containing the GM's Sincerity">
<!-- AUTO GENERATED SKILL -->
<!-- Increases M. Atk. By 10%. -->
<icon>icon.accessory_archer_hat2_i00</icon>
<operateType>P</operateType>
<magicCriticalRate>5</magicCriticalRate>
<magicLvl>1</magicLvl>
<effects>
<effect name="MAtk">
<amount>10</amount>
<mode>PER</mode>
</effect>
</effects>
</skill>
<skill id="8874" toLevel="1" name="Refined Romantic Chapeau containing the GM's Sincerity">
<!-- AUTO GENERATED SKILL -->
<!-- WIT + 3. -->
<icon>icon.accessory_archer_hat2_i00</icon>
<operateType>P</operateType>
<magicCriticalRate>5</magicCriticalRate>
<magicLvl>1</magicLvl>
<effects>
<effect name="StatUp">
<amount>3</amount>
<stat>WIT</stat>
</effect>
</effects>
</skill>
<skill id="8875" toLevel="1" name="Refined Romantic Chapeau containing the GM's Blessing">
<!-- AUTO GENERATED SKILL -->
<!-- Increases P. Atk. By 5%, and Critical Rate + 50. -->
<icon>icon.accessory_archer_hat2_i00</icon>
<operateType>P</operateType>
<magicCriticalRate>5</magicCriticalRate>
<magicLvl>1</magicLvl>
<effects>
<effect name="PAtk">
<amount>5</amount>
<mode>PER</mode>
</effect>
<effect name="CriticalRate">
<amount>50</amount>
<mode>DIFF</mode>
</effect>
</effects>
</skill>
<skill id="8876" toLevel="1" name="Refined Romantic Chapeau containing the GM's Blessing">
<!-- AUTO GENERATED SKILL -->
<!-- M. Atk. + 10%, and INT + 3. -->
<icon>icon.accessory_archer_hat2_i00</icon>
<operateType>P</operateType>
<magicCriticalRate>5</magicCriticalRate>
<magicLvl>1</magicLvl>
<effects>
<effect name="MAtk">
<amount>10</amount>
<mode>PER</mode>
</effect>
<effect name="StatUp">
<amount>3</amount>
<stat>INT</stat>
</effect>
</effects>
</skill>
<skill id="8877" toLevel="1" name="Refined Romantic Chapeau containing the GM's Blessing">
<!-- AUTO GENERATED SKILL -->
<!-- WIT + 3, MEN + 3. -->
<icon>icon.accessory_archer_hat2_i00</icon>
<operateType>P</operateType>
<magicCriticalRate>5</magicCriticalRate>
<magicLvl>1</magicLvl>
<effects>
<effect name="StatUp">
<amount>3</amount>
<stat>WIT</stat>
</effect>
<effect name="StatUp">
<amount>3</amount>
<stat>MEN</stat>
</effect>
</effects>
</skill>


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16125