ID #300614
Card
Diosa Card
Buy Price: N/A
Sell Price: N/A
MATK +10, S.MATK +1.
Increases SP Consumption by 7%.
_______________________
Increases Magical Damage with Wind element by 4%.
_______________________
Refine Level +9:
Increases Magical Damage with Wind element by an additional 3%.
_______________________
Refine Level +11:
Decreases Variable Casting Time by 5%.
_______________________
Type: Card
Compound on: Headgear
Weight: 1
Increases SP Consumption by 7%.
_______________________
Increases Magical Damage with Wind element by 4%.
_______________________
Refine Level +9:
Increases Magical Damage with Wind element by an additional 3%.
_______________________
Refine Level +11:
Decreases Variable Casting Time by 5%.
_______________________
Type: Card
Compound on: Headgear
Weight: 1
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 bSMatk,1; bonus bMatk,10; bonus2 bMagicAtkEle,Ele_Wind,4; bonus bUseSPrate,7; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Wind,3; if (.@r>=11) { bonus bVariableCastrate,-5; } }
.@r = getrefine();
bonus bSMatk,1;
bonus bMatk,10;
bonus2 bMagicAtkEle,Ele_Wind,4;
bonus bUseSPrate,7;
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_Wind,3;
if (.@r>=11) {
bonus bVariableCastrate,-5;
}
}