Type |
Card |
Subtype |
None |
Attack |
0 |
Defense |
0 |
Weight |
1.0 |
Weapon Level |
0 |
Buy |
20z |
Sell |
10z |
Required Level |
0 |
Slots |
0 |
Applicable Jobs:
All
Description:
Flee +10
Increases resistance against Neutral elemental attack by 10%.
When the compounded garmet's upgrade level is 9 or greater, increase Flee +5 and Neutral element resistance +5%
Class: Card
Compound on: Garment
Weight: 1
Item Script:
if (getrefine()>=9) {
bonus2 bSubEle,Ele_Neutral,15;
bonus bFlee,15;
}
else {
bonus2 bSubEle,Ele_Neutral,10;
bonus bFlee,10;
}