Renewal
.:Renewal Item Database:.

Geffenia Tomb of Water [1]   [Shield]   Item ID# 2161 (Geffenia_Book_Water)
Geffenia Water Book
Type
Armor
Class
Shield
Buy
56000z
Sell
28000z
Weight
100
Defense
30
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Warlock
Description
One of Geffenia's secret treasures. There are not many people who can use this shield's magic.

INT +1, MDEF +2.

If base INT at least 120: MATK +10 and MaxHP +800.

+Lacryma Stick:
Reduces variable cast time of Jack Frost, Frost Misty and Storm Gust by (4*Shield refine level)%.

More Information on Combo:
Combo Script
{ .@r = getequiprefinerycnt(EQI_HAND_L)*4; bonus2 bVariableCastrate,"WZ_STORMGUST",-.@r; bonus2 bVariableCastrate,"WL_FROSTMISTY",-.@r; bonus2 bVariableCastrate,"WL_JACKFROST",-.@r; }
Item Script
{ bonus bMdef,2; bonus bInt,1; if (readparam(bInt)>=120) { bonus bMatk,10; bonus bMaxHP,800; } },{},{}
Dropped By

La'cryma Stick [2]   [One Hand]   Item ID# 1646 (La'cryma_Stick)
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
50
Attack
30 / MATK 180
Required Lvl
50
Weapon Lvl
3
Slot
2
Applicable Jobs
High Mage
High Wizard
Professor
Description
Decorated with animal tails, it symbolizes a staff frequently used by a great magician.
Strengthens the ice element magic, Storm Gust.

INT +4, MATK +180.
For every refine level, MDEF +1 and Stormgust damage +1%.

When refined to +10 or higher, variable cast time of Stormgust reduces by 8%.

More Information on Combo:
Combo Script
{ .@r = getequiprefinerycnt(EQI_HAND_L)*4; bonus2 bVariableCastrate,"WZ_STORMGUST",-.@r; bonus2 bVariableCastrate,"WL_FROSTMISTY",-.@r; bonus2 bVariableCastrate,"WL_JACKFROST",-.@r; }
Item Script
{ .@r = getrefine(); bonus bInt,4; bonus bMdef,.@r; bonus2 bSkillAtk,"WZ_STORMGUST",.@r; if (.@r > 9) bonus2 bVariableCastrate,"WZ_STORMGUST",-8; },{},{}
Dropped By

back to top