ID #300140
Card
Abysmal Sropho Card
Buy Price: N/A
Sell Price: N/A
Increases Magical Damage with Wind element by 3%.
_______________________
Refine Level +9:
Increases Magical Damage with Wind element by additional 2%.
_______________________
Refine Level +11:
Increases Magical Damage with Wind element by additional 5%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
_______________________
Refine Level +9:
Increases Magical Damage with Wind element by additional 2%.
_______________________
Refine Level +11:
Increases Magical Damage with Wind element by additional 5%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Monster Drops
Card Drops
Deep Sea Sropho
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 .@r = getrefine(); bonus2 bMagicAtkEle,Ele_Wind,3; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Wind,2; } if (.@r>=11) { bonus2 bMagicAtkEle,Ele_Wind,5; }
.@r = getrefine();
bonus2 bMagicAtkEle,Ele_Wind,3;
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_Wind,2;
}
if (.@r>=11) {
bonus2 bMagicAtkEle,Ele_Wind,5;
}