Viewing Item

#15163: Agenda Robe

Item ID 15163 For Sale No
Identifier Agenda_Robe Credit Price Not For Sale
Name Agenda Robe Type Armor
NPC Buy 20 Weight 10
NPC Sell 10 Weapon Level 0
Range 0 Defense 0
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Description An elegant robe.
Can only be worn by high rank law officer.
_______________________
MATK +5%
_______________________
Enables the use of Level 1 Spell Breaker.
_______________________
Base Level at least 120:
MATK +4%
_______________________
Base Level at least 140:
MATK +5%
_______________________
When equipped with Cape of Ancient Lord:
Decreases Variable Casting Time by 2%.
Skill casting cannot be interrupted.
_______________________
When equipped with Manteau of Survival:
Random chance to auto-cast Level 1 Heal on wearer when dealing magical attacks.
For each Refine Level:
Increases the trigger rate.
_______________________
Type: Armor
Defense: 0
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 100
Equip Locations Armor
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 skill

2 "SA_SPELLBREAKER",1;

3 if

4 (BaseLevel

5 =

6 140)

7 {

8 .@val

9 =

10 14;

11 }

12 else

13 if

14 (BaseLevel

15 =

16 120)

17 {

18 .@val

19 =

20 9;

21 }

22 else

23 {

24 .@val

25 =

26 5;

27 }

28 bonus

29 bMatkRate,.@val;

Equip Script None
Unequip Script None