Cobnuts colony sim · delve

issue

the colony's constitution

How should the colony govern itself?

Related

Raw definition
{
  "description": "How should the colony govern itself?",
  "id": "core:constitution",
  "name": "the colony's constitution",
  "options": [
    {
      "effect": {
        "AdoptForm": "core:republic"
      },
      "id": "core:adopt_republic",
      "name": "found a republic",
      "value_appeal": {
        "core:freedom": 60,
        "core:harmony": 30,
        "core:industry": -10
      },
      "weight": 1
    },
    {
      "effect": {
        "AdoptForm": "core:chiefdom"
      },
      "id": "core:adopt_chiefdom",
      "name": "submit to a chief",
      "value_appeal": {
        "core:freedom": -40,
        "core:industry": 50
      },
      "weight": 1
    }
  ]
}

First seen in dev