ID #300247
Card
Pierrotzoist 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 Magical Damage with Ghost element by 1%.
_______________________
Refine Level +11:
Increases Magical Damage with Ghost element by additional 2%.
_______________________
Type: Card
Compound on: Headgear
Weight: 1
_______________________
For each Refine Level:
Decreases Variable Casting Time by 1%.
_______________________
Refine Level +9:
Increases Magical Damage with Ghost element by 1%.
_______________________
Refine Level +11:
Increases Magical Damage with Ghost element by additional 2%.
_______________________
Type: Card
Compound on: Headgear
Weight: 1
Monster Drops
Card Drops
Pierrotzoist
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) { bonus2 bMagicAtkEle,Ele_Ghost,1; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_Ghost,2; } }
.@r = getrefine();
bonus bVariableCastrate,5-.@r;
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_Ghost,1;
if (.@r>=11) {
bonus2 bMagicAtkEle,Ele_Ghost,2;
}
}