Actions

Angel Ripper: Difference between revisions

From Wiki | BlackoutRO

No edit summary
No edit summary
Line 1: Line 1:
[[File:17082l1.jpg|frame|RuthIess <br> Generic]]
[[File:17104l1.jpg|frame|name <br> guild]]
[[File:17082l2.jpg|frame|RuthIess  <br> Generic]]
[[File:17104l2.jpg|frame|name <br> guild]]
{| class="wikitable" style="width: 70%"
{| class="wikitable" style="width: 70%"
!colspan="6"|
!colspan="6"|
Line 8: Line 8:
|-
|-
!colspan="2"  style="width: 20%"|Description
!colspan="2"  style="width: 20%"|Description
|colspan="4"|
|colspan="4"|Who knew angels had such amazing fashion sense? This feathery, celestial hat came straight from heaven. Seraphs glance upon you with approval, this helm is just plain angelic.<br>
Who knew angels had such amazing fashion sense? This feathery, celestial hat came straight from heaven. Seraphs glance upon you with approval, this helm is just plain angelic.<br>
ATK + 15%<br>
ATK + 15%<br>
Additional ATK% can be earned by refining, and is equal to half the refine rate.<br>
Additional ATK% can be earned by refining, and is equal to half the refine rate.<br>

Revision as of 00:48, 24 May 2018

name
guild
name
guild

Angel Ripper [17104]

Description Who knew angels had such amazing fashion sense? This feathery, celestial hat came straight from heaven. Seraphs glance upon you with approval, this helm is just plain angelic.

ATK + 15%
Additional ATK% can be earned by refining, and is equal to half the refine rate.
Lose DEF at an amount equal to half the refine rate.

[Refine Rate 7~8]
STR + 2. DEX + 2.

[Refine Rate 9~10]
Additional STR + 3. Additional DEX + 3.

How to Obtain Redeemed by exchanging 5 Donation Credits.
Item Class Upper Headgear
Weight 50
Slots 1
Defense 4
Applicable Jobs
  • Every Job
Item Script
if (checkbroclassic() >= 2) {
	bonus(bStr, 2);
	if (readparam(bStr) >= 370)
		bonus(bAtkRate, 20);
	if (readparam(bDex) >= 370)
		bonus(bHit, 75);
	if (readparam(bInt) >= 370)
		bonus(bMatkRate, 15);
}
else {
	bonus(bAtkRate, 15 + (getrefine() / 2));
	bonus(bDef, (-1 * getrefine() / 2));
	if (getrefine() >= 7)
		bonus(bStr, 2);
	if (getrefine() >= 9)>
		bonus(bStr, 3);
}