ID #4634
Card
Enhanced Soldier Skeleton Card
Buy Price: N/A
Sell Price: N/A
Critical +9
_______________________
Base Level at least 100:
Critical +1
Increases Critical Damage by 5%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
_______________________
Base Level at least 100:
Critical +1
Increases Critical Damage by 5%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Monster Drops
Card Drops
Enchanted Soldier Skele
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 if (BaseLevel<100) { bonus bCritical,9; } else { bonus bCritical,10; bonus bCritAtkRate,5; }
if (BaseLevel<100) {
bonus bCritical,9;
}
else {
bonus bCritical,10;
bonus bCritAtkRate,5;
}