ID #27086
Card
Resentful Soldier Card
Buy Price: N/A
Sell Price: N/A
Random chance to auto-cast Level 5 Double Strafing when dealing physical attack with Bow weapon.
_______________________
Refine Level +10:
Increases Bow class weapon damage by 20%.
_______________________
When equipped with Archer Skeleton Card:
Adds 2% chance of getting possessed by Archer Skeleton for 5 seconds when dealing physical damage.
During possession, ASPD increased by 1.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
_______________________
Refine Level +10:
Increases Bow class weapon damage by 20%.
_______________________
When equipped with Archer Skeleton Card:
Adds 2% chance of getting possessed by Archer Skeleton for 5 seconds when dealing physical damage.
During possession, ASPD increased by 1.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Monster Drops
Card Drops
Resentful Soldier
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 (getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW) == W_BOW) { bonus3 bAutoSpell,"AC_DOUBLE",5,30; if (getrefine() >= 10) { bonus2 bWeaponDamageRate,W_BOW,20; } }
if (getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW) == W_BOW) {
bonus3 bAutoSpell,"AC_DOUBLE",5,30;
if (getrefine() >= 10) {
bonus2 bWeaponDamageRate,W_BOW,20;
}
}