Created
December 28, 2025 13:23
-
-
Save tminard/37750fb1c6d3d163cfaaacee8b0253dd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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