Actions

Side Hat: 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:17129l1.jpg|frame|name <br> guild]]
[[File:17129l1.jpg|frame|King Martin <br> Generic]]
[[File:17129l2.jpg|frame|name <br> guild]]
[[File:17129l2.jpg|frame|King Martin <br> Generic]]
{| class="wikitable" style="width: 70%"
{| class="wikitable" style="width: 25%"
!colspan="6"|
<div>[[File:17129m.jpg]]</div>
 
[[File:17129s.png]] Side Hat [17129]
|-
!colspan="2"  style="width: 20%"|Description
!colspan="2"  style="width: 20%"|Description
|colspan="4"|
|colspan="4"|[[File:17129s.png]] '''Side Hat [17129]'''
This is a hat you wear to the side, on a bad day your hair you can hide. So put it on and squeal with glee, you're ready now for crumpets and tea!<br>
This is a hat you wear to the side, on a bad day your hair you can hide. So put it on and squeal with glee, you're ready now for crumpets and tea!<br>
VIT + 1, INT + 1<br>
VIT + 1, INT + 1<br>
If the wearer has 150 VIT, it adds 5% to maximum HP.<br>
If the wearer has 150 VIT, it adds 5% to maximum HP.<br>
If the wearer has 150 INT, it adds 5% to maximum SP.<br>
If the wearer has 150 INT, it adds 5% to maximum SP.<br>
If player has 350 VIT, - 200 VIT Defence
If player has 350 VIT, - 150 VIT Defense
|-
|-
!colspan="2"|How to Obtain
!colspan="2"|How to Obtain
|colspan="4"|Redeemed by exchanging 7 [[Donation Credit]]s.
|colspan="4"|
*Can be rented for 5 [[Rental Ticket]]s per week.
*Can be obtained randomly from a [[Classic Loot Box 2]].
|-
|-
!colspan="2"|Item Class
!colspan="2"|Item Class
|colspan="4"|Upper Headgear
|colspan="4"|Upper Headgear
|-
|-
!colspan="2|Weight
!colspan="2"|Weight
|colspan="4"|20
|colspan="4"|20
|-
|-
Line 30: Line 29:
|colspan="4"|3
|colspan="4"|3
|-
|-
!colspan="6"|Applicable Jobs
!colspan="2"|Applicable Jobs
|-
|colspan="4"|Every Job
|colspan="6"|
*Every Job
|-
!colspan="6"|Item Script
|-
|-
|colspan="6"|
<pre>
if (readparam(bVit) >= 150)
bonus(bMaxHPrate, 5);
if (readparam(bInt) >= 150)
bonus(bMaxSPrate, 5);
if (readparam(bVit) >= 350)
bonus(bDef2, -200);
</pre>
|}
|}

Latest revision as of 15:20, 20 June 2022

King Martin
Generic
King Martin
Generic
Description Side Hat [17129]

This is a hat you wear to the side, on a bad day your hair you can hide. So put it on and squeal with glee, you're ready now for crumpets and tea!

VIT + 1, INT + 1

If the wearer has 150 VIT, it adds 5% to maximum HP.
If the wearer has 150 INT, it adds 5% to maximum SP.
If player has 350 VIT, - 150 VIT Defense

How to Obtain
Item Class Upper Headgear
Weight 20
Slots 1
Defense 3
Applicable Jobs Every Job