Skip to content

Instantly share code, notes, and snippets.

@tminard
Created December 28, 2025 13:23
Show Gist options
  • Select an option

  • Save tminard/37750fb1c6d3d163cfaaacee8b0253dd to your computer and use it in GitHub Desktop.

Select an option

Save tminard/37750fb1c6d3d163cfaaacee8b0253dd to your computer and use it in GitHub Desktop.
{
"equipment": {
"passive": [
{
"description": "Dinosaurs cannot detect you. Weapons disabled.",
"enabled": false,
"name": "Explorer Cover",
"type": "explorerCover"
},
{
"description": "Attracts nearby dinosaurs within a small radius.",
"enabled": true,
"name": "DinoHunt Basic Animal Call",
"range": 128.0,
"type": "animalCallBasic"
},
{
"description": "Blends with environment, reducing visual detection. Eliminates stationary detection when in cover.",
"eliminatesStationaryDetection": true,
"enabled": true,
"name": "Camouflage",
"type": "camouflage",
"visibilityReduction": 0.3
},
{
"description": "Reduces scent signature, making you harder to detect by smell.",
"enabled": true,
"name": "Cover Scent",
"smellReduction": 0.85,
"type": "coverScent"
}
],
"slots": [
{
"config": {
"farMaxRadius": 900.0,
"marginOfError": 0.4,
"nearMaxRadius": 350.0,
"sweepFrequency": 16.0
},
"enabled": true,
"keySlot": 1,
"name": "DinoHunt Basic Radar",
"type": "dinosaurRadar"
},
{
"config": {
"baseLatitude": 45.5,
"baseLongitude": -122.5,
"planet": "FMM-UV-32"
},
"description": "Displays your current location and nearby points of interest.",
"enabled": true,
"name": "Area Map",
"type": "map"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment