Adjusted CLs of all Restuss NPCs

Recruiter conversation is now much cleaner and less bulky than before
Rori patrol updated
New characters now get neutral faction assigned
This commit is contained in:
Undercova
2021-03-03 07:44:19 +01:00
parent 0c50184a59
commit 13008dec0f
58 changed files with 234 additions and 1176 deletions

View File

@@ -61,8 +61,8 @@ public class TangibleObject extends SWGObject {
private boolean inCombat = false;
private int condition = 0;
private Set<PvpFlag> pvpFlags = EnumSet.noneOf(PvpFlag.class);
private PvpStatus pvpStatus = PvpStatus.COMBATANT;
private Faction faction = null;
private PvpStatus pvpStatus = PvpStatus.COMBATANT;
private Faction faction = ServerData.INSTANCE.getFactions().getFaction(PvpFaction.NEUTRAL.name().toLowerCase(Locale.US));
private boolean visibleGmOnly = true;
private byte [] objectEffects = new byte[0];
private int optionFlags = 0;