bigpharma

Back to modding

Events.data

The events.data file contains an array of 'events' that can be randomly chosen by the game to affect Cure demand. Related entries in strings-en.data provide the text for the events.

Example Event

{ 
"id":"moneyproblems",
"ramp":50,
"duration":360,
"delay":20,
"cureDemandChanges":
  [
  {"cureId":"migraine","change":15},
  {"cureId":"insomnia","change":15},
  {"cureId":"anxiety","change":10}
  ]
}

Event Keys