.:Renewal Item Database:.
Search Item By ID
|
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
| Description | Essence of Varmundt's Creativity. CRT +2 For each 20 base CRT: ATK +4, P.ATK +2 Increases critical damage by 4%. [Enchanted Equipment's Grade] For each 20 base CRT: [Grade D]: P.ATK +1 [Grade C]: P.ATK +1 [Grade B]: P.ATK +1 [Grade A]: P.ATK +2 [iRO Description] Varmund's fatal essence. ------------------------ CRT +2. ATK +4, P.ATK +2 and critical damage +4% per 20 base CRT of the user. If the enchanted equipment is grade D, additional P.ATK +1 per 20 base CRT. If the enchanted equipment is grade C, additional P.ATK +1 per 20 base CRT. If the enchanted equipment is grade B, additional P.ATK +1 per 20 base CRT. If the enchanted equipment is grade A, additional P.ATK +2 per 20 base CRT. |
|---|---|
| Item Script |
expand to view script{ .@param = (readparam(bCrt)/20); .@g = getenchantgrade(); bonus bCrt,2; bonus bCritAtkRate,4*.@param; bonus bPAtk,2*.@param; bonus bBaseAtk,4*.@param; if (.@g >= ENCHANTGRADE_D) { bonus bPAtk,.@param; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,.@param; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,.@param; if (.@g >= ENCHANTGRADE_A) { bonus bPAtk,2*.@param; } } } } },{},{} |
| Dropped By | No Result |

