AGI Soutane
| Item ID | 15398 | Name | AGI Soutane |
|
The blessing of increasing the agility of the robes worn by
priests who worshiped agility in Odin's power. _______________________ MaxHP +10% MaxSP +10% Increases Attack Speed (decreases After Attack Delay by 10%). _______________________ For each 2 Refine Levels: Increases Ranged Physical Damage by 3% _______________________ For each 3 Refine Levels: AGI +5 _______________________ For each 4 Refine Levels: Increases Physical Damage against enemies of Angel and Demon race by 8%. _______________________ When equipped with Clergy's Boots and Clergy's Manteau: AGI +8, DEF +30, MDEF +15 Decreases damage taken from Angel and Demon race momnsters by 15%. _______________________ Total Refine Level of entire set at least +27: Increases Ranged Physical Damage by 10% Decreases After Skill Delay by 20%. Decreases Fixed Casting Time by 20%. _______________________ Type: Armor Defense: 100 Weight: 80 Armor Level: 1 _______________________ Requirement: Base Level 170 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | CassockA_AGI | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Armor | ||
| Defense | 100 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 80 | Min Equip Level | 170 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine(); bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bAspdRate,10; bonus bLongAtkRate,3*(.@r/2); bonus bAgi,5*(.@r/3); bonus2 bAddRace,RC_Angel,8*(.@r/4); bonus2 bAddRace,RC_Demon,8*(.@r/4); |
||||
| Set | Script | ||||||||
|---|---|---|---|---|---|---|---|---|---|
|
.@sum = getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES);
bonus bMdef,15;
bonus bDef,30;
bonus bAgi,8;
bonus2 bSubRace,RC_Angel,15;
bonus2 bSubRace,RC_Demon,15;
if (.@sum >= 27) {
bonus bLongAtkRate,10;
bonus bDelayrate,-20;
bonus bFixedCastrate,-20;
}
|
||||||||
|
bonus bPerfectHitAddRate,5; bonus bAspd,1; |
||||||||
|
bonus bFixedCast,-200; bonus2 bSubRace,RC_Angel,10; bonus2 bSubRace,RC_Demon,10; bonus2 bAddRace,RC_Angel,20; bonus2 bAddRace,RC_Demon,20; bonus bDelayrate,-5; |