ID #4427
Card
Sword Guardian Card
Buy Price: N/A
Sell Price: N/A
When compounded on a One-Handed Sword or Two-Handed Sword class weapon:
Critical +5
HIT +5
Increases damage of Bowling Bash by 25%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Critical +5
HIT +5
Increases damage of Bowling Bash by 25%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Monster Drops
Card Drops
Sword Guardian
Rate: 0.5%
Available from boxes
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 .@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW); if (.@i == W_1HSWORD || .@i == W_2HSWORD) { bonus bHit,5; bonus bCritical,5; bonus2 bSkillAtk,"KN_BOWLINGBASH",25; }
.@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW);
if (.@i == W_1HSWORD || .@i == W_2HSWORD) {
bonus bHit,5;
bonus bCritical,5;
bonus2 bSkillAtk,"KN_BOWLINGBASH",25;
}