ID #4643
Card
Infinite Vagabond Wolf Card
Buy Price: N/A
Sell Price: N/A
ATK +10
_______________________
Refine Level +7:
ATK +10
_______________________
Refine Level +9:
ATK +15
_______________________
Type: Card
Compound on: Shoes
Weight: 1
_______________________
Refine Level +7:
ATK +10
_______________________
Refine Level +9:
ATK +15
_______________________
Type: Card
Compound on: Shoes
Weight: 1
Monster Drops
Card Drops
Infinite Vagabond Wolf
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(); if (.@r>6) { .@b += 10; if (.@r>8) .@b += 15; } bonus bBaseAtk,10+.@b;
.@r = getrefine();
if (.@r>6) {
.@b += 10;
if (.@r>8)
.@b += 15;
}
bonus bBaseAtk,10+.@b;