
RENEWAL / ITEMS
Unidentified Creature card
#300176Card
MD_Airboat_Card7
TypeCard
Card placementWeapon
Weight1
Buy price0 z
Sell price0 z
Card illustration
Description
Every 2 refine level, increase melee physical damage by 1%.
------------------------
When compounded on two-handed sword or two-handed axe, increases melee physical damage by additional 10%, ASPD + 1.
------------------------
Class : Card
Compound on : Weapon
Weight : 1
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Card placement
- Weapon
- Trade
Item effect script
if (getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSWORD) {
bonus bShortAtkRate,10+(getrefine()/2);
bonus bAspd,1;
}