Defender Booster Muffler
| Item ID | 480002 | Name | Defender Booster Muffler |
|
Special muffler prepared for your rapid growth.
It is specialized in some elemental magic attacks. _______________________ Cannot be refined normally. _______________________ Decreases Variable Casting Time by 5%. _______________________ For each 3 Refine Levels: MATK +4 _______________________ Refine Level +7: Increases Magical Damage with Ghost, Holy, Shadow, Undead and Poison element by 5%. _______________________ Refine Level +9: Decreases After Skill Delay by 10%. _______________________ Type: Garment Defense: 25 Weight: 0 Armor Level: 1 _______________________ Requirement: Base Level 100 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Defn_Muffler | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Garment | ||
| Defense | 25 | 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 bVariableCastrate,-5;
.@r = getrefine();
if (.@r>=3) {
bonus bMatk,.@r/3*4;
}
if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_Undead,5;
bonus2 bMagicAtkEle,Ele_Poison,5;
bonus2 bMagicAtkEle,Ele_Dark,5;
bonus2 bMagicAtkEle,Ele_Ghost,5;
bonus2 bMagicAtkEle,Ele_Holy,5;
}
if (.@r>=9) {
bonus bDelayrate,-10;
}
|
||||
| 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";
|