{ 
  "abilities": {
    "assignment": {
      "rolling_methods": [
        {
          "name": "standard",
          "dice": "4d6",
          "special": "drop_lowest",
          "default": true
        },
        {
          "name": "hard",
          "dice": "3d6"
        }
      ],
      "point_buy": {
        "points": 27,
        "score_costs": [
          {"score": 8, "cost": 0},
          {"score": 9, "cost": 1},
          {"score": 10, "cost": 2},
          {"score": 11, "cost": 3},
          {"score": 12, "cost": 3},
          {"score": 13, "cost": 5},
          {"score": 14, "cost": 7},
          {"score": 15, "cost": 9}
        ]
      }
    },
    "modifier_calculation": {
      "steps": [
        {"order": 1, "method": "subtract", "value": 10},
        {"order": 2, "method": "divide", "value": 2},
        {"order": 3, "method": "round_down"}
      ]
    },
    "specs": [
      {
        "name": "strength",
        "abbreviation": "STR",
        "description": "measuring physical power"
      },
      {
        "name": "dexterity",
        "abbreviation": "DEX",
        "description": "measuring agility"
      },
      {
        "name": "constitution",
        "abbreviation": "CON",
        "description": "measuring endurance"
      },
      {
        "name": "wisdom",
        "abbreviation": "WIS",
        "description": "measuring perception and insight"
      },
      {
        "name": "intellegence",
        "abbreviation": "INT",
        "description": "measuring reasoning and memory"
      },
      {
        "name": "charisma",
        "abbreviation": "CHA",
        "description": "measuring force of personality"
      }
    ]
  }
}