Renewal
.:Renewal Item Database:.
Card

Glacier Flower Spell (Physical Grade) 5Lv    Item ID# 311453 (Physical_Grade_5)
Glacier Flower Spell(Physical Grade) Lv5
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
ATK +75
Increases melee and ranged physical damage by 15%.

Refine Level +7:
ASPD +15% (Decreases after attack delay by 15%).

Refine Level +9:
Decreases variable cast time and after skill cast delay by 15%.

[Bonus by Weapon Grade]
[Grade D]: ATK +5%, ATK +75
[Grade C]: P.ATK +3 per 3 refine levels
[Grade B]: POW +1, CON +1 per 2 refine levels
[Grade A]: Physical Damage against enemies of every element +18%

Refine Level +11: Physical Damage against enemies of every size +18%.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bLongAtkRate,15; bonus bShortAtkRate,15; bonus bBaseAtk,75; if (.@r>=7) { bonus bAspdRate,15; if (.@r>=9) { bonus bDelayrate,-15; } } if (.@g>=ENCHANTGRADE_D) { bonus bAtkRate,5; bonus bBaseAtk,75; if (.@g>=ENCHANTGRADE_C) { bonus bPAtk,4*(.@r/3); if (.@g>=ENCHANTGRADE_B) { bonus bPow,(.@r/2); bonus bCon,(.@r/2); if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,18; if (.@r>=11) { bonus2 bAddSize,Size_All,18; } } } } } },{},{}
Dropped By No Result

Glacier Flower Spell (Spark Blaster)    Item ID# 311444 (Glacier_F_Orb_163)
Glacier Flower Spell(Spark Blaster)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Spark Blaster by 10%.

For each 4 refine levels:
Increases damage of Spark Blaster by additional 5%.

Refine Level +9:
Increases damage of Spark Blaster by additional 10%.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"MT_SPARK_BLASTER",10+5*(.@r/4); if (.@r>=9) { bonus2 bSkillAtk,"MT_SPARK_BLASTER",10; } },{},{}
Dropped By No Result

Glacier Flower Spell (Triple Laser)    Item ID# 311445 (Glacier_F_Orb_164)
Glacier Flower Spell(Triple Laser)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Triple Laser by 10%.

For each 4 refine levels:
Increases damage of Triple Laser by additional 5%.

Refine Level +9:
Increases damage of Triple Laser by additional 10%.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"MT_TRIPLE_LASER",10+5*(.@r/4); if (.@r>=9) { bonus2 bSkillAtk,"MT_TRIPLE_LASER",10; } },{},{}
Dropped By No Result

Glacier Magic Orb (Abyss Dagger)    Item ID# 311285 (Glacier_F_Orb_93)
Glacier Flower Spell(Abyss Dagger)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Abyss Dagger by 10%.

For each 4 Refine Levels:
Increases damage of Abyss Dagger by additional 5%.

Refine Level +9:
Increases damage of Abyss Dagger by additional 10%.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"ABC_ABYSS_DAGGER",10+5*(.@r/4); if (.@r>=9) { bonus2 bSkillAtk,"ABC_ABYSS_DAGGER",10; } },{},{}
Dropped By No Result

Glacier Magic Orb (Abyss Square)    Item ID# 311288 (Glacier_F_Orb_96)
Glacier Flower Spell(Abyss Square)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Abyss Square by 10%.

For each 4 Refine Levels:
Increases damage of Abyss Square by additional 5%.

Refine Level +9:
Increases damage of Abyss Square by additional 10%.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",10+5*(.@r/4); if (.@r>=9) { bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",10; } },{},{}
Dropped By No Result

Glacier Magic Orb (Acidified Zone)    Item ID# 311280 (Glacier_F_Orb_89)
Glacier Flower Spell(Acidified Zone)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Acidified Zone (Water/Wind/Ground/Fire) by 10%.

For each 4 Refine Levels:
Increases damage of Acidified Zone (Water/Wind/Ground/Fire) by additional 5%.

Refine Level +9:
Increases damage of Acidified Zone (Water/Wind/Ground/Fire) by additional 10%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WATER",10+5*(.@r/4); bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",10+5*(.@r/4); bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_GROUND",10+5*(.@r/4); bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",10+5*(.@r/4); if (.@r>=9) { bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WATER",10; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",10; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_GROUND",10; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",10; } },{},{}
Dropped By No Result

Glacier Magic Orb (Adoramus)    Item ID# 311230 (Glacier_F_Orb_39)
Glacier Flower Spell(Adoramus)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Adoramus by 20%.

For each 3 Refine Levels:
Increases damage of Adoramus by additional 10%.

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

Refine Level +11:
Increases damage of Adoramus by additional 20%.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"AB_ADORAMUS",20+10*(.@r/3); if (.@r>=9) { bonus2 bSkillAtk,"AB_ADORAMUS",20; if (.@r>=11) { bonus2 bSkillAtk,"AB_ADORAMUS",20; } } },{},{}
Dropped By No Result

Glacier Magic Orb (Aimed Bolt)    Item ID# 311238 (Glacier_F_Orb_47)
Glacier Flower Spell(Aimed Bolt)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Aimed Bolt by 20%.

For each 3 Refine Levels:
Increases damage of Aimed Bolt by additional 10%.

Refine Level +9:
Decreases Aimed Bolt skill cooldown by 1 second.

Refine Level +11:
Increases damage of Aimed Bolt by additional 20%.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"RA_AIMEDBOLT",20+10*(.@r/3); if (.@r>=9) { bonus2 bSkillCooldown,"RA_AIMEDBOLT",-1000; if (.@r>=11) { bonus2 bSkillAtk,"RA_AIMEDBOLT",20; } } },{},{}
Dropped By No Result

Glacier Magic Orb (Arbitrium)    Item ID# 311301 (Glacier_F_Orb_109)
Glacier Flower Spell(Arbitrium)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Arbitrium by 10%.

For each 4 Refine Levels:
Increases damage of Arbitrium by additional 5%.

Refine Level +9:
Increases damage of Arbitrium by additional 10%.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"CD_ARBITRIUM",10+5*(.@r/4); if (.@r>=9) { bonus2 bSkillAtk,"CD_ARBITRIUM",10; } },{},{}
Dropped By No Result

Glacier Magic Orb (Arm Cannon)    Item ID# 311205 (Glacier_F_Orb_14)
Glacier Flower Spell(Arm Cannon)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Arm Cannon by 20%.

For each 3 Refine Levels:
Increases damage of Arm Cannon by additional 10%.

Refine Level +9:
Increases damage of Arm Cannon by additional 20%.

Refine Level +11:
Increases damage of Arm Cannon by additional 20%.
Nullifies the consumption of Magic Gear Fuel for Arm Cannon.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"NC_ARMSCANNON",20+10*(.@r/3); if (.@r>=9) { bonus2 bSkillAtk,"NC_ARMSCANNON",20; if (.@r>=11) { bonus2 bSkillAtk,"NC_ARMSCANNON",10; bonus bNoMadoFuel; } } },{},{}
Dropped By No Result

Glacier Magic Orb (Arrow Storm)    Item ID# 311239 (Glacier_F_Orb_48)
Glacier Flower Spell(Arrow Storm)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Arrow Storm by 20%.

For each 3 Refine Levels:
Increases damage of Arrow Storm by additional 10%.

Refine Level +9:
Decreases Arrow Storm skill cooldown by 1.2 seconds.

Refine Level +11:
Increases damage of Arrow Storm by additional 20%.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"RA_ARROWSTORM",20+10*(.@r/3); if (.@r>=9) { bonus2 bSkillCooldown,"RA_ARROWSTORM",-1200; if (.@r>=11) { bonus2 bSkillAtk,"RA_ARROWSTORM",20; } } },{},{}
Dropped By No Result

Glacier Magic Orb (ATK)    Item ID# 311342 (Glacier_F_Orb_150)
Glacier Flower Spell(ATK)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
For each 3 Refine Levels:
ATK +20
Increases melee and ranged physical damage by 5%.

Refine Level +9:
ATK +10%

Refine Level +11:
P.ATK +5

When enchanted on Two-Handed Sword, Two-Handed Spear, Two-Handed Staff, Two-Handed Axe, Katar, Bow, Huuma Shuriken or any Firearm class weapon:
Increases melee and ranged physical damage by additional 10%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bBaseAtk,20*(.@r/3); bonus bLongAtkRate,5*(.@r/3); bonus bShortAtkRate,5*(.@r/3); if (.@r>=9) { bonus bAtkRate,10; if (.@r>=11 ) { bonus bPAtk,5; .@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW); if (.@i == W_2HSWORD || .@i == W_2HSPEAR || .@i == W_2HSTAFF || .@i == W_2HAXE || .@i == W_KATAR || .@i == W_BOW || .@i == W_HUUMA || .@i == W_REVOLVER || .@i == W_RIFLE || .@i == W_GATLING || .@i == W_SHOTGUN || .@i == W_GRENADE) { bonus bLongAtkRate,10; bonus bShortAtkRate,10; } } } },{},{}
Dropped By No Result

« First < 90919293949596979899100 > Last »
back to top