Item ID | 28761 | For Sale | No | |
---|---|---|---|---|
Identifier | Scarlet_Athame | Credit Price | Not For Sale | |
Name | Scarlet Athame | Type | Weapon - Dagger | |
NPC Buy | 20 | Weight | 30 | |
NPC Sell | 10 | Weapon Level | 4 | |
Range | 1 | Defense | 0 | |
Slots | 1 | Refineable | Yes | |
Attack | 30 | Min Equip Level | 130 | |
MATK | 130 | Max Equip Level | None | |
Equip Locations | Main Hand | |||
Equip Upper | Third / Third Upper / Third Baby | |||
Equippable Jobs | Knight / Wizard / Blacksmith / Hunter / Assassin / Crusader / Sage / Rogue / Alchemist / Bard / Dancer / Soul Linker / Kagerou / Oboro | |||
Equip Gender | Both (Male and Female) | |||
Trade restriction | None | |||
Item Use Script |
1 .@r = getrefine(); 2 skill "WZ_METEOR",1; 3 bonus2 bMagicAtkEle,Ele_Fire,3*.@r; 4 if (.@r>=5) { 5 bonus bMaxHPrate,10; 6 bonus bMaxSPrate,10; 7 bonus bLongAtkDef,5; 8 } 9 if (.@r>=7) 10 skill "WZ_METEOR",min(10,.@r); 11 if (.@r>=9) { 12 bonus bMaxHPrate,10; 13 bonus bMaxSPrate,10; 14 bonus bLongAtkDef,5; 15 } 16 /*Todo Leap Impired State to Enemy 10 Second When Dealing Magic Attack (Add 5 Second of Cooldown to Skill Related on Movement)*/ 17 /*Skill Related : Charge Attack, Warg Strike, Front Slide, Back Slide (NC), Dark Illusion, Pinpoint Attack, Feint Bomb, Escape, Snap, Shadow Leap, Shadow Slash, Fallen Angel, Lope, Illusion - Shadow, Back Slide (TF), Knuckle Arrow, Flying Kick, Cross Slash*/ |
|||
Equip Script | None | |||
Unequip Script | None |