Phantom Fireball
| Item ID | 420199 | Name | Phantom Fireball |
|
A mysterious purple fire orb.
It is said to be projected by the spirits of the dead. _______________________ Decreases Variable Casting Time by 8%. Decreases After Skill Delay by 5%. Decreases Fixed Casting Time by 0.1 second. _______________________ When equipped with New Wave Sunglasses [1] or New Wave Sunglasses: For each 18 base POW: Increases Physical Damage against enemies of every race by 7%. For each 18 base STA: ATK +60 For each 18 base WIS: MATK +60, For each 18 base SPL: Increases Magical Damage against enemies of every race by 7%, For each 18 base CON: ATK +4%, MATK +4% For each 18 base CRT: Increases Critical Damage by 7%. Decreases Fixed Casting Time by additional 0.05 seconds. _______________________ Type: Headgear Defense: 0 Position: Lower Weight: 70 Armor Level: 1 _______________________ Requirement: Base Level 90 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Ghost_Fire | ||
| 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 | 70 | Min Equip Level | 90 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bVariableCastrate,-8; bonus bDelayrate,-5; bonus bFixedCast,-100; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@a = (readparam(bPow)/18); .@b = (readparam(bSta)/18); .@c = (readparam(bWis)/18); .@d = (readparam(bSpl)/18); .@e = (readparam(bCon)/18); .@f = (readparam(bCrt)/18); bonus2 bAddRace,RC_All,7*.@a; bonus2 bMagicAddRace,RC_All,7*.@d; bonus bBaseAtk,60*.@b; bonus bMatk,60*.@c; bonus bAtkRate,4*.@e; bonus bMatkRate,4*.@e; bonus bCritAtkRate,7*.@f; bonus bFixedCast,-50*.@f; |
||||
|
.@a = (readparam(bPow)/18); .@b = (readparam(bSta)/18); .@c = (readparam(bWis)/18); .@d = (readparam(bSpl)/18); .@e = (readparam(bCon)/18); .@f = (readparam(bCrt)/18); bonus2 bAddRace,RC_All,7*.@a; bonus2 bMagicAddRace,RC_All,7*.@d; bonus bBaseAtk,60*.@b; bonus bMatk,60*.@c; bonus bAtkRate,4*.@e; bonus bMatkRate,4*.@e; bonus bCritAtkRate,7*.@f; bonus bFixedCast,-50*.@f; |