.:Renewal Item Database:.
Search Item By ID
|
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1 Pre/Suffix Guardman | |
| Description | ATK +5% When compounded on either Dagger, One-Handed Sword or Two-Handed Sword: Increases melee physical damage by 10%. For each 3 Refine Levels: Increases melee physical damage by additional 2%. Base Level at least 200: For each 3 Refine Levels: Increases melee physical damage by additional 3%. [iRO Description] ATK + 5%. ------------------------ When compounded on dagger, one-handed sword or two-handed sword, increase melee physical damage by 10%. and additional 2% per 3 refine rate of weapon. ------------------------ When base level is 200 or higher, increase melee physical damage by additional 3% per 3 refine rate of weapon. ------------------------ Class : Card Compound on : Weapon |
|---|---|
| Item Script |
expand to view 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); } } },{},{} |
| Dropped By | No Result |

