Artwork unavailable
RENEWAL / ITEMS
Corrupted Poison Rune 6Lv
#312390Card
Corrupt_Poison_R_6
TypeCard
Weight0
Buy price0 z
Sell price0 z
No description is available. Available properties and effects are shown below.
Item details
- Trade
Item effect script
.@luk = (readparam(bLuk)/20);
.@g = getenchantgrade();
bonus bBaseAtk,10*.@luk;
bonus bPow,2*.@luk;
bonus bCrt,2*.@luk;
if (.@g>=ENCHANTGRADE_D) {
bonus bShortAtkRate,6;
bonus bLongAtkRate,6;
bonus bPAtk,6;
if (.@g>=ENCHANTGRADE_C) {
bonus bShortAtkRate,10;
bonus bLongAtkRate,10;
bonus bPAtk,9;
}
}
