Artwork unavailable
RENEWAL / ITEMS
Dimension World Crystal (Volition)
#313932Card
Ch01_S_E_Volition06
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 bCRate,3;
bonus bPAtk,4;
bonus bPow,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bCritAtkRate,7;
bonus bLongAtkRate,7;
bonus bShortAtkRate,7;
if (.@g>=ENCHANTGRADE_B) {
bonus bCrt,5;
bonus bCritical,4*(.@r/3);
bonus bBaseAtk,5*(.@r/3);
if (.@g>=ENCHANTGRADE_A) {
bonus bPow,4*(.@r/2);
bonus bCrt,2*(.@r/2);
}
}
}
}