Artwork unavailable
RENEWAL / ITEMS
Dimension World Crystal (Fighting Spirit)
#313908Card
Ch01_S_E_Fighting06
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
.@g = getenchantgrade();
.@r = getrefine();
bonus2 bAddClass,Class_Boss,5;
bonus2 bAddSize,Size_All,15;
if (.@g>=ENCHANTGRADE_D) {
bonus bPAtk,7;
bonus bPow,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bLongAtkRate,12;
bonus bShortAtkRate,12;
if (.@g>=ENCHANTGRADE_B) {
bonus bPow,5;
bonus bBaseAtk,9*(.@r/3);
if (.@g>=ENCHANTGRADE_A) {
bonus bPow,6*(.@r/2);
}
}
}
}