ID #16010
Weapon
Red Ether Bag [1]
Buy Price: N/A
Sell Price: N/A
A new bag from the Alchemist Society: "A weapon favorable for women!"
MATK +100
_______________________
Increases damage of Crazy Weed and Demonic Fire by 20%.
_______________________
For each Refine Level equal or above +6:
Increases damage of Crazy Weed and Demonic Fire by 2%.
_______________________
Type: Mace
Attack: 15
Weight: 100
Weapon Level: 3
Can be enchanted by:
Mayomayo
_______________________
Requirement:
Base Level 102
Genetic
MATK +100
_______________________
Increases damage of Crazy Weed and Demonic Fire by 20%.
_______________________
For each Refine Level equal or above +6:
Increases damage of Crazy Weed and Demonic Fire by 2%.
_______________________
Type: Mace
Attack: 15
Weight: 100
Weapon Level: 3
Can be enchanted by:
Mayomayo
_______________________
Requirement:
Base Level 102
Genetic
Monster Drops
Normal Drops
Rake Scaraba
Rate: 2.5%
Gold Rake Scaraba
Rate: 2.5%
Flamel
Rate: 0.5%
Furious Rake Scaraba
Rate: 12.5%
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
1000
Range
1
Job Requirements
Alchemist
Yes
Requirements
Weapon Level
3
Min Level
102
Scripts
Script .@r = getrefine(); if (.@r>=6) { bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",20+((.@r-5)*2); bonus2 bSkillAtk,"GN_DEMONIC_FIRE",20+((.@r-5)*2); } else { bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",20; bonus2 bSkillAtk,"GN_DEMONIC_FIRE",20; }
.@r = getrefine();
if (.@r>=6) {
bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",20+((.@r-5)*2);
bonus2 bSkillAtk,"GN_DEMONIC_FIRE",20+((.@r-5)*2);
}
else {
bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",20;
bonus2 bSkillAtk,"GN_DEMONIC_FIRE",20;
}