Archangel Wings
| Item ID | 2573 | Name | Archangel Wings |
|
White wings of a holy Archangel.
_______________________ Type: Garment Defense: 18 Weight: 20 Armor Level: 1 _______________________ Requirement: None |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Archangel_Wing | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Garment | ||
| Defense | 18 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 20 | Min Equip Level | None | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | Can't be dropped |
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_GARMENT);
.@a = readparam(bStr);
.@b = readparam(bAgi);
.@c = readparam(bVit);
.@d = readparam(bInt);
.@e = readparam(bDex);
.@f = readparam(bLuk);
bonus2 bExpAddRace,RC_All,8;
if (.@r>=8) {
bonus bShortAtkRate,3*(.@a/20);
bonus bCritAtkRate,4*(.@b/20);
bonus2 bSubEle,Ele_Neutral,2*(.@c/20);
bonus bMaxHPrate,(.@c/20);
bonus2 bMagicAtkEle,Ele_All,(.@d/20);
bonus bDelayrate,-3*(.@e/20);
bonus bBaseAtk,5*(.@f/20);
bonus bMatk,5*(.@f/20);
bonus bCritical,2*(.@f/20);
}
|