ID #4574
Card
General Daehyon Card
Buy Price: N/A
Sell Price: N/A
When compounded on a One-Handed Sword or Two-Handed Sword class weapon:
ATK +100
_______________________
Type: Card
Compound on: Weapon
Weight: 1
ATK +100
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Monster Drops
Card Drops
General Daehyun
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 bBaseAtk,100; }
.@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW);
if (.@i == W_1HSWORD || .@i == W_2HSWORD) {
bonus bBaseAtk,100;
}