Viewing Item

#15094: Hero Magic Coat

Item ID 15094 For Sale No
Identifier Hero_Magic_Coat Credit Price Not For Sale
Name Hero Magic Coat Type Armor
NPC Buy 10 Weight 80
NPC Sell 5 Weapon Level 0
Range 0 Defense 50
Slots 1 Refineable Yes
Attack 0 Min Equip Level 160
MATK 0 Max Equip Level None
Description Honorable magic coat given to those who fought Satan Morocc. The power of this robe changes based on Refine Level.
_______________________
MaxHP +5%
MaxSP +5%
MATK +10
FLEE +10
_______________________
Increases damage of Crimson Rock and Psychic Wave by 10%.
_______________________
If the Refine Level is an odd number, protects from skill cast interruption and the Variable Casting Time is increased by 20%.
If the Refine Level is an even number, MDEF +1 and the Variable Casting Time is reduced by 1% for every 2 Refine Level.
_______________________
Type: Armor
Defense: 50
Weight: 80
Armor Level: 1
_______________________
Requirement:
Base Level 160
Warlock and Sorcerer
Equip Locations Armor
Equip Upper Upper / Third / Third Upper / Third Baby
Equippable Jobs Mage / Wizard / Sage
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 bonus

2 bMatk,10;

3 bonus

4 bMaxHPrate,5;

5 bonus

6 bMaxSPrate,5;

7 bonus

8 bFlee,10;

9 bonus2

10 bSkillAtk,"WL_CRIMSONROCK",10;

11 bonus2

12 bSkillAtk,"SO_PSYCHIC_WAVE",10;

13 .@r

14 =

15 getrefine();

16 if

17 (.@r)

18 {

19 bonus

20 bFixedCastrate,21-.@r/2;

21 bonus

22 bNoCastCancel2;

23 bonus

24 bMdef,.@r/2;

25 }

Equip Script None
Unequip Script None