Artwork unavailable
RENEWAL / ITEMS
Soul Purifying Rune 9Lv
#312373Card
Soul_Purify_R_9
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
.@int = (readparam(bInt)/20);
.@g = getenchantgrade();
bonus bMatk,10*.@int;
bonus bSpl,2*.@int;
bonus bCon,2*.@int;
if (.@g>=ENCHANTGRADE_D) {
bonus2 bMagicAtkEle,Ele_All,6;
bonus bSMatk,6;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bMagicAtkEle,Ele_All,10;
bonus bSMatk,9;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bMagicAtkEle,Ele_All,14;
bonus bSMatk,12;
if (.@g>=ENCHANTGRADE_A) {
bonus bSMatk,15;
}
}
}
}