Artwork unavailable
RENEWAL / ITEMS
Fiery Earth Rune 10Lv
#312334Card
Flame_Earth_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
.@str = (readparam(bStr)/20);
.@g = getenchantgrade();
bonus bBaseAtk,10*.@str;
bonus bPow,2*.@str;
bonus bCon,2*.@str;
if (.@g>=ENCHANTGRADE_D) {
bonus bShortAtkRate,6;
bonus bPAtk,6;
if (.@g>=ENCHANTGRADE_C) {
bonus bShortAtkRate,10;
bonus bPAtk,9;
if (.@g>=ENCHANTGRADE_B) {
bonus bShortAtkRate,14;
bonus bPAtk,12;
if (.@g>=ENCHANTGRADE_A) {
bonus bShortAtkRate,18;
bonus bPAtk,15;
}
}
}
}