Renewal
.:Renewal Item Database:.
Card

Ice Magic Orb (Tornado Swing)    Item ID# 311146 (Ice_F_Orb_Skill_9)
Ice Flower Spell(Tornado Swing)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Axe Tornado and Power Swing by 15%.

Refine Level +7:
Increases damage of Axe Tornado and Power Swing by additional 15%.

Refine Level +9:
Increases damage of Axe Tornado and Power Swing by additional 15%.

Refine Level +11:
Increases damage of Axe Tornado and Power Swing by additional 15%.
Increases damage of Axe Stomp by 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"NC_AXETORNADO",15; bonus2 bSkillAtk,"NC_POWERSWING",15; if (.@r>=7) { bonus2 bSkillAtk,"NC_AXETORNADO",15; bonus2 bSkillAtk,"NC_POWERSWING",15; if (.@r>=9) { bonus2 bSkillAtk,"NC_AXETORNADO",15; bonus2 bSkillAtk,"NC_POWERSWING",15; if (.@r>=11) { bonus2 bSkillAtk,"NC_AXETORNADO",15; bonus2 bSkillAtk,"NC_POWERSWING",15; bonus2 bSkillAtk,"MT_AXE_STOMP",15; } } } },{},{}
Dropped By No Result

Ice Magic Orb (Unlimited Vital)    Item ID# 311120 (Ice_F_Orb_Un_Vit)
Ice Flower Spell(Unlimited Vital)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Physical attacks have a 3% chance to increase VIT by 50 and ATK by 25% for 10 seconds.
Item Script
{ autobonus "{ bonus bAtkRate,25; bonus bVit,50; }",30,10000,BF_WEAPON; },{},{}
Dropped By No Result

Ice Magic Orb (Varetyr Wave)    Item ID# 311160 (Ice_F_Orb_Skill_23)
Ice Flower Spell(Varetyr Wave)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Varetyr Spear and Psychic Wave by 15%.

Refine Level +7:
Increases damage of Varetyr Spear and Psychic Wave by additional 15%.

Refine Level +9:
Increases damage of Varetyr Spear and Psychic Wave by additional 15%.
Decreases Poison Buster skill cooldown by 0.5 seconds.

Refine Level +11:
Increases damage of Varetyr Spear and Psychic Wave by additional 15%.
Increases damage of Conflagration and Lightning Land by 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15; bonus2 bSkillAtk,"SO_VARETYR_SPEAR",15; if (.@r>=7) { bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15; bonus2 bSkillAtk,"SO_VARETYR_SPEAR",15; if (.@r>=9) { bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15; bonus2 bSkillAtk,"SO_VARETYR_SPEAR",15; if (.@r>=11) { bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15; bonus2 bSkillAtk,"SO_VARETYR_SPEAR",15; bonus2 bSkillAtk,"EM_CONFLAGRATION",15; bonus2 bSkillAtk,"EM_LIGHTNING_LAND",15; } } } },{},{}
Dropped By No Result

Ice Magic Orb (VIT)    Item ID# 311096 (Ice_F_Orb_Vit)
Ice Flower Spell(VIT)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
VIT +3

Refine Level +7:
VIT +1

Refine Level +9:
VIT +1

Refine Level +11:
STA +1
Decreases after skill cast delay by 3%.
Item Script
{ bonus bVit,3; .@r = getrefine(); if (.@r >= 7) { bonus bVit,1; if (.@r >= 9) { bonus bVit,1; if (.@r >= 11) { bonus bSta,1; bonus bDelayrate,-3; } } } },{},{}
Dropped By No Result

Ice Magic Orb (Vulcan Shooting)    Item ID# 311173 (Ice_F_Orb_Skill_36)
Ice Flower Spell(Vulcan Shooting)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Arrow Vulcan by 20%.

Refine Level +7:
Increases damage of Arrow Vulcan by additional 20%.

Refine Level +9:
Increases damage of Arrow Vulcan by additional 20%.

Refine Level +11:
Increases damage of Arrow Vulcan by additional 20%.
Increases damage of Rhythm Shooting by 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"CG_ARROWVULCAN",20; if (.@r>=7) { bonus2 bSkillAtk,"CG_ARROWVULCAN",20; if (.@r>=9) { bonus2 bSkillAtk,"CG_ARROWVULCAN",20; if (.@r>=11) { bonus2 bSkillAtk,"CG_ARROWVULCAN",20; bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",15; } } } },{},{}
Dropped By No Result

Ice Magic Orb (Vulkan Boomerang)    Item ID# 311145 (Ice_F_Orb_Skill_8)
Ice Flower Spell(Vulcan Boomerang)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Vulcan Arm and Axe Boomerang by 15%.

Refine Level +7:
Increases damage of Vulcan Arm and Axe Boomerang by additional 15%.

Refine Level +9:
Increases damage of Vulcan Arm and Axe Boomerang by additional 15%.

Refine Level +11:
Increases damage of Vulcan Arm and Axe Boomerang by additional 15%.
Decreases Axe Boomerang skill cooldown by 2 seconds.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"NC_AXEBOOMERANG",15; bonus2 bSkillAtk,"NC_VULCANARM",15; if (.@r>=7) { bonus2 bSkillAtk,"NC_AXEBOOMERANG",15; bonus2 bSkillAtk,"NC_VULCANARM",15; if (.@r>=9) { bonus2 bSkillAtk,"NC_AXEBOOMERANG",15; bonus2 bSkillAtk,"NC_VULCANARM",15; if (.@r>=11) { bonus2 bSkillAtk,"NC_AXEBOOMERANG",15; bonus2 bSkillAtk,"NC_VULCANARM",15; bonus2 bSkillCooldown,"NC_AXEBOOMERANG",-2000; } } } },{},{}
Dropped By No Result

Ice Magic Orb (Warrior)    Item ID# 311101 (Ice_F_Orb_War)
Ice Flower Spell(Warrior)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
ATK +6%, ATK +100

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

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

Refine Level +11:
Increases melee physical damage by additional 5%.
Item Script
{ bonus bAtkRate,6; bonus bBaseAtk,100; .@r = getrefine(); if (.@r >= 7) { bonus bShortAtkRate,5; if (.@r >= 9) { bonus bShortAtkRate,5; if (.@r >= 11) { bonus bShortAtkRate,5; } } } },{},{}
Dropped By No Result

Ice Straw Card [Armor]   Item ID# 300361 (Ice_Straw_Card)
Type
Card
Class
Armor Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Straw
Description
S.MATK +1
Increases SP Consumption by 7%.

For each 2 Refine Levels:
Increases magical damage with Water element by 4%.

When equipped with Ice Gangu Card:
MATK +10%
Item Script
{ bonus bSMatk,1; bonus bUseSPrate,7; bonus2 bMagicAtkEle,Ele_Water,4*(getrefine()/2); },{},{}
Dropped By No Result

Ice Titan Card [Footgear]   Item ID# 4417 (Ice_Titan_Card)
Type
Card
Class
Footgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Flaw
Description
VIT +2
Has a chance to gain DEF +10 for 10 seconds when the wearer receives physical or magical damage.
Item Script
{ bonus bVit,2; autobonus2 "{ bonus bDef,10; }",3,10000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_FREEZED; }"; },{},{}
Dropped By
Obtainable FromOld Card Album

Icewind Card [Footgear]   Item ID# 300458 (aegis_300458)
Type
Card
Class
Footgear Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of White Wind
Description
MATK +5%

Decreases variable cast time by 5%.
Increases SP Consumption by 7%.

When Armor Level of compounded equipment is 2:
SPL +3, CON +3
Decreases variable cast time by additional 3%.

When equipped with Copo Card:
Increases Magical Damage against monsters of Large size by 10%.

For each 2 refine levels:
Increases Magical Damage against monsters of Large size by additional 3%.
Item Script
{ bonus bVariableCastrate,-5; bonus bUseSPrate,7; bonus bMatkRate,5; if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_ARMORLEVEL)==2) { bonus bVariableCastrate,-3; bonus bSpl,3; bonus bCon,3; } },{},{}
Dropped By No Result

Icewind's Egg Card [Headgear]   Item ID# 300456 (aegis_300456)
Type
Card
Class
Headgear Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Cool Egg
Description
Decreases after skill cast delay by 3%.

Refine Level +10:
Decreases after skill cast delay by additional 2%.

When Armor Level of compounded equipment is 2:
Decreases variable cast time by 5%.
Item Script
{ bonus bDelayrate,-3; if (getrefine()>=10) { bonus bDelayrate,-2; if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_ARMORLEVEL)==2) { bonus bDelayrate,-2; } } },{},{}
Dropped By No Result

Identify    Item ID# 29146 (Identify)
Item Appraisal
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Enables use of Level 1 Item Appraisal.
Item Script
{ skill "MC_IDENTIFY",1; },{},{}
Dropped By No Result

« First < 4567891011121314 > Last »
back to top