ID #300263
Card
Rekenber Guard Card
Buy Price: N/A
Sell Price: N/A
ATK +5%
_______________________
When compounded on either Dagger, One-Handed Sword or Two-Handed Sword:
Increases Physical Melee Damage by 10%.
For each 3 Refine Levels:
Increases Physical Melee Damage by additional 2%.
Base Level at least 200:
For each 3 Refine Levels:
Increases Physical Melee Damage by additional 3%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
_______________________
When compounded on either Dagger, One-Handed Sword or Two-Handed Sword:
Increases Physical Melee Damage by 10%.
For each 3 Refine Levels:
Increases Physical Melee Damage by additional 2%.
Base Level at least 200:
For each 3 Refine Levels:
Increases Physical Melee Damage by additional 3%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
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 .@r = getrefine(); bonus bAtkRate,5; if (getiteminfo(getequipid(EQI_HAND_R),11) == W_1HSWORD || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSWORD || getiteminfo(getequipid(EQI_HAND_R),11) == W_DAGGER) { bonus bShortAtkRate,10+2*(.@r/3); if (BaseLevel>=200) { bonus bShortAtkRate,3*(.@r/3); } }
.@r = getrefine();
bonus bAtkRate,5;
if (getiteminfo(getequipid(EQI_HAND_R),11) == W_1HSWORD || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSWORD || getiteminfo(getequipid(EQI_HAND_R),11) == W_DAGGER) {
bonus bShortAtkRate,10+2*(.@r/3);
if (BaseLevel>=200) {
bonus bShortAtkRate,3*(.@r/3);
}
}