Artwork unavailable
RENEWAL / ITEMS
Corrupted Poison Rune 10Lv
#312394Card
Corrupt_Poison_R_10
TypeCard
Weight0
Buy price0 z
Sell price0 z
No matching English description was found in the supplied client translation. The available server 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;
if (.@g>=ENCHANTGRADE_B) {
bonus bCritAtkRate,14;
bonus bPAtk,12;
if (.@g>=ENCHANTGRADE_A) {
bonus bCritAtkRate,18;
bonus bPAtk,15;
}
}
}
}