{
  "map_objects": {
    "lifestone": {
      "heal_range": "territory",
      "heal_target": "Spellcaster",
      "heal_per_sec": 10
    }
  },
  "match_xp": {
    "level_thresholds": [
      {
        "xp_required": 0,
        "level": 1
      },
      {
        "xp_required": 20000,
        "level": 25
      }
    ],
    "building_spawn_multiplier": 0.1,
    "summon_xp": {
      "rank_iv": 500,
      "rank_iii": 300,
      "rank_ii": 150,
      "rank_i": 50
    },
    "kill_xp": {
      "rank_iv": 500,
      "rank_iii": 300,
      "rank_ii": 100,
      "rank_i": 50,
      "spellcaster_death": 250
    },
    "capture_xp": {
      "spellcaster_on_point": 750,
      "passive_per_sec": 1.5,
      "recapture": 1500,
      "first_capture": 1000
    }
  },
  "ranked": {
    "ranks": [
      {
        "rp_loss_per_loss": 5,
        "rp_threshold_min": 0,
        "name": "Novice"
      },
      {
        "rp_loss_per_loss": 20,
        "rp_threshold_min": 1390,
        "name": "Grand Master"
      }
    ],
    "rp_gain_per_win": 20,
    "tiers_per_rank": 5
  },
  "progression": {
    "earn_rates": {
      "loss": 25,
      "win": 50,
      "first_daily_match": 200
    },
    "starting_knowledge": {
      "early_access_compensation": 2000,
      "beta": 1000,
      "default": 250
    }
  },
  "$schema": "schemas/v2/game_systems.schema.json"
}