Actions

Retribution Wings: Difference between revisions

From Wiki | BlackoutRO

No edit summary
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[File:17128l1.jpg|frame|King Martin <br> Generic]]
[[File:17128l1.jpg|frame|King Martin <br> Generic]]
[[File:17128l2.jpg|frame|King Martin <br> Generic]]
[[File:17128l2.jpg|frame|King Martin <br> Generic]]
{| class="wikitable" style="width: 65%"
{| class="wikitable" style="width: 25%"
!colspan="6"|
<div>[[File:17128m.jpg]]</div>
 
[[File:17128s.png]] Retribution Wings [17128]
|-
!colspan="2"  style="width: 20%"|Description
!colspan="2"  style="width: 20%"|Description
|colspan="4"|Retribution or Revenge?
|colspan="4"|[[File:17128s.png]] '''Retribution Wings [17128]'''
Retribution or Revenge?
With these wings you can avenge the loss of your heart, for you will never be apart.<br>
With these wings you can avenge the loss of your heart, for you will never be apart.<br>
Reduce damage from Demihuman monsters by 10%<br>
Lose DEF at an amount equal to half the refine rate. <br>


[Refine Rate 7]<br>
INT + 1, VIT + 1<br>
Maximum HP + 5%
ATK - 10%, MATK - 10%<br>


[Refine Rate 8]<br>
[Mage, Priest, Hunter, Gunslinger, Soul Linker, Super Novice]<br>
Reduce an additional 1% damage from Demihuman monsters.
Reduce damage from Demihuman monsters by 15%<br>


[Refine Rate 9]<br>
[Crusader, Rogue, Star Gladiator]<br>
Additional Maximum HP + 5%
Reduce damage from Demihuman monsters by 10%<br>


[Refine Rate 10]<br>
[Merchant, Knight, Bard, Dancer, Monk, Assassin, Ninja]<br>
Reduce an additional 1% damage from Demihuman monsters.
Reduce damage from Demihuman monsters by 7%<br>
|-
|-
!colspan="2"|How to Obtain
!colspan="2"|How to Obtain
|colspan="4"|
|colspan="4"|
*Redeemed by exchanging 5 [[Donation Credit]]s.
*Can be rented for 5 [[Rental Ticket]]s per week.
*Redeemed by exchanging 450 [[War Badge]]s.
*Can be obtained randomly from a [[Classic Loot Box]].
|-
|-
!colspan="2"|Item Class
!colspan="2"|Item Class
|colspan="4"|Lower Headgear
|colspan="4"|Lower Headgear
|-
|-
!colspan="2|Weight
!colspan="2"|Weight
|colspan="4"|150
|colspan="4"|150
|-
|-
Line 41: Line 37:
|colspan="4"|4
|colspan="4"|4
|-
|-
!colspan="6"|Applicable Jobs
!colspan="2"|Applicable Jobs
|-
|colspan="4"|Every Job
|colspan="6"|
*Every Job
|-
!colspan="6"|Item Script
|-
|-
|colspan="6"|
<pre>
if (checkbroclassic() >= 2) {
bonus(bInt, 1);
bonus(bVit, 1);
bonus(bMatkRate, -10);
bonus(bAtkRate, -10);
bonus2(bSkillAtk, ASC_BREAKER, -5);
bonus2(bSkillAtk, CR_ACIDDEMONSTRATION, -10);
bonus2(bSkillAtk, LK_SPIRALPIERCE, -10);
if (BaseJob == Job_Mage || BaseJob == Job_Priest ||
BaseJob==Job_Merchant || Class == Job_Gunslinger ||
BaseJob == Job_Hunter || Class == Job_Soul_Linker ||
Class == Job_Super_Novice)
bonus2(bSubRace, RC_DemiPlayer, 15);
else if (BaseJob == Job_Crusader || BaseJob == Job_Rogue ||
Class == Job_Star_Gladiator)
bonus2(bSubRace, RC_DemiPlayer, 10);
else if (BaseJob == Job_Monk || BaseJob == Job_Bard ||
BaseJob == Job_Dancer || BaseJob == Job_Knight ||
BaseJob == Job_Assassin || Class==Job_Ninja)
bonus2(bSubRace, RC_DemiPlayer, 7);
else
bonus2(bSubRace, RC_DemiPlayer, 15);
}
else {
bonus2(bSubRace, RC_DemiPlayer, 10);
bonus(bDef, (-1 * getrefine() / 2));
if (getrefine() >= 7)
bonus(bMaxHPrate, 5);
if (getrefine() >= 8)
bonus2(bSubRace, RC_DemiPlayer, 1);
if (getrefine() >= 9)
bonus(bMaxHPrate, 5);
if (getrefine() >= 10)
bonus2(bSubRace, RC_DemiPlayer, 1);
}
</pre>
|}
|}

Latest revision as of 15:17, 20 June 2022

King Martin
Generic
King Martin
Generic
Description Retribution Wings [17128]

Retribution or Revenge? With these wings you can avenge the loss of your heart, for you will never be apart.

INT + 1, VIT + 1
ATK - 10%, MATK - 10%

[Mage, Priest, Hunter, Gunslinger, Soul Linker, Super Novice]
Reduce damage from Demihuman monsters by 15%

[Crusader, Rogue, Star Gladiator]
Reduce damage from Demihuman monsters by 10%

[Merchant, Knight, Bard, Dancer, Monk, Assassin, Ninja]
Reduce damage from Demihuman monsters by 7%

How to Obtain
Item Class Lower Headgear
Weight 150
Slots 1
Defense 4
Applicable Jobs Every Job