Kavach Icarus Card
ID: 4351
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
When the compounded
garmet's upgrade level
is lower than 5, this
this card adds Perfect
Dodge +1 and an
additional Flee +10.
Class: Card
Compound on: Garment
Weight: 1
Item Script:
if (getrefine()<=4) {
bonus bFlee,20;
bonus bFlee2,1;
}
else {
bonus bFlee,10;
}