ID #27296
Card
Ancient Wootan Shooter Card
Buy Price: N/A
Sell Price: N/A
For each 10 base DEX:
Increases damage inflicted with Bow class weapon by 1%.
Increases Attack Speed (decreases After Attack Delay by 1%).
_______________________
Base DEX at least 120:
ATK +40
_______________________
Type: Card
Compound on: Garment
Weight: 1
Increases damage inflicted with Bow class weapon by 1%.
Increases Attack Speed (decreases After Attack Delay by 1%).
_______________________
Base DEX at least 120:
ATK +40
_______________________
Type: Card
Compound on: Garment
Weight: 1
Monster Drops
Card Drops
Ancient Wootan Shooter
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 .@dex = readparam(bDex); .@val = .@dex/10; if (.@val) { bonus bAspdRate,.@val; bonus2 bWeaponDamageRate,W_BOW,.@val; if (.@dex >= 120) { bonus bBaseAtk,40; } }
.@dex = readparam(bDex);
.@val = .@dex/10;
if (.@val) {
bonus bAspdRate,.@val;
bonus2 bWeaponDamageRate,W_BOW,.@val;
if (.@dex >= 120) {
bonus bBaseAtk,40;
} }