You are on page 1of 1

// Boss

if (unit.spectype & 0x04) {


scariness += 4;
}

// Summoner or the like


if (ids.indexOf(unit.classid) > -1) {
scariness += 8;
}

You might also like