
RENEWAL / ITEMS
Abyss Knight Commander Card
#300665Card
aegis_300665
TypeCard
Card placementArmor
Weight1
Buy price0 z
Sell price0 z
Card illustration
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Card placement
- Armor
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHPrate,-25;
if (getequiparmorlv() == 2) {
bonus2 bMagicAddClass,Class_Boss,2*(.@r/3);
bonus2 bAddClass,Class_Boss,2*(.@r/3);
}
if (getenchantgrade()>=ENCHANTGRADE_A) {
bonus2 bMagicAddClass,Class_Boss,10;
bonus2 bAddClass,Class_Boss,10;
}
if (.@r>11) {
bonus2 bMagicAddClass,Class_Boss,4;
bonus2 bAddClass,Class_Boss,7;
}