Cobnuts colony sim · delve

effects_manifest

Stat Modifier

Applies a scalar bonus or penalty to a specific attribute.

Related

Raw definition
{
  "behavior": {
    "ModifierTuple": {
      "affected_ids": [
        "core:dexterity",
        "core:intelligence"
      ],
      "amount": -2
    }
  },
  "description": "Applies a scalar bonus or penalty to a specific attribute.",
  "id": "core:effect_stat_modifier",
  "name": "Stat Modifier",
  "target": "Attribute"
}

First seen in dev