Renewal
.:Renewal Item Database:.

Minstel Alphoccio Card [Garment]   Item ID# 4673 (Minstrel_Card)
Maestro Alphoccio Card
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Maestro
Description
When base class is Minstrel: MaxHP +15%, MaxSP +10%.
When base level is 175: All Stats +10.
When refine level +10 or higher: All Stats +10.

When equipped with True Alphoccio Basil Card:
Adds 3% chance for 6 seconds to possess the user with Alphoccio Basil spirit when attacking with physical attacks.
During possession, the user granted with +100 ATK.

More Information on Combo:
Combo Script
{ autobonus "{ bonus bAtk,100; }",30,6000,BF_WEAPON,"{ active_transform 3245,6000; }"; }
Item Script
{ if (eaclass()&EAJL_THIRD && BaseJob == Job_Bard) { bonus bMaxHPrate,15; bonus bMaxSPrate,10; } if (BaseLevel>174) bonus bAllStats,10; if (getrefine()>9) bonus bAllStats,10; },{},{}
Dropped By

True Alphoccio Card [Weapon]   Item ID# 4696 (Real_Alphoccio_Card)
True Alphoccio Basil Card
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Reverberation
Description
Increases Reverberation damage by 20%.
When equipped with Level 4 weapons, increases Reverberation damage by 20%.
When refine level +10 or higher: increases Reverberation damage by 20%.

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

back to top