ID #28761
Weapon
Scarlet Athame [1]
Buy Price: N/A
Sell Price: N/A
One of the seven magical tools possessed by Zilant.
The blood of the victims used in magical sacrifices and the dark grudges stained the blade scarlet.
As a price for its great power, the wielder's hands will always be covered in blood.
_______________________
MATK +180
_______________________
Enables the use of Level 1 Meteor Storm.
_______________________
When Abracadabra is learned:
Magical attacks will inflict Jump Impedance status on the target for 10 seconds.
Jump Impedance:
Increases the cooldown time for some skills involving movement by 5 seconds.
_______________________
For each Refine Level:
Increases Magical Damage with Fire element by 3%.
_______________________
Refine Level +5:
MaxHP +10%, MaxSP +10%
Decreases damage taken from ranged physical attacks by 5%.
_______________________
Refine Level +7:
Enables the use of Meteor Storm at the same level as the Refine Level.
_______________________
Refine Level +9:
MaxHP +10%, MaxSP +10%
Decreases damage taken from ranged physical attacks by additional 5%.
_______________________
Type: Dagger
Attack: 30
Weight: 30
Weapon Level: 4
_______________________
Requirement:
Base Level 130
3rd Swordman, 3rd Magician, 3rd Archer, 3rd Thief, 3rd Merchant classes, Soul Reaper, Kagerou, Oboro
The blood of the victims used in magical sacrifices and the dark grudges stained the blade scarlet.
As a price for its great power, the wielder's hands will always be covered in blood.
_______________________
MATK +180
_______________________
Enables the use of Level 1 Meteor Storm.
_______________________
When Abracadabra is learned:
Magical attacks will inflict Jump Impedance status on the target for 10 seconds.
Jump Impedance:
Increases the cooldown time for some skills involving movement by 5 seconds.
_______________________
For each Refine Level:
Increases Magical Damage with Fire element by 3%.
_______________________
Refine Level +5:
MaxHP +10%, MaxSP +10%
Decreases damage taken from ranged physical attacks by 5%.
_______________________
Refine Level +7:
Enables the use of Meteor Storm at the same level as the Refine Level.
_______________________
Refine Level +9:
MaxHP +10%, MaxSP +10%
Decreases damage taken from ranged physical attacks by additional 5%.
_______________________
Type: Dagger
Attack: 30
Weight: 30
Weapon Level: 4
_______________________
Requirement:
Base Level 130
3rd Swordman, 3rd Magician, 3rd Archer, 3rd Thief, 3rd Merchant classes, Soul Reaper, Kagerou, Oboro
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
300
Range
1
Job Requirements
Alchemist
Yes
Assassin
Yes
Bard/Dancer
Yes
Blacksmith
Yes
Crusader
Yes
Hunter
Yes
Knight
Yes
Rogue
Yes
Sage
Yes
Soul Linker
Yes
Wizard
Yes
Requirements
Weapon Level
4
Min Level
130
Scripts
Script .@r = getrefine(); skill "WZ_METEOR",1; bonus2 bMagicAtkEle,Ele_Fire,3*.@r; if (.@r>=5) { bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bLongAtkDef,5; } if (.@r>=7) skill "WZ_METEOR",min(10,.@r); if (.@r>=9) { bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bLongAtkDef,5; } /*Todo Leap Impired State to Enemy 10 Second When Dealing Magic Attack (Add 5 Second of Cooldown to Skill Related on Movement)*/ /*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*/
.@r = getrefine();
skill "WZ_METEOR",1;
bonus2 bMagicAtkEle,Ele_Fire,3*.@r;
if (.@r>=5) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bLongAtkDef,5;
}
if (.@r>=7)
skill "WZ_METEOR",min(10,.@r);
if (.@r>=9) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bLongAtkDef,5;
}
/*Todo Leap Impired State to Enemy 10 Second When Dealing Magic Attack (Add 5 Second of Cooldown to Skill Related on Movement)*/
/*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*/