Actions

Band Aid: Difference between revisions

From Wiki | BlackoutRO

No edit summary
No edit summary
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[File:17067l1.jpg|frame|King Martin <br> Generic]]
[[File:17067l1.jpg|frame|King Martin <br> Generic]]
[[File:17067l2.jpg|frame|King Martin <br> Generic]]
[[File:17067l2.jpg|frame|King Martin <br> Generic]]
{| class="wikitable" style="width: 65%"
{| class="wikitable" style="width: 25%"
!colspan="6"|
<div>[[File:17067m.jpg]]</div>
 
[[File:17067s.png]] Band Aid [17067]
|-
!colspan="2"  style="width: 20%"|Description
!colspan="2"  style="width: 20%"|Description
|colspan="4"|Ouchie! I've got a boo-boo! A cute little headgear made to ward off damage.<br>
|colspan="4"|[[File:17067s.png]] '''Band Aid [17067]'''
Reduces damage from Demihuman monsters by 10%<br>
Ouchie! I've got a boo-boo! A cute little headgear made to ward off damage.<br>
Lose DEF at an amount equal to half the refine rate. <br>
VIT + 2.<br>
Reduces damage from Demi-Human monsters by 10%<br>


[Refine Rate 7]<br>
[Refine Rate 7~10]<br>
Maximum HP + 5%
Additional 1% Demi-Human resistance.


[Refine Rate 8]<br>
[Refine Rate 9~10]<br>
Additional 1% Demihuman resistance.
Additional 1% Demi-Human resistance.
 
[Refine Rate 9]<br>
Additional Maximum HP + 5%


[Refine Rate 10]<br>
[Refine Rate 10]<br>
Additional 1% Demihuman resistance.
Additional 1% Demi-Human resistance.
|-
|-
|-
|-
!colspan="2"|How to Obtain
!colspan="2"|How to Obtain
|colspan="4"|Redeemed by exchanging 5 [[Donation Credit]]s.
|colspan="4"|
*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]].
|-
|-
|-
|-
Line 32: Line 28:
|colspan="4"|Upper Headgear
|colspan="4"|Upper Headgear
|-
|-
!colspan="2|Weight
!colspan="2"|Weight
|colspan="4"|5
|colspan="4"|5
|-
|-
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(bVit, 2);
bonus(bMdef, 10);
bonus2(bSubRace, RC_DemiPlayer, 10);
}
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:03, 20 June 2022

King Martin
Generic
King Martin
Generic
Description Band Aid [17067]

Ouchie! I've got a boo-boo! A cute little headgear made to ward off damage.
VIT + 2.
Reduces damage from Demi-Human monsters by 10%

[Refine Rate 7~10]
Additional 1% Demi-Human resistance.

[Refine Rate 9~10]
Additional 1% Demi-Human resistance.

[Refine Rate 10]
Additional 1% Demi-Human resistance.

How to Obtain
Item Class Upper Headgear
Weight 5
Slots 1
Defense 4
Applicable Jobs Every Job