Viewing Item (Minstrel Alphoccio Card) Ragnarok: Project Zero Control Panel
Basic Info
Name | Minstrel Alphoccio Card |
---|---|
Item ID |
4673
-
V_Alphoccio_Card
|
Type | Card |
When base class is Minstrel: MaxHP +15%, MaxSP +10%.
When base level is 175 or higher: 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.
-------------------------
Class: Card
Compound on: Garment
Weight: 1
When base level is 175 or higher: 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.
-------------------------
Class: Card
Compound on: Garment
Weight: 1
Details
Weight | 1 |
---|---|
NPC Buy | 20 z |
NPC Sell | 10 z |
Refineable | No |
Equip Locations | Garment |
Stats
Range | 0 |
---|---|
Defense | 0 |
Attack | 0 |
Magical Attack | 0 |
Weapon Level | 0 |
Slots | 0 |
Restrictions
Level Range | Any |
---|---|
Usage | None |
Trade | None |
Job Class Types | Normal / Upper / Baby |
Job Classes | All Jobs |
Gender | Any |
Scripts
Use Script |
---|
if (BaseLevel == 175) bonus bAllStats,10; if (getrefine() >= 10) bonus bAllStats,10; if (Class == Job_Minstrel || Class == Job_Minstrel_T) { bonus bMaxHPrate,15; bonus bMaxSPrate,10; } |
Equip Script |
None |
Unequip Script |
None |