ID #300246
Card
Grote 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:
MDEF +8
Decreases Magical Damage taken from enemies of Small size by 1%.
_______________________
Refine Level +11:
Decreases Magical Damage taken from enemies of Small size by additional 2%.
_______________________
Type: Card
Compound on: Headgear
Weight: 1
_______________________
For each Refine Level:
Decreases Variable Casting Time by 1%.
_______________________
Refine Level +9:
MDEF +8
Decreases Magical Damage taken from enemies of Small size by 1%.
_______________________
Refine Level +11:
Decreases Magical Damage taken from enemies of Small size by additional 2%.
_______________________
Type: Card
Compound on: Headgear
Weight: 1
Monster Drops
Card Drops
Grote
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 bMagicSubSize,Size_Small,1; bonus bMdef,8; if (.@r>=11) { bonus2 bMagicSubSize,Size_Small,2; } }
.@r = getrefine();
bonus bVariableCastrate,5-.@r;
if (.@r>=9) {
bonus2 bMagicSubSize,Size_Small,1;
bonus bMdef,8;
if (.@r>=11) {
bonus2 bMagicSubSize,Size_Small,2;
}
}