Actions

Ghostring Hat: Difference between revisions

From Wiki | BlackoutRO

No edit summary
No edit summary
Line 1: Line 1:
[[File:17106l1.jpg|frame|name <br> guild]]
[[File:17106l1.jpg|frame|King Martin <br> Generic]]
[[File:17106l2.jpg|frame|name <br> guild]]
[[File:17106l2.jpg|frame|King Martin <br> Generic]]
{| class="wikitable" style="width: 70%"
{| class="wikitable" style="width: 70%"
!colspan="6"|
!colspan="6"|

Revision as of 12:50, 1 June 2018

King Martin
Generic
King Martin
Generic

Ghostring Hat [17106]

Description An eerie sound on an October night, makes children and parents scream with fright, witches spirits, a cute little bat are nothing compared to this Ghostring Hat.

Add an 8% resistance to Neutral Property attacks.
Add a further 1% resistance to Neutral Property attacks for every 2 levels of refine.
Receive 15% more damage from Ghost and Shadow Property attacks.
Receive a further3% more damage from Ghost and Shadow Property attacks for each refinement.

How to Obtain Redeemed by exchanging 7 Donation Credits.
Item Class Upper Headgear
Weight 35
Slots 1
Defense 0
Applicable Jobs
  • Every Job
Item Script
if (checkbroclassic() >= 2) {
	bonus2(bSubEle, Ele_Neutral, 10);
	bonus2(bSubEle, Ele_Ghost, -50);
	if (getrefine() > 7)
		bonus2(bSubEle, Ele_Neutral, 5);
}
else {
	bonus2(bSubEle, Ele_Neutral, getrefine() / 2 + 8);
	bonus2(bSubEle, Ele_Dark, -3 * getrefine() - 15);
	bonus2(bSubEle, Ele_Ghost, -3 * getrefine() - 15);
}