Renewal
.:Renewal Item Database:.
Card

Automatic Orb(Wave Break)    Item ID# 310128 (Automatic_Orb47)
Automatic Orb (Wave Break)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Sonic Wave and Ignition Break by 15%.

Refine Level +9:
Increases damage of Sonic Wave and Ignition Break by additional 3%.

Refine Level +11:
Increases damage of Sonic Wave by additional 7%.
Decreases Ignition Break skill cooldown by 0.25 seconds.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"RK_IGNITIONBREAK",15; bonus2 bSkillAtk,"RK_SONICWAVE",15; if (.@r>=9) { bonus2 bSkillAtk,"RK_IGNITIONBREAK",3; bonus2 bSkillAtk,"RK_SONICWAVE",3; } if (.@r>=11) { bonus2 bSkillCooldown,"RK_IGNITIONBREAK",-250; bonus2 bSkillCooldown,"RK_SONICWAVE",-250; } },{},{}
Dropped By No Result

Awaken Ktullanux Card [Armor]   Item ID# 27113 (AwakenKtullanux_Card)
Awakened Ktullanux Card
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Frozen
Description
Increases Water elemental magic attack by 20%.
Every refine level: Increases Water elemental magic attack by 3%.

When equipped with Saphien's Armor of Ocean:
Randomly autocasts Level 5 Water Ball on attacker when receiving physical attack.

More Information on Combo:
Item Script
{ bonus2 bMagicAtkEle,Ele_Water,(20+(3*getrefine())); },{},{}
Dropped By

Awaken Pere Card [Armor]   Item ID# 27106 (Grand_Pere_Card)
Awakened Ferre Card
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Musician's
Description
When equipped by Bard or Dancer classes:
Every refine level: MATK +15.
Item Script
{ if (BaseJob == Job_Bard || BaseJob == Job_Dancer) { bonus bMatk,(15*getrefine()); } },{},{}
Dropped By

Axe Stomp Tuning Device    Item ID# 311031 (Gear_MT1)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Axe Stomp by 5%.

[Bonus by Weapon Grade]
[Grade D]: Damage of Axe Stomp +3%.
[Grade C]: Physical Damage against enemies of every size +10%.
[Grade B]: Damage of Axe Stomp +4%.
[Grade A]: Damage of Axe Stomp +6%.
Item Script
expand to view script
{ .@g = getenchantgrade(); bonus2 bSkillAtk,"MT_AXE_STOMP",5; if (.@g >= 1) { bonus2 bSkillAtk,"MT_AXE_STOMP",3; if (.@g >= 2) { bonus2 bAddSize,Size_All,10; if (.@g >= 3) { bonus2 bSkillAtk,"MT_AXE_STOMP",4; if (.@g >= 4) { bonus2 bSkillAtk,"MT_AXE_STOMP",6; } } } } },{},{}
Dropped By No Result

Axe Tornado Tuning Device    Item ID# 311032 (Gear_MT2)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Axe Tornado by 5%.
Decreases Axe Tornado skill cooldown by 1 second.

[Bonus by Weapon Grade]
[Grade D]: Damage of Axe Tornado +7%.
[Grade C]: Physical Damage against enemies of every size +10%.
[Grade B]: Damage of Axe Tornado +8%.
[Grade A]: Damage of Axe Tornado +10%.
Item Script
expand to view script
{ .@g = getenchantgrade(); bonus2 bSkillAtk,"NC_AXETORNADO",5; bonus2 bSkillCooldown,"NC_AXETORNADO",-1000; if (.@g >= 1) { bonus2 bSkillAtk,"NC_AXETORNADO",7; if (.@g >= 2) { bonus2 bAddSize,Size_All,10; if (.@g >= 3) { bonus2 bSkillAtk,"NC_AXETORNADO",8; if (.@g >= 4) { bonus2 bSkillAtk,"NC_AXETORNADO",10; } } } } },{},{}
Dropped By No Result

« First < 252627282930
back to top