ID #27216
Card
Sealed Creator Card
Buy Price: N/A
Sell Price: N/A
Physical attacks have a chance to auto-cast Level 1 Acid Terror. (Consumes Acid Bottle)
Critical +10
_______________________
Base STR at least 110:
Critical +10
_______________________
Refine Level +15:
Physical attacks have a chance to auto-cast Level 3 Acid Terror instead. (Consumes Acid Bottle)
Critical +15 instead.
Base STR at least 110:
Critical +15 instead.
_______________________
Warning - Silit Pong does not work on removing this card!
_______________________
Type: Card
Compound on: Armor
Weight: 1
Critical +10
_______________________
Base STR at least 110:
Critical +10
_______________________
Refine Level +15:
Physical attacks have a chance to auto-cast Level 3 Acid Terror instead. (Consumes Acid Bottle)
Critical +15 instead.
Base STR at least 110:
Critical +15 instead.
_______________________
Warning - Silit Pong does not work on removing this card!
_______________________
Type: Card
Compound on: Armor
Weight: 1
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
Card
Weight
10
Item Flags
Drop Effect
Yes
Scripts
Script if (getrefine()<15) { bonus5 bAutoSpellWhenHit,"AM_ACIDTERROR",1,1,BF_WEAPON,1; bonus bCritical,(readparam(bStr)>=110) ? 20 : 10; } else { bonus5 bAutoSpellWhenHit,"AM_ACIDTERROR",3,1,BF_WEAPON,1; bonus bCritical,(readparam(bStr)>=110) ? 30 : 20; }
if (getrefine()<15) {
bonus5 bAutoSpellWhenHit,"AM_ACIDTERROR",1,1,BF_WEAPON,1;
bonus bCritical,(readparam(bStr)>=110) ? 20 : 10;
}
else {
bonus5 bAutoSpellWhenHit,"AM_ACIDTERROR",3,1,BF_WEAPON,1;
bonus bCritical,(readparam(bStr)>=110) ? 30 : 20;
}