ID #300244
Card
Disguiser Card
Buy Price: N/A
Sell Price: N/A
Increases Variable Casting Time by 5%.
_______________________
For each Refine Level:
Decreases Variable Casting Time by 1%.
_______________________
Refine Level +9:
Increases Ranged Physical Damage by 1%.
_______________________
Refine Level +11:
Increases Ranged Physical Damage by additional 2%.
_______________________
Type: Card
Compound on: Headgear
Weight: 1
_______________________
For each Refine Level:
Decreases Variable Casting Time by 1%.
_______________________
Refine Level +9:
Increases Ranged Physical Damage by 1%.
_______________________
Refine Level +11:
Increases Ranged Physical Damage by additional 2%.
_______________________
Type: Card
Compound on: Headgear
Weight: 1
Monster Drops
Card Drops
Disguiser
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(); bonus bVariableCastrate,5-.@r; if (.@r>=9) { bonus bLongAtkRate,1; if (.@r>=11) { bonus bLongAtkRate,2; } }
.@r = getrefine();
bonus bVariableCastrate,5-.@r;
if (.@r>=9) {
bonus bLongAtkRate,1;
if (.@r>=11) {
bonus bLongAtkRate,2;
}
}