Artwork unavailable
RENEWAL / ITEMS
Dimension World Crystal (Prudence)
#313914Card
Ch01_S_E_Prudence06
TypeCard
Weight0
Buy price0 z
Sell price0 z
No description is available. Available 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 bCon,7;
if (.@g>=ENCHANTGRADE_C) {
bonus bLongAtkRate,15;
bonus bShortAtkRate,15;
if (.@g>=ENCHANTGRADE_B) {
bonus bCon,7;
bonus bBaseAtk,10*(.@r/3);
if (.@g>=ENCHANTGRADE_A) {
bonus bCon,6*(.@r/2); /* TODO: bonus bCon,7*(.@r/2); according to description */
}
}
}
}
