Defender Booster Shoes
| Item ID | 470002 | Name | Defender Booster Shoes |
|
Special shoes prepared for your rapid growth.
It is specialized in some elemental magic attacks. _______________________ Cannot be refined normally. _______________________ MATK +20 FLEE +20 _______________________ For each 3 Refine Levels: MaxHP +400 _______________________ Refine Level +7: MaxHP +1800 _______________________ Refine Level +9: Decreases Fixed Casting Time by 0.5 seconds. _______________________ Type: Shoes Defense: 18 Weight: 0 Armor Level: 1 _______________________ Requirement: Base Level 100 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Defn_Shoes | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Footgear | ||
| Defense | 18 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 0 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Storage, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned | ||
| Item Script |
bonus bMatk,20;
bonus bFlee,20;
.@r = getrefine();
if (.@r>=3) {
bonus bMaxHP,.@r/3*400;
}
if (.@r>=7) {
bonus bMaxHP,1800;
}
if (.@r>=9) {
bonus bFixedCast,-500;
}
|
||||
| Set | Script | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
bonus bMatk,20;
bonus bDelayrate,-10;
bonus2 bSkillAtk,"LG_RAYOFGENESIS",min(BaseLevel,180)/15;
autobonus3 "{ bonus2 bSkillAtk,\"LG_RAYOFGENESIS\",20; }",1000,60000,"AL_CURE";
|
||||||||||
|
bonus bMatk,20;
bonus bAspd,2;
.@i = min(BaseLevel,180)/15*2;
bonus2 bSkillAtk,"MG_FIREBOLT",.@i;
bonus2 bSkillAtk,"MG_COLDBOLT",.@i;
bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",.@i;
autobonus3 "{ bonus2 bSkillAtk,\"MG_FIREBOLT\",35; bonus2 bSkillAtk,\"MG_COLDBOLT\",35; bonus2 bSkillAtk,\"MG_LIGHTNINGBOLT\",35; }",1000,60000,"PF_DOUBLECASTING";
|
||||||||||
|
bonus bMatk,20;
bonus bVariableCastrate,-10;
bonus2 bSkillAtk,"SP_CURSEEXPLOSION",min(BaseLevel,180)/15*2;
autobonus3 "{ bonus2 bSkillAtk,\"SP_CURSEEXPLOSION\",20; }",1000,60000,"SP_SOULCURSE";
|
||||||||||
|
bonus bMatk,20;
bonus2 bSkillAtk,"AB_JUDEX",30;
bonus2 bSkillAtk,"AB_ADORAMUS",min(BaseLevel,180)/15;
autobonus3 "{ bonus2 bSkillAtk,\"AB_ADORAMUS\",20; }",1000,60000,"PR_MAGNIFICAT";
|
||||||||||
|
bonus bMatk,20;
bonus bDelayrate,-10;
bonus2 bSkillAtk,"WL_SOULEXPANSION",min(BaseLevel,180)/15;
autobonus3 "{ bonus2 bSkillAtk,\"WL_SOULEXPANSION\",20; }",1000,60000,"HW_MAGICPOWER";
|