.:Renewal Item Database:.
Search Item By ID
|
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
| Description | For each 20 base STR: ATK +10, POW +2, CON +2. If enchanted Equipment's Grade is D or higher: P.ATK +6. Increases melee physical damage by 6%. If enchanted Equipment's Grade is C or higher: P.ATK +9. [iRO Description] Not Available |
|---|---|
| Item Script | { .@str = (readparam(bStr)/20); .@g = getenchantgrade(); bonus bBaseAtk,10*.@str; bonus bPow,2*.@str; bonus bCon,2*.@str; if (.@g>=ENCHANTGRADE_D) { bonus bShortAtkRate,6; bonus bPAtk,6; if (.@g>=ENCHANTGRADE_C) { bonus bPAtk,9; } } },{},{} |
| Dropped By | No Result |

