.:Renewal Item Database:.
Search Item By ID
|
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
| Description | Essence of Varmundt's Restoration. WIS +1 For each 20 base WIS: MaxSP +1% Increases Healing skills effectiveness by 1%. [Enchanted Equipment's Grade] For each 20 base WIS: [Grade D]: MaxSP +1%, Healing effectiveness +1% [Grade C]: MaxSP +1%, Healing effectiveness +1% [Grade B]: MaxSP +1%, Healing effectiveness +2% [Grade A]: MaxSP +1%, Healing effectiveness +2% [iRO Description] Varmund's recovery essence. ------------------------ WIS +1. MSP +1% and increases heal effectiveness by 1% per 20 base WIS of the user. If the enchanted equipment is grade D, Additional MSP +1% and heal effectiveness +1% per 20 base WIS. If the enchanted equipment is grade C, Additional MSP +1% and heal effectiveness +1% per 20 base WIS. If the enchanted equipment is grade B, Additional MSP +1% and heal effectiveness +2% per 20 base WIS. If the enchanted equipment is grade A, Additional MSP +1% and heal effectiveness +2% per 20 base WIS. |
|---|---|
| Item Script |
expand to view script{ .@param = (readparam(bWis)/20); .@g = getenchantgrade(); bonus bWis,1; bonus bMaxSPrate,.@param; bonus bHealPower,.@param; if (.@g >= ENCHANTGRADE_D) { bonus bMaxSPrate,.@param; bonus bHealPower,.@param; if (.@g >= ENCHANTGRADE_C) { bonus bMaxSPrate,.@param; bonus bHealPower,.@param; if (.@g >= ENCHANTGRADE_B) { bonus bMaxSPrate,.@param; bonus bHealPower,2*.@param; if (.@g >= ENCHANTGRADE_A) { bonus bMaxSPrate,.@param; bonus bHealPower,2*.@param; } } } } },{},{} |
| Dropped By | No Result |

