63 lines
1.0 KiB
JSON
63 lines
1.0 KiB
JSON
{
|
|
"resources": [
|
|
"metal",
|
|
"alloy",
|
|
"crystals",
|
|
"energy",
|
|
"credits",
|
|
"population",
|
|
"water",
|
|
"deuterium",
|
|
"food"
|
|
],
|
|
"weights": {
|
|
"metal": 1.0,
|
|
"alloy": 2.5,
|
|
"crystals": 1.2,
|
|
"energy": 0.8,
|
|
"credits": 0.7,
|
|
"population": 0.5,
|
|
"water": 1.1,
|
|
"deuterium": 1.3,
|
|
"food": 0.9
|
|
},
|
|
"global_bounds": {
|
|
"min": -1.0,
|
|
"max": 1.0
|
|
},
|
|
"tiers": {
|
|
"normal": {
|
|
"target_score": 0.0,
|
|
"epsilon": 0.05
|
|
},
|
|
"rich": {
|
|
"target_score": 0.4,
|
|
"epsilon": 0.05
|
|
},
|
|
"legendary": {
|
|
"target_score": 1.0,
|
|
"epsilon": 0.05
|
|
}
|
|
},
|
|
"classes": {
|
|
"temperate": {
|
|
"spawn_weight": 1,
|
|
"constraints": {},
|
|
"bias": {},
|
|
"temperature_range_c": [5, 30]
|
|
},
|
|
"ice": {
|
|
"spawn_weight": 1,
|
|
"constraints": {
|
|
"water": { "min": 0.5 },
|
|
"energy": { "max": -0.6 }
|
|
},
|
|
"bias": {
|
|
"water": 0.1,
|
|
"energy": -0.1
|
|
},
|
|
"temperature_range_c": [-80, -10]
|
|
}
|
|
}
|
|
}
|