{
  "title": "Attack Damage",
  "description": "Specifies how much damage is dealt by the entity when it attacks.",
  "fields": [
    {
      "id": "value",
      "description": "How much an attack should damage a target.",
      "dataType": 18,
      "minValue": -50,
      "maxValue": 50
    }
  ]
}