Sword Guardian Card
ID: 4427
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:
When compounded into a One-Handed or Two-Handed Sword,
Critical +5, HIT +5,
increases power of Bowling Bash skill by 25%
Class: Card
Compound on: Weapon
Weight: 1
Item Script:
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_1HSWORD || getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_2HSWORD) {
bonus bHit,5;
bonus bCritical,5;
bonus2 bSkillAtk,62,25;
}