Shield of Angel
| Item ID | 28982 | Name | Shield of Angel |
|
A shield made in the shape of a pure angel.
It is known to look into the mind. _______________________ Indestructible in battle _______________________ For each 2 Refine Levels: ATK +10 _______________________ Refine Level +7: Increases Attack Speed (decreases After Attack Delay by 10%). _______________________ Refine Level +9: Increases Ranged Physical Damage by 10%. Decreases After Cast Delay by 5%. _______________________ Refine Level +11: Increases damage of Cart Cannon and Arm Cannon by 15%. _______________________ When equipped with Holy Cannon Ball: Increases Damage against enemies of Shadow element by 10%. _______________________ When equipped with Dark Cannon Ball: Increases Damage against enemies of Holy element by 10%. _______________________ Type: Shield Defense: 100 Weight: 250 Armor Level: 1 _______________________ Requirement: Base Level 100 3rd Merchant classes |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Shield_Of_Angel_TH | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Off Hand | ||
| Defense | 100 | Equippable Jobs | Blacksmith, Alchemist | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 250 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bUnbreakableShield;
bonus bBaseAtk,10*(.@r/2);
if (.@r>=7)
bonus bAspdRate,10;
if (.@r>=9) {
bonus bLongAtkRate,10;
bonus bDelayrate,-5;
}
if (.@r>=11) {
bonus2 bSkillAtk,"GN_CARTCANNON",15;
bonus2 bSkillAtk,"NC_ARMSCANNON",15;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bAddEle,Ele_Dark,10; |
||||
|
bonus2 bAddEle,Ele_Holy,10; |