ID #27290
Card
Haunted Obsidian Card
Buy Price: N/A
Sell Price: N/A
For each 10 base AGI:
FLEE +3
Increases Attack Speed (decreases After Attack Delay by 1%).
_______________________
Base AGI at least 120:
ASPD +1
_______________________
Type: Card
Compound on: Garment
Weight: 1
FLEE +3
Increases Attack Speed (decreases After Attack Delay by 1%).
_______________________
Base AGI at least 120:
ASPD +1
_______________________
Type: Card
Compound on: Garment
Weight: 1
Monster Drops
Card Drops
Sinister Obsidian
Rate: 0.5%
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Card
Weight
10
Item Flags
Drop Effect
Yes
Scripts
Script .@agi = readparam(bAgi); .@val = .@agi/10; if (.@val) { bonus bFlee,(3*.@val); bonus bAspdRate,.@val; if (.@agi >= 120) { bonus bAspd,1; } }
.@agi = readparam(bAgi);
.@val = .@agi/10;
if (.@val) {
bonus bFlee,(3*.@val);
bonus bAspdRate,.@val;
if (.@agi >= 120) {
bonus bAspd,1;
} }