Diosa Card
| Item ID | 300614 | Name | Diosa Card |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | aegis_300614 | ||
| Attack | 0 | Type | Card | ||
| MATK | 0 | Equip Locations | Upper/Mid/Lower Headgear | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 1 | Min Equip Level | None | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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;
}
}
|
||||