Basic Info

Name 4696 True Alphoccio Card
Item ID 4696 - V_B_Alphoccio_Card
Type Card
4696
Increases Reverberation damage by 20%.
When equipped with Level 4 weapons, increases Reverberation damage by 20%.
When refine level +10: increases Reverberation damage by 20%.
-------------------------
Class: Card
Compound on: Weapon
Weight: 1

Details

Weight 1
NPC Buy 20 z
NPC Sell 10 z
Refineable No
Equip Locations Main Hand

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
bonus2 bSkillAtk, WM_REVERBERATION_MELEE, 50; bonus2 bSkillAtk, WM_REVERBERATION_MAGIC, 50; if (getequipweaponlv(EQI_HAND_R) == 4) { bonus2 bSkillAtk, WM_REVERBERATION_MELEE, 50; bonus2 bSkillAtk, WM_REVERBERATION_MAGIC, 50; } if (getrefine() >= 10) { bonus2 bSkillAtk, WM_REVERBERATION_MELEE, 50; bonus2 bSkillAtk, WM_REVERBERATION_MAGIC, 50; }
Equip Script
None
Unequip Script
None