Gamified input-output tables (no GUI).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

109 lines
2.4 KiB

{
"start": {
"seed": 123,
"average_agent_labor": 40,
"initial_stock_days": 3,
"task": {},
"agent": {
"number": {
"min": 250,
"max": 500
},
"funds": {
"min": 100,
"max": 200
},
"age": {
"min": 6570,
"max": 23725
},
"health": {
"min": 0.8,
"max": 1
},
"happiness": {
"min": 0.4,
"max": 1
},
"consumption": {
"min": 10,
"max": 20
},
"prefs": {
"min": 10,
"max": 20
},
"pref_threshold": 0.7
},
"primary": {
"number": {
"min": 1,
"max": 5
},
"cost": {
"labor": {
"min": 0.1,
"max": 2
}
},
"necessity": {
"min": 0,
"max": 0.5
}
},
"secondary": {
"number": {
"min": 10,
"max": 20
},
"cost": {
"labor": {
"min": 0.1,
"max": 2
},
"number": {
"min": 1,
"max": 10
},
"quantity": {
"min": 0.001,
"max": 0.1
}
},
"necessity": {
"min": 0,
"max": 0.75
}
},
"tertiary": {
"number": {
"min": 10,
"max": 20
},
"cost": {
"labor": {
"min": 0.1,
"max": 2
},
"number": {
"min": 1,
"max": 10
},
"quantity": {
"min": 0.001,
"max": 0.1
}
},
"necessity": {
"min": 0,
"max": 1
}
},
"script": "mess.lua"
},
"run": {
"task": {
"unspent": "remove"
}
}
}