ID #27177
Card
Marsh Arclouse Card
Buy Price: N/A
Sell Price: N/A
For each 10 base INT:
MATK +3
Increases Attack Speed (decreases After Attack Delay by 1%).
_______________________
Base INT at least 120:
MATK +40
_______________________
Type: Card
Compound on: Garment
Weight: 1
MATK +3
Increases Attack Speed (decreases After Attack Delay by 1%).
_______________________
Base INT at least 120:
MATK +40
_______________________
Type: Card
Compound on: Garment
Weight: 1
Monster Drops
Card Drops
Swamp Arclouze
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 .@int = readparam(bInt); .@bonus = 3*(.@int/10); if (.@int>=120) { .@bonus += 40; } bonus bMatk,.@bonus; bonus bAspdRate,(.@int/10);
.@int = readparam(bInt);
.@bonus = 3*(.@int/10);
if (.@int>=120) {
.@bonus += 40;
}
bonus bMatk,.@bonus;
bonus bAspdRate,(.@int/10);