Renewal
.:Renewal Item Database:.

Sorcerer Celia Card [Garment]   Item ID# 4671 (Sorcerer_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Sorcerer
Description
When base class is Sorcerer: MaxHP +10%, MATK +10%.

When base level is 175: All Stats +10.

When refine level +10 or higher: All Stats +10.

When equipped with True Celia Aldea Card:
Adds 3% chance for 6 seconds to possess the user with Celia Aldea spirit when dealing magical attacks.
During possession, the user granted with +100 MATK.

More Information on Combo:
Combo Script
{ autobonus "{ bonus bMatk,100; }",30,6000,BF_MAGIC,"{ active_transform 3242,6000; }"; }
Item Script
{ if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) { bonus bMaxHPrate,10; bonus bMatkRate,10; } if (BaseLevel>174) bonus bAllStats,10; if (getrefine()>9) bonus bAllStats,10; },{},{}
Dropped By

True Celia Alde Card [Weapon]   Item ID# 4692 (Real_Ceila_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Varetyr
Description
Increases Varetyr Spear damage by 20%.
When equipped with Level 4 weapons, increases Varetyr Spear damage by 20%.
When refine level +10 or higher: increases Varetyr Spear damage by 20%.

More Information on Combo:
Combo Script
{ autobonus "{ bonus bMatk,100; }",30,6000,BF_MAGIC,"{ active_transform 3242,6000; }"; }
Item Script
{ if (getrefine() > 9) .@b += 20; if (getequipweaponlv() == 4) .@b += 20; bonus2 bSkillAtk,"SO_VARETYR_SPEAR",20+.@b; },{},{}
Dropped By

back to top