Artwork unavailable
RENEWAL / ITEMS
Fiery Earth Rune 9Lv
#312333Card
Flame_Earth_R_9
Item stats
- Weight
- 0
- Buy price
- 0 z
- Sell price
- 0 z
Equipment & requirements
- Type
- Card
No description is available. Available 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 bPAtk,15;
}
}
}
}
