Cobnuts colony sim · delve

issue

the tribute demand

A neighboring people demands tribute. Do we pay?

Referenced by

Incidents 1

Raw definition
{
  "description": "A neighboring people demands tribute. Do we pay?",
  "id": "core:demand_tribute",
  "name": "the tribute demand",
  "options": [
    {
      "effect": {
        "Diplomatic": {
          "relation_delta": 8,
          "set_treaty": "TradePact"
        }
      },
      "id": "core:pay_tribute",
      "name": "pay the tribute",
      "value_appeal": {
        "core:freedom": -30,
        "core:harmony": 50
      },
      "weight": 1
    },
    {
      "effect": {
        "Diplomatic": {
          "relation_delta": -12,
          "set_treaty": "War"
        }
      },
      "id": "core:refuse_tribute",
      "name": "refuse the demand",
      "value_appeal": {
        "core:freedom": 55,
        "core:harmony": -25,
        "core:industry": 20
      },
      "weight": 1
    }
  ]
}

First seen in dev