ID #27057
Card
Minstel Alphoccio (MVP) Card
Buy Price: N/A
Sell Price: N/A
When equipped by Minstrel:
MaxHP +15%
MaxSP +10%
_______________________
Base Level at least 165:
All Basic Stats +10
_______________________
Refine Level of equipped Garment is +10 or higher:
All Basic Stats +10
_______________________
When equipped with Minstrel Alphoccio Card:
Random chance to increase DEX by 100 and transform into Minstrel Alphoccio for 5 seconds when receiving physical damage.
_______________________
Type: Card
Compound on: Garment
Weight: 1
MaxHP +15%
MaxSP +10%
_______________________
Base Level at least 165:
All Basic Stats +10
_______________________
Refine Level of equipped Garment is +10 or higher:
All Basic Stats +10
_______________________
When equipped with Minstrel Alphoccio Card:
Random chance to increase DEX by 100 and transform into Minstrel Alphoccio for 5 seconds when receiving physical damage.
_______________________
Type: Card
Compound on: Garment
Weight: 1
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Card
Weight
10
Item Flags
Drop Effect
Yes
Scripts
Script if (eaclass()&EAJL_THIRD && BaseJob == Job_Bard) { bonus bMaxHPrate,15; bonus bMaxSPrate,10; } if (BaseLevel>=165) bonus bAllStats,10; if (getrefine()>=10) bonus bAllStats,10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Bard) {
bonus bMaxHPrate,15;
bonus bMaxSPrate,10;
}
if (BaseLevel>=165)
bonus bAllStats,10;
if (getrefine()>=10)
bonus bAllStats,10;