Artwork unavailable
RENEWAL / ITEMS
Soul Purifying Rune 7Lv
#312371Card
Soul_Purify_R_7
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) {
bonus bSMatk,12;
}
}
}