Actions

Deviruchi Wings: Difference between revisions

From Wiki | BlackoutRO

No edit summary
No edit summary
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[File:17119l1.jpg|frame|King Martin <br> Generic]]
[[File:17119l1.jpg|frame|King Martin <br> Generic]]
[[File:17119l2.jpg|frame|King Martin <br> Generic]]
[[File:17119l2.jpg|frame|King Martin <br> Generic]]
{| class="wikitable" style="width: 65%"
{| class="wikitable" style="width: 25%"
!colspan="6"|
<div>[[File:17119m.jpg]]</div>
 
[[File:17119s.png]] Deviruchi Wings [17119]
|-
!colspan="2"  style="width: 20%"|Description
!colspan="2"  style="width: 20%"|Description
|colspan="4"|Like the wings off the back, of a poring so black: this item from a Devim has malice quite heavy.<br>
|colspan="4"|[[File:17119s.png]] '''Deviruchi Wings [17119]''' <br>
Like the wings off the back, of a poring so black: this item from a Devi, has malice quite heavy.<br><br>
ATK + 10%<br>
ATK + 10%<br>
Lose DEF at an amount equal to half the refine rate. <br>
STR + 1 for each refinement.
 
[Refine Rate 7]<br>
STR + 2
 
[Refine Rate 8]<br>
Additional ATK + 1%
 
[Refine Rate 9]<br>
Additional STR + 3
 
[Refine Rate 10]<br>
Additional ATK + 1%
|-
|-
!colspan="2"|How to Obtain
!colspan="2"|How to Obtain
|colspan="4"|
|colspan="4"|
*Redeemed by exchanging 5 [[Donation Credit]]s.
*Redeemed by exchanging 450 [[War Badge]]s.
*Can be obtained randomly from a [[Classic Loot Box 2]].
|-
|-
!colspan="2"|Item Class
!colspan="2"|Item Class
|colspan="4"|Lower Headgear
|colspan="4"|Lower Headgear
|-
|-
!colspan="2|Weight
!colspan="2"|Weight
|colspan="4"|100
|colspan="4"|100
|-
|-
Line 40: Line 25:
|colspan="4"|2
|colspan="4"|2
|-
|-
!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(bVit, 4);
bonus(bLuk, 2);
bonus2(bSubRace, RC_DemiPlayer, 5);
}
else {
bonus(bAtkRate, 10);
bonus(bDef, (-1 * getrefine() / 2));
if (getrefine() >= 7)
bonus(bStr, 2);
if (getrefine() >= 8)
bonus(bAtkRate, 1);
if (getrefine() >= 9)
bonus(bStr, 3);
if (getrefine() >= 10)
bonus(bAtkRate, 1);
}
</pre>
|}
|}

Latest revision as of 02:43, 1 August 2022

King Martin
Generic
King Martin
Generic
Description Deviruchi Wings [17119]

Like the wings off the back, of a poring so black: this item from a Devi, has malice quite heavy.

ATK + 10%
STR + 1 for each refinement.

How to Obtain
Item Class Lower Headgear
Weight 100
Slots 1
Defense 2
Applicable Jobs Every Job