Calming White Fox
| Item ID | 420314 | Name | Calming White Fox |
|
A pure white fox clinging on its owner.
Who knows, it might help you during the moonlight. _______________________ Increases Damage against monsters in Illusion of Moonlight by 20%. _______________________ When equipped with Illusion Long Mace [2]: For each 2 Refine Levels of equipped Weapon: MaxSP +200 Increases Damage against monsters of Boss class by 5%. Refine Level of Weapon is +9 or higher: Skill casting cannot be interrupted. Refine Level of Weapon is +11 or higher: Increases damage of Asura Strike by 35%. _______________________ When equipped with Illusion Apple of Archer [1]: For each 2 Refine Levels of equipped Headgear: ATK +10, DEX +3. Increases Physical Damage against monsters of every size 2%. _______________________ When equipped with Illusion Shoes [1]: MaxHP +10%, MaxSP +10%. Refine Level of Shoes is +9 or higher: ASPD +10% Decreases Fixed Casting Time by 0.5 seconds. _______________________ When equipped with Illusion Muffler [1] MATK +50, ATK +50. Refine Level of Garment is +9 or higher: Decreases Variable Casting Time by 15%. Decreases damage taken from Fire, Water, Earth and Wind elemental attacks by 10%. _______________________ Type: Headgear Defense: 0 Position: Lower Weight: 10 Armor Level: 1 _______________________ Requirement: None |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | White_Fox_US | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Lower Headgear | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 10 | Min Equip Level | 1 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus2 bAddRace2,RC2_Illusion_Moonlight,20; bonus2 bMagicAddRace2,RC2_Illusion_Moonlight,20; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HAND_R); bonus bMaxSP,200*(.@r/2); bonus2 bAddClass,Class_Boss,5; if (.@r>=9) bonus bNoCastCancel; if (.@r>=11) bonus2 bSkillAtk,"MO_EXTREMITYFIST",35; |
||||
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bBaseAtk,10*(.@r/2); bonus bDex,3*(.@r/2); bonus2 bAddSize,Size_All,2*(.@r/2); |
||||
|
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
if (getequiprefinerycnt(EQI_SHOES)>=9) {
bonus bAspdRate,10;
bonus bFixedCast,-500;
}
|
||||
|
bonus bBaseAtk,50;
bonus bMatk,50;
if (getequiprefinerycnt(EQI_GARMENT)>=9) {
bonus bVariableCastrate,-15;
bonus2 bSubEle,Ele_Fire,10;
bonus2 bSubEle,Ele_Earth,10;
bonus2 bSubEle,Ele_Water,10;
bonus2 bSubEle,Ele_Wind,10;
}
|