{
set = new HashSet<>();
}
set.add(sub.attributeValue("name"));
}
objects.add(new SiegeToggleNpcObject(id, fakeId, new Location(x, y, z), hp, set));
}
else if (nodeName.equalsIgnoreCase("castle_zone"))
{
long price = Long.parseLong(objectsElement.attributeValue("price"));
objects.add(new CastleDamageZoneObject(objectsElement.attributeValue("name"), price));