json
  "Dinos": { //Dino Overrides
    "Blueprint'/Game/PrimalEarth/Dinos/Achatina/Achatina_Character_BP.Achatina_Character_BP'": { //Dino BP to override and must be the full blueprint path
      "ReplaceInventory": false, //true will replace the inventory of the dino adding one of listed loot boxes //false will add one of listed loot boxes
      "RandomLootBoxes": [ 1, 2, 3 ] //List of loot boxes to choose from randomly to add to the dino inventory //must have at least 1 entry
    },
    "Blueprint'/Game/PrimalEarth/Dinos/Gorilla/Gorilla_Character_BP_Easy.Gorilla_Character_BP_Easy'": { //Dino BP to override and must be the full blueprint path
      "ReplaceInventory": false, //true will replace the inventory of the dino adding one of listed loot boxes //false will add one of listed loot boxes
      "RandomLootBoxes": [ 1, 2, 3 ] //List of loot boxes to choose from randomly to add to the dino inventory //must have at least 1 entry
    }
  },
  "Beacons": { //Beacon Overrides
    "SupplyCrate_Cave_QualityTier1": { //Beacon spawn BP to override (remove the "_C" from the end of the BP name) //cheat summon SupplyCrate_Cave_QualityTier1_C
      "ReplaceInventory": true, //true will replace the inventory of the beacon adding one of listed loot boxes //false will add one of listed loot boxes
      "RandomLootBoxes": [ 1, 2, 3, 4 ] //List of loot boxes to choose from randomly to add to the beacon inventory //must have at least 1 entry
    }
  },