
RENEWAL / ITEMS
Automatic Orb(Acid Explosion)
#310138Card
Automatic_Orb57
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Acid Bomb and Spore Explosion damage +15%
When refined to +7 or higher, Acid Bomb and Spore Explosion damage +3% (Additional)
When refined to +11 or higher, Acid Bomb and Spore Explosion damage +7% (Additional)
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Trade
Item effect script
.@r = getrefine();
bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",15;
bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",15;
if (.@r>=9) {
bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",3;
bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",3;
if (.@r>=11) {
bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",7;
bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",7;
}
}