Actions

Reisz Helmet: Difference between revisions

From Wiki | BlackoutRO

No edit summary
No edit summary
Line 15: Line 15:
|colspan="4"|
|colspan="4"|
*Redeemed by exchanging 7 [[Donation Credit]]s.
*Redeemed by exchanging 7 [[Donation Credit]]s.
*Can be rented for 7 [[Rental Ticket]]s per week.
|-
|-
!colspan="2"|Item Class
!colspan="2"|Item Class

Revision as of 17:20, 5 July 2018

King Martin
Generic
King Martin
Generic

Reisz Helmet [17083]

Description The battle-helmet of an ancient sect of warriors, the Reisz.

Increase ATK and MATK by 10%
Increase Movement Speed.

How to Obtain
Item Class
Weight 15
Slots 1
Defense 5
Applicable Jobs
  • Every Job
Item Script
if (checkbroclassic() >= 2) {
	if (readparam(bStr) >= 100)
		bonus(bAtkRate, 15);
	if (readparam(bAgi) >= 100)
		bonus(bSpeedRate, 15);
	if (readparam(bLuk) >= 100)
		bonus(bFlee2, 15);
}
else {
	if (checkmount() == MOUNT_NONE)
		bonus(bSpeedRate, 25);
	bonus(bAtkRate, 10);
	bonus(bMatkRate, 10);
}