Red Square Bag [2]
ID: 16001
Type |
Weapon |
Subtype |
Mace |
Attack |
130 |
Defense |
0 |
Weight |
50.0 |
Weapon Level |
3 |
Buy |
20z |
Sell |
10z |
Required Level |
50 |
Slots |
2 |
Applicable Jobs:
job_acolyte,
job_alchemist,
job_blacksmith,
job_crusader,
job_knight,
job_merchant,
job_monk,
job_priest,
job_swordman
Description:
The official bag of the Alchemist Society. Its unique design and bright red color is pupular among women.
MaxHP +200.
The attack power of 'Acid Terror' and 'Bomb' increases by 20%.
If Str is over 90, has a 5% chance of adding Stun with close-ranged physical attacks.
When a monster is killed, it has a chance of droping a random potion.
Class: Mace
Attack: 130
Weight: 50
Weapon Level: 3
Level Requirement: 50
Jobs: Transcendent Swordman/Merchant/Acolyte Classes
Item Script:
bonus bMaxHP,200;
bonus2 bSkillAtk,'AM_ACIDTERROR',20;
bonus2 bSkillAtk,'AM_DEMONSTRATION',20;
bonus2 bAddMonsterDropItem,501,50;
bonus2 bAddMonsterDropItem,502,20;
bonus2 bAddMonsterDropItem,503,20;
bonus2 bAddMonsterDropItem,504,20;
bonus2 bAddMonsterDropItem,505,10;
if (readparam(bStr)>=95)
bonus2 bAddEff,Eff_Stun,500;