Execute world track build limit descriptor
This commit is contained in:
parent
b89463d227
commit
43c76adbf0
11 changed files with 439 additions and 9 deletions
|
|
@ -110,8 +110,9 @@ The highest-value next passes are now:
|
|||
`110` `Disable Stock Buying and Selling` now executes too through the checked-in keyed runtime
|
||||
flag `world.disable_stock_buying_and_selling`
|
||||
- that world-toggle path now covers a broader recovered boolean scenario-rule band too:
|
||||
descriptors `111..138`, excluding the scalar `Limited Track Building Amount` slot, now decode
|
||||
into keyed `world_flags` for finance/trading, construction, and governance restrictions
|
||||
descriptors `111..138` now decode through checked-in metadata into either keyed `world_flags`
|
||||
or the bounded `world_restore.limited_track_building_amount` scalar for finance/trading,
|
||||
construction, and governance restrictions
|
||||
- the late recovered world-toggle band now executes too where current evidence is equally strong:
|
||||
`Use Bio-Accelerator Cars`, `Disable Cargo Economy`, `Disable Train Crashes`,
|
||||
`Disable Train Crashes AND Breakdowns`, and `AI Ignore Territories At Startup`
|
||||
|
|
|
|||
|
|
@ -64,9 +64,9 @@ Implemented today:
|
|||
descriptor `110` `Disable Stock Buying and Selling` lowers through checked-in keyed runtime
|
||||
metadata into `world.disable_stock_buying_and_selling`
|
||||
- that world-side effect batch now covers a broader recovered boolean scenario-rule family too:
|
||||
descriptors `111..138`, excluding the scalar `Limited Track Building Amount` slot, now lower
|
||||
through checked-in metadata into keyed `world_flags` for finance/trading, construction, and
|
||||
governance/company-formation restrictions
|
||||
descriptors `111..138` now lower through checked-in metadata into either keyed `world_flags` or
|
||||
the bounded `world_restore.limited_track_building_amount` scalar for finance/trading,
|
||||
construction, and governance/company-formation restrictions
|
||||
- the same keyed world-toggle path now also covers the late special-condition band where current
|
||||
static evidence stays equally strong: `Use Bio-Accelerator Cars`, `Disable Cargo Economy`,
|
||||
`Disable Train Crashes`, `Disable Train Crashes AND Breakdowns`, and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue