Renewal
.:Renewal Item Database:.
Card

Giant Spider Card [Armor]   Item ID# 4270 (Giant_Spider_Card)
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Venom
Description
Add a 6% chance of auto casting 'Poison' on an enemy when the user receives physical attack.
Item Script
{ bonus2 bAddEffWhenHit,Eff_Poison,600; },{},{}
Dropped By
Obtainable FromOld Card Album

Giant Whisper Card [Garment]   Item ID# 4303 (Whisper_Boss_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Mystic
Description
FLEE +10
[Base STR >= 80]
ATK + 20
[Base VIT >= 80]
Maximum HP + 3%
[Base LUK >= 80]
CRIT +3
Item Script
{ bonus bFlee,10; if (readparam(bStr)>=80) bonus bBaseAtk,20; if (readparam(bVit)>=80) bonus bMaxHPrate,3; if (readparam(bLuk)>=80) bonus bCritical,3; },{},{}
Dropped By

Gibbet Card [Headgear]   Item ID# 4278 (Gibbet_Card)
Type
Card
Class
Headgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Magical Immunity
Description
[When compounded into an item with refine rate of 0~5]
MDEF + 5
Item Script
{ if (getrefine()<6) bonus bMdef,5; },{},{}
Dropped By
Obtainable FromOld Card Album

Giearth Card [Headgear]   Item ID# 4087 (Giearth_Card)
Type
Card
Class
Headgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Order
Description
Gain immunity to the Confusion status.
Increase resistance to Earth Property attacks by 15%.
Item Script
{ bonus2 bResEff,Eff_Confusion,10000; bonus2 bSubEle,Ele_Earth,15; },{},{}
Dropped By
Obtainable FromOld Card Album

Gig Card [Weapon]   Item ID# 4165 (Gig_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Insect Soul Eater
Description
Gain 5 SP each time an Insect monster is killed by a physical melee damage.
Drain 5 SP as the weapon is unequipped.
Item Script
{ bonus2 bSPGainRace,RC_Insect,5; },{},{ heal 0,-5; }
Dropped By
Obtainable FromOld Card Album

Gigantes Card [Accessory (Left)]   Item ID# 27183 (Gigantes_Card)
Type
Card
Class
Accessory (Left) Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Onslaught
Description
ATK +20.

Base STR is at least 120:
ATK +20, increases after attack delay by 3%.
Item Script
{ bonus bBaseAtk,20; if (readparam(bStr) >= 120) { bonus bBaseAtk,20; bonus bAspdRate,-3; } },{},{}
Dropped By

Gioia Card [Garment]   Item ID# 4576 (Gioia_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Educe
Description
Increase Wind and Ghost Property magic damage by 100%.
Decrease resistance to all atribute attacks by 30%.
Item Script
{ bonus2 bMagicAtkEle,Ele_Wind,100; bonus2 bMagicAtkEle,Ele_Ghost,100; bonus2 bSubEle,Ele_All,-30; },{},{}
Dropped By

Glacier Flower Meow Power (Above All)    Item ID# 312072 (Ice_C_Orb_Above)
Glacier Flower Meow Power(Above All)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases damage taken from monsters of every element and every size by 3%.

Refine Level +7:
Decreases damage taken from monsters of every element by additional 7%.

Refine Level +9:
Decreases damage taken from monsters of every size by additional 7%.
Item Script
{ .@r = getrefine(); bonus2 bSubSize,Size_All,3; bonus2 bSubEle,Ele_All,3; if (.@r>=7) { bonus2 bSubEle,Ele_All,7; if (.@r>=9) { bonus2 bSubSize,Size_All,7; } } },{},{}
Dropped By No Result

Glacier Flower Meow Power (AGI)    Item ID# 312052 (Ice_C_Orb_Agi)
Glacier Flower Meow Power(AGI)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
AGI +5

Base AGI at least 120:
AGI +5
Item Script
{ bonus bAgi,5; if (readparam(bAgi)>=120) { bonus bAgi,5; } },{},{}
Dropped By No Result

Glacier Flower Meow Power (All Force)    Item ID# 312089 (Ice_C_Orb_A_Force)
Glacier Flower Meow Power(All Force)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases melee physical damage by 7%.
Increases ranged physical damage by 7%.
Increases Magical Damage with every element by 7%.
Item Script
{ bonus2 bMagicAtkEle,Ele_All,7; bonus bLongAtkRate,7; bonus bShortAtkRate,7; },{},{}
Dropped By No Result

Glacier Flower Meow Power (Attack)    Item ID# 312091 (Ice_C_Orb_A)
Glacier Flower Meow Power(Attack)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
ATK/MATK +3%

Refine Level +7:
ATK/MATK +20

Refine Level +9:
ATK/MATK +10
Item Script
{ .@r = getrefine(); bonus bAtkRate,3; bonus bMatkRate,3; if (.@r>=7) { bonus bMatk,20; bonus bBaseAtk,20; if (.@r>=9) { bonus bMatk,10; bonus bBaseAtk,10; } } },{},{}
Dropped By No Result

Glacier Flower Meow Power (Berserker)    Item ID# 312064 (Ice_C_Orb_War2)
Glacier Flower Meow Power(Berserker)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
ATK +5%, ATK +75

Refine Level +7:
Increases melee physical damage by 5%

Refine Level +9:
Increases melee physical damage by additional 5%.

[Bonus by Equipment's Grade]
[Grade D]: melee physical damage +5%
[Grade C]: melee physical damage +5%
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,5; bonus bBaseAtk,75; if (.@r>=7) { bonus bShortAtkRate,5; if (.@r>=9) { bonus bShortAtkRate,5; } } if (.@g>=ENCHANTGRADE_D) { bonus bShortAtkRate,5; if (.@g>=ENCHANTGRADE_C) { bonus bShortAtkRate,5; } } },{},{}
Dropped By No Result

< 1234567891011 > Last »
back to top