ID #15163
Armor
Agenda Robe [1]
Buy Price: N/A
Sell Price: N/A
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
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
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
100
Requirements
Armor Level
1
Min Level
100
Scripts
Script skill "SA_SPELLBREAKER",1; if (BaseLevel >= 140) { .@val = 14; } else if (BaseLevel >= 120) { .@val = 9; } else { .@val = 5; } bonus bMatkRate,.@val;
skill "SA_SPELLBREAKER",1;
if (BaseLevel >= 140) {
.@val = 14;
} else if (BaseLevel >= 120) {
.@val = 9;
}
else {
.@val = 5;
}
bonus bMatkRate,.@val;