Actions

Side Hat: Difference between revisions

From Wiki | BlackoutRO

No edit summary
No edit summary
Line 8: Line 8:
|-
|-
!colspan="2"  style="width: 20%"|Description
!colspan="2"  style="width: 20%"|Description
|colspan="4"|
|colspan="4"|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>

Revision as of 00:49, 24 May 2018

name
guild
name
guild

Side Hat [17129]

Description 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, - 200 VIT Defence

How to Obtain Redeemed by exchanging 7 Donation Credits.
Item Class Upper Headgear
Weight 20
Slots 1
Defense 3
Applicable Jobs
  • Every Job
Item Script
if (readparam(bVit) >= 150)
	bonus(bMaxHPrate, 5);
if (readparam(bInt) >= 150)
	bonus(bMaxSPrate, 5);
if (readparam(bVit) >= 350)
	bonus(bDef2, -200);