Property:Building Tags

From RimWorld Wiki
Jump to navigation Jump to search

This property of type Text is used to store the <buildingTags> parameter.

Identifying tag for the general purpose of this building

These are the allowed values:

  • Artillery
  • Artillery_BaseDestroyer
  • Artillery_MannedMortar
  • Bed
  • Production
  • MechClusterActivator Content added by the Royalty DLC
  • MechClusterCombatThreat Content added by the Royalty DLC
  • MechClusterMember Content added by the Royalty DLC
  • MechClusterMemberGood Content added by the Royalty DLC
  • MechClusterMemberLamp Content added by the Royalty DLC
  • MechClusterProblemCauser Content added by the Royalty DLC
  • RitualFocus Content added by the Ideology DLC
  • RitualSeat Content added by the Ideology DLC
  • Biotech Content added by the Biotech DLC
  • Anomaly Content added by the Anomaly DLC
Search:
{
  • "type": "PROPERTY_CONSTRAINT_SCHEMA",
  • -
    "constraints": {
    • "type_constraint": "_txt",
    • -
      "allowed_values": [
      • "Artillery",
      • "Artillery_BaseDestroyer",
      • "Artillery_MannedMortar",
      • "Bed",
      • "Production",
      • "MechClusterActivator",
      • "MechClusterCombatThreat",
      • "MechClusterMember",
      • "MechClusterMemberGood",
      • "MechClusterMemberLamp",
      • "MechClusterProblemCauser",
      • "RitualFocus",
      • "RitualSeat",
      • "Biotech",
      • "Anomaly"
      ]
    }
}