Skip to content
Cataclysm: Bright Nights
GitHubDiscord

Monster Factions

This content is not available in your language yet.

Monster Factions

IdentifierDescription
nameUnique ID. Must be one continuous word, use underscores when necessary.
base_factionOptional base faction. Relations to other factions are inherited from it and relations of other factions to this one check this.
by_moodBe hostile towards this faction when angry, neutral otherwise. Default attitude to all other factions.
neutralAlways be neutral towards this faction.
friendlyAlways be friendly towards this faction. By default a faction is friendly towards itself.
hateAlways be hostile towards this faction. Will change target to monsters of this faction if available.
{
  "name": "cult",
  "base_faction": "zombie",
  "by_mood": ["blob"],
  "neutral": ["nether"],
  "friendly": ["blob"],
  "hate": ["fungus"]
}