Big Pharma Wiki
Advertisement

Back to modding

Locations.data[ | ]

The locations.data file contains an array of 'location' objects which define the 'explore-able' ingredient location and image.

Example Location[ | ]

{
  "id":"forest1",
  "type":"forest",
  "image":"moon_fern"
}

Location Keys[ | ]

  • id - the unique id for this location-ingredient. This is a concatenation of type and cardinal number of the randomly generated ingredient to be found in this location-ingredient.
  • type - the location type of the 4 possible (forest:desert:arctic:ocean)
  • image - image for the undiscovered location-ingredient. Should match one of 22 existing defined under '// Locations' in strings-xx.data.
Advertisement