Automatic Armor Type A
| Item ID | 450127 | Name | Automatic Armor Type A |
|
Combat armor type A improved with the technology of the Varmundt's mansion.
It is said to be able to add abilities by attaching various modules. _______________________ ATK +125 _______________________ For each 2 Refine Levels: ATK +10 _______________________ Refine Level +7: Increases Attack Speed (decreases After Attack Delay by 15%). _______________________ When equipped with Automatic Engine Wing Type A: ATK +50 _______________________ When equipped with Automatic Engine Wing Type B: Decreases After Skill Delay by 10%. _______________________ Type: Armor Defense: 135 Weight: 100 Armor Level: 1 _______________________ Requirement: Base Level 160 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Auto_Armor_A | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Armor | ||
| Defense | 135 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 100 | Min Equip Level | 160 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bBaseAtk,125;
bonus bBaseAtk,10*(.@r/2);
if (.@r>=7) {
bonus bAspdRate,15;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bBaseAtk,50; |
||||
|
bonus bDelayrate,-10; |
||||
|
bonus bAtkRate,7; |
||||
|
bonus bMaxSPrate,7; |
||||
|
bonus bAtkRate,20; bonus bMatkRate,20; bonus2 bExpAddRace,RC_All,3; |
||||
|
bonus2 bAddRace,RC_All,8; bonus2 bMagicAddRace,RC_All,8; bonus bDelayrate,-(getequiprefinerycnt(EQI_ARMOR)/2); |
||||
|
if ((getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT)) >= 21) {
bonus2 bIgnoreDefRaceRate,RC_Dragon,30;
bonus2 bIgnoreDefRaceRate,RC_Demon,30;
bonus2 bIgnoreDefRaceRate,RC_Fish,30;
bonus2 bIgnoreMdefRaceRate,RC_Dragon,30;
bonus2 bIgnoreMdefRaceRate,RC_Demon,30;
bonus2 bIgnoreMdefRaceRate,RC_Fish,30;
}
|