Actions

Rabbit in the Hat: Difference between revisions

From Wiki | BlackoutRO

No edit summary
No edit summary
 
(13 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[File:17082l1.jpg|frame|RuthIess <br> Generic]]
[[File:17082l1.jpg|frame|King Martin <br> Generic]]
[[File:17082l2.jpg|frame|RuthIess <br> Generic]]
[[File:17082l2.jpg|frame|King Martin <br> Generic]]
{| class="wikitable" style="width: 70%"
{| class="wikitable" style="width: 25%"
!colspan="6"|
<div>[[File:17082m.jpg]]</div>
 
[[File:17082s.png]] Rabbit in the Hat [17082]
|-
!colspan="2"  style="width: 20%"|Description
!colspan="2"  style="width: 20%"|Description
|colspan="4"|
|colspan="4"|[[File:17082s.png]] '''Rabbit in the Hat [17082]'''
A traditional magician's hat, with the bunny and all!<br>
A traditional magician's hat, with the bunny and all!<br>
MATK + 10%<br>
Additional MATK% can be earned by refining, and is equal to half the refine rate.<br>
Lose DEF at an amount equal to half the refine rate. <br>


[Refine Rate 7~8]<br>
INT + 3, DEX + 2, MATK + 12%<br>
INT + 2.
Additional MATK% can be earned by refining, and is equal to half the refine rate.
 
[Refine Rate 9~10]<br>
Additional INT + 3.
|-
|-
!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]].
|-
|-
!colspan="2"|Item Class
!colspan="2"|Item Class
|colspan="4"|Upper Headgear
|colspan="4"|Upper Headgear
|-
|-
!colspan="2|Weight
!colspan="2"|Weight
|colspan="4"|50
|colspan="4"|50
|-
|-
Line 35: Line 27:
|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(strcharinfo(PC_MAP), mf_broclassic)) {
bonus(bMatkRate, 15);
bonus(bInt, 3);
bonus(bDex, 2);
}
else {
bonus(bMatkRate, 10 + (getrefine() / 2));
bonus(bDef, (-1 * getrefine() / 2));
if (getrefine() >= 7)
bonus(bInt, 2);
if (getrefine() >= 9)
bonus(bInt, 3);
}
</pre>
|}
|}

Latest revision as of 15:13, 20 June 2022

King Martin
Generic
King Martin
Generic
Description Rabbit in the Hat [17082]

A traditional magician's hat, with the bunny and all!

INT + 3, DEX + 2, MATK + 12%
Additional MATK% can be earned by refining, and is equal to half the refine rate.

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