From 0d0b6dcfae6776840241439ba2538028a8c6aeaf Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 9 Sep 2026 09:28:50 -0400 Subject: [PATCH] lane CV: Rung B on a rich turn -- the replay runs, 1092 leaves, ranked worklist Replays lane BR's deep command block for ad-turn27-two-raiders.sav through sots_turn --turn-commands and compares with bp-pinB-turn28.sav (724528ff). Verdict: outcome 3. DIVERGED: 1092 leaf difference(s) against a 1166-leaf do-nothing baseline; 80 closed, 6 regressed; the stream's whole contribution to the state is /Sim/ModCount (1430 -> 1500, target 1502, residual 2). Two blockers upstream of the turn: the typed writer drops one usp item in Game::SpecialProjectNameGen (12 of 43 corpus saves, exactly 12 bytes each), and --relabel-new-ids refuses by guard G3 because the engine mints no client fleet ids. The tail's tscr gate is TRUE on this save (253, not 252). tools/aiorders_to_tcb.py now reads the deep dump's aivec/aistr rows, only at a word the field map already types as a vector, with the followed count cross-checked against the begin/end pair. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01ARBgSooAfokKUy6wKUKEyZ --- findings/subsystems/rung-b-rich-turn.md | 534 ++++++++ tools/aiorders_to_tcb.py | 94 +- .../standalone/cv/cv-input-vs-bp-pinB.txt | 1170 +++++++++++++++++ .../standalone/cv/cv-leaf-worklist.txt | 160 +++ .../standalone/cv/cv-noreplay-vs-bp-pinB.txt | 1096 +++++++++++++++ .../results/standalone/cv/cv-replay-run.log | 206 +++ .../standalone/cv/cv-replay-vs-bp-pinB.txt | 1096 +++++++++++++++ .../results/turncommands/br2-turn27-deep.tcb | 141 ++ .../turncommands/br2-turn27-shallow.tcb | 110 ++ 9 files changed, 4601 insertions(+), 6 deletions(-) create mode 100644 findings/subsystems/rung-b-rich-turn.md create mode 100644 verify/results/standalone/cv/cv-input-vs-bp-pinB.txt create mode 100644 verify/results/standalone/cv/cv-leaf-worklist.txt create mode 100644 verify/results/standalone/cv/cv-noreplay-vs-bp-pinB.txt create mode 100644 verify/results/standalone/cv/cv-replay-run.log create mode 100644 verify/results/standalone/cv/cv-replay-vs-bp-pinB.txt create mode 100644 verify/results/turncommands/br2-turn27-deep.tcb create mode 100644 verify/results/turncommands/br2-turn27-shallow.tcb diff --git a/findings/subsystems/rung-b-rich-turn.md b/findings/subsystems/rung-b-rich-turn.md new file mode 100644 index 0000000..d49905e --- /dev/null +++ b/findings/subsystems/rung-b-rich-turn.md @@ -0,0 +1,534 @@ +# Rung B on a rich turn — the replay runs, consumes the whole stream, and closes one leaf + +- **Type:** subsystem / engine measurement +- **Owner / date:** lane CV · 2026-09-09 · **HOST ONLY**. No VM was touched. VM140 (reference, + exclusive), VM141, VM145 and VM146 were not approached, not pinged and not logged into. +- **Trigger:** `campaign/backlog.md` §2 **Rung B** — "byte-match given a recorded command stream" — + against the campaign's first replayable **rich**-turn record, + `findings/control-flow/ai-visit-order-probe.md` §4.2 (lane BR, run 2). +- **Consumes:** lane BR's deep capture (`verify/results/shim/br/BR2-deep-aiorders.txt`), lane BP's + output save `bp-pinB-turn28.sav` (`724528ff…`, byte-identical to BR's run 2, verified by BR with + `cmp`), lane BT's `state_checksum --relabel-new-ids` + (`findings/subsystems/relabel-new-ids.md`), the 2026-09-09 fleet-id-order resolution §6. +- **Touches:** `tools/aiorders_to_tcb.py` (a deep-record reader, §2.2), + `verify/results/turncommands/br2-turn27-*.tcb`, `verify/results/standalone/cv/*`, this file. + **No `sots-engine` code was changed.** No engine phase was implemented (scope discipline). + +--- + +## 0. Verdict + +> **Outcome 3 of the four: a short, named leaf list.** The replay runs, it consumes the whole +> recorded stream (85 commands over 8 blocks, 81 elements — element-for-element the block BR +> captured), and it is **not** byte-identical and **not** identical modulo the relabelling. +> +> `state_checksum --floats bits --mask none` reports **`DIVERGED: 1092 leaf difference(s)`** against +> `bp-pinB-turn28.sav`. The do-nothing baseline (the input save compared with the same target) is +> **1166**. So the engine's turn plus the replay **closes 80 leaves and regresses 6**, and the +> command stream's own contribution to the state is exactly **one leaf**: `/Sim/ModCount`, which +> moves from 1430 (drivers alone) to **1500** against a target of **1502**. +> +> **Outcomes 1 and 2 were not merely missed — they are unreachable on this save for two reasons +> that have nothing to do with the turn, and both are named below (§4).** + +The 1092 leaves group into **thirteen subsystems with nothing left over**; the ranked worklist is +§5, and it is the point of this document. + +--- + +## 1. Predictions, and how they fared + +Written before the first run, from reading `command_replay.cpp` and the capture format (rule 2). +They are weak predictions — this lane is a measurement, not a hypothesis test — and they are +recorded so the numbers below cannot be mistaken for a fit. + +| # | prediction | verdict | +|---|---|---| +| P1 | The replay will **run**, not fail to parse: `--turn-commands` reads a `.tcb`, and `tools/aiorders_to_tcb.py` already converts an `aiorders` dump. The deep dump adds records, and adding records to a line-oriented format does not break a reader that skips what it does not know. | **HELD.** Outcome 4 does not apply. The existing converter parses the deep log unchanged; what it *drops* is the deep payload, which §2.2 fixes. | +| P2 | The result will be outcome 3, because `command_replay.cpp` holds an applier for exactly **one** of the twenty-seven lists (list 5, system rates) and one gate (research rate). | **HELD**, and worse than predicted: list 5's applier never fires, because the capture cannot type seven of its eight fields (§3.3). | +| P3 | `--relabel-new-ids` will **refuse**, by guard G3, because our engine mints no client-side fleet ids at all. | **HELD**, verbatim (§4.2). | +| P4 | `ModCount` will land close to the target: the counter is a property of the stream and the stream is complete. | **HELD with a residual of 2** (§3.4). | + +--- + +## 2. What was run + +### 2.1 Build (rule 21, rule 24) + +A **fresh detached worktree** of `sots-engine` at `e7e2bd6` (`ai: the gather order decides fleet +names too, and not only ours`), in this lane's own scratch directory. No other lane's worktree or +build directory was touched, and `build-host`/`build-shim` were `rm -rf`'d before configuring. + +``` +git -C ~/sots-engine worktree add /cv-engine HEAD --detach +rm -rf build-host build-shim +cmake --preset host +cmake --build --preset host -j 8 # 253/253, clean +``` + +`ctest --preset host` with `SOTS_SAVES_DIR` pointed at the corpus is **57/59**, and the two failures +are **pre-existing and not this lane's** — `mars_stream_save` and `app_turn`, both failing on the +same thing: the typed writer is not byte-exact on 12 of the 43 corpus saves (§4.1). The denominator +is 59, not a smaller number, so this is a real-failure signature and not a broken configure (rule 24). + +### 2.2 The capture: one reader change, and why it was in scope + +`tools/aiorders_to_tcb.py` parsed lane BR's deep dump without complaint, but it read only the +shallow `aielem` window. The deep run's extra records — 35 `aivec` rows and 3 `aistr` rows — were +silently dropped, so every route and ship vector arrived as `vN` (a length with no values), which is +exactly the shape a *shallow* capture produces. **A deep capture that converts to a shallow `.tcb` +is a harness comparing nothing** (rule 1), so the reader was extended: + +- `aivec blk= pid= list= idx= at=wN … count=N ints=[…]` is consulted **only at a word the existing + field map already types as a vector** (`("v", k)`), so it lands on the field the map has, and does + not invent one. Where it lands anywhere else it is written into the `.tcb` as a `#` comment and + reported on stderr — a real observation that this tool cannot place. +- The begin/end pointer pair and the followed `count` are **cross-checked**; a disagreement keeps the + length-only form rather than guessing. +- `aistr` rows (list 1's design names) are likewise recorded as comments. They are **not** promoted + to fields: only the design object's *name* was followed, so the element is still incomplete, and + claiming otherwise would flip `CapturedElement::complete` on a payload we do not have. + +That this change reached the replayer is **measured**, not assumed (§3.2). + +```sh +uv run python3 tools/aiorders_to_tcb.py verify/results/shim/br/BR2-deep-aiorders.txt \ + -o verify/results/turncommands/br2-turn27-deep.tcb \ + --input ad-turn27-two-raiders.sav \ + --seed 32=0x156ebbbd --seed 496=0xfe7b2826 --seed 512=0x0ed341d1 +``` + +The shallow conversion of the same log is kept beside it as +`verify/results/turncommands/br2-turn27-shallow.tcb`, because the difference between the two is the +control in §3.2. + +### 2.3 The data root + +`--data` needs an extracted tree, not a `.gob`, and none existed on the host. 1,103 text files were +extracted from `/tmp/sots-gob/sots.gob` (`Weapons/`, `Species/*/sections/`, `Species/*/weapons/`, +`TechTree/MasterTechList.tech`) plus `Locale/EN/Strings.csv` from `sots_local_en.gob`, into the +lane's scratch directory. The engine reports `885 section(s) over 7 race(s), 5196 string(s), 46 load +problem(s)`. **Nothing was written into `~/sots-engine`** (clean-room). + +Without a data root the run reports 71 blocked leaves instead of 119; with it, the census phase +evaluates. Both were run; the numbers in this document are the with-data ones. + +### 2.4 The runs + +```sh +T=/cv-engine/build-host/src/app/sots_turn +S=~/sots-re/verify/results/saves + +# the measurement +$T $S/ad-turn27-two-raiders.sav --data ./sotsdata \ + --turn-commands verify/results/turncommands/br2-turn27-deep.tcb \ + --out r1-deep.sav --metric r1.json + +# the controls +$T $S/ad-turn27-two-raiders.sav --data ./sotsdata --out r0-nocmd.sav # no stream +$T $S/ad-turn27-two-raiders.sav --data ./sotsdata --turn-commands …deep.tcb \ + --replay-count-only --out r4-countonly.sav +$T $S/ad-turn27-two-raiders.sav --data ./sotsdata --turn-commands …shallow.tcb --out r5-shallow.sav +$T $S/ad-turn27-two-raiders.sav --data ./sotsdata --turn-commands …deep.tcb --commit-blocked --out r2.sav +$T $S/ad-turn27-two-raiders.sav --data ./sotsdata --turn-commands …deep.tcb --commit-rng --out r3.sav +``` + +--- + +## 3. The guard set — this harness is not comparing nothing + +Rule 1 is the failure this lane was most exposed to. Six checks, every one run, every one reported. + +### 3.1 The stream was consumed, and its size is the block's size + +``` +turn-commands: br2-turn27-deep.tcb -- 8 block(s), 3 seed(s) +turn commands: 8 block(s), 4 submitting, 85 command(s) + ModCount bumps charged 70 + applied 4 transcribed 0 declined 36 incomplete 45 + leaves written by commands 0 +``` + +**85 = 81 elements + 4 gates.** 81 is lane BR's own element count for the End-Turn batch, and the +per-list breakdown the replay walks — `{1:3, 3:19, 5:15, 7:2, 8:3, 10:4, 12:12, 14:8, 23:15}` for +player 32 — is BR's §1 P4 list, element for element. The four gates are the research-rate gate in +blocks 0/1/2/3 (players 16, 32, 496, 512). Nothing in the block was dropped and nothing was invented. + +### 3.2 The **deep** payload reached the replayer — the dispositions move + +The deep and shallow captures of the *same* run, replayed identically: + +| capture | applied | transcribed | declined | incomplete | +|---|---:|---:|---:|---:| +| shallow (`vN`, length only) | 4 | 0 | 29 | 52 | +| **deep** (`vN:a,b,c`) | 4 | 0 | **36** | **45** | + +Exactly **seven** elements move from `incomplete` to `declined`: list 8's three routes and list 10's +four ship vectors. That is the whole of what the deep dump followed onto a mapped field, and it is +the substantive result of the deep capture for this rung: **on those seven commands the gap is now +the engine, not the record.** ("Declined" means the engine names the missing subsystem; +"incomplete" means the capture could not carry the payload.) + +### 3.3 The one modelled applier is starved by the capture, and that is a finding + +`command_replay.cpp` holds exactly one list applier — list 5, the per-system planetary-budget +sliders — and it fired **zero** times, on all fifteen elements: + +``` + 6 1 32 1 incomplete list 5 system rates [0..14] + the capture does not carry all eight fields of the rates frame +``` + +The reason is in the converter's own comment: the shim's 48-byte memory window shows only **one** +non-zero word in a list-5 element, at index 2, and the wire frame's member order is not the memory +order, so six of the seven sliders are `?`. **The only list this engine can apply is the only list +the memory dump cannot type.** The fix is not engine work — it is one UI run (push two different +sliders to two different values and read the permutation off), or a capture converted from a save's +own `TurnCommands` block where every field is named. + +### 3.4 The output is not the input, and it is not the no-stream output + +| file | sha256 | `/Sim/ModCount` | +|---|---|---| +| `ad-turn27-two-raiders.sav` (input) | `1c8baa27…` | 1428 | +| `bp-turn28-pre.sav` (the game's own pre-turn resave) | `16f63adb…` | 1428 | +| `r0-nocmd.sav` (engine turn, **no stream**) | `1437c5a0…` | **1430** | +| `r1-deep.sav` (engine turn **+ replay**) | `99ee2437…` | **1500** | +| `bp-pinB-turn28.sav` (target) | `724528ff…` | **1502** | + +`cmp r0-nocmd.sav r1-deep.sav` differs; `state_checksum r1 r0` reports **exactly one** leaf, +`/Sim/ModCount: 1500 -> 1430`. So the stream reached the save, and its *entire* effect on the state +is the counter. + +**The counter's arithmetic, in full.** Target delta `1502 - 1428 = 74`. Engine: 2 driver bumps +(`T00 IncrementModCount`, measured as the `r0` delta) + **70** charged by the stream = 72. The 70 is +`85 - 15`: the fifteen list-23 population commands are charged 0 by the engine's cost table. +**Residual: 2, unexplained.** No `bumpsExact = false` warning fired, so no gate with an unknown cost +was set. This is the first measurement of the counter under replay on a rich turn (lane CB's +canonical-pair prediction was "24 exactly, zero residual"), and 2 is the number to hunt. + +### 3.5 `--replay-count-only` produces the identical save + +`cmp r1-deep.sav r4-countonly.sav` → **byte-identical**. That is the control +`ReplayOptions::countOnly` was built for, and it confirms the report's own +`leaves written by commands 0` rather than taking it on trust. + +### 3.6 The reader refuses a capture that lost an element, and flags the wrong board + +Deleting one `elem` line from the `.tcb`: + +``` +turn-commands: block 1 list 10 declares 4 element(s) and carries 3 +refusing to replay a capture that did not parse; a lost element is a counter that is +quietly short by one +$ echo $? +2 +``` + +Replaying the capture against `turn2-state.sav`: + +``` +turn-commands: ! this capture was taken on 'ad-turn27-two-raiders.sav' and is being replayed +against 'turn2-state.sav'. A capture belongs to ONE board; the counter will be charged either +way and the number will be wrong. +``` + +Both guards fire. A silently-empty comparison is not the failure mode here. + +--- + +## 4. Why outcomes 1 and 2 are unreachable on this save, independent of the turn + +### 4.1 The engine's own writer is not byte-exact on this save family — one item, 12 bytes + +``` +$ sots_turn ad-turn27-two-raiders.sav --roundtrip +roundtrip (untouched): DIFFERS (1052288 bytes) # the file inflates to 1052300 +``` + +`mars_stream_test_save` localises it: `round trip: tree identical, typed DIFFERS`, first divergence +at **`0x3f02`**, `1052288` vs `1052300` — **exactly 12 bytes, exactly one item**. The bytes at that +offset are a `Game::SpecialProjectNameGen` record: + +``` +0x3ef2 00 00 75 73 6e 63 01 00 00 00 03 00 00 00 75 73 ..usnc.........us +0x3f02 70 00 00 00 00 00 03 00 00 00 75 73 63 01 00 00 p.........usc... +``` + +`ad-turn27-two-raiders.sav` has **103** name-gen records; **102** carry `usnc = 0` and one carries +`usnc = 1`, and that one is followed by a `usp` item and then a `usc` item. The codec +(`src/mars/stream/shapes.h`, `struct ProjectName`) reads the `usnc` count and then **one** item per +element: + +```cpp +ar.narr(A("usnc"), used, [](Ar& a, Node& e) { a.any(A("usc"), e); }); +// comment on the member: "usnc is 0 in every save available" +``` + +That comment is rule 6's hypothesis, and this save falsifies it: **measured**, `usnc == 0` in 102 of +the 103 records (and the writer's `Nm` follows immediately), `usnc == 1` in one, and that one is +followed by `usp` *and* `usc` before `Nm`. The generated schema already lists both +(`k_Game__SpecialProjectNameGen` = `NNms2, usnc, usp, usc, Nm, Ntg`, with `usnc` and `usp` both +marked computed). **The engine never reads or writes the `usp` item**, and an independent reader — +`state_checksum.py`'s, which does name it — reports it in the comparison as a leaf of its own, +`/Sim/sprjs/usp: only-in-B`. Two implementations agree on which item is missing. + +All **12** failing corpus saves lose **exactly 12 bytes**, each at an offset in the `sprjs` band +(`0x3f02`–`0x43a6`), so it is one defect, one item, twelve files — not twelve problems. + +**Consequence for this rung.** Byte-identity (outcome 1) is impossible on `ad-turn27` and on the 11 +other corpus saves with the same shape, before a single turn phase runs. This is a **two-line fix in +the wire codec** — but it is a change to a schema-verified, 100%-coverage module that several lanes +and the determinism oracle depend on, and re-proving byte-neutrality across the corpus is the job, +not the edit. **Named and stopped**, per scope discipline. It is item 0 of the worklist. + +*(This also explains one of the six "regressed" leaves in §0: `/Sim/sprjs/usp` agreed between the +input and the target and is dropped by our writer.)* + +### 4.2 `--relabel-new-ids` refuses, correctly, and the refusal is the informative result + +``` +$ uv run python3 verify/state-checksum/state_checksum.py \ + r1-deep.sav verify/results/saves/bp-pinB-turn28.sav --floats bits --mask none \ + --relabel-new-ids verify/results/saves/ad-turn27-two-raiders.sav + +relabel: pre-turn save verify/results/saves/ad-turn27-two-raiders.sav +relabel: REFUSED -- the new client-minted fleet ids differ between the two saves -- A minted [], + B minted [1970, 1986, 2002]; only in B [1970, 1986, 2002]. That is a difference in what + was allocated, not in how it was labelled, so no relabelling is defensible +relabel: NO relabelling was applied; the comparison below is the ordinary one, and nothing has + been absorbed. +DIVERGED: 1092 leaf difference(s) +``` + +Identical output with `bp-turn28-pre.sav` as the pre-turn save. **Guard G3, by cardinality: our +engine minted zero client fleets.** Outcome 2 ("identical modulo the relabelling") is not available +because there is nothing to relabel — the relabelling quotients out *which* new fleet got *which* +id, and this engine creates no new fleet at all. Lane BT's tool did exactly what §5 of its own +write-up says it will: it refused rather than degrading, printed the reason, and ran the ordinary +comparison, so nothing was absorbed. The 1092 above is byte-for-byte the number the tool reports +without the flag. + +**The residue really is insulated from the replay, as the resolution says** — it just cannot be +demonstrated yet, because demonstrating it requires the engine to mint the ids in the first place. +When list 10 has an applier that takes the ids **off the wire in block order** (the resolution §6's +"replay applies ids off the wire and is insulated by construction"), this comparison becomes the +one that either passes or refuses for a real reason. + +### 4.3 The tail's sim draw **does** fire on this workload + +The backlog's 2026-09-09 correction warns that replay runs the post-combat tail and that the tail +carries a sim draw gated on `tscr`, and notes the canonical pair is untouched because `tscr = 252` +there. **On `ad-turn27-two-raiders.sav` every trade sector reads `tscr = 253`** — measured, six +sectors, `Trade[752…832]`. This is lane AD's own two-raider state, for which +`findings/control-flow/raid-gate-multiplicity.md` measured +`TradeManager::Slot13RngCalleeA` entered **2×** and `OnAllCombatDone_Tail` costing **2 strategic +words** at `0x00820e18`. + +So this is precisely the case the correction was written for: **the generator model matters on this +replay and the engine does not model the site** (`S02 TradeManagerTurn` and `T23 +TradeManagerEndOfTurnHooks` are stubs). `sots_turn` consumes 16 words on `S31` and leaves the saved +generator untouched by default; `--commit-rng` writes its own 16 words and the leaf count is +unchanged at 1092, because the words are the wrong words. `/Sim/RNG/.` is 1 leaf and it stays. + +--- + +## 5. The ranked worklist — 1092 leaves, thirteen subsystems, nothing ungrouped + +Full listing: `verify/results/standalone/cv/cv-leaf-worklist.txt`. Every leaf is in exactly one +group and the residual is **0**. + +| rank | leaves | subsystem | phase(s) / tag | independently closable? | +|---:|---:|---|---|---| +| 1 | **539** | per-system **morale event ring** (`cme2`) | `S01 SystemPrePassMoraleAndAbandon` (stub), `T13 UpdateTreasuryMorale` (stub), `T14 UpdateForeignFleetMorale` (stub) | **No** — see below | +| 2 | **154** | colony growth, repair, bonuses (`Pv*`, `Pop`, `Infra`, `RepCur/Max`, `pbon`, `ibon`, `ntdev`, `Rts`) | `S11 SystemTurn` (partial), `T19 DrainInfraTerraformQueue` (stub), `T21` (partial) | Mostly yes | +| 3 | **150** | fleet objects: position, route, range, layout, health | `S07 NodeSpaceTravel`, `S08 FleetMovement`, `S09/S10`, `T10` — all stubs | Partly | +| 4 | **79** | observed designs / techs / weapons (`odes`, `otch`, `owep`) | `T34 RecordObservedDesigns` (stub) | **Yes** | +| 5 | **30** | player money, events, designs, counters (`Sav`, `BnkEl/Pr`, `Maint`, `NumDes`, `NumOwn`, `ResTNm`, `nmeid`, `lboid`, `FNGNum`, `designs/Des[]`) | `P01/P02` (partial, budget-blocked), `P05 ProcessResearch` (blocked), command list 1 | No | +| 6 | **23** | visibility remainder (`TShn`) | known open item from lane E3 — gate proven NOT `AFlags` | No (watchpoint specified) | +| 6= | **23** | system↔fleet membership (`Sys.Flt[]`, `NumFlts`) | command list 10 + `S08` | No | +| 8 | **20** | ship census records (`ShipRecs/sr*`) | `S17 ShipStatCacheRefresh`, `T33 ShipManagerEndOfTurnHooks` — stubs | Partly | +| 8= | **20** | build queues (`BQ/ords`) | command list 3 — **no phase in this engine builds a ship** | No | +| 10 | **15** | other system leaves (`Bats2`, `DefF`, flags, `OID/PID`) | `S15/S16`, `T28/T30` — stubs | — | +| 11 | **13** | combat reports (`crep`) and `/CD` | partly the known **re-save** delta (§5.3) | — | +| 12 | **10** | master id lists, counters, generator (`ShipIDs/FleetIDs/DesignIDs`, `ModCount`, `NMnx`, `Act`, `cmbtid`, `RNG`) | id allocation + the generator model | No | +| 13 | **8** | turn record archive (`turnstats`) | `T36 FinalizeTurnRecords` (**blocked**, `would=104`) | No | +| 14 | **6** | trade manager (`fwarn`, `tsflt`) | `S02`, `T23`, `T18/T32` — stubs | — | +| 15 | **1** | **save-writer defect** (`sprjs/usp`) | §4.1 | **Yes, two lines** | +| 16 | **1** | derived `/Summary/Checksum` | unmodelled; masked by `--mask resave` elsewhere | No | + +### 5.1 Which single module would close the most — and the honest caveat + +**By leaf count the answer is the morale event ring, at 539 leaves — half the total.** But the +count needs decoding before it is used as a ranking, because `cme2` is a **fixed-size rolling +window**: every system carries exactly 11 slots (158 events across 28 systems in the input, the +target and our output alike). Appending one event shifts all eleven, so a handful of appended events +produces hundreds of positional leaves. + +Decoded against the target, the turn appended **27 events across 10 systems** (7 systems got 3, 3 got +2), all stamped `mtr = 28`, of exactly **three kinds**: + +| × | `mtp` | `mfx.mv` | `mdsc` | what it needs | +|--:|---:|---:|---|---| +| 10 | 12 | +2 | `Colony established on Avalon.` | colonisation actually happening — command list 7 + `T16 ResolveArrivedColonizers` | +| 10 | 20 | +2 | `Imperial savings of 5,000,000 or more.` | the imperial savings figure — `P01/P02`, backlog item 1 (the same system's pre-turn event was the **15,000,000** band, so the AI's spend moved it down a band) | +| 7 | 16 | −1 | `Population limits inhibit freedom.` | the colony population/limit term — `S11`, backlog item 1b | + +So: **the morale ring is the reporting surface of three subsystems it does not own.** The ring +mechanics (append, cap at 11, the `mid` counter — which reaches 324 in the target from 315 in the +input, and `mtr = turn`) are trivial; the event *rules* are the work, and they are the same three +things the backlog already ranks first. + +**The single module with the best leaves-per-unit-of-new-work is therefore rank 4: +`T34 RecordObservedDesigns` — 79 leaves, one stub phase, no upstream dependency.** The observed-design +and observed-tech lists are derived from state we already hold; nothing in them waits on the budget, +on ship construction or on the AI. It is the largest *independently* closable item in the list. + +Second-best on that measure is `S11`'s colony half (rank 2, 154 leaves), which the backlog already +has as item 1b, and which this run gives a sharp new fact about — see §5.2. + +### 5.2 A measured correction: `Pv*` is not "last turn's value" + +The `Pv`-prefixed system fields read like a previous-turn snapshot, which would make them cheap +(copy before the turn). **They are not.** On the ten systems where our value disagrees: + +``` +Sys[80 "Kam’Kir"]/PvInfra target 1.03 pre-turn Infra 1.0 post-turn Infra 1.0 +Sys[80 "Kam’Kir"]/PvPop target 617,999,994 pre-turn Pop 600,000,000 post-turn Pop 600,000,000 +``` + +`600,000,000 × 1.03 = 618,000,000`, and `1.0 × 1.03 = 1.03`. **`Pv*` holds the growth result before +whatever clamps it back** — the uncapped projection — on a colony sitting at its cap. `PvSuit` (5/5) +and `PvRes` (4/4) *do* equal the pre-turn current value, so the field family is mixed and must not be +modelled with one rule. This belongs in `id-allocation.md`'s neighbour, the colony notes, and it is a +prerequisite for closing rank 2. + +### 5.3 Closed and regressed, reported separately (never netted) + +Against the do-nothing baseline (input vs target, **1166** leaves): + +- **closed: 80** +- **regressed: 6** — and all six are named: + - `/Sim/sprjs/usp` — the writer defect of §4.1, not a turn phase. + - **five `ntdev` leaves**, `Sys[160/400/416/432/448]`: the engine writes **1** where both the input + and the target hold **0**. On the same run `ntdev` was *closed* on thirteen other systems + (`26 → 27`). So `S11`'s `ntdev` rule is right for the systems that develop and wrong for five + that do not — a one-predicate bug with a five-leaf price, and the cheapest single fix in this + document. + +The stream itself closed **0** additional leaves and regressed **0** relative to the no-stream run; +its whole contribution is the counter (§3.4). + +### 5.4 What the capture already holds that the engine declines + +Three of the target's leaves are `/Sim/players/Player[32]/designs/Des[2018 "Egg Thief Mk 4"]`, +`Des[2034 "Egg Thief Mk 5"]`, `Des[2050 "Bravestar Mk 3"]` — **exactly the three names lane BR's +`aistr` rows recorded**, and their ids are the same node-2 counter that minted the fleets (123/124/125 +for 1970/1986/2002; 126/127/128 for 2018/2034/2050 — one counter across object kinds, as lane BT's +§4.3 warned). The capture carries the design *names* and the engine declines list 1 for want of a +design-registration path and an id allocator. That is a small, well-evidenced item that the deep +capture has now made testable, and it is a precondition for `NumDes 46 → 49` and for the three +`DesignIDs[]` entries. + +### 5.5 Variants, for the record + +| run | leaves vs target | +|---|---:| +| `--turn-commands` (the measurement) | **1092** | +| no stream | 1092 | +| `--turn-commands --commit-rng` | 1092 | +| `--turn-commands --commit-blocked` | **1097** (worse by 5 — the blocked phases' outputs are blocked for a reason) | +| input, untouched | 1166 | + +--- + +## 6. What this lane did NOT establish + +1. **Nothing about a turn other than this one**, a route other than **load**, a build other than + `e7e2bd6`, or a target other than `724528ff…`. The other member of the outcome set + (`e913ff41…` / `bp-pinA-turn28.sav`) was not compared; on the evidence of §4.2 it would refuse + identically and the leaf count would differ only inside BP's 35-leaf transposition. +2. **No engine phase was implemented and no engine code was changed.** The `usp` codec defect (§4.1) + is named, not fixed. +3. **The `ModCount` residual of 2 is not explained**, only measured and bounded. +4. **The morale ring's three event rules are named from their `mdsc` strings and their `mtp` codes, + not decoded from the binary.** `mtp` 12 / 16 / 20 are three of the codes; the full table is not + read, and `src/game/sim/colony.h` names only the addiction codes `0x1b`–`0x1d`. +5. **The list-5 slider permutation was not resolved** (§3.3). The experiment that settles it is a UI + run, not analysis. +6. **`/Summary/Checksum` remains unmodelled** — masked elsewhere, reported here, not solved. +7. **The 46 data-root load problems were not triaged.** They do not affect any leaf in §5, but they + are unexamined. + +--- + +## 7. Reproducing every number here + +```sh +cd ~/sots-re +# 1. capture -> .tcb (already committed; this regenerates it) +uv run python3 tools/aiorders_to_tcb.py verify/results/shim/br/BR2-deep-aiorders.txt \ + -o /tmp/br2-deep.tcb --input ad-turn27-two-raiders.sav \ + --seed 32=0x156ebbbd --seed 496=0xfe7b2826 --seed 512=0x0ed341d1 +diff /tmp/br2-deep.tcb verify/results/turncommands/br2-turn27-deep.tcb + +# 2. build (fresh worktree, fresh build dir -- rules 21 and 24) +git -C ~/sots-engine worktree add /tmp/cv-engine e7e2bd6 --detach +cd /tmp/cv-engine && rm -rf build-host && cmake --preset host && cmake --build --preset host + +# 3. replay +build-host/src/app/sots_turn ~/sots-re/verify/results/saves/ad-turn27-two-raiders.sav \ + --data \ + --turn-commands ~/sots-re/verify/results/turncommands/br2-turn27-deep.tcb \ + --out /tmp/r1-deep.sav + +# 4. compare +cd ~/sots-re +uv run python3 verify/state-checksum/state_checksum.py \ + /tmp/r1-deep.sav verify/results/saves/bp-pinB-turn28.sav \ + --floats bits --mask none --limit 100000 # DIVERGED: 1092 +uv run python3 verify/state-checksum/state_checksum.py \ + /tmp/r1-deep.sav verify/results/saves/bp-pinB-turn28.sav \ + --floats bits --mask none --relabel-new-ids verify/results/saves/ad-turn27-two-raiders.sav + # REFUSED (G3), then DIVERGED: 1092 +``` + +Artefacts: `verify/results/turncommands/br2-turn27-{deep,shallow}.tcb`, +`verify/results/standalone/cv/{cv-replay-vs-bp-pinB,cv-input-vs-bp-pinB,cv-noreplay-vs-bp-pinB,cv-leaf-worklist,cv-replay-run.log}`. + +--- + +## Proposed board rows + +New row: + +``` +| RUNG B ON A RICH TURN: THE REPLAY RUNS AND CONSUMES THE WHOLE STREAM; 1092 LEAVES, THIRTEEN NAMED SUBSYSTEMS, ZERO UNGROUPED | engine | verified | high | 100% | 2026-09-09 | Lane CV, HOST ONLY (no VM; 140/141/145/146 untouched). First replay of a RICH turn's command stream: lane BR's deep block (`BR2-deep-aiorders.txt`) converted to `.tcb` and replayed by `sots_turn --turn-commands` against `ad-turn27-two-raiders.sav` (`1c8baa27...`), compared with `bp-pinB-turn28.sav` (`724528ff...` = BR's own output, cmp-verified). **VERDICT: OUTCOME 3 -- a named leaf list, not a byte match.** `state_checksum --floats bits --mask none` = **DIVERGED: 1092 leaf difference(s)**; the do-nothing baseline (input vs target) is **1166**, so the turn+replay CLOSES 80 and REGRESSES 6 (never netted). The stream's entire contribution to the state is ONE leaf: `/Sim/ModCount` 1430 -> 1500 against a target of 1502 (85 commands = 81 elements + 4 gates, 70 bumps charged = 85 - the 15 list-23 population commands the cost table charges 0; 2 driver bumps; **residual 2, unexplained**). GUARD SET, ALL SIX RUN (rule 1): (a) 85/81 matches BR's block element-for-element and per-list; (b) the DEEP payload provably reached the replayer -- shallow vs deep captures of the same run move exactly 7 elements from `incomplete` to `declined` (list 8's 3 routes, list 10's 4 ship vectors), i.e. on those seven the gap is now the ENGINE not the record; (c) `--replay-count-only` produces a BYTE-IDENTICAL save, confirming `leaves written by commands 0`; (d) deleting one `elem` line makes the reader REFUSE with exit 2; (e) replaying against another board warns; (f) output != input and != the no-stream output. TWO BLOCKERS PUT OUTCOMES 1 AND 2 OUT OF REACH BEFORE THE TURN RUNS: **(1) the engine's typed writer is not byte-exact on this save** -- `--roundtrip` DIFFERS by exactly 12 bytes = one item, at 0x3f02: `struct ProjectName` reads `usnc` as a count of ONE item per element (`a.any("usc")`, commented "usnc is 0 in every save available") but the wire pair is `usp` THEN `usc`, and this save has one record with `usnc == 1`. The generated schema already lists both. 12 of 43 corpus saves fail the same way; `mars_stream_save` and `app_turn` fail on it in ctest (57/59, pre-existing, denominator intact). Surfaces as `/Sim/sprjs/usp: only-in-B`. NAMED, NOT FIXED (schema-verified module, byte-neutrality must be re-proved). **(2) `--relabel-new-ids` REFUSES by guard G3** -- "A minted [], B minted [1970, 1986, 2002]" -- because this engine mints NO client fleet ids at all; the refusal applies nothing and the 1092 is byte-identically the no-flag number. Outcome 2 needs list 10's applier first. **THE TAIL'S SIM DRAW FIRES HERE:** every trade sector in this save reads `tscr = 253`, not the corpus's 252 -- this IS lane AD's two-raider state, measured at 2 entries / 2 strategic words at 0x00820e18 -- so the backlog's Rung B correction is load-bearing on this workload and `S02`/`T23` are stubs; `--commit-rng` leaves the count at 1092 because the 16 words are the wrong words. RANKED WORKLIST (full list in the finding, residual 0): morale event ring `cme2` **539**; colony growth/repair/bonuses **154**; fleet objects **150**; observed designs/techs **79**; player money+counters **30**; `TShn` **23**; system<->fleet membership **23**; ShipRecs **20**; build queues **20**; other system **15**; crep/CD **13**; master id lists+generator **10**; turnstats **8**; trade manager **6**; writer defect **1**; Checksum **1**. **THE 539 MUST BE DECODED BEFORE IT IS RANKED:** `cme2` is a FIXED 11-SLOT RING (158 events in input, output and target alike), so the turn's **27 appended events across 10 systems** shift every slot. The 27 are three kinds only: 10x `mtp=12` "Colony established on Avalon." (+2), 10x `mtp=20` "Imperial savings of 5,000,000 or more." (+2, down a band from the pre-turn 15,000,000), 7x `mtp=16` "Population limits inhibit freedom." (-1). So the ring is the REPORTING SURFACE of colonisation, the savings chain and the population term -- it owns none of them. **THE LARGEST INDEPENDENTLY CLOSABLE MODULE IS `T34 RecordObservedDesigns` (stub): 79 leaves, no upstream dependency.** TWO MEASURED CORRECTIONS: **`Pv*` is NOT a previous-turn snapshot** -- target `PvInfra` 1.03 and `PvPop` 617,999,994 where both pre- and post-turn `Infra`/`Pop` are 1.0 / 600,000,000 (= current x 1.03), so `Pv*` holds the UNCAPPED GROWTH PROJECTION on a capped colony, while `PvSuit` (5/5) and `PvRes` (4/4) DO equal the pre-turn current: the family is mixed and must not get one rule. And **five of the six regressions are `ntdev`** on Sys[160/400/416/432/448], where the engine writes 1 and both input and target hold 0, while the SAME rule closed 26->27 on thirteen other systems -- a one-predicate bug, the cheapest fix here. Also: the capture already holds the three design NAMES the target creates (`Egg Thief Mk 4/5`, `Bravestar Mk 3` = Des[2018/2034/2050], node-2 counters 126/127/128 continuing the fleets' 123/124/125 -- one counter across object kinds, lane BT §4.3), and list 1 is declined for want of a design-registration path. AND: **the one list `command_replay.cpp` CAN apply -- list 5, the planetary sliders -- fired ZERO times on all 15 elements**, because the shim's memory window cannot type 7 of its 8 fields; the settling experiment is one UI run (two different sliders to two different values), not engine work. TOOL CHANGE: `tools/aiorders_to_tcb.py` now reads the deep dump's `aivec`/`aistr` rows, consulting them ONLY at a word the existing field map already types as a vector, cross-checking the begin/end length against the followed count, and recording anything it cannot place as a `#` comment plus a stderr line (12 list-12 vectors, 15 list-23 vectors, 3 list-1 design names, 1 list-3 vector) rather than inventing a field mapping. Artefacts: `findings/subsystems/rung-b-rich-turn.md`, `verify/results/turncommands/br2-turn27-{deep,shallow}.tcb`, `verify/results/standalone/cv/*` | +``` + +Edits to existing rows: + +- **`backlog.md` §2, the Rung B bullet** — append: `2026-09-09, lane CV, measured. The replay RUNS + on the first rich-turn record and consumes it whole (85 commands / 81 elements / 70 bumps), and + the result is a worklist, not a match: 1092 leaves against `724528ff...` from a 1166-leaf + do-nothing baseline, 80 closed / 6 regressed, and the stream's entire effect on the state is + `/Sim/ModCount` (1430 -> 1500, target 1502, residual 2). Two blockers sit UPSTREAM of the turn and + must be cleared before any byte-match claim on this save family: the typed writer drops one `usp` + item in `Game::SpecialProjectNameGen` (12 saves of 43), and `--relabel-new-ids` refuses because + the engine mints no client fleet ids. **And the tail's `tscr` gate is TRUE here (253, not 252) -- + the correction above is load-bearing on exactly this workload.**` +- **`backlog.md` §3 item 8 (Rung B)** — append: `The `--turn-commands` path is built and works; what + it lacks is appliers. 26 of 27 lists decline or are incomplete, and the one that has an applier + (list 5) cannot fire because the memory capture cannot type its fields.` +- **`backlog.md` §3 item 1b (`S11` civilian growth)** — append: ``Pv*` is not a previous-turn + snapshot: on `ad-turn27` it holds the uncapped growth projection (current x 1.03) for `PvPop` and + `PvInfra`, while `PvSuit`/`PvRes` do hold the pre-turn current. See rung-b-rich-turn.md §5.2.` +- **`backlog.md` §4 / new engine item** — `T34 RecordObservedDesigns` is the largest independently + closable stub measured against a rich turn: **79 leaves**, no upstream dependency. +- **A new `mars/stream` row** — the `Game::SpecialProjectNameGen` element is a `usp`/`usc` PAIR, not + a single `usc`; the codec's "usnc is 0 in every save available" comment is falsified by + `ad-turn27-two-raiders.sav`. 12 of 43 corpus saves round-trip 12 bytes short. Fixing it must + re-prove byte-neutrality over the whole corpus. +- **`verify/results/saves/certified-pairs.md`** — no new row. This lane certifies nothing; it + measures an engine against an already-recorded pair. +- **Row 62 (guest ledger)** — VM140/141/145/146 unchanged by this lane; it took no guest. diff --git a/tools/aiorders_to_tcb.py b/tools/aiorders_to_tcb.py index 65aebc5..91258ec 100644 --- a/tools/aiorders_to_tcb.py +++ b/tools/aiorders_to_tcb.py @@ -81,6 +81,13 @@ BLK_RE = re.compile( r"f3=(\d):(\S+),(\S+),(\S+) civ=(\d)") LISTS_RE = re.compile(r"^ailists seq=(\d+) blk=(\d+) pid=(-?\d+) nonEmpty=\d+ sizes\(1\.\.27\)=\[([^\]]*)\]") ELEM_RE = re.compile(r"^aielem blk=(\d+) pid=(-?\d+) list=(\d+) idx=(\d+) .*? hex=\[([^\]]*)\]") +# The two records a DEEP dump adds (`aiorders.deep=on`). Each says which WORD of the fixed +# element window it followed, so it lands on exactly the field the map already calls a `v` or a +# string -- it is not a second, parallel field map. +VEC_RE = re.compile(r"^aivec blk=(\d+) pid=(-?\d+) list=(\d+) idx=(\d+) at=w(\d+) " + r"first=\S+ cap=(\d+) count=(\d+) ints=\[([^\]]*)\]") +STR_RE = re.compile(r"^aistr blk=(\d+) pid=(-?\d+) list=(\d+) idx=(\d+) at=w(\d+) " + r"sso=\d+ len=(\d+) text=\"(.*)\"\s*$") def f32(word): @@ -112,6 +119,8 @@ def parse_log(path): "civ": m.group(19) == "1", "sizes": [0] * 27, "elems": {}, + "vecs": {}, + "strs": {}, } continue m = LISTS_RE.match(line) @@ -131,11 +140,41 @@ def parse_log(path): blk = batch(seq)["blocks"].get(idx) if blk is not None: blk["elems"].setdefault(listno, {})[elemidx] = words + continue + m = VEC_RE.match(line) + if m: + seq = max(batches) if batches else 0 + idx, listno, elemidx = int(m.group(1)), int(m.group(3)), int(m.group(4)) + at, count = int(m.group(5)), int(m.group(7)) + ints = [int(x) for x in m.group(8).split()] + blk = batch(seq)["blocks"].get(idx) + if blk is not None: + # `count` is what the dump says it followed; `ints` is what it printed. A + # disagreement is a defect in the record and this tool refuses to guess which + # half is right -- the element keeps its shallow (length-only) form. + if len(ints) == count: + blk["vecs"].setdefault(listno, {}).setdefault(elemidx, {})[at] = ints + continue + m = STR_RE.match(line) + if m: + seq = max(batches) if batches else 0 + idx, listno, elemidx = int(m.group(1)), int(m.group(3)), int(m.group(4)) + at, text = int(m.group(5)), m.group(7) + blk = batch(seq)["blocks"].get(idx) + if blk is not None: + blk["strs"].setdefault(listno, {}).setdefault(elemidx, {})[at] = text return batches -def element_fields(listno, words): - """The wire fields of one element, as `.tcb` tokens.""" +def element_fields(listno, words, deep=None, problems=None): + """The wire fields of one element, as `.tcb` tokens. + + `deep` is {word index -> [values]} from a deep dump's `aivec` rows. It is consulted ONLY at + a word the shallow map already types as a vector: the deep rows say which word they followed, + so a row that lands anywhere else is a disagreement between the two records and is reported, + never silently used to invent a field the map does not have. + """ + deep = deep or {} spec = LIST_MAP.get(listno) if spec is None: # An unmapped list: record that the element exists and nothing about it. The command @@ -156,14 +195,29 @@ def element_fields(listno, words): elif kind == "v": if k + 1 >= len(words): out.append("?") + continue + n = (words[k + 1] - w) // 4 + values = deep.get(k) + if values is None: + out.append("v%d" % n) + elif len(values) != n: + # The begin/end pair and the followed contents disagree. Keep the length-only + # form: a route whose hops we are not sure of must stay unapplied. + if problems is not None: + problems.append("list %d elem %d word %d: begin/end says %d hop(s), the deep " + "row printed %d -- kept as length-only" + % (listno, k, k, n, len(values))) + out.append("v%d" % n) else: - out.append("v%d" % ((words[k + 1] - w) // 4)) + out.append("v%d:%s" % (n, ",".join(str(v) for v in values))) else: out.append("?") return out -def emit(batch, seq, source, names, seeds, input_name): +def emit(batch, seq, source, names, seeds, input_name, problems=None): + if problems is None: + problems = [] lines = ["tcb 1", "meta source %s" % source, "meta input %s" % input_name, @@ -194,10 +248,35 @@ def emit(batch, seq, source, names, seeds, input_name): continue lines.append("list %d %d %d" % (idx, listno, n)) have = b["elems"].get(listno, {}) + vecs = b.get("vecs", {}).get(listno, {}) + strs = b.get("strs", {}).get(listno, {}) + spec = LIST_MAP.get(listno) or [] + vecwords = {k for kind, k in spec if kind == "v"} for e in range(n): words = have.get(e) - fields = element_fields(listno, words) if words is not None else ["?"] + deep = vecs.get(e, {}) + fields = (element_fields(listno, words, deep, problems) + if words is not None else ["?"]) lines.append("elem %d %d %d %s" % (idx, listno, e, " ".join(fields))) + # A deep row the field map has no vector at. It is a real observation and it is + # NOT a field: recording it as one would be inventing a mapping the dump does not + # justify. It goes in as a comment so the record keeps it and the parser does + # not read it, and it is counted as a followed payload this tool cannot place. + for at in sorted(deep): + if at in vecwords: + continue + problems.append( + "list %d elem %d: a followed vector at word %d, which the field map does " + "not type as a vector -- recorded as a comment, not applied" % (listno, e, at)) + lines.append("# observed list %d elem %d word %d vector: [%s]" + % (listno, e, at, ",".join(str(v) for v in deep[at]))) + for at in sorted(strs.get(e, {})): + problems.append( + "list %d elem %d: a followed string at word %d, which the field map types " + "as part of an object it cannot read -- recorded as a comment, not applied" + % (listno, e, at)) + lines.append("# observed list %d elem %d word %d string: %s" + % (listno, e, at, strs[e][at])) return "\n".join(lines) + "\n" @@ -241,7 +320,10 @@ def main(argv=None): return 2 seeds.append((netid, value)) - text = emit(batches[seq], seq, a.log.split("/")[-1], names, seeds, a.input) + problems = [] + text = emit(batches[seq], seq, a.log.split("/")[-1], names, seeds, a.input, problems) + for p in problems: + print("deep: %s" % p, file=sys.stderr) if a.out: with open(a.out, "w") as f: f.write(text) diff --git a/verify/results/standalone/cv/cv-input-vs-bp-pinB.txt b/verify/results/standalone/cv/cv-input-vs-bp-pinB.txt new file mode 100644 index 0000000..35266b9 --- /dev/null +++ b/verify/results/standalone/cv/cv-input-vs-bp-pinB.txt @@ -0,0 +1,1170 @@ +A 9bdeca7dac7377d5258e13f66ae9543d verify/results/saves/ad-turn27-two-raiders.sav +B 1a4bed5535962793c1554b284fd1c4f7 verify/results/saves/bp-pinB-turn28.sav +policy: floats=bits mask=none reader=74fd562c75e2679e +DIVERGED: 1166 leaf difference(s) + /Summary/Turn: 27 -> 28 + /Summary/Checksum: -1589171184 -> 643087980 + /Sim/Act: only-in-A + /Sim/NMnx: 443 -> 461 + /Sim/DesignIDs[]: removed [], added [2018, 2034, 2050] (84 -> 87 entries) + /Sim/FleetIDs[]: removed [1586, 7072, 7088], added [1970, 1986, 2002, 7120, 7152, 7216, 7360, 7376] (54 -> 59 entries) + /Sim/ShipIDs[]: removed [6016], added [7248, 7264, 7280, 7296, 7312, 7328, 7344, 7184, 7104, 7136, 7168, 7200, 7232] (199 -> 211 entries) + /Sim/ModCount: 1428 -> 1502 + /Sim/Frame: 27 -> 28 + /Sim/RNG/.: '' -> '' + /Sim/cmbtid: 41 -> 42 + /Sim/turnstats/history/hist[0]/stats[27]: only-in-B + /Sim/turnstats/history/hist[1]/stats[27]: only-in-B + /Sim/turnstats/history/hist[2]/stats[27]: only-in-B + /Sim/turnstats/history/hist[3]/stats[27]: only-in-B + /Sim/turnstats/history/hist[4]/stats[27]: only-in-B + /Sim/turnstats/history/hist[5]/stats[27]: only-in-B + /Sim/turnstats/history/hist[6]/stats[27]: only-in-B + /Sim/turnstats/history/hist[7]/stats[27]: only-in-B + /Sim/crep[22]/prep/.[2]/nshp[3]: 2 -> 0 + /Sim/crep[22]/prep/.[2]/nshp[4]: 1 -> 0 + /Sim/crep[22]/prep/.[2]/nshp[5]: 1 -> 0 + /Sim/crep[23]/prep/.[1]/nshp[3]: 2 -> 0 + /Sim/crep[23]/prep/.[1]/nshp[4]: 2 -> 0 + /Sim/crep[24]/prep/.[1]/nshp[4]: 1 -> 0 + /Sim/players/Player[16 "re"]/Sav: 70590596 -> 72495237 + /Sim/players/Player[16 "re"]/Events/EvNxID: 78 -> 79 + /Sim/players/Player[16 "re"]/Events/Events/.[EvTurn=28]: only-in-B + /Sim/players/Player[16 "re"]/Events/Events/.[0]: 26 -> 27 + /Sim/players/Player[16 "re"]/PvSav: 68707120 -> 70590596 + /Sim/players/Player[16 "re"]/BnkPr: -3977836 -> -4101170 + /Sim/players/Player[16 "re"]/BnkEl: -8036033 -> -8285193 + /Sim/players/Player[16 "re"]/nmeid: 125 -> 129 + /Sim/players/Player[16 "re"]/odes/.[13]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/OwnId[15]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/TechTree/St[13]: 3 -> 4 + /Sim/players/Player[32 "The Eternal Empire"]/TechTree/TResDone[13]: 15724 -> 22500 + /Sim/players/Player[32 "The Eternal Empire"]/TechTree/TAcq[13]: -1 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/TechTree/TiAcq[13]: -1 -> 52 + /Sim/players/Player[32 "The Eternal Empire"]/Sav: 11550201 -> 11249088 + /Sim/players/Player[32 "The Eternal Empire"]/TRM: 0.25 -> 0.0 [1.04858e+09 ulp] + /Sim/players/Player[32 "The Eternal Empire"]/TerraMod: 1.350000023841858 -> 1.7999999523162842 [3.77487e+06 ulp] + /Sim/players/Player[32 "The Eternal Empire"]/Maint: 158000 -> 179000 + /Sim/players/Player[32 "The Eternal Empire"]/Events/EvNxID: 267 -> 279 + /Sim/players/Player[32 "The Eternal Empire"]/Events/Events/.[EvTurn=28]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/Events/Events/.[0]: 26 -> 27 + /Sim/players/Player[32 "The Eternal Empire"]/FNG/FNGNum: 137 -> 145 + /Sim/players/Player[32 "The Eternal Empire"]/PvSav: 11244132 -> 10397308 + /Sim/players/Player[32 "The Eternal Empire"]/BnkPr: -6277910 -> -6310042 + /Sim/players/Player[32 "The Eternal Empire"]/BnkEl: -12682646 -> -12747559 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srd[33]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/src[33]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srb[36]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srl[36]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/sri[36]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srd[34]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/src[34]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srb[37]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srl[37]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/sri[37]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srb[0]: 262 -> 269 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/sri[0]: 172 -> 178 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srb[1]: 24 -> 30 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/sri[1]: 24 -> 30 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srbd: 33 -> 35 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srb[24]: 20 -> 27 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/sri[24]: 12 -> 19 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/sri[25]: 17 -> 16 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srb[31]: 9 -> 10 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/sri[31]: 9 -> 10 + /Sim/players/Player[32 "The Eternal Empire"]/nmeid: 316 -> 325 + /Sim/players/Player[32 "The Eternal Empire"]/lboid: 290 -> 309 + /Sim/players/Player[32 "The Eternal Empire"]/ResTNm: 'BIO_TerBac' -> '' + /Sim/players/Player[32 "The Eternal Empire"]/NumOwn: 15 -> 16 + /Sim/players/Player[32 "The Eternal Empire"]/NumDes: 46 -> 49 + /Sim/players/Player[32 "The Eternal Empire"]/designs/Des[2018 "Egg Thief Mk 4"]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/designs/Des[2034 "Egg Thief Mk 5"]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/designs/Des[2050 "Bravestar Mk 3"]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[2]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[2]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[2]/odid: 546 -> 1106 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[3]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[3]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[3]/odid: 770 -> 1042 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[4]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[4]/odid: 1106 -> 226 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[5]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[5]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[5]/odid: 1042 -> 818 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[6]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[6]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[6]/odid: 226 -> 978 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[7]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[7]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[7]/odid: 818 -> 1202 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[8]/otnF: 27 -> 5 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[8]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[8]/odid: 978 -> 130 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[9]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[9]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[9]/odid: 1202 -> 1442 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[10]/otnF: 5 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[10]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[10]/odid: 130 -> 1506 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[11]/otnF: 26 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[11]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[11]/odid: 1442 -> 194 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[12]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[12]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[12]/odid: 1506 -> 1490 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[13]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[13]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[13]/odid: 962 -> 1826 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[14]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[14]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[14]/odid: 194 -> 386 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[15]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[15]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[15]/odid: 1490 -> 1474 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[16]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[16]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[16]/odid: 386 -> 1250 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[17]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[17]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[17]/odid: 1250 -> 1522 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[18]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[18]/odid: 1474 -> 962 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[19]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[19]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[20]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[20]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[21]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/owep/.[1]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/owep/.[2]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/owep/.[3]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/owep/.[4]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/owep/.[5]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[43]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[0]: 42 -> 43 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[2]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[5]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[13]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[14]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[15]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[16]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[20]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[22]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[24]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[27]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[28]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[30]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[31]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[32]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[33]/otnL: 15 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[35]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[36]/otnL: 27 -> 28 + /Sim/players/Player[496 "Spengler"]/dipstats/.[1]/lastally: 27 -> 28 + /Sim/players/Player[512 "Spengler"]/dipstats/.[1]/lastally: 27 -> 28 + /Sim/players/Player[528 "Alien Menace"]/dipstats/.[1]/lastnap: 27 -> 28 + /Sim/players/Player[528 "Alien Menace"]/dipstats/.[2]/lastnap: 27 -> 28 + /Sim/players/Player[528 "Alien Menace"]/dipstats/.[3]/lastnap: 27 -> 28 + /Sim/players/Player[544 "Peacekeeper Enforcer"]/dipstats/.[1]/lastnap: 27 -> 28 + /Sim/players/Player[544 "Peacekeeper Enforcer"]/dipstats/.[2]/lastnap: 27 -> 28 + /Sim/players/Player[544 "Peacekeeper Enforcer"]/dipstats/.[3]/lastnap: 27 -> 28 + /Sim/players/Player[560 "Von Neumann"]/dipstats/.[1]/lastnap: 27 -> 28 + /Sim/players/Player[560 "Von Neumann"]/dipstats/.[2]/lastnap: 27 -> 28 + /Sim/players/Player[560 "Von Neumann"]/dipstats/.[3]/lastnap: 27 -> 28 + /Sim/players/Player[576 "Independent Colony"]/PvSav: 3895009 -> 4339373 + /Sim/players/Player[576 "Independent Colony"]/dipstats/.[1]/lastnap: 27 -> 28 + /Sim/players/Player[576 "Independent Colony"]/dipstats/.[2]/lastnap: 27 -> 28 + /Sim/players/Player[576 "Independent Colony"]/dipstats/.[3]/lastnap: 27 -> 28 + /Sim/systems/Sys[48 "Epsilon Eridani"]/RepCur: 469520.0 -> 485560.0 [513280 ulp] + /Sim/systems/Sys[48 "Epsilon Eridani"]/RepMax: 469520.0 -> 485560.0 [513280 ulp] + /Sim/systems/Sys[48 "Epsilon Eridani"]/ntdev: 26 -> 27 + /Sim/systems/Sys[48 "Epsilon Eridani"]/ltis: 27 -> 28 + /Sim/systems/Sys[48 "Epsilon Eridani"]/Bats2: 136 -> 119 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cm/mv: 84 -> 86 + /Sim/systems/Sys[48 "Epsilon Eridani"]/PvCM/mv: 82 -> 84 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[1]/mid: 99 -> 105 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[1]/mtr: 21 -> 23 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[2]/mid: 102 -> 109 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[2]/mtr: 22 -> 24 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[3]/mid: 105 -> 113 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[3]/mtr: 23 -> 25 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[3]/mn: 0 -> 74 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[3]/mtp: 21 -> 9 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[3]/mfx/mv: 3 -> -10 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[3]/mdsc: 'Imperial savings of 15,000,000 or more.' -> 'Nearby colony at Downbelow destroyed.' + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[4]/mid: 109 -> 116 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[4]/mtr: 24 -> 25 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[5]/mid: 113 -> 117 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[5]/mtr: 25 -> 26 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[5]/mn: 74 -> 0 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[5]/mtp: 9 -> 16 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[5]/mfx/mv: -10 -> -1 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[5]/mdsc: 'Nearby colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[6]/mid: 116 -> 120 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[6]/mtr: 25 -> 26 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[7]/mid: 117 -> 121 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[8]/mid: 120 -> 124 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[8]/mtr: 26 -> 27 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[9]/mid: 121 -> 125 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[10]/mid: 124 -> 128 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[48 "Epsilon Eridani"]/TShn[0]: 27 -> 28 + /Sim/systems/Sys[48 "Epsilon Eridani"]/ETS: 27 -> 28 + /Sim/systems/Sys[80 "Kam’Kir"]/Flt: only-in-A + /Sim/systems/Sys[80 "Kam’Kir"]/Flt[0]: only-in-B + /Sim/systems/Sys[80 "Kam’Kir"]/Flt[1]: only-in-B + /Sim/systems/Sys[80 "Kam’Kir"]/PvPop: 614999995 -> 617999994 + /Sim/systems/Sys[80 "Kam’Kir"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[80 "Kam’Kir"]/RepCur: 66311.3984375 -> 66906.5390625 [76178 ulp] + /Sim/systems/Sys[80 "Kam’Kir"]/RepMax: 66311.3984375 -> 66906.5390625 [76178 ulp] + /Sim/systems/Sys[80 "Kam’Kir"]/ntdev: 26 -> 27 + /Sim/systems/Sys[80 "Kam’Kir"]/pbon: 17999994 -> 20999993 + /Sim/systems/Sys[80 "Kam’Kir"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[80 "Kam’Kir"]/ltis: 27 -> 28 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[1]/mid: 227 -> 264 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[1]/mn: 230 -> 0 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[1]/mtp: 12 -> 20 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[1]/mdsc: 'Colony established on Aldebaran.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[2]/mid: 228 -> 265 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[2]/mtr: 25 -> 26 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[2]/mn: 0 -> 245 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[2]/mtp: 16 -> 12 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[2]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[2]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[3]/mid: 250 -> 266 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[3]/mtr: 25 -> 26 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[3]/mn: 242 -> 0 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[3]/mtp: 8 -> 16 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[3]/mfx/mv: 5 -> -1 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[3]/mdsc: 'Enemy colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[4]/mid: 264 -> 275 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[4]/mtr: 25 -> 26 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[5]/mid: 265 -> 276 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[5]/mtr: 26 -> 27 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[5]/mn: 245 -> 0 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[5]/mtp: 12 -> 16 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[5]/mfx/mv: 2 -> -1 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[5]/mdsc: 'Colony established on Betelgeuse.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[6]/mid: 266 -> 299 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[6]/mtr: 26 -> 27 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[6]/mn: 0 -> 265 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[6]/mtp: 16 -> 10 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[6]/mfx/mv: -1 -> 10 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[6]/mdsc: 'Population limits inhibit freedom.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[7]/mid: 275 -> 315 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[8]/mid: 276 -> 316 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[8]/mtr: 27 -> 28 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[8]/mn: 0 -> 267 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[8]/mtp: 16 -> 12 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[8]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[8]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[9]/mid: 299 -> 317 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[9]/mn: 265 -> 0 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[9]/mtp: 10 -> 16 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[9]/mfx/mv: 10 -> -1 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[80 "Kam’Kir"]/DefF: 0 -> 7120 + /Sim/systems/Sys[80 "Kam’Kir"]/NumFlts: 1 -> 2 + /Sim/systems/Sys[80 "Kam’Kir"]/TShn[0]: 27 -> 28 + /Sim/systems/Sys[80 "Kam’Kir"]/ETS: 27 -> 28 + /Sim/systems/Sys[96 "Midway"]/ltis: 27 -> 28 + /Sim/systems/Sys[96 "Midway"]/TShn: 27 -> 28 + /Sim/systems/Sys[96 "Midway"]/ETS: 27 -> 28 + /Sim/systems/Sys[144 "Mjolnir"]/PvPop: 512499995 -> 514999994 + /Sim/systems/Sys[144 "Mjolnir"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[144 "Mjolnir"]/RepCur: 55831.1484375 -> 56355.75 [134298 ulp] + /Sim/systems/Sys[144 "Mjolnir"]/RepMax: 55831.1484375 -> 56355.75 [134298 ulp] + /Sim/systems/Sys[144 "Mjolnir"]/ntdev: 26 -> 27 + /Sim/systems/Sys[144 "Mjolnir"]/pbon: 14999994 -> 17499993 + /Sim/systems/Sys[144 "Mjolnir"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[144 "Mjolnir"]/ltis: 27 -> 28 + /Sim/systems/Sys[144 "Mjolnir"]/cm/mv: 67 -> 69 + /Sim/systems/Sys[144 "Mjolnir"]/PvCM/mv: 65 -> 67 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[1]/mid: 105 -> 109 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[1]/mtr: 23 -> 24 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[2]/mid: 106 -> 110 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[2]/mtr: 24 -> 25 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[3]/mid: 109 -> 115 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[3]/mtr: 24 -> 25 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[3]/mn: 0 -> 74 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[3]/mtp: 21 -> 9 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[3]/mfx/mv: 3 -> -10 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[3]/mdsc: 'Imperial savings of 15,000,000 or more.' -> 'Nearby colony at Downbelow destroyed.' + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[4]/mid: 110 -> 116 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[4]/mtp: 16 -> 21 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[4]/mfx/mv: -1 -> 3 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[4]/mdsc: 'Population limits inhibit freedom.' -> 'Imperial savings of 15,000,000 or more.' + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[5]/mid: 115 -> 118 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[5]/mtr: 25 -> 26 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[5]/mn: 74 -> 0 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[5]/mtp: 9 -> 16 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[5]/mfx/mv: -10 -> -1 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[5]/mdsc: 'Nearby colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[6]/mid: 116 -> 120 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[6]/mtr: 25 -> 26 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[7]/mid: 118 -> 122 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[8]/mid: 120 -> 124 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[8]/mtr: 26 -> 27 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[9]/mid: 122 -> 126 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[10]/mid: 124 -> 128 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[144 "Mjolnir"]/TShn[0]: 27 -> 28 + /Sim/systems/Sys[144 "Mjolnir"]/ETS: 27 -> 28 + /Sim/systems/Sys[160 "Betelgeuse"]/Suit: 8.264447212219238 -> 8.27574634552002 [11848 ulp] + /Sim/systems/Sys[160 "Betelgeuse"]/Pop: 175 -> 189 + /Sim/systems/Sys[160 "Betelgeuse"]/Infra: 0.326313853263855 -> 0.32664385437965393 [11073 ulp] + /Sim/systems/Sys[160 "Betelgeuse"]/PvPop: 162 -> 175 + /Sim/systems/Sys[160 "Betelgeuse"]/PvInfra: 0.32598385214805603 -> 0.326313853263855 [11073 ulp] + /Sim/systems/Sys[160 "Betelgeuse"]/PvSuit: 8.253512382507324 -> 8.264447212219238 [11466 ulp] + /Sim/systems/Sys[160 "Betelgeuse"]/RepCur: 0.00018025000463239849 -> 0.00019844999769702554 [1.25069e+06 ulp] + /Sim/systems/Sys[160 "Betelgeuse"]/RepMax: 0.00018025000463239849 -> 0.00019844999769702554 [1.25069e+06 ulp] + /Sim/systems/Sys[160 "Betelgeuse"]/ltis: 27 -> 28 + /Sim/systems/Sys[160 "Betelgeuse"]/TShn[1]: 27 -> 28 + /Sim/systems/Sys[160 "Betelgeuse"]/ETS[1]: 27 -> 28 + /Sim/systems/Sys[192 "Kao’Thraal"]/PvPop: 307499995 -> 308999994 + /Sim/systems/Sys[192 "Kao’Thraal"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[192 "Kao’Thraal"]/RepCur: 22544.638671875 -> 22750.333984375 [105316 ulp] + /Sim/systems/Sys[192 "Kao’Thraal"]/RepMax: 22544.638671875 -> 22750.333984375 [105316 ulp] + /Sim/systems/Sys[192 "Kao’Thraal"]/ntdev: 26 -> 27 + /Sim/systems/Sys[192 "Kao’Thraal"]/pbon: 8999994 -> 10499993 + /Sim/systems/Sys[192 "Kao’Thraal"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[192 "Kao’Thraal"]/ltis: 27 -> 28 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[1]/mid: 227 -> 264 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[1]/mn: 230 -> 0 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[1]/mtp: 12 -> 20 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[1]/mdsc: 'Colony established on Aldebaran.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[2]/mid: 229 -> 265 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[2]/mtr: 25 -> 26 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[2]/mn: 0 -> 245 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[2]/mtp: 16 -> 12 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[2]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[2]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[3]/mid: 240 -> 267 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[3]/mtr: 25 -> 26 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[3]/mn: 242 -> 0 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[3]/mtp: 8 -> 16 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[3]/mfx/mv: 5 -> -1 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[3]/mdsc: 'Enemy colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[4]/mid: 264 -> 275 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[4]/mtr: 25 -> 26 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[5]/mid: 265 -> 277 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[5]/mtr: 26 -> 27 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[5]/mn: 245 -> 0 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[5]/mtp: 12 -> 16 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[5]/mfx/mv: 2 -> -1 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[5]/mdsc: 'Colony established on Betelgeuse.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[6]/mid: 267 -> 289 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[6]/mtr: 26 -> 27 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[6]/mn: 0 -> 265 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[6]/mtp: 16 -> 10 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[6]/mfx/mv: -1 -> 10 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[6]/mdsc: 'Population limits inhibit freedom.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[7]/mid: 275 -> 315 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[8]/mid: 277 -> 316 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[8]/mtr: 27 -> 28 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[8]/mn: 0 -> 267 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[8]/mtp: 16 -> 12 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[8]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[8]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[9]/mid: 289 -> 318 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[9]/mn: 265 -> 0 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[9]/mtp: 10 -> 16 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[9]/mfx/mv: 10 -> -1 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[192 "Kao’Thraal"]/TShn: 27 -> 28 + /Sim/systems/Sys[192 "Kao’Thraal"]/ETS: 27 -> 28 + /Sim/systems/Sys[208 "Kam’Tara"]/Flt[2]: only-in-A + /Sim/systems/Sys[208 "Kam’Tara"]/PvRes: 4338 -> 4333 + /Sim/systems/Sys[208 "Kam’Tara"]/ltis: 27 -> 28 + /Sim/systems/Sys[208 "Kam’Tara"]/RfRFlags: 2 -> 0 + /Sim/systems/Sys[208 "Kam’Tara"]/NumFlts: 3 -> 2 + /Sim/systems/Sys[208 "Kam’Tara"]/TShn[0]: 27 -> 28 + /Sim/systems/Sys[208 "Kam’Tara"]/ETS[0]: 27 -> 28 + /Sim/systems/Sys[224 "Venkman"]/PvPop: 922499995 -> 926999994 + /Sim/systems/Sys[224 "Venkman"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[224 "Venkman"]/RepCur: 127907.4609375 -> 129087.265625 [151015 ulp] + /Sim/systems/Sys[224 "Venkman"]/RepMax: 127907.4609375 -> 129087.265625 [151015 ulp] + /Sim/systems/Sys[224 "Venkman"]/ntdev: 26 -> 27 + /Sim/systems/Sys[224 "Venkman"]/pbon: 26999994 -> 31499993 + /Sim/systems/Sys[224 "Venkman"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[224 "Venkman"]/ltis: 27 -> 28 + /Sim/systems/Sys[224 "Venkman"]/Bats2: 17 -> 0 + /Sim/systems/Sys[224 "Venkman"]/cm/mv: 77 -> 79 + /Sim/systems/Sys[224 "Venkman"]/PvCM/mv: 75 -> 77 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[1]/mid: 105 -> 109 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[1]/mtr: 23 -> 24 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[2]/mid: 107 -> 111 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[2]/mtr: 24 -> 25 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[3]/mid: 109 -> 114 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[3]/mtr: 24 -> 25 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[3]/mn: 0 -> 74 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[3]/mtp: 21 -> 9 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[3]/mfx/mv: 3 -> -10 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[3]/mdsc: 'Imperial savings of 15,000,000 or more.' -> 'Nearby colony at Downbelow destroyed.' + /Sim/systems/Sys[224 "Venkman"]/cme2/.[4]/mid: 111 -> 116 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[4]/mtp: 16 -> 21 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[4]/mfx/mv: -1 -> 3 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[4]/mdsc: 'Population limits inhibit freedom.' -> 'Imperial savings of 15,000,000 or more.' + /Sim/systems/Sys[224 "Venkman"]/cme2/.[5]/mid: 114 -> 119 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[5]/mtr: 25 -> 26 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[5]/mn: 74 -> 0 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[5]/mtp: 9 -> 16 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[5]/mfx/mv: -10 -> -1 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[5]/mdsc: 'Nearby colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[224 "Venkman"]/cme2/.[6]/mid: 116 -> 120 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[6]/mtr: 25 -> 26 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[7]/mid: 119 -> 123 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[8]/mid: 120 -> 124 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[8]/mtr: 26 -> 27 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[9]/mid: 123 -> 127 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[10]/mid: 124 -> 128 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[224 "Venkman"]/TShn[0]: 27 -> 28 + /Sim/systems/Sys[224 "Venkman"]/ETS: 27 -> 28 + /Sim/systems/Sys[240 "Downbelow"]/Infra: 0.37499797344207764 -> 0.3549979627132416 [671089 ulp] + /Sim/systems/Sys[240 "Downbelow"]/PvInfra: 0.3949979841709137 -> 0.37499797344207764 [671089 ulp] + /Sim/systems/Sys[240 "Downbelow"]/ltis: 27 -> 28 + /Sim/systems/Sys[240 "Downbelow"]/Bats2: 136 -> 119 + /Sim/systems/Sys[240 "Downbelow"]/TShn[1]: 27 -> 28 + /Sim/systems/Sys[240 "Downbelow"]/ETS[1]: 27 -> 28 + /Sim/systems/Sys[256 "Avalon"]/Flt[2]: only-in-A + /Sim/systems/Sys[256 "Avalon"]/BQ: only-in-B + /Sim/systems/Sys[256 "Avalon"]/Suit: 8.2476806640625 -> 8.250231742858887 [2675 ulp] + /Sim/systems/Sys[256 "Avalon"]/Pop: 0 -> 32 + /Sim/systems/Sys[256 "Avalon"]/Pop2/PopG: only-in-A + /Sim/systems/Sys[256 "Avalon"]/Pop2/PopNG: 1 -> 0 + /Sim/systems/Sys[256 "Avalon"]/Infra: 0.38399988412857056 -> 0.39469286799430847 [358797 ulp] + /Sim/systems/Sys[256 "Avalon"]/PvInfra: 0.4039998948574066 -> 0.38399988412857056 [671089 ulp] + /Sim/systems/Sys[256 "Avalon"]/Rts/SRt: 0.25 -> 0.0 [1.04858e+09 ulp] + /Sim/systems/Sys[256 "Avalon"]/Rts/SRsc: 0.25 -> 0.3333333432674408 [2.7962e+06 ulp] + /Sim/systems/Sys[256 "Avalon"]/Rts/SRtf: 0.25 -> 0.3333333432674408 [2.7962e+06 ulp] + /Sim/systems/Sys[256 "Avalon"]/Rts/SRi: 0.25 -> 0.3333333432674408 [2.7962e+06 ulp] + /Sim/systems/Sys[256 "Avalon"]/RepCur: 0.0 -> 1.3760000001639128e-05 [9.29488e+08 ulp] + /Sim/systems/Sys[256 "Avalon"]/RepMax: 0.0 -> 1.3760000001639128e-05 [9.29488e+08 ulp] + /Sim/systems/Sys[256 "Avalon"]/ltis: 27 -> 28 + /Sim/systems/Sys[256 "Avalon"]/Bats2: 68 -> 51 + /Sim/systems/Sys[256 "Avalon"]/TAcq: 1 -> 28 + /Sim/systems/Sys[256 "Avalon"]/dcs/PopG: only-in-B + /Sim/systems/Sys[256 "Avalon"]/dcs/PopNG: 0 -> 1 + /Sim/systems/Sys[256 "Avalon"]/PID[0]: 0 -> 32 + /Sim/systems/Sys[256 "Avalon"]/NumFlts: 3 -> 2 + /Sim/systems/Sys[256 "Avalon"]/Flt[1]: 1586 -> 1602 + /Sim/systems/Sys[256 "Avalon"]/TShn[1]: 27 -> 28 + /Sim/systems/Sys[256 "Avalon"]/OID[1]: 0 -> 32 + /Sim/systems/Sys[256 "Avalon"]/ETS[1]: 27 -> 28 + /Sim/systems/Sys[272 "Ko'Graapa"]/Flt: only-in-B + /Sim/systems/Sys[272 "Ko'Graapa"]/Pop2/PopG/PopC: 400000000 -> 399999940 + /Sim/systems/Sys[272 "Ko'Graapa"]/PvPop: 409999995 -> 411999994 + /Sim/systems/Sys[272 "Ko'Graapa"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[272 "Ko'Graapa"]/Rts/SRt: 0.23209035396575928 -> 0.23105360567569733 [69575 ulp] + /Sim/systems/Sys[272 "Ko'Graapa"]/Rts/SRsc: 0.7679096460342407 -> 0.7689464092254639 [17394 ulp] + /Sim/systems/Sys[272 "Ko'Graapa"]/RepCur: 53494.078125 -> 53993.87890625 [127949 ulp] + /Sim/systems/Sys[272 "Ko'Graapa"]/RepMax: 53494.078125 -> 53993.87890625 [127949 ulp] + /Sim/systems/Sys[272 "Ko'Graapa"]/ntdev: 26 -> 27 + /Sim/systems/Sys[272 "Ko'Graapa"]/pbon: 11999994 -> 13999993 + /Sim/systems/Sys[272 "Ko'Graapa"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[272 "Ko'Graapa"]/ltis: 27 -> 28 + /Sim/systems/Sys[272 "Ko'Graapa"]/FFlags: 0 -> 2 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[1]/mid: 227 -> 244 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[1]/mn: 230 -> 242 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[1]/mtp: 12 -> 8 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[1]/mfx/mv: 2 -> 5 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[1]/mdsc: 'Colony established on Aldebaran.' -> 'Enemy colony at Downbelow destroyed.' + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[2]/mid: 230 -> 264 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[2]/mtp: 16 -> 20 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[2]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[2]/mdsc: 'Population limits inhibit freedom.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[3]/mid: 244 -> 265 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[3]/mtr: 25 -> 26 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[3]/mn: 242 -> 245 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[3]/mtp: 8 -> 12 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[3]/mfx/mv: 5 -> 2 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[3]/mdsc: 'Enemy colony at Downbelow destroyed.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[4]/mid: 264 -> 268 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[4]/mtr: 25 -> 26 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[4]/mtp: 20 -> 16 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[4]/mfx/mv: 2 -> -1 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[4]/mdsc: 'Imperial savings of 5,000,000 or more.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[5]/mid: 265 -> 275 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[5]/mn: 245 -> 0 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[5]/mtp: 12 -> 20 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[5]/mdsc: 'Colony established on Betelgeuse.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[6]/mid: 268 -> 278 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[6]/mtr: 26 -> 27 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[7]/mid: 275 -> 293 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[7]/mn: 0 -> 265 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[7]/mtp: 20 -> 10 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[7]/mfx/mv: 2 -> 10 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[7]/mdsc: 'Imperial savings of 5,000,000 or more.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[8]/mid: 278 -> 315 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[8]/mtp: 16 -> 20 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[8]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[8]/mdsc: 'Population limits inhibit freedom.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[9]/mid: 293 -> 316 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[9]/mn: 265 -> 267 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[9]/mtp: 10 -> 12 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[9]/mfx/mv: 10 -> 2 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[272 "Ko'Graapa"]/DefF: 0 -> 7152 + /Sim/systems/Sys[272 "Ko'Graapa"]/BQ/ords/.: only-in-A + /Sim/systems/Sys[272 "Ko'Graapa"]/BQ/ords/.[0]: only-in-B + /Sim/systems/Sys[272 "Ko'Graapa"]/BQ/ords/.[desID=962]: only-in-B + /Sim/systems/Sys[272 "Ko'Graapa"]/NumFlts: 0 -> 1 + /Sim/systems/Sys[272 "Ko'Graapa"]/TShn[0]: 27 -> 28 + /Sim/systems/Sys[272 "Ko'Graapa"]/ETS: 27 -> 28 + /Sim/systems/Sys[288 "Ka’Vaala"]/PvPop: 717499995 -> 720999994 + /Sim/systems/Sys[288 "Ka’Vaala"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[288 "Ka’Vaala"]/RepCur: 102908.328125 -> 103849.828125 [120512 ulp] + /Sim/systems/Sys[288 "Ka’Vaala"]/RepMax: 102908.328125 -> 103849.828125 [120512 ulp] + /Sim/systems/Sys[288 "Ka’Vaala"]/ntdev: 26 -> 27 + /Sim/systems/Sys[288 "Ka’Vaala"]/pbon: 20999994 -> 24499993 + /Sim/systems/Sys[288 "Ka’Vaala"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[288 "Ka’Vaala"]/ltis: 27 -> 28 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[1]/mid: 227 -> 264 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[1]/mn: 230 -> 0 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[1]/mtp: 12 -> 20 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[1]/mdsc: 'Colony established on Aldebaran.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[2]/mid: 231 -> 265 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[2]/mtr: 25 -> 26 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[2]/mn: 0 -> 245 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[2]/mtp: 16 -> 12 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[2]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[2]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[3]/mid: 252 -> 269 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[3]/mtr: 25 -> 26 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[3]/mn: 242 -> 0 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[3]/mtp: 8 -> 16 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[3]/mfx/mv: 5 -> -1 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[3]/mdsc: 'Enemy colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[4]/mid: 264 -> 275 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[4]/mtr: 25 -> 26 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[5]/mid: 265 -> 279 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[5]/mtr: 26 -> 27 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[5]/mn: 245 -> 0 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[5]/mtp: 12 -> 16 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[5]/mfx/mv: 2 -> -1 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[5]/mdsc: 'Colony established on Betelgeuse.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[6]/mid: 269 -> 301 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[6]/mtr: 26 -> 27 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[6]/mn: 0 -> 265 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[6]/mtp: 16 -> 10 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[6]/mfx/mv: -1 -> 10 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[6]/mdsc: 'Population limits inhibit freedom.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[7]/mid: 275 -> 315 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[8]/mid: 279 -> 316 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[8]/mtr: 27 -> 28 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[8]/mn: 0 -> 267 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[8]/mtp: 16 -> 12 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[8]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[8]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[9]/mid: 301 -> 319 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[9]/mn: 265 -> 0 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[9]/mtp: 10 -> 16 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[9]/mfx/mv: 10 -> -1 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[288 "Ka’Vaala"]/TShn: 27 -> 28 + /Sim/systems/Sys[288 "Ka’Vaala"]/ETS: 27 -> 28 + /Sim/systems/Sys[304 "Kea’Donum"]/ntdev: 16 -> 17 + /Sim/systems/Sys[304 "Kea’Donum"]/ltis: 27 -> 28 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[1]/mid: 227 -> 264 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[1]/mn: 230 -> 0 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[1]/mtp: 12 -> 20 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[1]/mdsc: 'Colony established on Aldebaran.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[2]/mid: 232 -> 265 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[2]/mtr: 25 -> 26 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[2]/mn: 0 -> 245 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[2]/mtp: 16 -> 12 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[2]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[2]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[3]/mid: 238 -> 270 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[3]/mtr: 25 -> 26 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[3]/mn: 242 -> 0 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[3]/mtp: 8 -> 16 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[3]/mfx/mv: 5 -> -1 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[3]/mdsc: 'Enemy colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[4]/mid: 264 -> 275 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[4]/mtr: 25 -> 26 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[5]/mid: 265 -> 280 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[5]/mtr: 26 -> 27 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[5]/mn: 245 -> 0 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[5]/mtp: 12 -> 16 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[5]/mfx/mv: 2 -> -1 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[5]/mdsc: 'Colony established on Betelgeuse.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[6]/mid: 270 -> 287 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[6]/mtr: 26 -> 27 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[6]/mn: 0 -> 265 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[6]/mtp: 16 -> 10 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[6]/mfx/mv: -1 -> 10 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[6]/mdsc: 'Population limits inhibit freedom.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[7]/mid: 275 -> 315 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[8]/mid: 280 -> 316 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[8]/mtr: 27 -> 28 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[8]/mn: 0 -> 267 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[8]/mtp: 16 -> 12 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[8]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[8]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[9]/mid: 287 -> 320 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[9]/mn: 265 -> 0 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[9]/mtp: 10 -> 16 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[9]/mfx/mv: 10 -> -1 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[304 "Kea’Donum"]/BQ/ords/.[0]: only-in-A + /Sim/systems/Sys[304 "Kea’Donum"]/BQ/ords/.[desID=1474]: only-in-A + /Sim/systems/Sys[304 "Kea’Donum"]/BQ/ords/.: only-in-B + /Sim/systems/Sys[304 "Kea’Donum"]/TShn: 27 -> 28 + /Sim/systems/Sys[304 "Kea’Donum"]/ETS: 27 -> 28 + /Sim/systems/Sys[336 "Ko’Kotan"]/PvPop: 204999995 -> 205999994 + /Sim/systems/Sys[336 "Ko’Kotan"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[336 "Ko’Kotan"]/Rts/SRt: 0.18968133628368378 -> 0.1887979805469513 [59281 ulp] + /Sim/systems/Sys[336 "Ko’Kotan"]/Rts/SRsc: 0.810318648815155 -> 0.8112020492553711 [14821 ulp] + /Sim/systems/Sys[336 "Ko’Kotan"]/RepCur: 16366.69921875 -> 16520.669921875 [87691 ulp] + /Sim/systems/Sys[336 "Ko’Kotan"]/RepMax: 16366.69921875 -> 16520.669921875 [87691 ulp] + /Sim/systems/Sys[336 "Ko’Kotan"]/ntdev: 26 -> 27 + /Sim/systems/Sys[336 "Ko’Kotan"]/pbon: 5999994 -> 6999993 + /Sim/systems/Sys[336 "Ko’Kotan"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[336 "Ko’Kotan"]/ltis: 27 -> 28 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[1]/mid: 227 -> 264 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[1]/mn: 230 -> 0 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[1]/mtp: 12 -> 20 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[1]/mdsc: 'Colony established on Aldebaran.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[2]/mid: 233 -> 265 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[2]/mtr: 25 -> 26 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[2]/mn: 0 -> 245 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[2]/mtp: 16 -> 12 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[2]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[2]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[3]/mid: 254 -> 271 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[3]/mtr: 25 -> 26 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[3]/mn: 242 -> 0 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[3]/mtp: 8 -> 16 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[3]/mfx/mv: 5 -> -1 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[3]/mdsc: 'Enemy colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[4]/mid: 264 -> 275 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[4]/mtr: 25 -> 26 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[5]/mid: 265 -> 281 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[5]/mtr: 26 -> 27 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[5]/mn: 245 -> 0 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[5]/mtp: 12 -> 16 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[5]/mfx/mv: 2 -> -1 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[5]/mdsc: 'Colony established on Betelgeuse.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[6]/mid: 271 -> 303 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[6]/mtr: 26 -> 27 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[6]/mn: 0 -> 265 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[6]/mtp: 16 -> 10 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[6]/mfx/mv: -1 -> 10 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[6]/mdsc: 'Population limits inhibit freedom.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[7]/mid: 275 -> 315 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[8]/mid: 281 -> 316 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[8]/mtr: 27 -> 28 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[8]/mn: 0 -> 267 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[8]/mtp: 16 -> 12 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[8]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[8]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[9]/mid: 303 -> 321 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[9]/mn: 265 -> 0 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[9]/mtp: 10 -> 16 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[9]/mfx/mv: 10 -> -1 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[336 "Ko’Kotan"]/TShn: 27 -> 28 + /Sim/systems/Sys[336 "Ko’Kotan"]/ETS: 27 -> 28 + /Sim/systems/Sys[352 "Ku'Sulto"]/PvPop: 512499995 -> 514999994 + /Sim/systems/Sys[352 "Ku'Sulto"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[352 "Ku'Sulto"]/RepCur: 58776.94921875 -> 59321.0234375 [139283 ulp] + /Sim/systems/Sys[352 "Ku'Sulto"]/RepMax: 58776.94921875 -> 59321.0234375 [139283 ulp] + /Sim/systems/Sys[352 "Ku'Sulto"]/ntdev: 26 -> 27 + /Sim/systems/Sys[352 "Ku'Sulto"]/pbon: 14999994 -> 17499993 + /Sim/systems/Sys[352 "Ku'Sulto"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[352 "Ku'Sulto"]/ltis: 27 -> 28 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[1]/mid: 227 -> 264 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[1]/mn: 230 -> 0 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[1]/mtp: 12 -> 20 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[1]/mdsc: 'Colony established on Aldebaran.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[2]/mid: 234 -> 265 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[2]/mtr: 25 -> 26 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[2]/mn: 0 -> 245 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[2]/mtp: 16 -> 12 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[2]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[2]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[3]/mid: 248 -> 272 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[3]/mtr: 25 -> 26 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[3]/mn: 242 -> 0 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[3]/mtp: 10 -> 16 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[3]/mfx/mv: 10 -> -1 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[3]/mdsc: 'Nearby enemy colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[4]/mid: 264 -> 275 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[4]/mtr: 25 -> 26 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[5]/mid: 265 -> 282 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[5]/mtr: 26 -> 27 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[5]/mn: 245 -> 0 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[5]/mtp: 12 -> 16 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[5]/mfx/mv: 2 -> -1 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[5]/mdsc: 'Colony established on Betelgeuse.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[6]/mid: 272 -> 297 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[6]/mtr: 26 -> 27 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[6]/mn: 0 -> 265 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[6]/mtp: 16 -> 10 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[6]/mfx/mv: -1 -> 10 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[6]/mdsc: 'Population limits inhibit freedom.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[7]/mid: 275 -> 315 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[8]/mid: 282 -> 316 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[8]/mtr: 27 -> 28 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[8]/mn: 0 -> 267 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[8]/mtp: 16 -> 12 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[8]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[8]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[9]/mid: 297 -> 322 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[9]/mn: 265 -> 0 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[9]/mtp: 10 -> 16 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[9]/mfx/mv: 10 -> -1 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[352 "Ku'Sulto"]/TShn: 27 -> 28 + /Sim/systems/Sys[352 "Ku'Sulto"]/ETS: 27 -> 28 + /Sim/systems/Sys[368 "Kao'Vaanu"]/Flt: only-in-A + /Sim/systems/Sys[368 "Kao'Vaanu"]/Flt[0]: only-in-B + /Sim/systems/Sys[368 "Kao'Vaanu"]/Flt[1]: only-in-B + /Sim/systems/Sys[368 "Kao'Vaanu"]/Pop2/PopG/PopC: 700000000 -> 699999940 + /Sim/systems/Sys[368 "Kao'Vaanu"]/PvPop: 717499995 -> 720999994 + /Sim/systems/Sys[368 "Kao'Vaanu"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[368 "Kao'Vaanu"]/Rts/SRt: 0.11009174585342407 -> 0.10962507873773575 [62635 ulp] + /Sim/systems/Sys[368 "Kao'Vaanu"]/Rts/SRsc: 0.8899082541465759 -> 0.8903748989105225 [7829 ulp] + /Sim/systems/Sys[368 "Kao'Vaanu"]/RepCur: 98654.4296875 -> 99553.546875 [115087 ulp] + /Sim/systems/Sys[368 "Kao'Vaanu"]/RepMax: 98654.4296875 -> 99553.546875 [115087 ulp] + /Sim/systems/Sys[368 "Kao'Vaanu"]/ntdev: 26 -> 27 + /Sim/systems/Sys[368 "Kao'Vaanu"]/pbon: 20999994 -> 24499993 + /Sim/systems/Sys[368 "Kao'Vaanu"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[368 "Kao'Vaanu"]/ltis: 27 -> 28 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[1]/mid: 227 -> 242 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[1]/mn: 230 -> 242 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[1]/mtp: 12 -> 10 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[1]/mfx/mv: 2 -> 10 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[1]/mdsc: 'Colony established on Aldebaran.' -> 'Nearby enemy colony at Downbelow destroyed.' + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[2]/mid: 235 -> 264 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[2]/mtp: 16 -> 20 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[2]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[2]/mdsc: 'Population limits inhibit freedom.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[3]/mid: 242 -> 265 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[3]/mtr: 25 -> 26 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[3]/mn: 242 -> 245 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[3]/mtp: 10 -> 12 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[3]/mfx/mv: 10 -> 2 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[3]/mdsc: 'Nearby enemy colony at Downbelow destroyed.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[4]/mid: 264 -> 273 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[4]/mtr: 25 -> 26 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[4]/mtp: 20 -> 16 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[4]/mfx/mv: 2 -> -1 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[4]/mdsc: 'Imperial savings of 5,000,000 or more.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[5]/mid: 265 -> 275 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[5]/mn: 245 -> 0 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[5]/mtp: 12 -> 20 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[5]/mdsc: 'Colony established on Betelgeuse.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[6]/mid: 273 -> 283 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[6]/mtr: 26 -> 27 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[7]/mid: 275 -> 291 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[7]/mn: 0 -> 265 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[7]/mtp: 20 -> 10 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[7]/mfx/mv: 2 -> 10 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[7]/mdsc: 'Imperial savings of 5,000,000 or more.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[8]/mid: 283 -> 315 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[8]/mtp: 16 -> 20 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[8]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[8]/mdsc: 'Population limits inhibit freedom.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[9]/mid: 291 -> 316 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[9]/mn: 265 -> 267 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[9]/mtp: 10 -> 12 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[9]/mfx/mv: 10 -> 2 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[368 "Kao'Vaanu"]/DefF: 0 -> 7216 + /Sim/systems/Sys[368 "Kao'Vaanu"]/BQ/ords/.: only-in-A + /Sim/systems/Sys[368 "Kao'Vaanu"]/BQ/ords/.[0]: only-in-B + /Sim/systems/Sys[368 "Kao'Vaanu"]/BQ/ords/.[desID=1490]: only-in-B + /Sim/systems/Sys[368 "Kao'Vaanu"]/BQ/ords/.[desID=1474]: only-in-B + /Sim/systems/Sys[368 "Kao'Vaanu"]/NumFlts: 1 -> 2 + /Sim/systems/Sys[368 "Kao'Vaanu"]/TShn[0]: 27 -> 28 + /Sim/systems/Sys[368 "Kao'Vaanu"]/ETS: 27 -> 28 + /Sim/systems/Sys[384 "Ka'Trulmo"]/Flt: only-in-A + /Sim/systems/Sys[384 "Ka'Trulmo"]/Flt[0]: only-in-B + /Sim/systems/Sys[384 "Ka'Trulmo"]/Flt[1]: only-in-B + /Sim/systems/Sys[384 "Ka'Trulmo"]/Flt[2]: only-in-B + /Sim/systems/Sys[384 "Ka'Trulmo"]/Flt[3]: only-in-B + /Sim/systems/Sys[384 "Ka'Trulmo"]/Pop2/PopG/PopC: 759999430 -> 759999340 + /Sim/systems/Sys[384 "Ka'Trulmo"]/PvPop: 819999995 -> 823999994 + /Sim/systems/Sys[384 "Ka'Trulmo"]/PvPop2/PopG/PopC: 759999460 -> 759999430 + /Sim/systems/Sys[384 "Ka'Trulmo"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[384 "Ka'Trulmo"]/RepCur: 116282.8828125 -> 117335.8828125 [134784 ulp] + /Sim/systems/Sys[384 "Ka'Trulmo"]/RepMax: 116282.8828125 -> 117335.8828125 [134784 ulp] + /Sim/systems/Sys[384 "Ka'Trulmo"]/ntdev: 26 -> 27 + /Sim/systems/Sys[384 "Ka'Trulmo"]/pbon: 23999994 -> 27999993 + /Sim/systems/Sys[384 "Ka'Trulmo"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[384 "Ka'Trulmo"]/ltis: 27 -> 28 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[1]/mid: 216 -> 226 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[1]/mtr: 23 -> 25 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[1]/mn: 0 -> 228 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[1]/mtp: 20 -> 12 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[1]/mdsc: 'Imperial savings of 5,000,000 or more.' -> 'Colony established on Alpha Centauri.' + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[2]/mid: 225 -> 227 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[2]/mtr: 24 -> 25 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[2]/mn: 0 -> 230 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[2]/mtp: 20 -> 12 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[2]/mdsc: 'Imperial savings of 5,000,000 or more.' -> 'Colony established on Aldebaran.' + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[3]/mid: 226 -> 246 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[3]/mn: 228 -> 242 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[3]/mtp: 12 -> 10 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[3]/mfx/mv: 2 -> 10 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[3]/mdsc: 'Colony established on Alpha Centauri.' -> 'Nearby enemy colony at Downbelow destroyed.' + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[4]/mid: 227 -> 264 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[4]/mn: 230 -> 0 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[4]/mtp: 12 -> 20 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[4]/mdsc: 'Colony established on Aldebaran.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[5]/mid: 246 -> 265 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[5]/mtr: 25 -> 26 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[5]/mn: 242 -> 245 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[5]/mtp: 10 -> 12 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[5]/mfx/mv: 10 -> 2 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[5]/mdsc: 'Nearby enemy colony at Downbelow destroyed.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[6]/mid: 264 -> 275 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[6]/mtr: 25 -> 26 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[7]/mid: 265 -> 295 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[7]/mn: 245 -> 265 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[7]/mtp: 12 -> 10 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[7]/mfx/mv: 2 -> 10 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[7]/mdsc: 'Colony established on Betelgeuse.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[8]/mid: 275 -> 315 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[8]/mtr: 26 -> 27 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[9]/mid: 295 -> 316 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[9]/mn: 265 -> 267 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[9]/mtp: 10 -> 12 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[9]/mfx/mv: 10 -> 2 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[384 "Ka'Trulmo"]/BQ/ords/.: only-in-A + /Sim/systems/Sys[384 "Ka'Trulmo"]/BQ/ords/.[0]: only-in-B + /Sim/systems/Sys[384 "Ka'Trulmo"]/BQ/ords/.[desID=962]: only-in-B + /Sim/systems/Sys[384 "Ka'Trulmo"]/NumFlts: 1 -> 4 + /Sim/systems/Sys[384 "Ka'Trulmo"]/TShn[0]: 27 -> 28 + /Sim/systems/Sys[384 "Ka'Trulmo"]/ETS: 27 -> 28 + /Sim/systems/Sys[400 "Polaris"]/Flt[9]: only-in-B + /Sim/systems/Sys[400 "Polaris"]/Suit: 9.971768379211426 -> 9.990236282348633 [19365 ulp] + /Sim/systems/Sys[400 "Polaris"]/Pop: 1629 -> 2197 + /Sim/systems/Sys[400 "Polaris"]/Infra: 0.3060931861400604 -> 0.3066541850566864 [18824 ulp] + /Sim/systems/Sys[400 "Polaris"]/PvPop: 1211 -> 1629 + /Sim/systems/Sys[400 "Polaris"]/PvInfra: 0.30563119053840637 -> 0.3060931861400604 [15502 ulp] + /Sim/systems/Sys[400 "Polaris"]/PvSuit: 9.955973625183105 -> 9.971768379211426 [16562 ulp] + /Sim/systems/Sys[400 "Polaris"]/PvRes: 4798 -> 5121 + /Sim/systems/Sys[400 "Polaris"]/RepCur: 0.002753010019659996 -> 0.004108389839529991 [5.38722e+06 ulp] + /Sim/systems/Sys[400 "Polaris"]/RepMax: 0.002753010019659996 -> 0.004108389839529991 [5.38722e+06 ulp] + /Sim/systems/Sys[400 "Polaris"]/ltis: 27 -> 28 + /Sim/systems/Sys[400 "Polaris"]/Bats2: 160 -> 144 + /Sim/systems/Sys[400 "Polaris"]/NumFlts: 9 -> 10 + /Sim/systems/Sys[400 "Polaris"]/TShn[1]: 27 -> 28 + /Sim/systems/Sys[400 "Polaris"]/ETS[1]: 27 -> 28 + /Sim/systems/Sys[416 "Aldebaran"]/Suit: 8.261652946472168 -> 8.267363548278809 [5988 ulp] + /Sim/systems/Sys[416 "Aldebaran"]/Pop: 36 -> 38 + /Sim/systems/Sys[416 "Aldebaran"]/Infra: 0.4047218859195709 -> 0.4048868715763092 [5536 ulp] + /Sim/systems/Sys[416 "Aldebaran"]/PvPop: 34 -> 36 + /Sim/systems/Sys[416 "Aldebaran"]/PvInfra: 0.40455690026283264 -> 0.4047218859195709 [5536 ulp] + /Sim/systems/Sys[416 "Aldebaran"]/PvSuit: 8.256064414978027 -> 8.261652946472168 [5860 ulp] + /Sim/systems/Sys[416 "Aldebaran"]/RepCur: 1.872000029834453e-05 -> 2.0139999833190814e-05 [780653 ulp] + /Sim/systems/Sys[416 "Aldebaran"]/RepMax: 1.872000029834453e-05 -> 2.0139999833190814e-05 [780653 ulp] + /Sim/systems/Sys[416 "Aldebaran"]/ltis: 27 -> 28 + /Sim/systems/Sys[416 "Aldebaran"]/TShn[1]: 27 -> 28 + /Sim/systems/Sys[416 "Aldebaran"]/ETS[1]: 27 -> 28 + /Sim/systems/Sys[432 "Alpha Centauri"]/Suit: 8.289962768554688 -> 8.307336807250977 [18218 ulp] + /Sim/systems/Sys[432 "Alpha Centauri"]/Pop: 493 -> 535 + /Sim/systems/Sys[432 "Alpha Centauri"]/Infra: 0.4182318150997162 -> 0.418759822845459 [17717 ulp] + /Sim/systems/Sys[432 "Alpha Centauri"]/PvPop: 455 -> 493 + /Sim/systems/Sys[432 "Alpha Centauri"]/PvInfra: 0.4177038073539734 -> 0.4182318150997162 [17717 ulp] + /Sim/systems/Sys[432 "Alpha Centauri"]/PvSuit: 8.27307415008545 -> 8.289962768554688 [17709 ulp] + /Sim/systems/Sys[432 "Alpha Centauri"]/RepCur: 0.0007838699966669083 -> 0.0008773999870754778 [1.60683e+06 ulp] + /Sim/systems/Sys[432 "Alpha Centauri"]/RepMax: 0.0007838699966669083 -> 0.0008773999870754778 [1.60683e+06 ulp] + /Sim/systems/Sys[432 "Alpha Centauri"]/ltis: 27 -> 28 + /Sim/systems/Sys[432 "Alpha Centauri"]/Bats2: 17 -> 0 + /Sim/systems/Sys[432 "Alpha Centauri"]/TShn[1]: 27 -> 28 + /Sim/systems/Sys[432 "Alpha Centauri"]/ETS[1]: 27 -> 28 + /Sim/systems/Sys[448 "Kao’Lolto"]/Pop: 2359001 -> 5925810 + /Sim/systems/Sys[448 "Kao’Lolto"]/Pop2/PopG/PopC: 8250 -> 11368 + /Sim/systems/Sys[448 "Kao’Lolto"]/Infra: 0.2922179698944092 -> 0.3619139790534973 [2.33861e+06 ulp] + /Sim/systems/Sys[448 "Kao’Lolto"]/PvPop: 939093 -> 2359001 + /Sim/systems/Sys[448 "Kao’Lolto"]/PvPop2/PopG/PopC: 5987 -> 8250 + /Sim/systems/Sys[448 "Kao’Lolto"]/PvInfra: 0.19034698605537415 -> 0.2922179698944092 [5.41985e+06 ulp] + /Sim/systems/Sys[448 "Kao’Lolto"]/PvRes: 5724 -> 5610 + /Sim/systems/Sys[448 "Kao’Lolto"]/Rts/SRoh: 0.019999999552965164 -> 0.0 [1.01737e+09 ulp] + /Sim/systems/Sys[448 "Kao’Lolto"]/TnsOH: 11 -> 0 + /Sim/systems/Sys[448 "Kao’Lolto"]/RepCur: 88.20304870605469 -> 158.8709716796875 [7.23943e+06 ulp] + /Sim/systems/Sys[448 "Kao’Lolto"]/RepMax: 88.20304870605469 -> 158.8709716796875 [7.23943e+06 ulp] + /Sim/systems/Sys[448 "Kao’Lolto"]/ltis: 27 -> 28 + /Sim/systems/Sys[448 "Kao’Lolto"]/TShn: 27 -> 28 + /Sim/systems/Sys[448 "Kao’Lolto"]/ETS: 27 -> 28 + /Sim/systems/Sys[464 "Ke'Trath"]/ntdev: 26 -> 27 + /Sim/systems/Sys[464 "Ke'Trath"]/ltis: 27 -> 28 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[1]/mid: 226 -> 264 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[1]/mn: 228 -> 0 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[1]/mtp: 12 -> 20 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[1]/mdsc: 'Colony established on Alpha Centauri.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[2]/mid: 227 -> 265 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[2]/mtr: 25 -> 26 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[2]/mn: 230 -> 245 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[2]/mdsc: 'Colony established on Aldebaran.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[3]/mid: 236 -> 274 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[3]/mtr: 25 -> 26 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[3]/mn: 242 -> 0 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[3]/mtp: 8 -> 16 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[3]/mfx/mv: 5 -> -1 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[3]/mdsc: 'Enemy colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[4]/mid: 264 -> 275 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[4]/mtr: 25 -> 26 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[5]/mid: 265 -> 284 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[5]/mtr: 26 -> 27 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[5]/mn: 245 -> 0 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[5]/mtp: 12 -> 16 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[5]/mfx/mv: 2 -> -1 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[5]/mdsc: 'Colony established on Betelgeuse.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[6]/mid: 274 -> 285 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[6]/mtr: 26 -> 27 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[6]/mn: 0 -> 265 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[6]/mtp: 16 -> 10 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[6]/mfx/mv: -1 -> 10 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[6]/mdsc: 'Population limits inhibit freedom.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[7]/mid: 275 -> 315 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[8]/mid: 284 -> 316 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[8]/mtr: 27 -> 28 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[8]/mn: 0 -> 267 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[8]/mtp: 16 -> 12 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[8]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[8]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[9]/mid: 285 -> 323 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[9]/mn: 265 -> 0 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[9]/mtp: 10 -> 16 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[9]/mfx/mv: 10 -> -1 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[464 "Ke'Trath"]/BQ/ords: reordered + /Sim/systems/Sys[464 "Ke'Trath"]/BQ/ords/.[0]: 3 -> 2 + /Sim/systems/Sys[464 "Ke'Trath"]/BQ/ords/.[desID=1826]/conleft: 2712 -> 6196 + /Sim/systems/Sys[464 "Ke'Trath"]/BQ/ords/.[desID=1826]/ordID: 287 -> 308 + /Sim/systems/Sys[464 "Ke'Trath"]/BQ/ords/.[desID=1826]/ordID: 288 -> 308 + /Sim/systems/Sys[464 "Ke'Trath"]/BQ/ords/.[desID=1826]/ordID: 289 -> 308 + /Sim/systems/Sys[464 "Ke'Trath"]/TShn: 27 -> 28 + /Sim/systems/Sys[464 "Ke'Trath"]/ETS: 27 -> 28 + /Sim/systems/Sys[480 "Hitomi"]/Infra: 0.8045483827590942 -> 0.7845484018325806 [335544 ulp] + /Sim/systems/Sys[480 "Hitomi"]/PvPop: 160000000 -> 0 + /Sim/systems/Sys[480 "Hitomi"]/PvPop2/PopG/PopC: 399743111 -> 339273554 + /Sim/systems/Sys[480 "Hitomi"]/PvInfra: 1.0 -> 0.8045483827590942 [3.27913e+06 ulp] + /Sim/systems/Sys[480 "Hitomi"]/PvSuit: 8.2476806640625 -> 6.322675704956055 [3.77732e+06 ulp] + /Sim/systems/Sys[480 "Hitomi"]/PvRes: 6122 -> 6128 + /Sim/systems/Sys[480 "Hitomi"]/ltis: 27 -> 28 + /Sim/systems/Sys[480 "Hitomi"]/haltv[0]: True -> False + /Sim/systems/Sys[480 "Hitomi"]/haltv[1]: True -> False + /Sim/systems/Sys[480 "Hitomi"]/haltv[2]: True -> False + /Sim/systems/Sys[480 "Hitomi"]/Bats2: 2684354720 -> 2415919248 + /Sim/systems/Sys[480 "Hitomi"]/PvCM/msp: only-in-A + /Sim/systems/Sys[480 "Hitomi"]/PvCM/mv: only-in-A + /Sim/systems/Sys[480 "Hitomi"]/PvCM/mnsp: 1 -> 0 + /Sim/systems/Sys[480 "Hitomi"]/TShn[1]: 27 -> 28 + /Sim/systems/Sys[480 "Hitomi"]/ETS[1]: 27 -> 28 + /Sim/trdmgr/trades/Trade[752]/fwarn/.[0]: only-in-A + /Sim/trdmgr/trades/Trade[752]/fwarn/.[1]: only-in-A + /Sim/trdmgr/trades/Trade[752]/fwarn/.: only-in-B + /Sim/trdmgr/trades/Trade[768]/fwarn/.[1]/ntrns: 1 -> 2 + /Sim/trdmgr/trades/Trade[816]/tsflt[0]: 7072 -> 7360 + /Sim/trdmgr/trades/Trade[816]/tsflt[1]: 7088 -> 7376 + /Sim/NumFlts: 54 -> 59 + /Sim/fleets/Flt[1586 "Eta Fleet V"]: only-in-A + /Sim/fleets/Flt[7072 "Freighters"]: only-in-A + /Sim/fleets/Flt[7088 "Escorts"]: only-in-A + /Sim/fleets/Flt[1970 "Sigma Fleet VI"]: only-in-B + /Sim/fleets/Flt[1986 "Tau Fleet VI"]: only-in-B + /Sim/fleets/Flt[2002 "Upsilon Fleet VI"]: only-in-B + /Sim/fleets/Flt[7120 "Phi Fleet VI"]: only-in-B + /Sim/fleets/Flt[7152 "Chi Fleet VI"]: only-in-B + /Sim/fleets/Flt[7216 "Psi Fleet VI"]: only-in-B + /Sim/fleets/Flt[7360 "Freighters"]: only-in-B + /Sim/fleets/Flt[7376 "Escorts"]: only-in-B + /Sim/fleets/Flt[290 "Alpha Fleet II"]/Lay/.[8]: 2160 -> 2400 + /Sim/fleets/Flt[290 "Alpha Fleet II"]/Lay/.[9]: 2400 -> 2800 + /Sim/fleets/Flt[290 "Alpha Fleet II"]/Lay/.[10]: 2800 -> 3008 + /Sim/fleets/Flt[290 "Alpha Fleet II"]/Lay/.[11]: 3008 -> 3040 + /Sim/fleets/Flt[290 "Alpha Fleet II"]/Lay/.[12]: 3040 -> 3056 + /Sim/fleets/Flt[290 "Alpha Fleet II"]/Lay/.[13]: 3056 -> 2384 + /Sim/fleets/Flt[290 "Alpha Fleet II"]/Lay/.[14]: 2384 -> 2752 + /Sim/fleets/Flt[290 "Alpha Fleet II"]/Lay/.[15]: 2752 -> 2416 + /Sim/fleets/Flt[290 "Alpha Fleet II"]/Lay/.[16]: 2416 -> 2160 + /Sim/fleets/Flt[290 "Alpha Fleet II"]/ships/Ship[2416]/Health/.[0]: 0.004972349852323532 -> 0.007725359871983528 [5.91204e+06 ulp] + /Sim/fleets/Flt[322 "Delta Fleet II"]/ships/Ship[1856]/Health/.[0]: 0.00016199999663513154 -> 0.0003422499867156148 [9.01567e+06 ulp] + /Sim/fleets/Flt[786 "Epsilon Fleet III"]/ships/Ship[1952]/Health/.[0]: 3.334000211907551e-05 -> 5.2060000598430634e-05 [5.14571e+06 ulp] + /Sim/fleets/Flt[914 "Nu Fleet III"]/FtFlg: 13 -> 12 + /Sim/fleets/Flt[914 "Nu Fleet III"]/Ftpae: 128 -> 0 + /Sim/fleets/Flt[914 "Nu Fleet III"]/Lay/.[10]: 4032 -> 4048 + /Sim/fleets/Flt[914 "Nu Fleet III"]/Lay/.[11]: 4048 -> 4032 + /Sim/fleets/Flt[930 "Xi Fleet III"]/ships/Ship[3696]/Range: 1.833453893661499 -> 9.0 [1.92229e+07 ulp] + /Sim/fleets/Flt[930 "Xi Fleet III"]/ships/Ship[4512]/Range: 1.833453893661499 -> 9.0 [1.92229e+07 ulp] + /Sim/fleets/Flt[930 "Xi Fleet III"]/ships/Ship[4816]/Range: 1.833453893661499 -> 9.0 [1.92229e+07 ulp] + /Sim/fleets/Flt[930 "Xi Fleet III"]/ships/Ship[3712]/Range: 1.833453893661499 -> 9.0 [1.92229e+07 ulp] + /Sim/fleets/Flt[930 "Xi Fleet III"]/ships/Ship[4080]/Range: 1.833453893661499 -> 9.0 [1.92229e+07 ulp] + /Sim/fleets/Flt[930 "Xi Fleet III"]/ships/Ship[4112]/Range: 1.833453893661499 -> 9.0 [1.92229e+07 ulp] + /Sim/fleets/Flt[930 "Xi Fleet III"]/ships/Ship[4800]/Range: 1.833453893661499 -> 9.0 [1.92229e+07 ulp] + /Sim/fleets/Flt[994 "Rho Fleet III"]/FPlan: only-in-A + /Sim/fleets/Flt[994 "Rho Fleet III"]/Pos/.[0]: -0.274216890335083 -> 1.013401746749878 [2.11485e+09 ulp] + /Sim/fleets/Flt[994 "Rho Fleet III"]/Pos/.[1]: 2.0393292903900146 -> 2.5877604484558105 [2.30029e+06 ulp] + /Sim/fleets/Flt[994 "Rho Fleet III"]/Pos/.[2]: -0.2780052423477173 -> 1.1378376483917236 [2.11603e+09 ulp] + /Sim/fleets/Flt[994 "Rho Fleet III"]/LocID: 0 -> 384 + /Sim/fleets/Flt[994 "Rho Fleet III"]/HFPlan: True -> False + /Sim/fleets/Flt[994 "Rho Fleet III"]/PrvPos/.[0]: -1.5677754878997803 -> -0.274216890335083 [2.07275e+07 ulp] + /Sim/fleets/Flt[994 "Rho Fleet III"]/PrvPos/.[1]: 1.488368034362793 -> 2.0393292903900146 [4.45684e+06 ulp] + /Sim/fleets/Flt[994 "Rho Fleet III"]/PrvPos/.[2]: -1.7003793716430664 -> -0.2780052423477173 [2.17127e+07 ulp] + /Sim/fleets/Flt[994 "Rho Fleet III"]/ships/Ship[4928]/Range: 8.995920181274414 -> 25.0 [1.20629e+07 ulp] + /Sim/fleets/Flt[5216 "Alpha Fleet IV"]/NShips: 3 -> 4 + /Sim/fleets/Flt[5216 "Alpha Fleet IV"]/ships/Ship[6976]: only-in-A + /Sim/fleets/Flt[5216 "Alpha Fleet IV"]/ships/Ship[6992]: only-in-A + /Sim/fleets/Flt[5216 "Alpha Fleet IV"]/ships/Ship[7248]: only-in-B + /Sim/fleets/Flt[5216 "Alpha Fleet IV"]/ships/Ship[7264]: only-in-B + /Sim/fleets/Flt[5216 "Alpha Fleet IV"]/ships/Ship[7280]: only-in-B + /Sim/fleets/Flt[1154 "Eta Fleet IV"]/NShips: 3 -> 2 + /Sim/fleets/Flt[1154 "Eta Fleet IV"]/ships/Ship[5264]: only-in-A + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/Pos/.[0]: 0.08545726537704468 -> -0.8424871563911438 [2.09759e+09 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/Pos/.[1]: 4.03765344619751 -> 5.487546443939209 [3.04065e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/Pos/.[2]: 2.156036615371704 -> 3.1742355823516846 [4.27064e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/FPlan/FPeta2: 3 -> 2 + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/PrvPos/.[0]: 1.013401746749878 -> 0.08545726537704468 [3.05856e+07 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/PrvPos/.[1]: 2.5877604484558105 -> 4.03765344619751 [6.00233e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/PrvPos/.[2]: 1.1378376483917236 -> 2.156036615371704 [7.88681e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[5152]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[5184]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[5360]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[5376]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[5504]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[5520]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[5408]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[6048]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[4672]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[5232]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[6736]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[6752]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[6768]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[5648]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1426 "Alpha Fleet V"]/Pos/.[0]: -0.6894209384918213 -> -1.9186691045761108 [1.2917e+07 ulp] + /Sim/fleets/Flt[1426 "Alpha Fleet V"]/Pos/.[1]: 6.533890247344971 -> 7.367920398712158 [1.74909e+06 ulp] + /Sim/fleets/Flt[1426 "Alpha Fleet V"]/Pos/.[2]: 3.0176987648010254 -> 4.356856346130371 [4.86845e+06 ulp] + /Sim/fleets/Flt[1426 "Alpha Fleet V"]/FPlan/FPeta2: 2 -> 1 + /Sim/fleets/Flt[1426 "Alpha Fleet V"]/PrvPos/.[0]: 0.5398271083831787 -> -0.6894209384918213 [2.11778e+09 ulp] + /Sim/fleets/Flt[1426 "Alpha Fleet V"]/PrvPos/.[1]: 5.699860095977783 -> 6.533890247344971 [1.74909e+06 ulp] + /Sim/fleets/Flt[1426 "Alpha Fleet V"]/PrvPos/.[2]: 1.6785414218902588 -> 3.0176987648010254 [6.96513e+06 ulp] + /Sim/fleets/Flt[1426 "Alpha Fleet V"]/ships/Ship[5760]/Range: 3.0 -> 1.0 [1.25829e+07 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/FPlan: only-in-B + /Sim/fleets/Flt[1538 "Beta Fleet V"]/Pos/.[0]: 2.899303674697876 -> 2.226682186126709 [2.82118e+06 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/Pos/.[1]: 9.297136306762695 -> 8.307077407836914 [1.03815e+06 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/Pos/.[2]: -0.010525703430175781 -> 1.591773509979248 [2.07986e+09 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/LocID: 208 -> 0 + /Sim/fleets/Flt[1538 "Beta Fleet V"]/HFPlan: False -> True + /Sim/fleets/Flt[1538 "Beta Fleet V"]/FtOrig/.[0]: 1.4411334991455078 -> 2.899303674697876 [8.46006e+06 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/FtOrig/.[1]: 1.4231934547424316 -> 9.297136306762695 [2.2976e+07 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/FtOrig/.[2]: -2.2154250144958496 -> -0.010525703430175781 [6.50991e+07 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/FtFlg: 12 -> 13 + /Sim/fleets/Flt[1538 "Beta Fleet V"]/PrvPos/.[0]: 2.845612049102783 -> 2.899303674697876 [225199 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/PrvPos/.[1]: 9.007207870483398 -> 9.297136306762695 [304012 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/PrvPos/.[2]: -0.09171271324157715 -> -0.010525703430175781 [2.61734e+07 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/ships/Ship[5904]/RefCap: 70.0 -> 69.33333587646484 [87381 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/ships/Ship[5904]/Act: 3 -> 0 + /Sim/fleets/Flt[1602 "Theta Fleet V"]/FtFlg: 13 -> 12 + /Sim/fleets/Flt[1602 "Theta Fleet V"]/ships/Ship[6080]/Range: 0.19138050079345703 -> 9.0 [4.69255e+07 ulp] + /Sim/fleets/Flt[1602 "Theta Fleet V"]/ships/Ship[5920]/Range: 0.19138050079345703 -> 9.0 [4.69255e+07 ulp] + /Sim/fleets/Flt[1602 "Theta Fleet V"]/ships/Ship[5936]/Range: 0.19138050079345703 -> 9.0 [4.69255e+07 ulp] + /Sim/fleets/Flt[1650 "Mu Fleet V"]/FtFlg: 13 -> 12 + /Sim/fleets/Flt[1650 "Mu Fleet V"]/Ftpae: 128 -> 0 + /Sim/fleets/Flt[1682 "Xi Fleet V"]/FtFlg: 13 -> 12 + /Sim/fleets/Flt[1682 "Xi Fleet V"]/Ftpae: 128 -> 0 + /Sim/fleets/Flt[6544 "Beta Fleet"]/FtFlg: 5 -> 4 + /Sim/fleets/Flt[1794 "Psi Fleet V"]/FPlan: only-in-A + /Sim/fleets/Flt[1794 "Psi Fleet V"]/Pos/.[0]: 1.2197027206420898 -> 1.013401746749878 [1.73058e+06 ulp] + /Sim/fleets/Flt[1794 "Psi Fleet V"]/Pos/.[1]: 1.4725927114486694 -> 2.5877604484558105 [6.88946e+06 ulp] + /Sim/fleets/Flt[1794 "Psi Fleet V"]/Pos/.[2]: 0.6560204029083252 -> 1.1378376483917236 [6.92729e+06 ulp] + /Sim/fleets/Flt[1794 "Psi Fleet V"]/LocID: 0 -> 384 + /Sim/fleets/Flt[1794 "Psi Fleet V"]/HFPlan: True -> False + /Sim/fleets/Flt[1794 "Psi Fleet V"]/PrvPos/.[0]: 1.554553508758545 -> 1.2197027206420898 [2.80893e+06 ulp] + /Sim/fleets/Flt[1794 "Psi Fleet V"]/PrvPos/.[1]: -0.33745646476745605 -> 1.4725927114486694 [2.12083e+09 ulp] + /Sim/fleets/Flt[1794 "Psi Fleet V"]/PrvPos/.[2]: -0.12602603435516357 -> 0.6560204029083252 [2.09984e+09 ulp] + /Sim/fleets/Flt[1794 "Psi Fleet V"]/ships/Ship[4976]/Range: 5.0 -> 9.0 [7.34003e+06 ulp] + /Sim/fleets/Flt[1810 "Omega Fleet V"]/FtFlg: 13 -> 12 + /Sim/fleets/Flt[1810 "Omega Fleet V"]/Ftpae: 128 -> 0 + /Sim/fleets/Flt[6800 "Zeta Fleet VI"]/NShips: 8 -> 12 + /Sim/fleets/Flt[6800 "Zeta Fleet VI"]/ships/Ship[7296]: only-in-B + /Sim/fleets/Flt[6800 "Zeta Fleet VI"]/ships/Ship[7312]: only-in-B + /Sim/fleets/Flt[6800 "Zeta Fleet VI"]/ships/Ship[7328]: only-in-B + /Sim/fleets/Flt[6800 "Zeta Fleet VI"]/ships/Ship[7344]: only-in-B + /Sim/fleets/Flt[1906 "Lambda Fleet VI"]/Pos/.[0]: 1.575334072113037 -> 0.25136446952819824 [2.15577e+07 ulp] + /Sim/fleets/Flt[1906 "Lambda Fleet VI"]/Pos/.[1]: 7.848433017730713 -> 6.3997297286987305 [3.03815e+06 ulp] + /Sim/fleets/Flt[1906 "Lambda Fleet VI"]/Pos/.[2]: 0.374653697013855 -> 0.7598330974578857 [8.5652e+06 ulp] + /Sim/fleets/Flt[1906 "Lambda Fleet VI"]/FPlan/FPeta2: 6 -> 5 + /Sim/fleets/Flt[1906 "Lambda Fleet VI"]/PrvPos/.[0]: 2.899303674697876 -> 1.575334072113037 [7.33431e+06 ulp] + /Sim/fleets/Flt[1906 "Lambda Fleet VI"]/PrvPos/.[1]: 9.297136306762695 -> 7.848433017730713 [1.678e+06 ulp] + /Sim/fleets/Flt[1906 "Lambda Fleet VI"]/PrvPos/.[2]: -0.010525703430175781 -> 0.374653697013855 [2.0623e+09 ulp] + /Sim/fleets/Flt[1906 "Lambda Fleet VI"]/ships/Ship[3600]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1922 "Mu Fleet VI"]/Pos/.[0]: -0.958702564239502 -> -1.467101812362671 [4.61119e+06 ulp] + /Sim/fleets/Flt[1922 "Mu Fleet VI"]/Pos/.[1]: 2.2816178798675537 -> 3.7276859283447266 [6.06525e+06 ulp] + /Sim/fleets/Flt[1922 "Mu Fleet VI"]/Pos/.[2]: -0.47435295581817627 -> 0.8103331327438354 [2.11828e+09 ulp] + /Sim/fleets/Flt[1922 "Mu Fleet VI"]/FPlan/FPeta2: 5 -> 4 + /Sim/fleets/Flt[1922 "Mu Fleet VI"]/PrvPos/.[0]: -0.45030322670936584 -> -0.958702564239502 [9.3633e+06 ulp] + /Sim/fleets/Flt[1922 "Mu Fleet VI"]/PrvPos/.[1]: 0.8355500102043152 -> 2.2816178798675537 [1.23288e+07 ulp] + /Sim/fleets/Flt[1922 "Mu Fleet VI"]/PrvPos/.[2]: -1.7590389251708984 -> -0.47435295581817627 [1.56165e+07 ulp] + /Sim/fleets/Flt[1922 "Mu Fleet VI"]/ships/Ship[6720]/Range: 4.0 -> 2.0 [8.38861e+06 ulp] + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/FPlan: only-in-A + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/Pos/.[0]: -0.5035865306854248 -> -2.4402172565460205 [1.85634e+07 ulp] + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/Pos/.[1]: 1.0797879695892334 -> 0.7378109097480774 [5.06811e+06 ulp] + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/Pos/.[2]: -1.8989818096160889 -> -1.5838549137115479 [2.64348e+06 ulp] + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/LocID: 0 -> 400 + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/HFPlan: True -> False + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/PrvPos/.[0]: 1.4411334991455078 -> -0.5035865306854248 [2.12608e+09 ulp] + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/PrvPos/.[1]: 1.4231934547424316 -> 1.0797879695892334 [2.88069e+06 ulp] + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/PrvPos/.[2]: -2.2154250144958496 -> -1.8989818096160889 [1.75096e+06 ulp] + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/ships/Ship[6688]/RefCap: 69.33333587646484 -> 70.0 [87381 ulp] + /Sim/fleets/Flt[6960 "Omikron Fleet VI"]/NShips: 1 -> 2 + /Sim/fleets/Flt[6960 "Omikron Fleet VI"]/ships/Ship[7184]: only-in-B + /Sim/NumActs: 1 -> 0 + /CD[1]/CmbR[3]: only-in-A + /CD[1]/CmbR[4]: only-in-A + /CD[1]/NCmbR: 5 -> 3 + /CD[1]/NPrvVa: 469.93359375 -> 479.93359375 [327680 ulp] + /CD[1]/apr/.[0]: only-in-A + /CD[1]/apr/.[1]: only-in-A + /CD[1]/apr/.: only-in-B diff --git a/verify/results/standalone/cv/cv-leaf-worklist.txt b/verify/results/standalone/cv/cv-leaf-worklist.txt new file mode 100644 index 0000000..b93c8bd --- /dev/null +++ b/verify/results/standalone/cv/cv-leaf-worklist.txt @@ -0,0 +1,160 @@ +total leaves compared-and-differing: 1092 + + 539 morale event ring (per-system cme2) + 130 /Sim/systems/Sys[]/cme2/.[]/mid + 111 /Sim/systems/Sys[]/cme2/.[]/mtr + 80 /Sim/systems/Sys[]/cme2/.[]/mdsc + 79 /Sim/systems/Sys[]/cme2/.[]/mtp + 72 /Sim/systems/Sys[]/cme2/.[]/mn + 67 /Sim/systems/Sys[]/cme2/.[]/mfx/mv + + 154 colony growth + repair + bonuses (per system) + 18 /Sim/systems/Sys[]/PvInfra + 17 /Sim/systems/Sys[]/RepCur + 17 /Sim/systems/Sys[]/RepMax + 16 /Sim/systems/Sys[]/PvPop + 10 /Sim/systems/Sys[]/pbon + 10 /Sim/systems/Sys[]/ibon + 6 /Sim/systems/Sys[]/Pop + 6 /Sim/systems/Sys[]/Infra + 5 /Sim/systems/Sys[]/Suit + 5 /Sim/systems/Sys[]/PvSuit + 5 /Sim/systems/Sys[]/ntdev + 4 /Sim/systems/Sys[]/PvCM/mv + 4 /Sim/systems/Sys[]/PvRes + 4 /Sim/systems/Sys[]/Rts/SRt + 4 /Sim/systems/Sys[]/Rts/SRsc + 4 /Sim/systems/Sys[]/Pop2/PopG/PopC + 3 /Sim/systems/Sys[]/cm/mv + 3 /Sim/systems/Sys[]/PvPop2/PopG/PopC + 3 /Sim/systems/Sys[]/haltv[] + 1 /Sim/systems/Sys[]/Pop2/PopG + 1 /Sim/systems/Sys[]/Pop2/PopNG + 1 /Sim/systems/Sys[]/Rts/SRtf + 1 /Sim/systems/Sys[]/Rts/SRi + 1 /Sim/systems/Sys[]/dcs/PopG + 1 /Sim/systems/Sys[]/dcs/PopNG + 1 /Sim/systems/Sys[]/Rts/SRoh + 1 /Sim/systems/Sys[]/TnsOH + 1 /Sim/systems/Sys[]/PvCM/msp + 1 /Sim/systems/Sys[]/PvCM/mnsp + + 150 fleet objects: position, route, range, layout + 29 /Sim/fleets/Flt[]/ships/Ship[]/Range + 24 /Sim/fleets/Flt[]/Pos/.[] + 24 /Sim/fleets/Flt[]/PrvPos/.[] + 11 /Sim/fleets/Flt[] + 11 /Sim/fleets/Flt[]/Lay/.[] + 11 /Sim/fleets/Flt[]/ships/Ship[] + 7 /Sim/fleets/Flt[]/FtFlg + 4 /Sim/fleets/Flt[]/Ftpae + 4 /Sim/fleets/Flt[]/FPlan + 4 /Sim/fleets/Flt[]/LocID + 4 /Sim/fleets/Flt[]/HFPlan + 4 /Sim/fleets/Flt[]/NShips + 4 /Sim/fleets/Flt[]/FPlan/FPeta2 + 3 /Sim/fleets/Flt[]/ships/Ship[]/Health/.[] + 3 /Sim/fleets/Flt[]/FtOrig/.[] + 2 /Sim/fleets/Flt[]/ships/Ship[]/RefCap + 1 /Sim/fleets/Flt[]/ships/Ship[]/Act + + 79 observed designs / techs / weapons (per player) + 21 /Sim/players/Player[]/odes/.[]/otnL + 17 /Sim/players/Player[]/odes/.[]/otnF + 17 /Sim/players/Player[]/odes/.[]/odid + 17 /Sim/players/Player[]/otch/.[]/otnL + 5 /Sim/players/Player[]/owep/.[]/otnL + 2 /Sim/players/Player[]/otch/.[] + + 30 other player leaves + 4 /Sim/players/Player[]/Events/Events/.[] + 3 /Sim/players/Player[]/designs/Des[] + 2 /Sim/players/Player[]/Sav + 2 /Sim/players/Player[]/Events/EvNxID + 2 /Sim/players/Player[]/BnkPr + 2 /Sim/players/Player[]/BnkEl + 2 /Sim/players/Player[]/nmeid + 1 /Sim/players/Player[]/OwnId[] + 1 /Sim/players/Player[]/TechTree/St[] + 1 /Sim/players/Player[]/TechTree/TResDone[] + 1 /Sim/players/Player[]/TechTree/TAcq[] + 1 /Sim/players/Player[]/TechTree/TiAcq[] + 1 /Sim/players/Player[]/TerraMod + 1 /Sim/players/Player[]/Maint + 1 /Sim/players/Player[]/FNG/FNGNum + 1 /Sim/players/Player[]/PvSav + 1 /Sim/players/Player[]/lboid + 1 /Sim/players/Player[]/ResTNm + 1 /Sim/players/Player[]/NumOwn + 1 /Sim/players/Player[]/NumDes + + 23 visibility remainder (TShn) + 15 /Sim/systems/Sys[]/TShn[] + 8 /Sim/systems/Sys[]/TShn + + 23 system<->fleet membership + 12 /Sim/systems/Sys[]/Flt[] + 7 /Sim/systems/Sys[]/NumFlts + 4 /Sim/systems/Sys[]/Flt + + 20 ship census records (ShipRecs) + 7 /Sim/players/Player[]/ShipRecs/sri[] + 6 /Sim/players/Player[]/ShipRecs/srb[] + 2 /Sim/players/Player[]/ShipRecs/srd[] + 2 /Sim/players/Player[]/ShipRecs/src[] + 2 /Sim/players/Player[]/ShipRecs/srl[] + 1 /Sim/players/Player[]/ShipRecs/srbd + + 20 build queues (ship construction) + 10 /Sim/systems/Sys[]/BQ/ords/.[] + 4 /Sim/systems/Sys[]/BQ/ords/. + 3 /Sim/systems/Sys[]/BQ/ords/.[]/ordID + 1 /Sim/systems/Sys[]/BQ + 1 /Sim/systems/Sys[]/BQ/ords + 1 /Sim/systems/Sys[]/BQ/ords/.[]/conleft + + 15 other system leaves + 7 /Sim/systems/Sys[]/Bats2 + 3 /Sim/systems/Sys[]/DefF + 1 /Sim/systems/Sys[]/RfRFlags + 1 /Sim/systems/Sys[]/TAcq + 1 /Sim/systems/Sys[]/PID[] + 1 /Sim/systems/Sys[]/OID[] + 1 /Sim/systems/Sys[]/FFlags + + 13 combat reports (crep) and CD + 6 /Sim/crep[]/prep/.[]/nshp[] + 2 /CD[]/CmbR[] + 2 /CD[]/apr/.[] + 1 /CD[]/NCmbR + 1 /CD[]/NPrvVa + 1 /CD[]/apr/. + + 10 master id lists + counters + generator + 1 /Sim/Act + 1 /Sim/NMnx + 1 /Sim/DesignIDs[] + 1 /Sim/FleetIDs[] + 1 /Sim/ShipIDs[] + 1 /Sim/ModCount + 1 /Sim/RNG/. + 1 /Sim/cmbtid + 1 /Sim/NumFlts + 1 /Sim/NumActs + + 8 turn record archive (turnstats) + 8 /Sim/turnstats/history/hist[]/stats[] + + 6 trade manager + 2 /Sim/trdmgr/trades/Trade[]/fwarn/.[] + 2 /Sim/trdmgr/trades/Trade[]/tsflt[] + 1 /Sim/trdmgr/trades/Trade[]/fwarn/. + 1 /Sim/trdmgr/trades/Trade[]/fwarn/.[]/ntrns + + 1 save-writer defect (sprjs/usp) + 1 /Sim/sprjs/usp + + 1 derived checksum + 1 /Summary/Checksum + +UNGROUPED (0): diff --git a/verify/results/standalone/cv/cv-noreplay-vs-bp-pinB.txt b/verify/results/standalone/cv/cv-noreplay-vs-bp-pinB.txt new file mode 100644 index 0000000..87ab09f --- /dev/null +++ b/verify/results/standalone/cv/cv-noreplay-vs-bp-pinB.txt @@ -0,0 +1,1096 @@ +A 25e6c195eb79cd0596e2479394afbee6 /tmp/claude-1000/-home-alex/ec8e34f8-af37-4ef2-a309-ed6a15293097/scratchpad/r0-nocmd.sav +B 1a4bed5535962793c1554b284fd1c4f7 verify/results/saves/bp-pinB-turn28.sav +policy: floats=bits mask=none reader=74fd562c75e2679e +DIVERGED: 1092 leaf difference(s) + /Summary/Checksum: -1589171184 -> 643087980 + /Sim/Act: only-in-A + /Sim/NMnx: 443 -> 461 + /Sim/DesignIDs[]: removed [], added [2018, 2034, 2050] (84 -> 87 entries) + /Sim/FleetIDs[]: removed [1586, 7072, 7088], added [1970, 1986, 2002, 7120, 7152, 7216, 7360, 7376] (54 -> 59 entries) + /Sim/ShipIDs[]: removed [6016], added [7248, 7264, 7280, 7296, 7312, 7328, 7344, 7184, 7104, 7136, 7168, 7200, 7232] (199 -> 211 entries) + /Sim/ModCount: 1430 -> 1502 + /Sim/RNG/.: '' -> '' + /Sim/sprjs/usp: only-in-B + /Sim/cmbtid: 41 -> 42 + /Sim/turnstats/history/hist[0]/stats[27]: only-in-B + /Sim/turnstats/history/hist[1]/stats[27]: only-in-B + /Sim/turnstats/history/hist[2]/stats[27]: only-in-B + /Sim/turnstats/history/hist[3]/stats[27]: only-in-B + /Sim/turnstats/history/hist[4]/stats[27]: only-in-B + /Sim/turnstats/history/hist[5]/stats[27]: only-in-B + /Sim/turnstats/history/hist[6]/stats[27]: only-in-B + /Sim/turnstats/history/hist[7]/stats[27]: only-in-B + /Sim/crep[22]/prep/.[2]/nshp[3]: 2 -> 0 + /Sim/crep[22]/prep/.[2]/nshp[4]: 1 -> 0 + /Sim/crep[22]/prep/.[2]/nshp[5]: 1 -> 0 + /Sim/crep[23]/prep/.[1]/nshp[3]: 2 -> 0 + /Sim/crep[23]/prep/.[1]/nshp[4]: 2 -> 0 + /Sim/crep[24]/prep/.[1]/nshp[4]: 1 -> 0 + /Sim/players/Player[16 "re"]/Sav: 72492906 -> 72495237 + /Sim/players/Player[16 "re"]/Events/EvNxID: 78 -> 79 + /Sim/players/Player[16 "re"]/Events/Events/.[EvTurn=28]: only-in-B + /Sim/players/Player[16 "re"]/Events/Events/.[0]: 26 -> 27 + /Sim/players/Player[16 "re"]/BnkPr: -3977836 -> -4101170 + /Sim/players/Player[16 "re"]/BnkEl: -8036033 -> -8285193 + /Sim/players/Player[16 "re"]/nmeid: 125 -> 129 + /Sim/players/Player[16 "re"]/odes/.[13]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/OwnId[15]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/TechTree/St[13]: 3 -> 4 + /Sim/players/Player[32 "The Eternal Empire"]/TechTree/TResDone[13]: 15724 -> 22500 + /Sim/players/Player[32 "The Eternal Empire"]/TechTree/TAcq[13]: -1 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/TechTree/TiAcq[13]: -1 -> 52 + /Sim/players/Player[32 "The Eternal Empire"]/Sav: 11968054 -> 11249088 + /Sim/players/Player[32 "The Eternal Empire"]/TerraMod: 1.350000023841858 -> 1.7999999523162842 [3.77487e+06 ulp] + /Sim/players/Player[32 "The Eternal Empire"]/Maint: 158000 -> 179000 + /Sim/players/Player[32 "The Eternal Empire"]/Events/EvNxID: 267 -> 279 + /Sim/players/Player[32 "The Eternal Empire"]/Events/Events/.[EvTurn=28]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/Events/Events/.[0]: 26 -> 27 + /Sim/players/Player[32 "The Eternal Empire"]/FNG/FNGNum: 137 -> 145 + /Sim/players/Player[32 "The Eternal Empire"]/PvSav: 11550201 -> 10397308 + /Sim/players/Player[32 "The Eternal Empire"]/BnkPr: -6277910 -> -6310042 + /Sim/players/Player[32 "The Eternal Empire"]/BnkEl: -12682646 -> -12747559 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srd[33]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/src[33]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srb[36]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srl[36]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/sri[36]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srd[34]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/src[34]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srb[37]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srl[37]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/sri[37]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srb[0]: 262 -> 269 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/sri[0]: 172 -> 178 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srb[1]: 24 -> 30 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/sri[1]: 24 -> 30 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srbd: 33 -> 35 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srb[24]: 20 -> 27 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/sri[24]: 12 -> 19 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/sri[25]: 17 -> 16 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srb[31]: 9 -> 10 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/sri[31]: 9 -> 10 + /Sim/players/Player[32 "The Eternal Empire"]/nmeid: 316 -> 325 + /Sim/players/Player[32 "The Eternal Empire"]/lboid: 290 -> 309 + /Sim/players/Player[32 "The Eternal Empire"]/ResTNm: 'BIO_TerBac' -> '' + /Sim/players/Player[32 "The Eternal Empire"]/NumOwn: 15 -> 16 + /Sim/players/Player[32 "The Eternal Empire"]/NumDes: 46 -> 49 + /Sim/players/Player[32 "The Eternal Empire"]/designs/Des[2018 "Egg Thief Mk 4"]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/designs/Des[2034 "Egg Thief Mk 5"]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/designs/Des[2050 "Bravestar Mk 3"]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[2]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[2]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[2]/odid: 546 -> 1106 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[3]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[3]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[3]/odid: 770 -> 1042 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[4]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[4]/odid: 1106 -> 226 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[5]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[5]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[5]/odid: 1042 -> 818 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[6]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[6]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[6]/odid: 226 -> 978 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[7]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[7]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[7]/odid: 818 -> 1202 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[8]/otnF: 27 -> 5 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[8]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[8]/odid: 978 -> 130 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[9]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[9]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[9]/odid: 1202 -> 1442 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[10]/otnF: 5 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[10]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[10]/odid: 130 -> 1506 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[11]/otnF: 26 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[11]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[11]/odid: 1442 -> 194 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[12]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[12]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[12]/odid: 1506 -> 1490 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[13]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[13]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[13]/odid: 962 -> 1826 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[14]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[14]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[14]/odid: 194 -> 386 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[15]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[15]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[15]/odid: 1490 -> 1474 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[16]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[16]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[16]/odid: 386 -> 1250 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[17]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[17]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[17]/odid: 1250 -> 1522 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[18]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[18]/odid: 1474 -> 962 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[19]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[19]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[20]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[20]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[21]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/owep/.[1]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/owep/.[2]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/owep/.[3]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/owep/.[4]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/owep/.[5]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[43]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[0]: 42 -> 43 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[2]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[5]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[13]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[14]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[15]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[16]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[20]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[22]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[24]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[27]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[28]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[30]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[31]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[32]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[33]/otnL: 15 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[35]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[36]/otnL: 27 -> 28 + /Sim/systems/Sys[48 "Epsilon Eridani"]/RepCur: 469520.0 -> 485560.0 [513280 ulp] + /Sim/systems/Sys[48 "Epsilon Eridani"]/RepMax: 469520.0 -> 485560.0 [513280 ulp] + /Sim/systems/Sys[48 "Epsilon Eridani"]/Bats2: 136 -> 119 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cm/mv: 84 -> 86 + /Sim/systems/Sys[48 "Epsilon Eridani"]/PvCM/mv: 82 -> 84 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[1]/mid: 99 -> 105 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[1]/mtr: 21 -> 23 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[2]/mid: 102 -> 109 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[2]/mtr: 22 -> 24 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[3]/mid: 105 -> 113 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[3]/mtr: 23 -> 25 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[3]/mn: 0 -> 74 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[3]/mtp: 21 -> 9 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[3]/mfx/mv: 3 -> -10 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[3]/mdsc: 'Imperial savings of 15,000,000 or more.' -> 'Nearby colony at Downbelow destroyed.' + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[4]/mid: 109 -> 116 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[4]/mtr: 24 -> 25 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[5]/mid: 113 -> 117 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[5]/mtr: 25 -> 26 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[5]/mn: 74 -> 0 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[5]/mtp: 9 -> 16 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[5]/mfx/mv: -10 -> -1 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[5]/mdsc: 'Nearby colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[6]/mid: 116 -> 120 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[6]/mtr: 25 -> 26 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[7]/mid: 117 -> 121 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[8]/mid: 120 -> 124 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[8]/mtr: 26 -> 27 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[9]/mid: 121 -> 125 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[10]/mid: 124 -> 128 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[48 "Epsilon Eridani"]/TShn[0]: 27 -> 28 + /Sim/systems/Sys[80 "Kam’Kir"]/Flt: only-in-A + /Sim/systems/Sys[80 "Kam’Kir"]/Flt[0]: only-in-B + /Sim/systems/Sys[80 "Kam’Kir"]/Flt[1]: only-in-B + /Sim/systems/Sys[80 "Kam’Kir"]/PvPop: 614999995 -> 617999994 + /Sim/systems/Sys[80 "Kam’Kir"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[80 "Kam’Kir"]/RepCur: 66311.3984375 -> 66906.5390625 [76178 ulp] + /Sim/systems/Sys[80 "Kam’Kir"]/RepMax: 66311.3984375 -> 66906.5390625 [76178 ulp] + /Sim/systems/Sys[80 "Kam’Kir"]/pbon: 17999994 -> 20999993 + /Sim/systems/Sys[80 "Kam’Kir"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[1]/mid: 227 -> 264 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[1]/mn: 230 -> 0 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[1]/mtp: 12 -> 20 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[1]/mdsc: 'Colony established on Aldebaran.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[2]/mid: 228 -> 265 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[2]/mtr: 25 -> 26 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[2]/mn: 0 -> 245 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[2]/mtp: 16 -> 12 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[2]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[2]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[3]/mid: 250 -> 266 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[3]/mtr: 25 -> 26 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[3]/mn: 242 -> 0 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[3]/mtp: 8 -> 16 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[3]/mfx/mv: 5 -> -1 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[3]/mdsc: 'Enemy colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[4]/mid: 264 -> 275 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[4]/mtr: 25 -> 26 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[5]/mid: 265 -> 276 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[5]/mtr: 26 -> 27 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[5]/mn: 245 -> 0 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[5]/mtp: 12 -> 16 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[5]/mfx/mv: 2 -> -1 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[5]/mdsc: 'Colony established on Betelgeuse.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[6]/mid: 266 -> 299 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[6]/mtr: 26 -> 27 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[6]/mn: 0 -> 265 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[6]/mtp: 16 -> 10 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[6]/mfx/mv: -1 -> 10 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[6]/mdsc: 'Population limits inhibit freedom.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[7]/mid: 275 -> 315 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[8]/mid: 276 -> 316 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[8]/mtr: 27 -> 28 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[8]/mn: 0 -> 267 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[8]/mtp: 16 -> 12 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[8]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[8]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[9]/mid: 299 -> 317 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[9]/mn: 265 -> 0 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[9]/mtp: 10 -> 16 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[9]/mfx/mv: 10 -> -1 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[80 "Kam’Kir"]/DefF: 0 -> 7120 + /Sim/systems/Sys[80 "Kam’Kir"]/NumFlts: 1 -> 2 + /Sim/systems/Sys[80 "Kam’Kir"]/TShn[0]: 27 -> 28 + /Sim/systems/Sys[96 "Midway"]/TShn: 27 -> 28 + /Sim/systems/Sys[144 "Mjolnir"]/PvPop: 512499995 -> 514999994 + /Sim/systems/Sys[144 "Mjolnir"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[144 "Mjolnir"]/RepCur: 55831.1484375 -> 56355.75 [134298 ulp] + /Sim/systems/Sys[144 "Mjolnir"]/RepMax: 55831.1484375 -> 56355.75 [134298 ulp] + /Sim/systems/Sys[144 "Mjolnir"]/pbon: 14999994 -> 17499993 + /Sim/systems/Sys[144 "Mjolnir"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[144 "Mjolnir"]/cm/mv: 67 -> 69 + /Sim/systems/Sys[144 "Mjolnir"]/PvCM/mv: 65 -> 67 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[1]/mid: 105 -> 109 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[1]/mtr: 23 -> 24 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[2]/mid: 106 -> 110 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[2]/mtr: 24 -> 25 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[3]/mid: 109 -> 115 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[3]/mtr: 24 -> 25 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[3]/mn: 0 -> 74 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[3]/mtp: 21 -> 9 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[3]/mfx/mv: 3 -> -10 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[3]/mdsc: 'Imperial savings of 15,000,000 or more.' -> 'Nearby colony at Downbelow destroyed.' + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[4]/mid: 110 -> 116 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[4]/mtp: 16 -> 21 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[4]/mfx/mv: -1 -> 3 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[4]/mdsc: 'Population limits inhibit freedom.' -> 'Imperial savings of 15,000,000 or more.' + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[5]/mid: 115 -> 118 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[5]/mtr: 25 -> 26 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[5]/mn: 74 -> 0 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[5]/mtp: 9 -> 16 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[5]/mfx/mv: -10 -> -1 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[5]/mdsc: 'Nearby colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[6]/mid: 116 -> 120 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[6]/mtr: 25 -> 26 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[7]/mid: 118 -> 122 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[8]/mid: 120 -> 124 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[8]/mtr: 26 -> 27 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[9]/mid: 122 -> 126 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[10]/mid: 124 -> 128 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[144 "Mjolnir"]/TShn[0]: 27 -> 28 + /Sim/systems/Sys[160 "Betelgeuse"]/Suit: 8.264447212219238 -> 8.27574634552002 [11848 ulp] + /Sim/systems/Sys[160 "Betelgeuse"]/Pop: 175 -> 189 + /Sim/systems/Sys[160 "Betelgeuse"]/Infra: 0.326313853263855 -> 0.32664385437965393 [11073 ulp] + /Sim/systems/Sys[160 "Betelgeuse"]/PvPop: 162 -> 175 + /Sim/systems/Sys[160 "Betelgeuse"]/PvInfra: 0.32598385214805603 -> 0.326313853263855 [11073 ulp] + /Sim/systems/Sys[160 "Betelgeuse"]/PvSuit: 8.253512382507324 -> 8.264447212219238 [11466 ulp] + /Sim/systems/Sys[160 "Betelgeuse"]/RepCur: 0.00018025000463239849 -> 0.00019844999769702554 [1.25069e+06 ulp] + /Sim/systems/Sys[160 "Betelgeuse"]/RepMax: 0.00018025000463239849 -> 0.00019844999769702554 [1.25069e+06 ulp] + /Sim/systems/Sys[160 "Betelgeuse"]/ntdev: 1 -> 0 + /Sim/systems/Sys[160 "Betelgeuse"]/TShn[1]: 27 -> 28 + /Sim/systems/Sys[192 "Kao’Thraal"]/PvPop: 307499995 -> 308999994 + /Sim/systems/Sys[192 "Kao’Thraal"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[192 "Kao’Thraal"]/RepCur: 22544.638671875 -> 22750.333984375 [105316 ulp] + /Sim/systems/Sys[192 "Kao’Thraal"]/RepMax: 22544.638671875 -> 22750.333984375 [105316 ulp] + /Sim/systems/Sys[192 "Kao’Thraal"]/pbon: 8999994 -> 10499993 + /Sim/systems/Sys[192 "Kao’Thraal"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[1]/mid: 227 -> 264 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[1]/mn: 230 -> 0 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[1]/mtp: 12 -> 20 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[1]/mdsc: 'Colony established on Aldebaran.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[2]/mid: 229 -> 265 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[2]/mtr: 25 -> 26 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[2]/mn: 0 -> 245 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[2]/mtp: 16 -> 12 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[2]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[2]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[3]/mid: 240 -> 267 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[3]/mtr: 25 -> 26 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[3]/mn: 242 -> 0 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[3]/mtp: 8 -> 16 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[3]/mfx/mv: 5 -> -1 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[3]/mdsc: 'Enemy colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[4]/mid: 264 -> 275 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[4]/mtr: 25 -> 26 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[5]/mid: 265 -> 277 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[5]/mtr: 26 -> 27 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[5]/mn: 245 -> 0 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[5]/mtp: 12 -> 16 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[5]/mfx/mv: 2 -> -1 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[5]/mdsc: 'Colony established on Betelgeuse.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[6]/mid: 267 -> 289 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[6]/mtr: 26 -> 27 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[6]/mn: 0 -> 265 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[6]/mtp: 16 -> 10 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[6]/mfx/mv: -1 -> 10 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[6]/mdsc: 'Population limits inhibit freedom.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[7]/mid: 275 -> 315 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[8]/mid: 277 -> 316 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[8]/mtr: 27 -> 28 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[8]/mn: 0 -> 267 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[8]/mtp: 16 -> 12 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[8]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[8]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[9]/mid: 289 -> 318 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[9]/mn: 265 -> 0 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[9]/mtp: 10 -> 16 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[9]/mfx/mv: 10 -> -1 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[192 "Kao’Thraal"]/TShn: 27 -> 28 + /Sim/systems/Sys[208 "Kam’Tara"]/Flt[2]: only-in-A + /Sim/systems/Sys[208 "Kam’Tara"]/PvRes: 4338 -> 4333 + /Sim/systems/Sys[208 "Kam’Tara"]/RfRFlags: 2 -> 0 + /Sim/systems/Sys[208 "Kam’Tara"]/NumFlts: 3 -> 2 + /Sim/systems/Sys[208 "Kam’Tara"]/TShn[0]: 27 -> 28 + /Sim/systems/Sys[224 "Venkman"]/PvPop: 922499995 -> 926999994 + /Sim/systems/Sys[224 "Venkman"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[224 "Venkman"]/RepCur: 127907.4609375 -> 129087.265625 [151015 ulp] + /Sim/systems/Sys[224 "Venkman"]/RepMax: 127907.4609375 -> 129087.265625 [151015 ulp] + /Sim/systems/Sys[224 "Venkman"]/pbon: 26999994 -> 31499993 + /Sim/systems/Sys[224 "Venkman"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[224 "Venkman"]/Bats2: 17 -> 0 + /Sim/systems/Sys[224 "Venkman"]/cm/mv: 77 -> 79 + /Sim/systems/Sys[224 "Venkman"]/PvCM/mv: 75 -> 77 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[1]/mid: 105 -> 109 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[1]/mtr: 23 -> 24 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[2]/mid: 107 -> 111 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[2]/mtr: 24 -> 25 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[3]/mid: 109 -> 114 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[3]/mtr: 24 -> 25 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[3]/mn: 0 -> 74 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[3]/mtp: 21 -> 9 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[3]/mfx/mv: 3 -> -10 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[3]/mdsc: 'Imperial savings of 15,000,000 or more.' -> 'Nearby colony at Downbelow destroyed.' + /Sim/systems/Sys[224 "Venkman"]/cme2/.[4]/mid: 111 -> 116 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[4]/mtp: 16 -> 21 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[4]/mfx/mv: -1 -> 3 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[4]/mdsc: 'Population limits inhibit freedom.' -> 'Imperial savings of 15,000,000 or more.' + /Sim/systems/Sys[224 "Venkman"]/cme2/.[5]/mid: 114 -> 119 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[5]/mtr: 25 -> 26 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[5]/mn: 74 -> 0 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[5]/mtp: 9 -> 16 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[5]/mfx/mv: -10 -> -1 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[5]/mdsc: 'Nearby colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[224 "Venkman"]/cme2/.[6]/mid: 116 -> 120 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[6]/mtr: 25 -> 26 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[7]/mid: 119 -> 123 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[8]/mid: 120 -> 124 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[8]/mtr: 26 -> 27 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[9]/mid: 123 -> 127 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[10]/mid: 124 -> 128 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[224 "Venkman"]/TShn[0]: 27 -> 28 + /Sim/systems/Sys[240 "Downbelow"]/PvInfra: 0.3949979841709137 -> 0.37499797344207764 [671089 ulp] + /Sim/systems/Sys[240 "Downbelow"]/Bats2: 136 -> 119 + /Sim/systems/Sys[240 "Downbelow"]/TShn[1]: 27 -> 28 + /Sim/systems/Sys[256 "Avalon"]/Flt[2]: only-in-A + /Sim/systems/Sys[256 "Avalon"]/BQ: only-in-B + /Sim/systems/Sys[256 "Avalon"]/Suit: 8.2476806640625 -> 8.250231742858887 [2675 ulp] + /Sim/systems/Sys[256 "Avalon"]/Pop: 0 -> 32 + /Sim/systems/Sys[256 "Avalon"]/Pop2/PopG: only-in-A + /Sim/systems/Sys[256 "Avalon"]/Pop2/PopNG: 1 -> 0 + /Sim/systems/Sys[256 "Avalon"]/Infra: 0.3639998733997345 -> 0.39469286799430847 [1.02989e+06 ulp] + /Sim/systems/Sys[256 "Avalon"]/PvInfra: 0.4039998948574066 -> 0.38399988412857056 [671089 ulp] + /Sim/systems/Sys[256 "Avalon"]/Rts/SRt: 0.25 -> 0.0 [1.04858e+09 ulp] + /Sim/systems/Sys[256 "Avalon"]/Rts/SRsc: 0.25 -> 0.3333333432674408 [2.7962e+06 ulp] + /Sim/systems/Sys[256 "Avalon"]/Rts/SRtf: 0.25 -> 0.3333333432674408 [2.7962e+06 ulp] + /Sim/systems/Sys[256 "Avalon"]/Rts/SRi: 0.25 -> 0.3333333432674408 [2.7962e+06 ulp] + /Sim/systems/Sys[256 "Avalon"]/RepCur: 0.0 -> 1.3760000001639128e-05 [9.29488e+08 ulp] + /Sim/systems/Sys[256 "Avalon"]/RepMax: 0.0 -> 1.3760000001639128e-05 [9.29488e+08 ulp] + /Sim/systems/Sys[256 "Avalon"]/Bats2: 68 -> 51 + /Sim/systems/Sys[256 "Avalon"]/TAcq: 1 -> 28 + /Sim/systems/Sys[256 "Avalon"]/dcs/PopG: only-in-B + /Sim/systems/Sys[256 "Avalon"]/dcs/PopNG: 0 -> 1 + /Sim/systems/Sys[256 "Avalon"]/PID[0]: 0 -> 32 + /Sim/systems/Sys[256 "Avalon"]/NumFlts: 3 -> 2 + /Sim/systems/Sys[256 "Avalon"]/Flt[1]: 1586 -> 1602 + /Sim/systems/Sys[256 "Avalon"]/TShn[1]: 27 -> 28 + /Sim/systems/Sys[256 "Avalon"]/OID[1]: 0 -> 32 + /Sim/systems/Sys[272 "Ko'Graapa"]/Flt: only-in-B + /Sim/systems/Sys[272 "Ko'Graapa"]/Pop2/PopG/PopC: 400000000 -> 399999940 + /Sim/systems/Sys[272 "Ko'Graapa"]/PvPop: 409999995 -> 411999994 + /Sim/systems/Sys[272 "Ko'Graapa"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[272 "Ko'Graapa"]/Rts/SRt: 0.23209035396575928 -> 0.23105360567569733 [69575 ulp] + /Sim/systems/Sys[272 "Ko'Graapa"]/Rts/SRsc: 0.7679096460342407 -> 0.7689464092254639 [17394 ulp] + /Sim/systems/Sys[272 "Ko'Graapa"]/RepCur: 53494.078125 -> 53993.87890625 [127949 ulp] + /Sim/systems/Sys[272 "Ko'Graapa"]/RepMax: 53494.078125 -> 53993.87890625 [127949 ulp] + /Sim/systems/Sys[272 "Ko'Graapa"]/pbon: 11999994 -> 13999993 + /Sim/systems/Sys[272 "Ko'Graapa"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[272 "Ko'Graapa"]/FFlags: 0 -> 2 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[1]/mid: 227 -> 244 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[1]/mn: 230 -> 242 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[1]/mtp: 12 -> 8 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[1]/mfx/mv: 2 -> 5 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[1]/mdsc: 'Colony established on Aldebaran.' -> 'Enemy colony at Downbelow destroyed.' + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[2]/mid: 230 -> 264 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[2]/mtp: 16 -> 20 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[2]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[2]/mdsc: 'Population limits inhibit freedom.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[3]/mid: 244 -> 265 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[3]/mtr: 25 -> 26 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[3]/mn: 242 -> 245 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[3]/mtp: 8 -> 12 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[3]/mfx/mv: 5 -> 2 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[3]/mdsc: 'Enemy colony at Downbelow destroyed.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[4]/mid: 264 -> 268 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[4]/mtr: 25 -> 26 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[4]/mtp: 20 -> 16 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[4]/mfx/mv: 2 -> -1 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[4]/mdsc: 'Imperial savings of 5,000,000 or more.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[5]/mid: 265 -> 275 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[5]/mn: 245 -> 0 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[5]/mtp: 12 -> 20 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[5]/mdsc: 'Colony established on Betelgeuse.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[6]/mid: 268 -> 278 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[6]/mtr: 26 -> 27 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[7]/mid: 275 -> 293 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[7]/mn: 0 -> 265 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[7]/mtp: 20 -> 10 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[7]/mfx/mv: 2 -> 10 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[7]/mdsc: 'Imperial savings of 5,000,000 or more.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[8]/mid: 278 -> 315 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[8]/mtp: 16 -> 20 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[8]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[8]/mdsc: 'Population limits inhibit freedom.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[9]/mid: 293 -> 316 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[9]/mn: 265 -> 267 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[9]/mtp: 10 -> 12 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[9]/mfx/mv: 10 -> 2 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[272 "Ko'Graapa"]/DefF: 0 -> 7152 + /Sim/systems/Sys[272 "Ko'Graapa"]/BQ/ords/.: only-in-A + /Sim/systems/Sys[272 "Ko'Graapa"]/BQ/ords/.[0]: only-in-B + /Sim/systems/Sys[272 "Ko'Graapa"]/BQ/ords/.[desID=962]: only-in-B + /Sim/systems/Sys[272 "Ko'Graapa"]/NumFlts: 0 -> 1 + /Sim/systems/Sys[272 "Ko'Graapa"]/TShn[0]: 27 -> 28 + /Sim/systems/Sys[288 "Ka’Vaala"]/PvPop: 717499995 -> 720999994 + /Sim/systems/Sys[288 "Ka’Vaala"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[288 "Ka’Vaala"]/RepCur: 102908.328125 -> 103849.828125 [120512 ulp] + /Sim/systems/Sys[288 "Ka’Vaala"]/RepMax: 102908.328125 -> 103849.828125 [120512 ulp] + /Sim/systems/Sys[288 "Ka’Vaala"]/pbon: 20999994 -> 24499993 + /Sim/systems/Sys[288 "Ka’Vaala"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[1]/mid: 227 -> 264 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[1]/mn: 230 -> 0 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[1]/mtp: 12 -> 20 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[1]/mdsc: 'Colony established on Aldebaran.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[2]/mid: 231 -> 265 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[2]/mtr: 25 -> 26 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[2]/mn: 0 -> 245 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[2]/mtp: 16 -> 12 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[2]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[2]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[3]/mid: 252 -> 269 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[3]/mtr: 25 -> 26 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[3]/mn: 242 -> 0 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[3]/mtp: 8 -> 16 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[3]/mfx/mv: 5 -> -1 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[3]/mdsc: 'Enemy colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[4]/mid: 264 -> 275 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[4]/mtr: 25 -> 26 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[5]/mid: 265 -> 279 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[5]/mtr: 26 -> 27 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[5]/mn: 245 -> 0 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[5]/mtp: 12 -> 16 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[5]/mfx/mv: 2 -> -1 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[5]/mdsc: 'Colony established on Betelgeuse.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[6]/mid: 269 -> 301 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[6]/mtr: 26 -> 27 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[6]/mn: 0 -> 265 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[6]/mtp: 16 -> 10 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[6]/mfx/mv: -1 -> 10 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[6]/mdsc: 'Population limits inhibit freedom.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[7]/mid: 275 -> 315 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[8]/mid: 279 -> 316 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[8]/mtr: 27 -> 28 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[8]/mn: 0 -> 267 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[8]/mtp: 16 -> 12 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[8]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[8]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[9]/mid: 301 -> 319 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[9]/mn: 265 -> 0 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[9]/mtp: 10 -> 16 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[9]/mfx/mv: 10 -> -1 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[288 "Ka’Vaala"]/TShn: 27 -> 28 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[1]/mid: 227 -> 264 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[1]/mn: 230 -> 0 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[1]/mtp: 12 -> 20 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[1]/mdsc: 'Colony established on Aldebaran.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[2]/mid: 232 -> 265 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[2]/mtr: 25 -> 26 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[2]/mn: 0 -> 245 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[2]/mtp: 16 -> 12 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[2]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[2]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[3]/mid: 238 -> 270 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[3]/mtr: 25 -> 26 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[3]/mn: 242 -> 0 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[3]/mtp: 8 -> 16 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[3]/mfx/mv: 5 -> -1 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[3]/mdsc: 'Enemy colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[4]/mid: 264 -> 275 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[4]/mtr: 25 -> 26 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[5]/mid: 265 -> 280 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[5]/mtr: 26 -> 27 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[5]/mn: 245 -> 0 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[5]/mtp: 12 -> 16 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[5]/mfx/mv: 2 -> -1 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[5]/mdsc: 'Colony established on Betelgeuse.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[6]/mid: 270 -> 287 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[6]/mtr: 26 -> 27 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[6]/mn: 0 -> 265 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[6]/mtp: 16 -> 10 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[6]/mfx/mv: -1 -> 10 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[6]/mdsc: 'Population limits inhibit freedom.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[7]/mid: 275 -> 315 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[8]/mid: 280 -> 316 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[8]/mtr: 27 -> 28 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[8]/mn: 0 -> 267 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[8]/mtp: 16 -> 12 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[8]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[8]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[9]/mid: 287 -> 320 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[9]/mn: 265 -> 0 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[9]/mtp: 10 -> 16 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[9]/mfx/mv: 10 -> -1 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[304 "Kea’Donum"]/BQ/ords/.[0]: only-in-A + /Sim/systems/Sys[304 "Kea’Donum"]/BQ/ords/.[desID=1474]: only-in-A + /Sim/systems/Sys[304 "Kea’Donum"]/BQ/ords/.: only-in-B + /Sim/systems/Sys[304 "Kea’Donum"]/TShn: 27 -> 28 + /Sim/systems/Sys[336 "Ko’Kotan"]/PvPop: 204999995 -> 205999994 + /Sim/systems/Sys[336 "Ko’Kotan"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[336 "Ko’Kotan"]/Rts/SRt: 0.18968133628368378 -> 0.1887979805469513 [59281 ulp] + /Sim/systems/Sys[336 "Ko’Kotan"]/Rts/SRsc: 0.810318648815155 -> 0.8112020492553711 [14821 ulp] + /Sim/systems/Sys[336 "Ko’Kotan"]/RepCur: 16366.69921875 -> 16520.669921875 [87691 ulp] + /Sim/systems/Sys[336 "Ko’Kotan"]/RepMax: 16366.69921875 -> 16520.669921875 [87691 ulp] + /Sim/systems/Sys[336 "Ko’Kotan"]/pbon: 5999994 -> 6999993 + /Sim/systems/Sys[336 "Ko’Kotan"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[1]/mid: 227 -> 264 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[1]/mn: 230 -> 0 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[1]/mtp: 12 -> 20 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[1]/mdsc: 'Colony established on Aldebaran.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[2]/mid: 233 -> 265 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[2]/mtr: 25 -> 26 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[2]/mn: 0 -> 245 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[2]/mtp: 16 -> 12 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[2]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[2]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[3]/mid: 254 -> 271 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[3]/mtr: 25 -> 26 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[3]/mn: 242 -> 0 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[3]/mtp: 8 -> 16 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[3]/mfx/mv: 5 -> -1 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[3]/mdsc: 'Enemy colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[4]/mid: 264 -> 275 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[4]/mtr: 25 -> 26 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[5]/mid: 265 -> 281 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[5]/mtr: 26 -> 27 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[5]/mn: 245 -> 0 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[5]/mtp: 12 -> 16 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[5]/mfx/mv: 2 -> -1 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[5]/mdsc: 'Colony established on Betelgeuse.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[6]/mid: 271 -> 303 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[6]/mtr: 26 -> 27 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[6]/mn: 0 -> 265 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[6]/mtp: 16 -> 10 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[6]/mfx/mv: -1 -> 10 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[6]/mdsc: 'Population limits inhibit freedom.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[7]/mid: 275 -> 315 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[8]/mid: 281 -> 316 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[8]/mtr: 27 -> 28 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[8]/mn: 0 -> 267 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[8]/mtp: 16 -> 12 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[8]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[8]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[9]/mid: 303 -> 321 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[9]/mn: 265 -> 0 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[9]/mtp: 10 -> 16 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[9]/mfx/mv: 10 -> -1 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[336 "Ko’Kotan"]/TShn: 27 -> 28 + /Sim/systems/Sys[352 "Ku'Sulto"]/PvPop: 512499995 -> 514999994 + /Sim/systems/Sys[352 "Ku'Sulto"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[352 "Ku'Sulto"]/RepCur: 58776.94921875 -> 59321.0234375 [139283 ulp] + /Sim/systems/Sys[352 "Ku'Sulto"]/RepMax: 58776.94921875 -> 59321.0234375 [139283 ulp] + /Sim/systems/Sys[352 "Ku'Sulto"]/pbon: 14999994 -> 17499993 + /Sim/systems/Sys[352 "Ku'Sulto"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[1]/mid: 227 -> 264 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[1]/mn: 230 -> 0 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[1]/mtp: 12 -> 20 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[1]/mdsc: 'Colony established on Aldebaran.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[2]/mid: 234 -> 265 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[2]/mtr: 25 -> 26 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[2]/mn: 0 -> 245 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[2]/mtp: 16 -> 12 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[2]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[2]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[3]/mid: 248 -> 272 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[3]/mtr: 25 -> 26 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[3]/mn: 242 -> 0 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[3]/mtp: 10 -> 16 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[3]/mfx/mv: 10 -> -1 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[3]/mdsc: 'Nearby enemy colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[4]/mid: 264 -> 275 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[4]/mtr: 25 -> 26 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[5]/mid: 265 -> 282 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[5]/mtr: 26 -> 27 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[5]/mn: 245 -> 0 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[5]/mtp: 12 -> 16 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[5]/mfx/mv: 2 -> -1 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[5]/mdsc: 'Colony established on Betelgeuse.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[6]/mid: 272 -> 297 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[6]/mtr: 26 -> 27 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[6]/mn: 0 -> 265 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[6]/mtp: 16 -> 10 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[6]/mfx/mv: -1 -> 10 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[6]/mdsc: 'Population limits inhibit freedom.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[7]/mid: 275 -> 315 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[8]/mid: 282 -> 316 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[8]/mtr: 27 -> 28 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[8]/mn: 0 -> 267 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[8]/mtp: 16 -> 12 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[8]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[8]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[9]/mid: 297 -> 322 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[9]/mn: 265 -> 0 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[9]/mtp: 10 -> 16 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[9]/mfx/mv: 10 -> -1 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[352 "Ku'Sulto"]/TShn: 27 -> 28 + /Sim/systems/Sys[368 "Kao'Vaanu"]/Flt: only-in-A + /Sim/systems/Sys[368 "Kao'Vaanu"]/Flt[0]: only-in-B + /Sim/systems/Sys[368 "Kao'Vaanu"]/Flt[1]: only-in-B + /Sim/systems/Sys[368 "Kao'Vaanu"]/Pop2/PopG/PopC: 700000000 -> 699999940 + /Sim/systems/Sys[368 "Kao'Vaanu"]/PvPop: 717499995 -> 720999994 + /Sim/systems/Sys[368 "Kao'Vaanu"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[368 "Kao'Vaanu"]/Rts/SRt: 0.11009174585342407 -> 0.10962507873773575 [62635 ulp] + /Sim/systems/Sys[368 "Kao'Vaanu"]/Rts/SRsc: 0.8899082541465759 -> 0.8903748989105225 [7829 ulp] + /Sim/systems/Sys[368 "Kao'Vaanu"]/RepCur: 98654.4296875 -> 99553.546875 [115087 ulp] + /Sim/systems/Sys[368 "Kao'Vaanu"]/RepMax: 98654.4296875 -> 99553.546875 [115087 ulp] + /Sim/systems/Sys[368 "Kao'Vaanu"]/pbon: 20999994 -> 24499993 + /Sim/systems/Sys[368 "Kao'Vaanu"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[1]/mid: 227 -> 242 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[1]/mn: 230 -> 242 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[1]/mtp: 12 -> 10 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[1]/mfx/mv: 2 -> 10 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[1]/mdsc: 'Colony established on Aldebaran.' -> 'Nearby enemy colony at Downbelow destroyed.' + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[2]/mid: 235 -> 264 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[2]/mtp: 16 -> 20 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[2]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[2]/mdsc: 'Population limits inhibit freedom.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[3]/mid: 242 -> 265 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[3]/mtr: 25 -> 26 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[3]/mn: 242 -> 245 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[3]/mtp: 10 -> 12 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[3]/mfx/mv: 10 -> 2 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[3]/mdsc: 'Nearby enemy colony at Downbelow destroyed.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[4]/mid: 264 -> 273 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[4]/mtr: 25 -> 26 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[4]/mtp: 20 -> 16 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[4]/mfx/mv: 2 -> -1 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[4]/mdsc: 'Imperial savings of 5,000,000 or more.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[5]/mid: 265 -> 275 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[5]/mn: 245 -> 0 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[5]/mtp: 12 -> 20 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[5]/mdsc: 'Colony established on Betelgeuse.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[6]/mid: 273 -> 283 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[6]/mtr: 26 -> 27 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[7]/mid: 275 -> 291 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[7]/mn: 0 -> 265 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[7]/mtp: 20 -> 10 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[7]/mfx/mv: 2 -> 10 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[7]/mdsc: 'Imperial savings of 5,000,000 or more.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[8]/mid: 283 -> 315 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[8]/mtp: 16 -> 20 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[8]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[8]/mdsc: 'Population limits inhibit freedom.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[9]/mid: 291 -> 316 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[9]/mn: 265 -> 267 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[9]/mtp: 10 -> 12 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[9]/mfx/mv: 10 -> 2 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[368 "Kao'Vaanu"]/DefF: 0 -> 7216 + /Sim/systems/Sys[368 "Kao'Vaanu"]/BQ/ords/.: only-in-A + /Sim/systems/Sys[368 "Kao'Vaanu"]/BQ/ords/.[0]: only-in-B + /Sim/systems/Sys[368 "Kao'Vaanu"]/BQ/ords/.[desID=1490]: only-in-B + /Sim/systems/Sys[368 "Kao'Vaanu"]/BQ/ords/.[desID=1474]: only-in-B + /Sim/systems/Sys[368 "Kao'Vaanu"]/NumFlts: 1 -> 2 + /Sim/systems/Sys[368 "Kao'Vaanu"]/TShn[0]: 27 -> 28 + /Sim/systems/Sys[384 "Ka'Trulmo"]/Flt: only-in-A + /Sim/systems/Sys[384 "Ka'Trulmo"]/Flt[0]: only-in-B + /Sim/systems/Sys[384 "Ka'Trulmo"]/Flt[1]: only-in-B + /Sim/systems/Sys[384 "Ka'Trulmo"]/Flt[2]: only-in-B + /Sim/systems/Sys[384 "Ka'Trulmo"]/Flt[3]: only-in-B + /Sim/systems/Sys[384 "Ka'Trulmo"]/Pop2/PopG/PopC: 779999430 -> 759999340 + /Sim/systems/Sys[384 "Ka'Trulmo"]/PvPop: 819999995 -> 823999994 + /Sim/systems/Sys[384 "Ka'Trulmo"]/PvPop2/PopG/PopC: 759999460 -> 759999430 + /Sim/systems/Sys[384 "Ka'Trulmo"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[384 "Ka'Trulmo"]/RepCur: 116282.8828125 -> 117335.8828125 [134784 ulp] + /Sim/systems/Sys[384 "Ka'Trulmo"]/RepMax: 116282.8828125 -> 117335.8828125 [134784 ulp] + /Sim/systems/Sys[384 "Ka'Trulmo"]/pbon: 23999994 -> 27999993 + /Sim/systems/Sys[384 "Ka'Trulmo"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[1]/mid: 216 -> 226 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[1]/mtr: 23 -> 25 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[1]/mn: 0 -> 228 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[1]/mtp: 20 -> 12 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[1]/mdsc: 'Imperial savings of 5,000,000 or more.' -> 'Colony established on Alpha Centauri.' + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[2]/mid: 225 -> 227 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[2]/mtr: 24 -> 25 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[2]/mn: 0 -> 230 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[2]/mtp: 20 -> 12 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[2]/mdsc: 'Imperial savings of 5,000,000 or more.' -> 'Colony established on Aldebaran.' + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[3]/mid: 226 -> 246 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[3]/mn: 228 -> 242 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[3]/mtp: 12 -> 10 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[3]/mfx/mv: 2 -> 10 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[3]/mdsc: 'Colony established on Alpha Centauri.' -> 'Nearby enemy colony at Downbelow destroyed.' + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[4]/mid: 227 -> 264 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[4]/mn: 230 -> 0 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[4]/mtp: 12 -> 20 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[4]/mdsc: 'Colony established on Aldebaran.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[5]/mid: 246 -> 265 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[5]/mtr: 25 -> 26 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[5]/mn: 242 -> 245 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[5]/mtp: 10 -> 12 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[5]/mfx/mv: 10 -> 2 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[5]/mdsc: 'Nearby enemy colony at Downbelow destroyed.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[6]/mid: 264 -> 275 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[6]/mtr: 25 -> 26 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[7]/mid: 265 -> 295 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[7]/mn: 245 -> 265 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[7]/mtp: 12 -> 10 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[7]/mfx/mv: 2 -> 10 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[7]/mdsc: 'Colony established on Betelgeuse.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[8]/mid: 275 -> 315 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[8]/mtr: 26 -> 27 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[9]/mid: 295 -> 316 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[9]/mn: 265 -> 267 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[9]/mtp: 10 -> 12 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[9]/mfx/mv: 10 -> 2 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[384 "Ka'Trulmo"]/BQ/ords/.: only-in-A + /Sim/systems/Sys[384 "Ka'Trulmo"]/BQ/ords/.[0]: only-in-B + /Sim/systems/Sys[384 "Ka'Trulmo"]/BQ/ords/.[desID=962]: only-in-B + /Sim/systems/Sys[384 "Ka'Trulmo"]/NumFlts: 1 -> 4 + /Sim/systems/Sys[384 "Ka'Trulmo"]/TShn[0]: 27 -> 28 + /Sim/systems/Sys[400 "Polaris"]/Flt[9]: only-in-B + /Sim/systems/Sys[400 "Polaris"]/Suit: 9.971768379211426 -> 9.990236282348633 [19365 ulp] + /Sim/systems/Sys[400 "Polaris"]/Pop: 1629 -> 2197 + /Sim/systems/Sys[400 "Polaris"]/Infra: 0.3060931861400604 -> 0.3066541850566864 [18824 ulp] + /Sim/systems/Sys[400 "Polaris"]/PvPop: 1211 -> 1629 + /Sim/systems/Sys[400 "Polaris"]/PvInfra: 0.30563119053840637 -> 0.3060931861400604 [15502 ulp] + /Sim/systems/Sys[400 "Polaris"]/PvSuit: 9.955973625183105 -> 9.971768379211426 [16562 ulp] + /Sim/systems/Sys[400 "Polaris"]/PvRes: 4798 -> 5121 + /Sim/systems/Sys[400 "Polaris"]/RepCur: 0.002753010019659996 -> 0.004108389839529991 [5.38722e+06 ulp] + /Sim/systems/Sys[400 "Polaris"]/RepMax: 0.002753010019659996 -> 0.004108389839529991 [5.38722e+06 ulp] + /Sim/systems/Sys[400 "Polaris"]/ntdev: 1 -> 0 + /Sim/systems/Sys[400 "Polaris"]/Bats2: 160 -> 144 + /Sim/systems/Sys[400 "Polaris"]/NumFlts: 9 -> 10 + /Sim/systems/Sys[400 "Polaris"]/TShn[1]: 27 -> 28 + /Sim/systems/Sys[416 "Aldebaran"]/Suit: 8.261652946472168 -> 8.267363548278809 [5988 ulp] + /Sim/systems/Sys[416 "Aldebaran"]/Pop: 36 -> 38 + /Sim/systems/Sys[416 "Aldebaran"]/Infra: 0.4047218859195709 -> 0.4048868715763092 [5536 ulp] + /Sim/systems/Sys[416 "Aldebaran"]/PvPop: 34 -> 36 + /Sim/systems/Sys[416 "Aldebaran"]/PvInfra: 0.40455690026283264 -> 0.4047218859195709 [5536 ulp] + /Sim/systems/Sys[416 "Aldebaran"]/PvSuit: 8.256064414978027 -> 8.261652946472168 [5860 ulp] + /Sim/systems/Sys[416 "Aldebaran"]/RepCur: 1.872000029834453e-05 -> 2.0139999833190814e-05 [780653 ulp] + /Sim/systems/Sys[416 "Aldebaran"]/RepMax: 1.872000029834453e-05 -> 2.0139999833190814e-05 [780653 ulp] + /Sim/systems/Sys[416 "Aldebaran"]/ntdev: 1 -> 0 + /Sim/systems/Sys[416 "Aldebaran"]/TShn[1]: 27 -> 28 + /Sim/systems/Sys[432 "Alpha Centauri"]/Suit: 8.289962768554688 -> 8.307336807250977 [18218 ulp] + /Sim/systems/Sys[432 "Alpha Centauri"]/Pop: 493 -> 535 + /Sim/systems/Sys[432 "Alpha Centauri"]/Infra: 0.4182318150997162 -> 0.418759822845459 [17717 ulp] + /Sim/systems/Sys[432 "Alpha Centauri"]/PvPop: 455 -> 493 + /Sim/systems/Sys[432 "Alpha Centauri"]/PvInfra: 0.4177038073539734 -> 0.4182318150997162 [17717 ulp] + /Sim/systems/Sys[432 "Alpha Centauri"]/PvSuit: 8.27307415008545 -> 8.289962768554688 [17709 ulp] + /Sim/systems/Sys[432 "Alpha Centauri"]/RepCur: 0.0007838699966669083 -> 0.0008773999870754778 [1.60683e+06 ulp] + /Sim/systems/Sys[432 "Alpha Centauri"]/RepMax: 0.0007838699966669083 -> 0.0008773999870754778 [1.60683e+06 ulp] + /Sim/systems/Sys[432 "Alpha Centauri"]/ntdev: 1 -> 0 + /Sim/systems/Sys[432 "Alpha Centauri"]/Bats2: 17 -> 0 + /Sim/systems/Sys[432 "Alpha Centauri"]/TShn[1]: 27 -> 28 + /Sim/systems/Sys[448 "Kao’Lolto"]/Pop: 2359001 -> 5925810 + /Sim/systems/Sys[448 "Kao’Lolto"]/Pop2/PopG/PopC: 10848 -> 11368 + /Sim/systems/Sys[448 "Kao’Lolto"]/Infra: 0.2922179698944092 -> 0.3619139790534973 [2.33861e+06 ulp] + /Sim/systems/Sys[448 "Kao’Lolto"]/PvPop: 939093 -> 2359001 + /Sim/systems/Sys[448 "Kao’Lolto"]/PvPop2/PopG/PopC: 5987 -> 8250 + /Sim/systems/Sys[448 "Kao’Lolto"]/PvInfra: 0.19034698605537415 -> 0.2922179698944092 [5.41985e+06 ulp] + /Sim/systems/Sys[448 "Kao’Lolto"]/PvRes: 5724 -> 5610 + /Sim/systems/Sys[448 "Kao’Lolto"]/Rts/SRoh: 0.019999999552965164 -> 0.0 [1.01737e+09 ulp] + /Sim/systems/Sys[448 "Kao’Lolto"]/TnsOH: 11 -> 0 + /Sim/systems/Sys[448 "Kao’Lolto"]/RepCur: 88.20304870605469 -> 158.8709716796875 [7.23943e+06 ulp] + /Sim/systems/Sys[448 "Kao’Lolto"]/RepMax: 88.20304870605469 -> 158.8709716796875 [7.23943e+06 ulp] + /Sim/systems/Sys[448 "Kao’Lolto"]/ntdev: 1 -> 0 + /Sim/systems/Sys[448 "Kao’Lolto"]/TShn: 27 -> 28 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[1]/mid: 226 -> 264 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[1]/mn: 228 -> 0 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[1]/mtp: 12 -> 20 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[1]/mdsc: 'Colony established on Alpha Centauri.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[2]/mid: 227 -> 265 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[2]/mtr: 25 -> 26 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[2]/mn: 230 -> 245 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[2]/mdsc: 'Colony established on Aldebaran.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[3]/mid: 236 -> 274 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[3]/mtr: 25 -> 26 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[3]/mn: 242 -> 0 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[3]/mtp: 8 -> 16 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[3]/mfx/mv: 5 -> -1 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[3]/mdsc: 'Enemy colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[4]/mid: 264 -> 275 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[4]/mtr: 25 -> 26 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[5]/mid: 265 -> 284 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[5]/mtr: 26 -> 27 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[5]/mn: 245 -> 0 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[5]/mtp: 12 -> 16 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[5]/mfx/mv: 2 -> -1 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[5]/mdsc: 'Colony established on Betelgeuse.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[6]/mid: 274 -> 285 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[6]/mtr: 26 -> 27 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[6]/mn: 0 -> 265 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[6]/mtp: 16 -> 10 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[6]/mfx/mv: -1 -> 10 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[6]/mdsc: 'Population limits inhibit freedom.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[7]/mid: 275 -> 315 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[8]/mid: 284 -> 316 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[8]/mtr: 27 -> 28 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[8]/mn: 0 -> 267 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[8]/mtp: 16 -> 12 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[8]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[8]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[9]/mid: 285 -> 323 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[9]/mn: 265 -> 0 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[9]/mtp: 10 -> 16 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[9]/mfx/mv: 10 -> -1 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[464 "Ke'Trath"]/BQ/ords: reordered + /Sim/systems/Sys[464 "Ke'Trath"]/BQ/ords/.[0]: 3 -> 2 + /Sim/systems/Sys[464 "Ke'Trath"]/BQ/ords/.[desID=1826]/conleft: 2712 -> 6196 + /Sim/systems/Sys[464 "Ke'Trath"]/BQ/ords/.[desID=1826]/ordID: 287 -> 308 + /Sim/systems/Sys[464 "Ke'Trath"]/BQ/ords/.[desID=1826]/ordID: 288 -> 308 + /Sim/systems/Sys[464 "Ke'Trath"]/BQ/ords/.[desID=1826]/ordID: 289 -> 308 + /Sim/systems/Sys[464 "Ke'Trath"]/TShn: 27 -> 28 + /Sim/systems/Sys[480 "Hitomi"]/PvPop: 160000000 -> 0 + /Sim/systems/Sys[480 "Hitomi"]/PvPop2/PopG/PopC: 399743111 -> 339273554 + /Sim/systems/Sys[480 "Hitomi"]/PvInfra: 1.0 -> 0.8045483827590942 [3.27913e+06 ulp] + /Sim/systems/Sys[480 "Hitomi"]/PvSuit: 8.2476806640625 -> 6.322675704956055 [3.77732e+06 ulp] + /Sim/systems/Sys[480 "Hitomi"]/PvRes: 6122 -> 6128 + /Sim/systems/Sys[480 "Hitomi"]/haltv[0]: True -> False + /Sim/systems/Sys[480 "Hitomi"]/haltv[1]: True -> False + /Sim/systems/Sys[480 "Hitomi"]/haltv[2]: True -> False + /Sim/systems/Sys[480 "Hitomi"]/Bats2: 2684354720 -> 2415919248 + /Sim/systems/Sys[480 "Hitomi"]/PvCM/msp: only-in-A + /Sim/systems/Sys[480 "Hitomi"]/PvCM/mv: only-in-A + /Sim/systems/Sys[480 "Hitomi"]/PvCM/mnsp: 1 -> 0 + /Sim/systems/Sys[480 "Hitomi"]/TShn[1]: 27 -> 28 + /Sim/trdmgr/trades/Trade[752]/fwarn/.[0]: only-in-A + /Sim/trdmgr/trades/Trade[752]/fwarn/.[1]: only-in-A + /Sim/trdmgr/trades/Trade[752]/fwarn/.: only-in-B + /Sim/trdmgr/trades/Trade[768]/fwarn/.[1]/ntrns: 1 -> 2 + /Sim/trdmgr/trades/Trade[816]/tsflt[0]: 7072 -> 7360 + /Sim/trdmgr/trades/Trade[816]/tsflt[1]: 7088 -> 7376 + /Sim/NumFlts: 54 -> 59 + /Sim/fleets/Flt[1586 "Eta Fleet V"]: only-in-A + /Sim/fleets/Flt[7072 "Freighters"]: only-in-A + /Sim/fleets/Flt[7088 "Escorts"]: only-in-A + /Sim/fleets/Flt[1970 "Sigma Fleet VI"]: only-in-B + /Sim/fleets/Flt[1986 "Tau Fleet VI"]: only-in-B + /Sim/fleets/Flt[2002 "Upsilon Fleet VI"]: only-in-B + /Sim/fleets/Flt[7120 "Phi Fleet VI"]: only-in-B + /Sim/fleets/Flt[7152 "Chi Fleet VI"]: only-in-B + /Sim/fleets/Flt[7216 "Psi Fleet VI"]: only-in-B + /Sim/fleets/Flt[7360 "Freighters"]: only-in-B + /Sim/fleets/Flt[7376 "Escorts"]: only-in-B + /Sim/fleets/Flt[290 "Alpha Fleet II"]/Lay/.[8]: 2160 -> 2400 + /Sim/fleets/Flt[290 "Alpha Fleet II"]/Lay/.[9]: 2400 -> 2800 + /Sim/fleets/Flt[290 "Alpha Fleet II"]/Lay/.[10]: 2800 -> 3008 + /Sim/fleets/Flt[290 "Alpha Fleet II"]/Lay/.[11]: 3008 -> 3040 + /Sim/fleets/Flt[290 "Alpha Fleet II"]/Lay/.[12]: 3040 -> 3056 + /Sim/fleets/Flt[290 "Alpha Fleet II"]/Lay/.[13]: 3056 -> 2384 + /Sim/fleets/Flt[290 "Alpha Fleet II"]/Lay/.[14]: 2384 -> 2752 + /Sim/fleets/Flt[290 "Alpha Fleet II"]/Lay/.[15]: 2752 -> 2416 + /Sim/fleets/Flt[290 "Alpha Fleet II"]/Lay/.[16]: 2416 -> 2160 + /Sim/fleets/Flt[290 "Alpha Fleet II"]/ships/Ship[2416]/Health/.[0]: 0.004972349852323532 -> 0.007725359871983528 [5.91204e+06 ulp] + /Sim/fleets/Flt[322 "Delta Fleet II"]/ships/Ship[1856]/Health/.[0]: 0.00016199999663513154 -> 0.0003422499867156148 [9.01567e+06 ulp] + /Sim/fleets/Flt[786 "Epsilon Fleet III"]/ships/Ship[1952]/Health/.[0]: 3.334000211907551e-05 -> 5.2060000598430634e-05 [5.14571e+06 ulp] + /Sim/fleets/Flt[914 "Nu Fleet III"]/FtFlg: 13 -> 12 + /Sim/fleets/Flt[914 "Nu Fleet III"]/Ftpae: 128 -> 0 + /Sim/fleets/Flt[914 "Nu Fleet III"]/Lay/.[10]: 4032 -> 4048 + /Sim/fleets/Flt[914 "Nu Fleet III"]/Lay/.[11]: 4048 -> 4032 + /Sim/fleets/Flt[930 "Xi Fleet III"]/ships/Ship[3696]/Range: 1.833453893661499 -> 9.0 [1.92229e+07 ulp] + /Sim/fleets/Flt[930 "Xi Fleet III"]/ships/Ship[4512]/Range: 1.833453893661499 -> 9.0 [1.92229e+07 ulp] + /Sim/fleets/Flt[930 "Xi Fleet III"]/ships/Ship[4816]/Range: 1.833453893661499 -> 9.0 [1.92229e+07 ulp] + /Sim/fleets/Flt[930 "Xi Fleet III"]/ships/Ship[3712]/Range: 1.833453893661499 -> 9.0 [1.92229e+07 ulp] + /Sim/fleets/Flt[930 "Xi Fleet III"]/ships/Ship[4080]/Range: 1.833453893661499 -> 9.0 [1.92229e+07 ulp] + /Sim/fleets/Flt[930 "Xi Fleet III"]/ships/Ship[4112]/Range: 1.833453893661499 -> 9.0 [1.92229e+07 ulp] + /Sim/fleets/Flt[930 "Xi Fleet III"]/ships/Ship[4800]/Range: 1.833453893661499 -> 9.0 [1.92229e+07 ulp] + /Sim/fleets/Flt[994 "Rho Fleet III"]/FPlan: only-in-A + /Sim/fleets/Flt[994 "Rho Fleet III"]/Pos/.[0]: -0.274216890335083 -> 1.013401746749878 [2.11485e+09 ulp] + /Sim/fleets/Flt[994 "Rho Fleet III"]/Pos/.[1]: 2.0393292903900146 -> 2.5877604484558105 [2.30029e+06 ulp] + /Sim/fleets/Flt[994 "Rho Fleet III"]/Pos/.[2]: -0.2780052423477173 -> 1.1378376483917236 [2.11603e+09 ulp] + /Sim/fleets/Flt[994 "Rho Fleet III"]/LocID: 0 -> 384 + /Sim/fleets/Flt[994 "Rho Fleet III"]/HFPlan: True -> False + /Sim/fleets/Flt[994 "Rho Fleet III"]/PrvPos/.[0]: -1.5677754878997803 -> -0.274216890335083 [2.07275e+07 ulp] + /Sim/fleets/Flt[994 "Rho Fleet III"]/PrvPos/.[1]: 1.488368034362793 -> 2.0393292903900146 [4.45684e+06 ulp] + /Sim/fleets/Flt[994 "Rho Fleet III"]/PrvPos/.[2]: -1.7003793716430664 -> -0.2780052423477173 [2.17127e+07 ulp] + /Sim/fleets/Flt[994 "Rho Fleet III"]/ships/Ship[4928]/Range: 8.995920181274414 -> 25.0 [1.20629e+07 ulp] + /Sim/fleets/Flt[5216 "Alpha Fleet IV"]/NShips: 3 -> 4 + /Sim/fleets/Flt[5216 "Alpha Fleet IV"]/ships/Ship[6976]: only-in-A + /Sim/fleets/Flt[5216 "Alpha Fleet IV"]/ships/Ship[6992]: only-in-A + /Sim/fleets/Flt[5216 "Alpha Fleet IV"]/ships/Ship[7248]: only-in-B + /Sim/fleets/Flt[5216 "Alpha Fleet IV"]/ships/Ship[7264]: only-in-B + /Sim/fleets/Flt[5216 "Alpha Fleet IV"]/ships/Ship[7280]: only-in-B + /Sim/fleets/Flt[1154 "Eta Fleet IV"]/NShips: 3 -> 2 + /Sim/fleets/Flt[1154 "Eta Fleet IV"]/ships/Ship[5264]: only-in-A + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/Pos/.[0]: 0.08545726537704468 -> -0.8424871563911438 [2.09759e+09 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/Pos/.[1]: 4.03765344619751 -> 5.487546443939209 [3.04065e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/Pos/.[2]: 2.156036615371704 -> 3.1742355823516846 [4.27064e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/FPlan/FPeta2: 3 -> 2 + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/PrvPos/.[0]: 1.013401746749878 -> 0.08545726537704468 [3.05856e+07 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/PrvPos/.[1]: 2.5877604484558105 -> 4.03765344619751 [6.00233e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/PrvPos/.[2]: 1.1378376483917236 -> 2.156036615371704 [7.88681e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[5152]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[5184]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[5360]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[5376]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[5504]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[5520]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[5408]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[6048]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[4672]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[5232]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[6736]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[6752]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[6768]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[5648]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1426 "Alpha Fleet V"]/Pos/.[0]: -0.6894209384918213 -> -1.9186691045761108 [1.2917e+07 ulp] + /Sim/fleets/Flt[1426 "Alpha Fleet V"]/Pos/.[1]: 6.533890247344971 -> 7.367920398712158 [1.74909e+06 ulp] + /Sim/fleets/Flt[1426 "Alpha Fleet V"]/Pos/.[2]: 3.0176987648010254 -> 4.356856346130371 [4.86845e+06 ulp] + /Sim/fleets/Flt[1426 "Alpha Fleet V"]/FPlan/FPeta2: 2 -> 1 + /Sim/fleets/Flt[1426 "Alpha Fleet V"]/PrvPos/.[0]: 0.5398271083831787 -> -0.6894209384918213 [2.11778e+09 ulp] + /Sim/fleets/Flt[1426 "Alpha Fleet V"]/PrvPos/.[1]: 5.699860095977783 -> 6.533890247344971 [1.74909e+06 ulp] + /Sim/fleets/Flt[1426 "Alpha Fleet V"]/PrvPos/.[2]: 1.6785414218902588 -> 3.0176987648010254 [6.96513e+06 ulp] + /Sim/fleets/Flt[1426 "Alpha Fleet V"]/ships/Ship[5760]/Range: 3.0 -> 1.0 [1.25829e+07 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/FPlan: only-in-B + /Sim/fleets/Flt[1538 "Beta Fleet V"]/Pos/.[0]: 2.899303674697876 -> 2.226682186126709 [2.82118e+06 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/Pos/.[1]: 9.297136306762695 -> 8.307077407836914 [1.03815e+06 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/Pos/.[2]: -0.010525703430175781 -> 1.591773509979248 [2.07986e+09 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/LocID: 208 -> 0 + /Sim/fleets/Flt[1538 "Beta Fleet V"]/HFPlan: False -> True + /Sim/fleets/Flt[1538 "Beta Fleet V"]/FtOrig/.[0]: 1.4411334991455078 -> 2.899303674697876 [8.46006e+06 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/FtOrig/.[1]: 1.4231934547424316 -> 9.297136306762695 [2.2976e+07 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/FtOrig/.[2]: -2.2154250144958496 -> -0.010525703430175781 [6.50991e+07 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/FtFlg: 12 -> 13 + /Sim/fleets/Flt[1538 "Beta Fleet V"]/PrvPos/.[0]: 2.845612049102783 -> 2.899303674697876 [225199 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/PrvPos/.[1]: 9.007207870483398 -> 9.297136306762695 [304012 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/PrvPos/.[2]: -0.09171271324157715 -> -0.010525703430175781 [2.61734e+07 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/ships/Ship[5904]/RefCap: 70.0 -> 69.33333587646484 [87381 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/ships/Ship[5904]/Act: 3 -> 0 + /Sim/fleets/Flt[1602 "Theta Fleet V"]/FtFlg: 13 -> 12 + /Sim/fleets/Flt[1602 "Theta Fleet V"]/ships/Ship[6080]/Range: 0.19138050079345703 -> 9.0 [4.69255e+07 ulp] + /Sim/fleets/Flt[1602 "Theta Fleet V"]/ships/Ship[5920]/Range: 0.19138050079345703 -> 9.0 [4.69255e+07 ulp] + /Sim/fleets/Flt[1602 "Theta Fleet V"]/ships/Ship[5936]/Range: 0.19138050079345703 -> 9.0 [4.69255e+07 ulp] + /Sim/fleets/Flt[1650 "Mu Fleet V"]/FtFlg: 13 -> 12 + /Sim/fleets/Flt[1650 "Mu Fleet V"]/Ftpae: 128 -> 0 + /Sim/fleets/Flt[1682 "Xi Fleet V"]/FtFlg: 13 -> 12 + /Sim/fleets/Flt[1682 "Xi Fleet V"]/Ftpae: 128 -> 0 + /Sim/fleets/Flt[6544 "Beta Fleet"]/FtFlg: 5 -> 4 + /Sim/fleets/Flt[1794 "Psi Fleet V"]/FPlan: only-in-A + /Sim/fleets/Flt[1794 "Psi Fleet V"]/Pos/.[0]: 1.2197027206420898 -> 1.013401746749878 [1.73058e+06 ulp] + /Sim/fleets/Flt[1794 "Psi Fleet V"]/Pos/.[1]: 1.4725927114486694 -> 2.5877604484558105 [6.88946e+06 ulp] + /Sim/fleets/Flt[1794 "Psi Fleet V"]/Pos/.[2]: 0.6560204029083252 -> 1.1378376483917236 [6.92729e+06 ulp] + /Sim/fleets/Flt[1794 "Psi Fleet V"]/LocID: 0 -> 384 + /Sim/fleets/Flt[1794 "Psi Fleet V"]/HFPlan: True -> False + /Sim/fleets/Flt[1794 "Psi Fleet V"]/PrvPos/.[0]: 1.554553508758545 -> 1.2197027206420898 [2.80893e+06 ulp] + /Sim/fleets/Flt[1794 "Psi Fleet V"]/PrvPos/.[1]: -0.33745646476745605 -> 1.4725927114486694 [2.12083e+09 ulp] + /Sim/fleets/Flt[1794 "Psi Fleet V"]/PrvPos/.[2]: -0.12602603435516357 -> 0.6560204029083252 [2.09984e+09 ulp] + /Sim/fleets/Flt[1794 "Psi Fleet V"]/ships/Ship[4976]/Range: 5.0 -> 9.0 [7.34003e+06 ulp] + /Sim/fleets/Flt[1810 "Omega Fleet V"]/FtFlg: 13 -> 12 + /Sim/fleets/Flt[1810 "Omega Fleet V"]/Ftpae: 128 -> 0 + /Sim/fleets/Flt[6800 "Zeta Fleet VI"]/NShips: 8 -> 12 + /Sim/fleets/Flt[6800 "Zeta Fleet VI"]/ships/Ship[7296]: only-in-B + /Sim/fleets/Flt[6800 "Zeta Fleet VI"]/ships/Ship[7312]: only-in-B + /Sim/fleets/Flt[6800 "Zeta Fleet VI"]/ships/Ship[7328]: only-in-B + /Sim/fleets/Flt[6800 "Zeta Fleet VI"]/ships/Ship[7344]: only-in-B + /Sim/fleets/Flt[1906 "Lambda Fleet VI"]/Pos/.[0]: 1.575334072113037 -> 0.25136446952819824 [2.15577e+07 ulp] + /Sim/fleets/Flt[1906 "Lambda Fleet VI"]/Pos/.[1]: 7.848433017730713 -> 6.3997297286987305 [3.03815e+06 ulp] + /Sim/fleets/Flt[1906 "Lambda Fleet VI"]/Pos/.[2]: 0.374653697013855 -> 0.7598330974578857 [8.5652e+06 ulp] + /Sim/fleets/Flt[1906 "Lambda Fleet VI"]/FPlan/FPeta2: 6 -> 5 + /Sim/fleets/Flt[1906 "Lambda Fleet VI"]/PrvPos/.[0]: 2.899303674697876 -> 1.575334072113037 [7.33431e+06 ulp] + /Sim/fleets/Flt[1906 "Lambda Fleet VI"]/PrvPos/.[1]: 9.297136306762695 -> 7.848433017730713 [1.678e+06 ulp] + /Sim/fleets/Flt[1906 "Lambda Fleet VI"]/PrvPos/.[2]: -0.010525703430175781 -> 0.374653697013855 [2.0623e+09 ulp] + /Sim/fleets/Flt[1906 "Lambda Fleet VI"]/ships/Ship[3600]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1922 "Mu Fleet VI"]/Pos/.[0]: -0.958702564239502 -> -1.467101812362671 [4.61119e+06 ulp] + /Sim/fleets/Flt[1922 "Mu Fleet VI"]/Pos/.[1]: 2.2816178798675537 -> 3.7276859283447266 [6.06525e+06 ulp] + /Sim/fleets/Flt[1922 "Mu Fleet VI"]/Pos/.[2]: -0.47435295581817627 -> 0.8103331327438354 [2.11828e+09 ulp] + /Sim/fleets/Flt[1922 "Mu Fleet VI"]/FPlan/FPeta2: 5 -> 4 + /Sim/fleets/Flt[1922 "Mu Fleet VI"]/PrvPos/.[0]: -0.45030322670936584 -> -0.958702564239502 [9.3633e+06 ulp] + /Sim/fleets/Flt[1922 "Mu Fleet VI"]/PrvPos/.[1]: 0.8355500102043152 -> 2.2816178798675537 [1.23288e+07 ulp] + /Sim/fleets/Flt[1922 "Mu Fleet VI"]/PrvPos/.[2]: -1.7590389251708984 -> -0.47435295581817627 [1.56165e+07 ulp] + /Sim/fleets/Flt[1922 "Mu Fleet VI"]/ships/Ship[6720]/Range: 4.0 -> 2.0 [8.38861e+06 ulp] + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/FPlan: only-in-A + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/Pos/.[0]: -0.5035865306854248 -> -2.4402172565460205 [1.85634e+07 ulp] + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/Pos/.[1]: 1.0797879695892334 -> 0.7378109097480774 [5.06811e+06 ulp] + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/Pos/.[2]: -1.8989818096160889 -> -1.5838549137115479 [2.64348e+06 ulp] + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/LocID: 0 -> 400 + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/HFPlan: True -> False + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/PrvPos/.[0]: 1.4411334991455078 -> -0.5035865306854248 [2.12608e+09 ulp] + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/PrvPos/.[1]: 1.4231934547424316 -> 1.0797879695892334 [2.88069e+06 ulp] + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/PrvPos/.[2]: -2.2154250144958496 -> -1.8989818096160889 [1.75096e+06 ulp] + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/ships/Ship[6688]/RefCap: 69.33333587646484 -> 70.0 [87381 ulp] + /Sim/fleets/Flt[6960 "Omikron Fleet VI"]/NShips: 1 -> 2 + /Sim/fleets/Flt[6960 "Omikron Fleet VI"]/ships/Ship[7184]: only-in-B + /Sim/NumActs: 1 -> 0 + /CD[1]/CmbR[3]: only-in-A + /CD[1]/CmbR[4]: only-in-A + /CD[1]/NCmbR: 5 -> 3 + /CD[1]/NPrvVa: 469.93359375 -> 479.93359375 [327680 ulp] + /CD[1]/apr/.[0]: only-in-A + /CD[1]/apr/.[1]: only-in-A + /CD[1]/apr/.: only-in-B diff --git a/verify/results/standalone/cv/cv-replay-run.log b/verify/results/standalone/cv/cv-replay-run.log new file mode 100644 index 0000000..5767ace --- /dev/null +++ b/verify/results/standalone/cv/cv-replay-run.log @@ -0,0 +1,206 @@ +load: /home/alex/sots-re/verify/results/saves/ad-turn27-two-raiders.sav + 1052300 inflated bytes, 0 error(s), 1 warning(s) + turn 27, frame 27, modCount 1428, 8 player(s), 28 system(s), 54 fleet(s) +data: ./sotsdata -- 885 section(s) over 7 race(s), 5196 string(s), 46 load problem(s) +turn-commands: br2-deep.tcb -- 8 block(s), 3 seed(s) + source: BR2-deep-aiorders.txt + input: ad-turn27-two-raiders.sav + batch: seq=2 n=8 + note: the load-time batch is excluded; this is the End-Turn submission + +turn commands: 8 block(s), 4 submitting, 85 command(s) + ModCount bumps charged 70 + applied 4 transcribed 0 declined 36 incomplete 45 + leaves written by commands 0 + + step blk player cost disposition command + 6 1 32 1 incomplete list 5 system rates [0] + the capture does not carry all eight fields of the rates frame + 6 1 32 1 incomplete list 5 system rates [1] + the capture does not carry all eight fields of the rates frame + 6 1 32 1 incomplete list 5 system rates [2] + the capture does not carry all eight fields of the rates frame + 6 1 32 1 incomplete list 5 system rates [3] + the capture does not carry all eight fields of the rates frame + 6 1 32 1 incomplete list 5 system rates [4] + the capture does not carry all eight fields of the rates frame + 6 1 32 1 incomplete list 5 system rates [5] + the capture does not carry all eight fields of the rates frame + 6 1 32 1 incomplete list 5 system rates [6] + the capture does not carry all eight fields of the rates frame + 6 1 32 1 incomplete list 5 system rates [7] + the capture does not carry all eight fields of the rates frame + 6 1 32 1 incomplete list 5 system rates [8] + the capture does not carry all eight fields of the rates frame + 6 1 32 1 incomplete list 5 system rates [9] + the capture does not carry all eight fields of the rates frame + 6 1 32 1 incomplete list 5 system rates [10] + the capture does not carry all eight fields of the rates frame + 6 1 32 1 incomplete list 5 system rates [11] + the capture does not carry all eight fields of the rates frame + 6 1 32 1 incomplete list 5 system rates [12] + the capture does not carry all eight fields of the rates frame + 6 1 32 1 incomplete list 5 system rates [13] + the capture does not carry all eight fields of the rates frame + 6 1 32 1 incomplete list 5 system rates [14] + the capture does not carry all eight fields of the rates frame + 7 1 32 0 incomplete list 23 population [0] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 7 1 32 0 incomplete list 23 population [1] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 7 1 32 0 incomplete list 23 population [2] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 7 1 32 0 incomplete list 23 population [3] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 7 1 32 0 incomplete list 23 population [4] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 7 1 32 0 incomplete list 23 population [5] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 7 1 32 0 incomplete list 23 population [6] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 7 1 32 0 incomplete list 23 population [7] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 7 1 32 0 incomplete list 23 population [8] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 7 1 32 0 incomplete list 23 population [9] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 7 1 32 0 incomplete list 23 population [10] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 7 1 32 0 incomplete list 23 population [11] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 7 1 32 0 incomplete list 23 population [12] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 7 1 32 0 incomplete list 23 population [13] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 7 1 32 0 incomplete list 23 population [14] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 9 0 16 1 applied gate loop A (group5, research target, research rate) / research rate + the empire research/savings slider; the applier is a small handler and only this field write is modelled from it + 9 1 32 1 applied gate loop A (group5, research target, research rate) / research rate + the empire research/savings slider; the applier is a small handler and only this field write is modelled from it + 9 2 496 1 applied gate loop A (group5, research target, research rate) / research rate + the empire research/savings slider; the applier is a small handler and only this field write is modelled from it + 9 3 512 1 applied gate loop A (group5, research target, research rate) / research rate + the empire research/savings slider; the applier is a small handler and only this field write is modelled from it + 10 1 32 1 incomplete list 1 new designs [0] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 10 1 32 1 incomplete list 1 new designs [1] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 10 1 32 1 incomplete list 1 new designs [2] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 12 1 32 1 declined list 3 build orders [0] + ship construction: no phase in this engine builds a ship, so the build queue's ordinal, the maintenance charge, the savings debit and the hull's id allocation all have no model + 12 1 32 1 declined list 3 build orders [1] + ship construction: no phase in this engine builds a ship, so the build queue's ordinal, the maintenance charge, the savings debit and the hull's id allocation all have no model + 12 1 32 1 declined list 3 build orders [2] + ship construction: no phase in this engine builds a ship, so the build queue's ordinal, the maintenance charge, the savings debit and the hull's id allocation all have no model + 12 1 32 1 declined list 3 build orders [3] + ship construction: no phase in this engine builds a ship, so the build queue's ordinal, the maintenance charge, the savings debit and the hull's id allocation all have no model + 12 1 32 1 declined list 3 build orders [4] + ship construction: no phase in this engine builds a ship, so the build queue's ordinal, the maintenance charge, the savings debit and the hull's id allocation all have no model + 12 1 32 1 declined list 3 build orders [5] + ship construction: no phase in this engine builds a ship, so the build queue's ordinal, the maintenance charge, the savings debit and the hull's id allocation all have no model + 12 1 32 1 declined list 3 build orders [6] + ship construction: no phase in this engine builds a ship, so the build queue's ordinal, the maintenance charge, the savings debit and the hull's id allocation all have no model + 12 1 32 1 declined list 3 build orders [7] + ship construction: no phase in this engine builds a ship, so the build queue's ordinal, the maintenance charge, the savings debit and the hull's id allocation all have no model + 12 1 32 1 declined list 3 build orders [8] + ship construction: no phase in this engine builds a ship, so the build queue's ordinal, the maintenance charge, the savings debit and the hull's id allocation all have no model + 12 1 32 1 declined list 3 build orders [9] + ship construction: no phase in this engine builds a ship, so the build queue's ordinal, the maintenance charge, the savings debit and the hull's id allocation all have no model + 12 1 32 1 declined list 3 build orders [10] + ship construction: no phase in this engine builds a ship, so the build queue's ordinal, the maintenance charge, the savings debit and the hull's id allocation all have no model + 12 1 32 1 declined list 3 build orders [11] + ship construction: no phase in this engine builds a ship, so the build queue's ordinal, the maintenance charge, the savings debit and the hull's id allocation all have no model + 12 1 32 1 declined list 3 build orders [12] + ship construction: no phase in this engine builds a ship, so the build queue's ordinal, the maintenance charge, the savings debit and the hull's id allocation all have no model + 12 1 32 1 declined list 3 build orders [13] + ship construction: no phase in this engine builds a ship, so the build queue's ordinal, the maintenance charge, the savings debit and the hull's id allocation all have no model + 12 1 32 1 declined list 3 build orders [14] + ship construction: no phase in this engine builds a ship, so the build queue's ordinal, the maintenance charge, the savings debit and the hull's id allocation all have no model + 12 1 32 1 declined list 3 build orders [15] + ship construction: no phase in this engine builds a ship, so the build queue's ordinal, the maintenance charge, the savings debit and the hull's id allocation all have no model + 12 1 32 1 declined list 3 build orders [16] + ship construction: no phase in this engine builds a ship, so the build queue's ordinal, the maintenance charge, the savings debit and the hull's id allocation all have no model + 12 1 32 1 declined list 3 build orders [17] + ship construction: no phase in this engine builds a ship, so the build queue's ordinal, the maintenance charge, the savings debit and the hull's id allocation all have no model + 12 1 32 1 declined list 3 build orders [18] + ship construction: no phase in this engine builds a ship, so the build queue's ordinal, the maintenance charge, the savings debit and the hull's id allocation all have no model + 17 1 32 1 declined list 10 [0] + an unnamed command; its three words fit 'assign these ships to this fleet at this system' and that reading has never been tested + 17 1 32 1 declined list 10 [1] + an unnamed command; its three words fit 'assign these ships to this fleet at this system' and that reading has never been tested + 17 1 32 1 declined list 10 [2] + an unnamed command; its three words fit 'assign these ships to this fleet at this system' and that reading has never been tested + 17 1 32 1 declined list 10 [3] + an unnamed command; its three words fit 'assign these ships to this fleet at this system' and that reading has never been tested + 18 1 32 1 incomplete list 12 fleet layouts [0] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 18 1 32 1 incomplete list 12 fleet layouts [1] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 18 1 32 1 incomplete list 12 fleet layouts [2] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 18 1 32 1 incomplete list 12 fleet layouts [3] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 18 1 32 1 incomplete list 12 fleet layouts [4] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 18 1 32 1 incomplete list 12 fleet layouts [5] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 18 1 32 1 incomplete list 12 fleet layouts [6] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 18 1 32 1 incomplete list 12 fleet layouts [7] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 18 1 32 1 incomplete list 12 fleet layouts [8] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 18 1 32 1 incomplete list 12 fleet layouts [9] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 18 1 32 1 incomplete list 12 fleet layouts [10] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 18 1 32 1 incomplete list 12 fleet layouts [11] + the capture recorded this element's presence but not all of its payload; the command is counted and deliberately not applied + 20 1 32 1 declined list 14 fleet tasks [0] + a fleet task keyed on (fleet, mode); the two modes' effects are unread, and the fleet it names is the client-allocated one from list 8 + 20 1 32 1 declined list 14 fleet tasks [1] + a fleet task keyed on (fleet, mode); the two modes' effects are unread, and the fleet it names is the client-allocated one from list 8 + 20 1 32 1 declined list 14 fleet tasks [2] + a fleet task keyed on (fleet, mode); the two modes' effects are unread, and the fleet it names is the client-allocated one from list 8 + 20 1 32 1 declined list 14 fleet tasks [3] + a fleet task keyed on (fleet, mode); the two modes' effects are unread, and the fleet it names is the client-allocated one from list 8 + 20 1 32 1 declined list 14 fleet tasks [4] + a fleet task keyed on (fleet, mode); the two modes' effects are unread, and the fleet it names is the client-allocated one from list 8 + 20 1 32 1 declined list 14 fleet tasks [5] + a fleet task keyed on (fleet, mode); the two modes' effects are unread, and the fleet it names is the client-allocated one from list 8 + 20 1 32 1 declined list 14 fleet tasks [6] + a fleet task keyed on (fleet, mode); the two modes' effects are unread, and the fleet it names is the client-allocated one from list 8 + 20 1 32 1 declined list 14 fleet tasks [7] + a fleet task keyed on (fleet, mode); the two modes' effects are unread, and the fleet it names is the client-allocated one from list 8 + 23 1 32 1 declined list 7 colonize [0] + colonisation from a named colony ship: the colony formulas exist but the ship-to-planet resolution the command relies on does not + 23 1 32 1 declined list 7 colonize [1] + colonisation from a named colony ship: the colony formulas exist but the ship-to-planet resolution the command relies on does not + 24 1 32 1 declined list 8 fleet moves [0] + the order names a fleet the input save does not contain -- the client allocates the fleet object AND its id before it submits, and that allocator is unread, so applying a route would move a fleet that does not exist + 24 1 32 1 declined list 8 fleet moves [1] + the order names a fleet the input save does not contain -- the client allocates the fleet object AND its id before it submits, and that allocator is unread, so applying a route would move a fleet that does not exist + 24 1 32 1 declined list 8 fleet moves [2] + the order names a fleet the input save does not contain -- the client allocates the fleet object AND its id before it submits, and that allocator is unread, so applying a route would move a fleet that does not exist + +phases + turn drivers (the milestone's denominator): 16 of 44 modelled, 12 committed + verified 0 implemented 4 partial 8 blocked 4 stub 28 + post-combat tail (written to the autosave, tracked separately): 6 of 37 modelled + verified 0 implemented 1 partial 4 blocked 1 stub 31 + +this run + leaves written 96 + leaves NOT written by a blocked phase 119 + generator words consumed 16 (state loaded, left untouched) + generator words NOT accounted (never netted off the above): + - encounter detection draws one unit value and one bounded integer per turn on every turn measured (2 words), with no derived rule behind the count -- its bound is the product of the contact and detector counts, so it is left unmodelled + - two draws are downstream of the budget's research allocation -- ProcessResearch's completion Chance and the tech-effect callback's own roll (0 or 1 word each). The allocation needs ComputeBudget's per-system money, which is ComputeOutput with the system's OWN rate sliders; the max-income form of that money is now modelled and self-checked (see T31), but it is NOT the one this path takes + - a successful raid roll may draw one further word to pick its target; no roll succeeded on any measured turn, so the cost of a success is 0 or 1 and undetermined + ! the generator advanced during this run but the save keeps its original state (--commit-rng to write it) + ! the modelled words are a LOWER BOUND on the turn's cost, so a committed generator is short by the unaccounted sites below and its drawn VALUES are not the game's + +wrote r1-deep.sav (100615 bytes gzipped, 1052288 inflated) +metric -> r1.json diff --git a/verify/results/standalone/cv/cv-replay-vs-bp-pinB.txt b/verify/results/standalone/cv/cv-replay-vs-bp-pinB.txt new file mode 100644 index 0000000..8d886a9 --- /dev/null +++ b/verify/results/standalone/cv/cv-replay-vs-bp-pinB.txt @@ -0,0 +1,1096 @@ +A 6d41b1d477ec374dd3568b9ec4ae8914 /tmp/claude-1000/-home-alex/ec8e34f8-af37-4ef2-a309-ed6a15293097/scratchpad/r1-deep.sav +B 1a4bed5535962793c1554b284fd1c4f7 verify/results/saves/bp-pinB-turn28.sav +policy: floats=bits mask=none reader=74fd562c75e2679e +DIVERGED: 1092 leaf difference(s) + /Summary/Checksum: -1589171184 -> 643087980 + /Sim/Act: only-in-A + /Sim/NMnx: 443 -> 461 + /Sim/DesignIDs[]: removed [], added [2018, 2034, 2050] (84 -> 87 entries) + /Sim/FleetIDs[]: removed [1586, 7072, 7088], added [1970, 1986, 2002, 7120, 7152, 7216, 7360, 7376] (54 -> 59 entries) + /Sim/ShipIDs[]: removed [6016], added [7248, 7264, 7280, 7296, 7312, 7328, 7344, 7184, 7104, 7136, 7168, 7200, 7232] (199 -> 211 entries) + /Sim/ModCount: 1500 -> 1502 + /Sim/RNG/.: '' -> '' + /Sim/sprjs/usp: only-in-B + /Sim/cmbtid: 41 -> 42 + /Sim/turnstats/history/hist[0]/stats[27]: only-in-B + /Sim/turnstats/history/hist[1]/stats[27]: only-in-B + /Sim/turnstats/history/hist[2]/stats[27]: only-in-B + /Sim/turnstats/history/hist[3]/stats[27]: only-in-B + /Sim/turnstats/history/hist[4]/stats[27]: only-in-B + /Sim/turnstats/history/hist[5]/stats[27]: only-in-B + /Sim/turnstats/history/hist[6]/stats[27]: only-in-B + /Sim/turnstats/history/hist[7]/stats[27]: only-in-B + /Sim/crep[22]/prep/.[2]/nshp[3]: 2 -> 0 + /Sim/crep[22]/prep/.[2]/nshp[4]: 1 -> 0 + /Sim/crep[22]/prep/.[2]/nshp[5]: 1 -> 0 + /Sim/crep[23]/prep/.[1]/nshp[3]: 2 -> 0 + /Sim/crep[23]/prep/.[1]/nshp[4]: 2 -> 0 + /Sim/crep[24]/prep/.[1]/nshp[4]: 1 -> 0 + /Sim/players/Player[16 "re"]/Sav: 72492906 -> 72495237 + /Sim/players/Player[16 "re"]/Events/EvNxID: 78 -> 79 + /Sim/players/Player[16 "re"]/Events/Events/.[EvTurn=28]: only-in-B + /Sim/players/Player[16 "re"]/Events/Events/.[0]: 26 -> 27 + /Sim/players/Player[16 "re"]/BnkPr: -3977836 -> -4101170 + /Sim/players/Player[16 "re"]/BnkEl: -8036033 -> -8285193 + /Sim/players/Player[16 "re"]/nmeid: 125 -> 129 + /Sim/players/Player[16 "re"]/odes/.[13]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/OwnId[15]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/TechTree/St[13]: 3 -> 4 + /Sim/players/Player[32 "The Eternal Empire"]/TechTree/TResDone[13]: 15724 -> 22500 + /Sim/players/Player[32 "The Eternal Empire"]/TechTree/TAcq[13]: -1 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/TechTree/TiAcq[13]: -1 -> 52 + /Sim/players/Player[32 "The Eternal Empire"]/Sav: 11968054 -> 11249088 + /Sim/players/Player[32 "The Eternal Empire"]/TerraMod: 1.350000023841858 -> 1.7999999523162842 [3.77487e+06 ulp] + /Sim/players/Player[32 "The Eternal Empire"]/Maint: 158000 -> 179000 + /Sim/players/Player[32 "The Eternal Empire"]/Events/EvNxID: 267 -> 279 + /Sim/players/Player[32 "The Eternal Empire"]/Events/Events/.[EvTurn=28]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/Events/Events/.[0]: 26 -> 27 + /Sim/players/Player[32 "The Eternal Empire"]/FNG/FNGNum: 137 -> 145 + /Sim/players/Player[32 "The Eternal Empire"]/PvSav: 11550201 -> 10397308 + /Sim/players/Player[32 "The Eternal Empire"]/BnkPr: -6277910 -> -6310042 + /Sim/players/Player[32 "The Eternal Empire"]/BnkEl: -12682646 -> -12747559 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srd[33]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/src[33]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srb[36]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srl[36]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/sri[36]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srd[34]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/src[34]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srb[37]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srl[37]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/sri[37]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srb[0]: 262 -> 269 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/sri[0]: 172 -> 178 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srb[1]: 24 -> 30 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/sri[1]: 24 -> 30 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srbd: 33 -> 35 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srb[24]: 20 -> 27 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/sri[24]: 12 -> 19 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/sri[25]: 17 -> 16 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/srb[31]: 9 -> 10 + /Sim/players/Player[32 "The Eternal Empire"]/ShipRecs/sri[31]: 9 -> 10 + /Sim/players/Player[32 "The Eternal Empire"]/nmeid: 316 -> 325 + /Sim/players/Player[32 "The Eternal Empire"]/lboid: 290 -> 309 + /Sim/players/Player[32 "The Eternal Empire"]/ResTNm: 'BIO_TerBac' -> '' + /Sim/players/Player[32 "The Eternal Empire"]/NumOwn: 15 -> 16 + /Sim/players/Player[32 "The Eternal Empire"]/NumDes: 46 -> 49 + /Sim/players/Player[32 "The Eternal Empire"]/designs/Des[2018 "Egg Thief Mk 4"]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/designs/Des[2034 "Egg Thief Mk 5"]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/designs/Des[2050 "Bravestar Mk 3"]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[2]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[2]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[2]/odid: 546 -> 1106 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[3]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[3]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[3]/odid: 770 -> 1042 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[4]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[4]/odid: 1106 -> 226 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[5]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[5]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[5]/odid: 1042 -> 818 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[6]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[6]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[6]/odid: 226 -> 978 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[7]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[7]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[7]/odid: 818 -> 1202 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[8]/otnF: 27 -> 5 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[8]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[8]/odid: 978 -> 130 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[9]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[9]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[9]/odid: 1202 -> 1442 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[10]/otnF: 5 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[10]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[10]/odid: 130 -> 1506 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[11]/otnF: 26 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[11]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[11]/odid: 1442 -> 194 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[12]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[12]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[12]/odid: 1506 -> 1490 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[13]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[13]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[13]/odid: 962 -> 1826 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[14]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[14]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[14]/odid: 194 -> 386 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[15]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[15]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[15]/odid: 1490 -> 1474 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[16]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[16]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[16]/odid: 386 -> 1250 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[17]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[17]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[17]/odid: 1250 -> 1522 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[18]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[18]/odid: 1474 -> 962 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[19]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[19]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[20]/otnF: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[20]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/odes/.[21]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/owep/.[1]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/owep/.[2]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/owep/.[3]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/owep/.[4]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/owep/.[5]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[43]: only-in-B + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[0]: 42 -> 43 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[2]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[5]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[13]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[14]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[15]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[16]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[20]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[22]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[24]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[27]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[28]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[30]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[31]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[32]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[33]/otnL: 15 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[35]/otnL: 27 -> 28 + /Sim/players/Player[32 "The Eternal Empire"]/otch/.[36]/otnL: 27 -> 28 + /Sim/systems/Sys[48 "Epsilon Eridani"]/RepCur: 469520.0 -> 485560.0 [513280 ulp] + /Sim/systems/Sys[48 "Epsilon Eridani"]/RepMax: 469520.0 -> 485560.0 [513280 ulp] + /Sim/systems/Sys[48 "Epsilon Eridani"]/Bats2: 136 -> 119 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cm/mv: 84 -> 86 + /Sim/systems/Sys[48 "Epsilon Eridani"]/PvCM/mv: 82 -> 84 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[1]/mid: 99 -> 105 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[1]/mtr: 21 -> 23 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[2]/mid: 102 -> 109 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[2]/mtr: 22 -> 24 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[3]/mid: 105 -> 113 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[3]/mtr: 23 -> 25 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[3]/mn: 0 -> 74 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[3]/mtp: 21 -> 9 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[3]/mfx/mv: 3 -> -10 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[3]/mdsc: 'Imperial savings of 15,000,000 or more.' -> 'Nearby colony at Downbelow destroyed.' + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[4]/mid: 109 -> 116 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[4]/mtr: 24 -> 25 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[5]/mid: 113 -> 117 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[5]/mtr: 25 -> 26 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[5]/mn: 74 -> 0 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[5]/mtp: 9 -> 16 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[5]/mfx/mv: -10 -> -1 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[5]/mdsc: 'Nearby colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[6]/mid: 116 -> 120 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[6]/mtr: 25 -> 26 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[7]/mid: 117 -> 121 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[8]/mid: 120 -> 124 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[8]/mtr: 26 -> 27 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[9]/mid: 121 -> 125 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[10]/mid: 124 -> 128 + /Sim/systems/Sys[48 "Epsilon Eridani"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[48 "Epsilon Eridani"]/TShn[0]: 27 -> 28 + /Sim/systems/Sys[80 "Kam’Kir"]/Flt: only-in-A + /Sim/systems/Sys[80 "Kam’Kir"]/Flt[0]: only-in-B + /Sim/systems/Sys[80 "Kam’Kir"]/Flt[1]: only-in-B + /Sim/systems/Sys[80 "Kam’Kir"]/PvPop: 614999995 -> 617999994 + /Sim/systems/Sys[80 "Kam’Kir"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[80 "Kam’Kir"]/RepCur: 66311.3984375 -> 66906.5390625 [76178 ulp] + /Sim/systems/Sys[80 "Kam’Kir"]/RepMax: 66311.3984375 -> 66906.5390625 [76178 ulp] + /Sim/systems/Sys[80 "Kam’Kir"]/pbon: 17999994 -> 20999993 + /Sim/systems/Sys[80 "Kam’Kir"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[1]/mid: 227 -> 264 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[1]/mn: 230 -> 0 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[1]/mtp: 12 -> 20 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[1]/mdsc: 'Colony established on Aldebaran.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[2]/mid: 228 -> 265 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[2]/mtr: 25 -> 26 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[2]/mn: 0 -> 245 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[2]/mtp: 16 -> 12 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[2]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[2]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[3]/mid: 250 -> 266 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[3]/mtr: 25 -> 26 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[3]/mn: 242 -> 0 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[3]/mtp: 8 -> 16 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[3]/mfx/mv: 5 -> -1 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[3]/mdsc: 'Enemy colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[4]/mid: 264 -> 275 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[4]/mtr: 25 -> 26 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[5]/mid: 265 -> 276 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[5]/mtr: 26 -> 27 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[5]/mn: 245 -> 0 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[5]/mtp: 12 -> 16 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[5]/mfx/mv: 2 -> -1 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[5]/mdsc: 'Colony established on Betelgeuse.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[6]/mid: 266 -> 299 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[6]/mtr: 26 -> 27 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[6]/mn: 0 -> 265 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[6]/mtp: 16 -> 10 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[6]/mfx/mv: -1 -> 10 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[6]/mdsc: 'Population limits inhibit freedom.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[7]/mid: 275 -> 315 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[8]/mid: 276 -> 316 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[8]/mtr: 27 -> 28 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[8]/mn: 0 -> 267 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[8]/mtp: 16 -> 12 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[8]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[8]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[9]/mid: 299 -> 317 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[9]/mn: 265 -> 0 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[9]/mtp: 10 -> 16 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[9]/mfx/mv: 10 -> -1 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[80 "Kam’Kir"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[80 "Kam’Kir"]/DefF: 0 -> 7120 + /Sim/systems/Sys[80 "Kam’Kir"]/NumFlts: 1 -> 2 + /Sim/systems/Sys[80 "Kam’Kir"]/TShn[0]: 27 -> 28 + /Sim/systems/Sys[96 "Midway"]/TShn: 27 -> 28 + /Sim/systems/Sys[144 "Mjolnir"]/PvPop: 512499995 -> 514999994 + /Sim/systems/Sys[144 "Mjolnir"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[144 "Mjolnir"]/RepCur: 55831.1484375 -> 56355.75 [134298 ulp] + /Sim/systems/Sys[144 "Mjolnir"]/RepMax: 55831.1484375 -> 56355.75 [134298 ulp] + /Sim/systems/Sys[144 "Mjolnir"]/pbon: 14999994 -> 17499993 + /Sim/systems/Sys[144 "Mjolnir"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[144 "Mjolnir"]/cm/mv: 67 -> 69 + /Sim/systems/Sys[144 "Mjolnir"]/PvCM/mv: 65 -> 67 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[1]/mid: 105 -> 109 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[1]/mtr: 23 -> 24 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[2]/mid: 106 -> 110 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[2]/mtr: 24 -> 25 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[3]/mid: 109 -> 115 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[3]/mtr: 24 -> 25 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[3]/mn: 0 -> 74 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[3]/mtp: 21 -> 9 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[3]/mfx/mv: 3 -> -10 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[3]/mdsc: 'Imperial savings of 15,000,000 or more.' -> 'Nearby colony at Downbelow destroyed.' + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[4]/mid: 110 -> 116 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[4]/mtp: 16 -> 21 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[4]/mfx/mv: -1 -> 3 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[4]/mdsc: 'Population limits inhibit freedom.' -> 'Imperial savings of 15,000,000 or more.' + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[5]/mid: 115 -> 118 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[5]/mtr: 25 -> 26 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[5]/mn: 74 -> 0 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[5]/mtp: 9 -> 16 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[5]/mfx/mv: -10 -> -1 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[5]/mdsc: 'Nearby colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[6]/mid: 116 -> 120 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[6]/mtr: 25 -> 26 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[7]/mid: 118 -> 122 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[8]/mid: 120 -> 124 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[8]/mtr: 26 -> 27 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[9]/mid: 122 -> 126 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[10]/mid: 124 -> 128 + /Sim/systems/Sys[144 "Mjolnir"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[144 "Mjolnir"]/TShn[0]: 27 -> 28 + /Sim/systems/Sys[160 "Betelgeuse"]/Suit: 8.264447212219238 -> 8.27574634552002 [11848 ulp] + /Sim/systems/Sys[160 "Betelgeuse"]/Pop: 175 -> 189 + /Sim/systems/Sys[160 "Betelgeuse"]/Infra: 0.326313853263855 -> 0.32664385437965393 [11073 ulp] + /Sim/systems/Sys[160 "Betelgeuse"]/PvPop: 162 -> 175 + /Sim/systems/Sys[160 "Betelgeuse"]/PvInfra: 0.32598385214805603 -> 0.326313853263855 [11073 ulp] + /Sim/systems/Sys[160 "Betelgeuse"]/PvSuit: 8.253512382507324 -> 8.264447212219238 [11466 ulp] + /Sim/systems/Sys[160 "Betelgeuse"]/RepCur: 0.00018025000463239849 -> 0.00019844999769702554 [1.25069e+06 ulp] + /Sim/systems/Sys[160 "Betelgeuse"]/RepMax: 0.00018025000463239849 -> 0.00019844999769702554 [1.25069e+06 ulp] + /Sim/systems/Sys[160 "Betelgeuse"]/ntdev: 1 -> 0 + /Sim/systems/Sys[160 "Betelgeuse"]/TShn[1]: 27 -> 28 + /Sim/systems/Sys[192 "Kao’Thraal"]/PvPop: 307499995 -> 308999994 + /Sim/systems/Sys[192 "Kao’Thraal"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[192 "Kao’Thraal"]/RepCur: 22544.638671875 -> 22750.333984375 [105316 ulp] + /Sim/systems/Sys[192 "Kao’Thraal"]/RepMax: 22544.638671875 -> 22750.333984375 [105316 ulp] + /Sim/systems/Sys[192 "Kao’Thraal"]/pbon: 8999994 -> 10499993 + /Sim/systems/Sys[192 "Kao’Thraal"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[1]/mid: 227 -> 264 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[1]/mn: 230 -> 0 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[1]/mtp: 12 -> 20 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[1]/mdsc: 'Colony established on Aldebaran.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[2]/mid: 229 -> 265 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[2]/mtr: 25 -> 26 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[2]/mn: 0 -> 245 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[2]/mtp: 16 -> 12 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[2]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[2]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[3]/mid: 240 -> 267 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[3]/mtr: 25 -> 26 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[3]/mn: 242 -> 0 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[3]/mtp: 8 -> 16 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[3]/mfx/mv: 5 -> -1 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[3]/mdsc: 'Enemy colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[4]/mid: 264 -> 275 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[4]/mtr: 25 -> 26 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[5]/mid: 265 -> 277 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[5]/mtr: 26 -> 27 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[5]/mn: 245 -> 0 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[5]/mtp: 12 -> 16 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[5]/mfx/mv: 2 -> -1 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[5]/mdsc: 'Colony established on Betelgeuse.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[6]/mid: 267 -> 289 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[6]/mtr: 26 -> 27 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[6]/mn: 0 -> 265 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[6]/mtp: 16 -> 10 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[6]/mfx/mv: -1 -> 10 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[6]/mdsc: 'Population limits inhibit freedom.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[7]/mid: 275 -> 315 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[8]/mid: 277 -> 316 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[8]/mtr: 27 -> 28 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[8]/mn: 0 -> 267 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[8]/mtp: 16 -> 12 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[8]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[8]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[9]/mid: 289 -> 318 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[9]/mn: 265 -> 0 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[9]/mtp: 10 -> 16 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[9]/mfx/mv: 10 -> -1 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[192 "Kao’Thraal"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[192 "Kao’Thraal"]/TShn: 27 -> 28 + /Sim/systems/Sys[208 "Kam’Tara"]/Flt[2]: only-in-A + /Sim/systems/Sys[208 "Kam’Tara"]/PvRes: 4338 -> 4333 + /Sim/systems/Sys[208 "Kam’Tara"]/RfRFlags: 2 -> 0 + /Sim/systems/Sys[208 "Kam’Tara"]/NumFlts: 3 -> 2 + /Sim/systems/Sys[208 "Kam’Tara"]/TShn[0]: 27 -> 28 + /Sim/systems/Sys[224 "Venkman"]/PvPop: 922499995 -> 926999994 + /Sim/systems/Sys[224 "Venkman"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[224 "Venkman"]/RepCur: 127907.4609375 -> 129087.265625 [151015 ulp] + /Sim/systems/Sys[224 "Venkman"]/RepMax: 127907.4609375 -> 129087.265625 [151015 ulp] + /Sim/systems/Sys[224 "Venkman"]/pbon: 26999994 -> 31499993 + /Sim/systems/Sys[224 "Venkman"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[224 "Venkman"]/Bats2: 17 -> 0 + /Sim/systems/Sys[224 "Venkman"]/cm/mv: 77 -> 79 + /Sim/systems/Sys[224 "Venkman"]/PvCM/mv: 75 -> 77 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[1]/mid: 105 -> 109 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[1]/mtr: 23 -> 24 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[2]/mid: 107 -> 111 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[2]/mtr: 24 -> 25 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[3]/mid: 109 -> 114 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[3]/mtr: 24 -> 25 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[3]/mn: 0 -> 74 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[3]/mtp: 21 -> 9 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[3]/mfx/mv: 3 -> -10 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[3]/mdsc: 'Imperial savings of 15,000,000 or more.' -> 'Nearby colony at Downbelow destroyed.' + /Sim/systems/Sys[224 "Venkman"]/cme2/.[4]/mid: 111 -> 116 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[4]/mtp: 16 -> 21 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[4]/mfx/mv: -1 -> 3 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[4]/mdsc: 'Population limits inhibit freedom.' -> 'Imperial savings of 15,000,000 or more.' + /Sim/systems/Sys[224 "Venkman"]/cme2/.[5]/mid: 114 -> 119 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[5]/mtr: 25 -> 26 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[5]/mn: 74 -> 0 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[5]/mtp: 9 -> 16 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[5]/mfx/mv: -10 -> -1 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[5]/mdsc: 'Nearby colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[224 "Venkman"]/cme2/.[6]/mid: 116 -> 120 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[6]/mtr: 25 -> 26 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[7]/mid: 119 -> 123 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[8]/mid: 120 -> 124 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[8]/mtr: 26 -> 27 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[9]/mid: 123 -> 127 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[10]/mid: 124 -> 128 + /Sim/systems/Sys[224 "Venkman"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[224 "Venkman"]/TShn[0]: 27 -> 28 + /Sim/systems/Sys[240 "Downbelow"]/PvInfra: 0.3949979841709137 -> 0.37499797344207764 [671089 ulp] + /Sim/systems/Sys[240 "Downbelow"]/Bats2: 136 -> 119 + /Sim/systems/Sys[240 "Downbelow"]/TShn[1]: 27 -> 28 + /Sim/systems/Sys[256 "Avalon"]/Flt[2]: only-in-A + /Sim/systems/Sys[256 "Avalon"]/BQ: only-in-B + /Sim/systems/Sys[256 "Avalon"]/Suit: 8.2476806640625 -> 8.250231742858887 [2675 ulp] + /Sim/systems/Sys[256 "Avalon"]/Pop: 0 -> 32 + /Sim/systems/Sys[256 "Avalon"]/Pop2/PopG: only-in-A + /Sim/systems/Sys[256 "Avalon"]/Pop2/PopNG: 1 -> 0 + /Sim/systems/Sys[256 "Avalon"]/Infra: 0.3639998733997345 -> 0.39469286799430847 [1.02989e+06 ulp] + /Sim/systems/Sys[256 "Avalon"]/PvInfra: 0.4039998948574066 -> 0.38399988412857056 [671089 ulp] + /Sim/systems/Sys[256 "Avalon"]/Rts/SRt: 0.25 -> 0.0 [1.04858e+09 ulp] + /Sim/systems/Sys[256 "Avalon"]/Rts/SRsc: 0.25 -> 0.3333333432674408 [2.7962e+06 ulp] + /Sim/systems/Sys[256 "Avalon"]/Rts/SRtf: 0.25 -> 0.3333333432674408 [2.7962e+06 ulp] + /Sim/systems/Sys[256 "Avalon"]/Rts/SRi: 0.25 -> 0.3333333432674408 [2.7962e+06 ulp] + /Sim/systems/Sys[256 "Avalon"]/RepCur: 0.0 -> 1.3760000001639128e-05 [9.29488e+08 ulp] + /Sim/systems/Sys[256 "Avalon"]/RepMax: 0.0 -> 1.3760000001639128e-05 [9.29488e+08 ulp] + /Sim/systems/Sys[256 "Avalon"]/Bats2: 68 -> 51 + /Sim/systems/Sys[256 "Avalon"]/TAcq: 1 -> 28 + /Sim/systems/Sys[256 "Avalon"]/dcs/PopG: only-in-B + /Sim/systems/Sys[256 "Avalon"]/dcs/PopNG: 0 -> 1 + /Sim/systems/Sys[256 "Avalon"]/PID[0]: 0 -> 32 + /Sim/systems/Sys[256 "Avalon"]/NumFlts: 3 -> 2 + /Sim/systems/Sys[256 "Avalon"]/Flt[1]: 1586 -> 1602 + /Sim/systems/Sys[256 "Avalon"]/TShn[1]: 27 -> 28 + /Sim/systems/Sys[256 "Avalon"]/OID[1]: 0 -> 32 + /Sim/systems/Sys[272 "Ko'Graapa"]/Flt: only-in-B + /Sim/systems/Sys[272 "Ko'Graapa"]/Pop2/PopG/PopC: 400000000 -> 399999940 + /Sim/systems/Sys[272 "Ko'Graapa"]/PvPop: 409999995 -> 411999994 + /Sim/systems/Sys[272 "Ko'Graapa"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[272 "Ko'Graapa"]/Rts/SRt: 0.23209035396575928 -> 0.23105360567569733 [69575 ulp] + /Sim/systems/Sys[272 "Ko'Graapa"]/Rts/SRsc: 0.7679096460342407 -> 0.7689464092254639 [17394 ulp] + /Sim/systems/Sys[272 "Ko'Graapa"]/RepCur: 53494.078125 -> 53993.87890625 [127949 ulp] + /Sim/systems/Sys[272 "Ko'Graapa"]/RepMax: 53494.078125 -> 53993.87890625 [127949 ulp] + /Sim/systems/Sys[272 "Ko'Graapa"]/pbon: 11999994 -> 13999993 + /Sim/systems/Sys[272 "Ko'Graapa"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[272 "Ko'Graapa"]/FFlags: 0 -> 2 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[1]/mid: 227 -> 244 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[1]/mn: 230 -> 242 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[1]/mtp: 12 -> 8 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[1]/mfx/mv: 2 -> 5 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[1]/mdsc: 'Colony established on Aldebaran.' -> 'Enemy colony at Downbelow destroyed.' + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[2]/mid: 230 -> 264 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[2]/mtp: 16 -> 20 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[2]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[2]/mdsc: 'Population limits inhibit freedom.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[3]/mid: 244 -> 265 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[3]/mtr: 25 -> 26 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[3]/mn: 242 -> 245 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[3]/mtp: 8 -> 12 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[3]/mfx/mv: 5 -> 2 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[3]/mdsc: 'Enemy colony at Downbelow destroyed.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[4]/mid: 264 -> 268 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[4]/mtr: 25 -> 26 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[4]/mtp: 20 -> 16 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[4]/mfx/mv: 2 -> -1 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[4]/mdsc: 'Imperial savings of 5,000,000 or more.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[5]/mid: 265 -> 275 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[5]/mn: 245 -> 0 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[5]/mtp: 12 -> 20 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[5]/mdsc: 'Colony established on Betelgeuse.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[6]/mid: 268 -> 278 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[6]/mtr: 26 -> 27 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[7]/mid: 275 -> 293 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[7]/mn: 0 -> 265 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[7]/mtp: 20 -> 10 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[7]/mfx/mv: 2 -> 10 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[7]/mdsc: 'Imperial savings of 5,000,000 or more.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[8]/mid: 278 -> 315 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[8]/mtp: 16 -> 20 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[8]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[8]/mdsc: 'Population limits inhibit freedom.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[9]/mid: 293 -> 316 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[9]/mn: 265 -> 267 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[9]/mtp: 10 -> 12 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[9]/mfx/mv: 10 -> 2 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[272 "Ko'Graapa"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[272 "Ko'Graapa"]/DefF: 0 -> 7152 + /Sim/systems/Sys[272 "Ko'Graapa"]/BQ/ords/.: only-in-A + /Sim/systems/Sys[272 "Ko'Graapa"]/BQ/ords/.[0]: only-in-B + /Sim/systems/Sys[272 "Ko'Graapa"]/BQ/ords/.[desID=962]: only-in-B + /Sim/systems/Sys[272 "Ko'Graapa"]/NumFlts: 0 -> 1 + /Sim/systems/Sys[272 "Ko'Graapa"]/TShn[0]: 27 -> 28 + /Sim/systems/Sys[288 "Ka’Vaala"]/PvPop: 717499995 -> 720999994 + /Sim/systems/Sys[288 "Ka’Vaala"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[288 "Ka’Vaala"]/RepCur: 102908.328125 -> 103849.828125 [120512 ulp] + /Sim/systems/Sys[288 "Ka’Vaala"]/RepMax: 102908.328125 -> 103849.828125 [120512 ulp] + /Sim/systems/Sys[288 "Ka’Vaala"]/pbon: 20999994 -> 24499993 + /Sim/systems/Sys[288 "Ka’Vaala"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[1]/mid: 227 -> 264 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[1]/mn: 230 -> 0 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[1]/mtp: 12 -> 20 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[1]/mdsc: 'Colony established on Aldebaran.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[2]/mid: 231 -> 265 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[2]/mtr: 25 -> 26 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[2]/mn: 0 -> 245 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[2]/mtp: 16 -> 12 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[2]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[2]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[3]/mid: 252 -> 269 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[3]/mtr: 25 -> 26 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[3]/mn: 242 -> 0 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[3]/mtp: 8 -> 16 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[3]/mfx/mv: 5 -> -1 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[3]/mdsc: 'Enemy colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[4]/mid: 264 -> 275 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[4]/mtr: 25 -> 26 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[5]/mid: 265 -> 279 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[5]/mtr: 26 -> 27 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[5]/mn: 245 -> 0 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[5]/mtp: 12 -> 16 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[5]/mfx/mv: 2 -> -1 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[5]/mdsc: 'Colony established on Betelgeuse.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[6]/mid: 269 -> 301 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[6]/mtr: 26 -> 27 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[6]/mn: 0 -> 265 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[6]/mtp: 16 -> 10 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[6]/mfx/mv: -1 -> 10 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[6]/mdsc: 'Population limits inhibit freedom.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[7]/mid: 275 -> 315 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[8]/mid: 279 -> 316 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[8]/mtr: 27 -> 28 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[8]/mn: 0 -> 267 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[8]/mtp: 16 -> 12 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[8]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[8]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[9]/mid: 301 -> 319 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[9]/mn: 265 -> 0 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[9]/mtp: 10 -> 16 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[9]/mfx/mv: 10 -> -1 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[288 "Ka’Vaala"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[288 "Ka’Vaala"]/TShn: 27 -> 28 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[1]/mid: 227 -> 264 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[1]/mn: 230 -> 0 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[1]/mtp: 12 -> 20 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[1]/mdsc: 'Colony established on Aldebaran.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[2]/mid: 232 -> 265 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[2]/mtr: 25 -> 26 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[2]/mn: 0 -> 245 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[2]/mtp: 16 -> 12 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[2]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[2]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[3]/mid: 238 -> 270 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[3]/mtr: 25 -> 26 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[3]/mn: 242 -> 0 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[3]/mtp: 8 -> 16 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[3]/mfx/mv: 5 -> -1 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[3]/mdsc: 'Enemy colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[4]/mid: 264 -> 275 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[4]/mtr: 25 -> 26 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[5]/mid: 265 -> 280 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[5]/mtr: 26 -> 27 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[5]/mn: 245 -> 0 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[5]/mtp: 12 -> 16 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[5]/mfx/mv: 2 -> -1 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[5]/mdsc: 'Colony established on Betelgeuse.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[6]/mid: 270 -> 287 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[6]/mtr: 26 -> 27 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[6]/mn: 0 -> 265 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[6]/mtp: 16 -> 10 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[6]/mfx/mv: -1 -> 10 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[6]/mdsc: 'Population limits inhibit freedom.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[7]/mid: 275 -> 315 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[8]/mid: 280 -> 316 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[8]/mtr: 27 -> 28 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[8]/mn: 0 -> 267 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[8]/mtp: 16 -> 12 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[8]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[8]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[9]/mid: 287 -> 320 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[9]/mn: 265 -> 0 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[9]/mtp: 10 -> 16 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[9]/mfx/mv: 10 -> -1 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[304 "Kea’Donum"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[304 "Kea’Donum"]/BQ/ords/.[0]: only-in-A + /Sim/systems/Sys[304 "Kea’Donum"]/BQ/ords/.[desID=1474]: only-in-A + /Sim/systems/Sys[304 "Kea’Donum"]/BQ/ords/.: only-in-B + /Sim/systems/Sys[304 "Kea’Donum"]/TShn: 27 -> 28 + /Sim/systems/Sys[336 "Ko’Kotan"]/PvPop: 204999995 -> 205999994 + /Sim/systems/Sys[336 "Ko’Kotan"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[336 "Ko’Kotan"]/Rts/SRt: 0.18968133628368378 -> 0.1887979805469513 [59281 ulp] + /Sim/systems/Sys[336 "Ko’Kotan"]/Rts/SRsc: 0.810318648815155 -> 0.8112020492553711 [14821 ulp] + /Sim/systems/Sys[336 "Ko’Kotan"]/RepCur: 16366.69921875 -> 16520.669921875 [87691 ulp] + /Sim/systems/Sys[336 "Ko’Kotan"]/RepMax: 16366.69921875 -> 16520.669921875 [87691 ulp] + /Sim/systems/Sys[336 "Ko’Kotan"]/pbon: 5999994 -> 6999993 + /Sim/systems/Sys[336 "Ko’Kotan"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[1]/mid: 227 -> 264 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[1]/mn: 230 -> 0 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[1]/mtp: 12 -> 20 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[1]/mdsc: 'Colony established on Aldebaran.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[2]/mid: 233 -> 265 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[2]/mtr: 25 -> 26 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[2]/mn: 0 -> 245 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[2]/mtp: 16 -> 12 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[2]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[2]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[3]/mid: 254 -> 271 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[3]/mtr: 25 -> 26 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[3]/mn: 242 -> 0 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[3]/mtp: 8 -> 16 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[3]/mfx/mv: 5 -> -1 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[3]/mdsc: 'Enemy colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[4]/mid: 264 -> 275 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[4]/mtr: 25 -> 26 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[5]/mid: 265 -> 281 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[5]/mtr: 26 -> 27 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[5]/mn: 245 -> 0 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[5]/mtp: 12 -> 16 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[5]/mfx/mv: 2 -> -1 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[5]/mdsc: 'Colony established on Betelgeuse.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[6]/mid: 271 -> 303 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[6]/mtr: 26 -> 27 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[6]/mn: 0 -> 265 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[6]/mtp: 16 -> 10 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[6]/mfx/mv: -1 -> 10 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[6]/mdsc: 'Population limits inhibit freedom.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[7]/mid: 275 -> 315 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[8]/mid: 281 -> 316 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[8]/mtr: 27 -> 28 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[8]/mn: 0 -> 267 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[8]/mtp: 16 -> 12 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[8]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[8]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[9]/mid: 303 -> 321 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[9]/mn: 265 -> 0 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[9]/mtp: 10 -> 16 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[9]/mfx/mv: 10 -> -1 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[336 "Ko’Kotan"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[336 "Ko’Kotan"]/TShn: 27 -> 28 + /Sim/systems/Sys[352 "Ku'Sulto"]/PvPop: 512499995 -> 514999994 + /Sim/systems/Sys[352 "Ku'Sulto"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[352 "Ku'Sulto"]/RepCur: 58776.94921875 -> 59321.0234375 [139283 ulp] + /Sim/systems/Sys[352 "Ku'Sulto"]/RepMax: 58776.94921875 -> 59321.0234375 [139283 ulp] + /Sim/systems/Sys[352 "Ku'Sulto"]/pbon: 14999994 -> 17499993 + /Sim/systems/Sys[352 "Ku'Sulto"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[1]/mid: 227 -> 264 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[1]/mn: 230 -> 0 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[1]/mtp: 12 -> 20 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[1]/mdsc: 'Colony established on Aldebaran.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[2]/mid: 234 -> 265 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[2]/mtr: 25 -> 26 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[2]/mn: 0 -> 245 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[2]/mtp: 16 -> 12 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[2]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[2]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[3]/mid: 248 -> 272 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[3]/mtr: 25 -> 26 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[3]/mn: 242 -> 0 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[3]/mtp: 10 -> 16 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[3]/mfx/mv: 10 -> -1 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[3]/mdsc: 'Nearby enemy colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[4]/mid: 264 -> 275 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[4]/mtr: 25 -> 26 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[5]/mid: 265 -> 282 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[5]/mtr: 26 -> 27 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[5]/mn: 245 -> 0 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[5]/mtp: 12 -> 16 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[5]/mfx/mv: 2 -> -1 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[5]/mdsc: 'Colony established on Betelgeuse.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[6]/mid: 272 -> 297 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[6]/mtr: 26 -> 27 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[6]/mn: 0 -> 265 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[6]/mtp: 16 -> 10 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[6]/mfx/mv: -1 -> 10 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[6]/mdsc: 'Population limits inhibit freedom.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[7]/mid: 275 -> 315 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[8]/mid: 282 -> 316 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[8]/mtr: 27 -> 28 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[8]/mn: 0 -> 267 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[8]/mtp: 16 -> 12 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[8]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[8]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[9]/mid: 297 -> 322 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[9]/mn: 265 -> 0 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[9]/mtp: 10 -> 16 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[9]/mfx/mv: 10 -> -1 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[352 "Ku'Sulto"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[352 "Ku'Sulto"]/TShn: 27 -> 28 + /Sim/systems/Sys[368 "Kao'Vaanu"]/Flt: only-in-A + /Sim/systems/Sys[368 "Kao'Vaanu"]/Flt[0]: only-in-B + /Sim/systems/Sys[368 "Kao'Vaanu"]/Flt[1]: only-in-B + /Sim/systems/Sys[368 "Kao'Vaanu"]/Pop2/PopG/PopC: 700000000 -> 699999940 + /Sim/systems/Sys[368 "Kao'Vaanu"]/PvPop: 717499995 -> 720999994 + /Sim/systems/Sys[368 "Kao'Vaanu"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[368 "Kao'Vaanu"]/Rts/SRt: 0.11009174585342407 -> 0.10962507873773575 [62635 ulp] + /Sim/systems/Sys[368 "Kao'Vaanu"]/Rts/SRsc: 0.8899082541465759 -> 0.8903748989105225 [7829 ulp] + /Sim/systems/Sys[368 "Kao'Vaanu"]/RepCur: 98654.4296875 -> 99553.546875 [115087 ulp] + /Sim/systems/Sys[368 "Kao'Vaanu"]/RepMax: 98654.4296875 -> 99553.546875 [115087 ulp] + /Sim/systems/Sys[368 "Kao'Vaanu"]/pbon: 20999994 -> 24499993 + /Sim/systems/Sys[368 "Kao'Vaanu"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[1]/mid: 227 -> 242 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[1]/mn: 230 -> 242 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[1]/mtp: 12 -> 10 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[1]/mfx/mv: 2 -> 10 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[1]/mdsc: 'Colony established on Aldebaran.' -> 'Nearby enemy colony at Downbelow destroyed.' + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[2]/mid: 235 -> 264 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[2]/mtp: 16 -> 20 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[2]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[2]/mdsc: 'Population limits inhibit freedom.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[3]/mid: 242 -> 265 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[3]/mtr: 25 -> 26 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[3]/mn: 242 -> 245 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[3]/mtp: 10 -> 12 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[3]/mfx/mv: 10 -> 2 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[3]/mdsc: 'Nearby enemy colony at Downbelow destroyed.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[4]/mid: 264 -> 273 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[4]/mtr: 25 -> 26 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[4]/mtp: 20 -> 16 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[4]/mfx/mv: 2 -> -1 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[4]/mdsc: 'Imperial savings of 5,000,000 or more.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[5]/mid: 265 -> 275 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[5]/mn: 245 -> 0 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[5]/mtp: 12 -> 20 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[5]/mdsc: 'Colony established on Betelgeuse.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[6]/mid: 273 -> 283 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[6]/mtr: 26 -> 27 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[7]/mid: 275 -> 291 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[7]/mn: 0 -> 265 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[7]/mtp: 20 -> 10 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[7]/mfx/mv: 2 -> 10 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[7]/mdsc: 'Imperial savings of 5,000,000 or more.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[8]/mid: 283 -> 315 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[8]/mtp: 16 -> 20 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[8]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[8]/mdsc: 'Population limits inhibit freedom.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[9]/mid: 291 -> 316 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[9]/mn: 265 -> 267 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[9]/mtp: 10 -> 12 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[9]/mfx/mv: 10 -> 2 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[368 "Kao'Vaanu"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[368 "Kao'Vaanu"]/DefF: 0 -> 7216 + /Sim/systems/Sys[368 "Kao'Vaanu"]/BQ/ords/.: only-in-A + /Sim/systems/Sys[368 "Kao'Vaanu"]/BQ/ords/.[0]: only-in-B + /Sim/systems/Sys[368 "Kao'Vaanu"]/BQ/ords/.[desID=1490]: only-in-B + /Sim/systems/Sys[368 "Kao'Vaanu"]/BQ/ords/.[desID=1474]: only-in-B + /Sim/systems/Sys[368 "Kao'Vaanu"]/NumFlts: 1 -> 2 + /Sim/systems/Sys[368 "Kao'Vaanu"]/TShn[0]: 27 -> 28 + /Sim/systems/Sys[384 "Ka'Trulmo"]/Flt: only-in-A + /Sim/systems/Sys[384 "Ka'Trulmo"]/Flt[0]: only-in-B + /Sim/systems/Sys[384 "Ka'Trulmo"]/Flt[1]: only-in-B + /Sim/systems/Sys[384 "Ka'Trulmo"]/Flt[2]: only-in-B + /Sim/systems/Sys[384 "Ka'Trulmo"]/Flt[3]: only-in-B + /Sim/systems/Sys[384 "Ka'Trulmo"]/Pop2/PopG/PopC: 779999430 -> 759999340 + /Sim/systems/Sys[384 "Ka'Trulmo"]/PvPop: 819999995 -> 823999994 + /Sim/systems/Sys[384 "Ka'Trulmo"]/PvPop2/PopG/PopC: 759999460 -> 759999430 + /Sim/systems/Sys[384 "Ka'Trulmo"]/PvInfra: 1.024999976158142 -> 1.0299999713897705 [41943 ulp] + /Sim/systems/Sys[384 "Ka'Trulmo"]/RepCur: 116282.8828125 -> 117335.8828125 [134784 ulp] + /Sim/systems/Sys[384 "Ka'Trulmo"]/RepMax: 116282.8828125 -> 117335.8828125 [134784 ulp] + /Sim/systems/Sys[384 "Ka'Trulmo"]/pbon: 23999994 -> 27999993 + /Sim/systems/Sys[384 "Ka'Trulmo"]/ibon: 0.029999997466802597 -> 0.034999996423721313 [1.67772e+06 ulp] + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[1]/mid: 216 -> 226 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[1]/mtr: 23 -> 25 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[1]/mn: 0 -> 228 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[1]/mtp: 20 -> 12 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[1]/mdsc: 'Imperial savings of 5,000,000 or more.' -> 'Colony established on Alpha Centauri.' + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[2]/mid: 225 -> 227 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[2]/mtr: 24 -> 25 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[2]/mn: 0 -> 230 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[2]/mtp: 20 -> 12 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[2]/mdsc: 'Imperial savings of 5,000,000 or more.' -> 'Colony established on Aldebaran.' + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[3]/mid: 226 -> 246 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[3]/mn: 228 -> 242 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[3]/mtp: 12 -> 10 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[3]/mfx/mv: 2 -> 10 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[3]/mdsc: 'Colony established on Alpha Centauri.' -> 'Nearby enemy colony at Downbelow destroyed.' + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[4]/mid: 227 -> 264 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[4]/mn: 230 -> 0 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[4]/mtp: 12 -> 20 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[4]/mdsc: 'Colony established on Aldebaran.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[5]/mid: 246 -> 265 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[5]/mtr: 25 -> 26 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[5]/mn: 242 -> 245 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[5]/mtp: 10 -> 12 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[5]/mfx/mv: 10 -> 2 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[5]/mdsc: 'Nearby enemy colony at Downbelow destroyed.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[6]/mid: 264 -> 275 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[6]/mtr: 25 -> 26 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[7]/mid: 265 -> 295 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[7]/mn: 245 -> 265 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[7]/mtp: 12 -> 10 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[7]/mfx/mv: 2 -> 10 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[7]/mdsc: 'Colony established on Betelgeuse.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[8]/mid: 275 -> 315 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[8]/mtr: 26 -> 27 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[9]/mid: 295 -> 316 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[9]/mn: 265 -> 267 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[9]/mtp: 10 -> 12 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[9]/mfx/mv: 10 -> 2 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[384 "Ka'Trulmo"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[384 "Ka'Trulmo"]/BQ/ords/.: only-in-A + /Sim/systems/Sys[384 "Ka'Trulmo"]/BQ/ords/.[0]: only-in-B + /Sim/systems/Sys[384 "Ka'Trulmo"]/BQ/ords/.[desID=962]: only-in-B + /Sim/systems/Sys[384 "Ka'Trulmo"]/NumFlts: 1 -> 4 + /Sim/systems/Sys[384 "Ka'Trulmo"]/TShn[0]: 27 -> 28 + /Sim/systems/Sys[400 "Polaris"]/Flt[9]: only-in-B + /Sim/systems/Sys[400 "Polaris"]/Suit: 9.971768379211426 -> 9.990236282348633 [19365 ulp] + /Sim/systems/Sys[400 "Polaris"]/Pop: 1629 -> 2197 + /Sim/systems/Sys[400 "Polaris"]/Infra: 0.3060931861400604 -> 0.3066541850566864 [18824 ulp] + /Sim/systems/Sys[400 "Polaris"]/PvPop: 1211 -> 1629 + /Sim/systems/Sys[400 "Polaris"]/PvInfra: 0.30563119053840637 -> 0.3060931861400604 [15502 ulp] + /Sim/systems/Sys[400 "Polaris"]/PvSuit: 9.955973625183105 -> 9.971768379211426 [16562 ulp] + /Sim/systems/Sys[400 "Polaris"]/PvRes: 4798 -> 5121 + /Sim/systems/Sys[400 "Polaris"]/RepCur: 0.002753010019659996 -> 0.004108389839529991 [5.38722e+06 ulp] + /Sim/systems/Sys[400 "Polaris"]/RepMax: 0.002753010019659996 -> 0.004108389839529991 [5.38722e+06 ulp] + /Sim/systems/Sys[400 "Polaris"]/ntdev: 1 -> 0 + /Sim/systems/Sys[400 "Polaris"]/Bats2: 160 -> 144 + /Sim/systems/Sys[400 "Polaris"]/NumFlts: 9 -> 10 + /Sim/systems/Sys[400 "Polaris"]/TShn[1]: 27 -> 28 + /Sim/systems/Sys[416 "Aldebaran"]/Suit: 8.261652946472168 -> 8.267363548278809 [5988 ulp] + /Sim/systems/Sys[416 "Aldebaran"]/Pop: 36 -> 38 + /Sim/systems/Sys[416 "Aldebaran"]/Infra: 0.4047218859195709 -> 0.4048868715763092 [5536 ulp] + /Sim/systems/Sys[416 "Aldebaran"]/PvPop: 34 -> 36 + /Sim/systems/Sys[416 "Aldebaran"]/PvInfra: 0.40455690026283264 -> 0.4047218859195709 [5536 ulp] + /Sim/systems/Sys[416 "Aldebaran"]/PvSuit: 8.256064414978027 -> 8.261652946472168 [5860 ulp] + /Sim/systems/Sys[416 "Aldebaran"]/RepCur: 1.872000029834453e-05 -> 2.0139999833190814e-05 [780653 ulp] + /Sim/systems/Sys[416 "Aldebaran"]/RepMax: 1.872000029834453e-05 -> 2.0139999833190814e-05 [780653 ulp] + /Sim/systems/Sys[416 "Aldebaran"]/ntdev: 1 -> 0 + /Sim/systems/Sys[416 "Aldebaran"]/TShn[1]: 27 -> 28 + /Sim/systems/Sys[432 "Alpha Centauri"]/Suit: 8.289962768554688 -> 8.307336807250977 [18218 ulp] + /Sim/systems/Sys[432 "Alpha Centauri"]/Pop: 493 -> 535 + /Sim/systems/Sys[432 "Alpha Centauri"]/Infra: 0.4182318150997162 -> 0.418759822845459 [17717 ulp] + /Sim/systems/Sys[432 "Alpha Centauri"]/PvPop: 455 -> 493 + /Sim/systems/Sys[432 "Alpha Centauri"]/PvInfra: 0.4177038073539734 -> 0.4182318150997162 [17717 ulp] + /Sim/systems/Sys[432 "Alpha Centauri"]/PvSuit: 8.27307415008545 -> 8.289962768554688 [17709 ulp] + /Sim/systems/Sys[432 "Alpha Centauri"]/RepCur: 0.0007838699966669083 -> 0.0008773999870754778 [1.60683e+06 ulp] + /Sim/systems/Sys[432 "Alpha Centauri"]/RepMax: 0.0007838699966669083 -> 0.0008773999870754778 [1.60683e+06 ulp] + /Sim/systems/Sys[432 "Alpha Centauri"]/ntdev: 1 -> 0 + /Sim/systems/Sys[432 "Alpha Centauri"]/Bats2: 17 -> 0 + /Sim/systems/Sys[432 "Alpha Centauri"]/TShn[1]: 27 -> 28 + /Sim/systems/Sys[448 "Kao’Lolto"]/Pop: 2359001 -> 5925810 + /Sim/systems/Sys[448 "Kao’Lolto"]/Pop2/PopG/PopC: 10848 -> 11368 + /Sim/systems/Sys[448 "Kao’Lolto"]/Infra: 0.2922179698944092 -> 0.3619139790534973 [2.33861e+06 ulp] + /Sim/systems/Sys[448 "Kao’Lolto"]/PvPop: 939093 -> 2359001 + /Sim/systems/Sys[448 "Kao’Lolto"]/PvPop2/PopG/PopC: 5987 -> 8250 + /Sim/systems/Sys[448 "Kao’Lolto"]/PvInfra: 0.19034698605537415 -> 0.2922179698944092 [5.41985e+06 ulp] + /Sim/systems/Sys[448 "Kao’Lolto"]/PvRes: 5724 -> 5610 + /Sim/systems/Sys[448 "Kao’Lolto"]/Rts/SRoh: 0.019999999552965164 -> 0.0 [1.01737e+09 ulp] + /Sim/systems/Sys[448 "Kao’Lolto"]/TnsOH: 11 -> 0 + /Sim/systems/Sys[448 "Kao’Lolto"]/RepCur: 88.20304870605469 -> 158.8709716796875 [7.23943e+06 ulp] + /Sim/systems/Sys[448 "Kao’Lolto"]/RepMax: 88.20304870605469 -> 158.8709716796875 [7.23943e+06 ulp] + /Sim/systems/Sys[448 "Kao’Lolto"]/ntdev: 1 -> 0 + /Sim/systems/Sys[448 "Kao’Lolto"]/TShn: 27 -> 28 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[1]/mid: 226 -> 264 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[1]/mn: 228 -> 0 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[1]/mtp: 12 -> 20 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[1]/mdsc: 'Colony established on Alpha Centauri.' -> 'Imperial savings of 5,000,000 or more.' + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[2]/mid: 227 -> 265 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[2]/mtr: 25 -> 26 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[2]/mn: 230 -> 245 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[2]/mdsc: 'Colony established on Aldebaran.' -> 'Colony established on Betelgeuse.' + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[3]/mid: 236 -> 274 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[3]/mtr: 25 -> 26 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[3]/mn: 242 -> 0 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[3]/mtp: 8 -> 16 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[3]/mfx/mv: 5 -> -1 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[3]/mdsc: 'Enemy colony at Downbelow destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[4]/mid: 264 -> 275 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[4]/mtr: 25 -> 26 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[5]/mid: 265 -> 284 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[5]/mtr: 26 -> 27 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[5]/mn: 245 -> 0 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[5]/mtp: 12 -> 16 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[5]/mfx/mv: 2 -> -1 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[5]/mdsc: 'Colony established on Betelgeuse.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[6]/mid: 274 -> 285 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[6]/mtr: 26 -> 27 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[6]/mn: 0 -> 265 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[6]/mtp: 16 -> 10 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[6]/mfx/mv: -1 -> 10 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[6]/mdsc: 'Population limits inhibit freedom.' -> 'Nearby enemy colony at Hitomi destroyed.' + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[7]/mid: 275 -> 315 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[7]/mtr: 26 -> 27 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[8]/mid: 284 -> 316 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[8]/mtr: 27 -> 28 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[8]/mn: 0 -> 267 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[8]/mtp: 16 -> 12 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[8]/mfx/mv: -1 -> 2 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[8]/mdsc: 'Population limits inhibit freedom.' -> 'Colony established on Avalon.' + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[9]/mid: 285 -> 323 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[9]/mtr: 27 -> 28 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[9]/mn: 265 -> 0 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[9]/mtp: 10 -> 16 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[9]/mfx/mv: 10 -> -1 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[9]/mdsc: 'Nearby enemy colony at Hitomi destroyed.' -> 'Population limits inhibit freedom.' + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[10]/mid: 315 -> 324 + /Sim/systems/Sys[464 "Ke'Trath"]/cme2/.[10]/mtr: 27 -> 28 + /Sim/systems/Sys[464 "Ke'Trath"]/BQ/ords: reordered + /Sim/systems/Sys[464 "Ke'Trath"]/BQ/ords/.[0]: 3 -> 2 + /Sim/systems/Sys[464 "Ke'Trath"]/BQ/ords/.[desID=1826]/conleft: 2712 -> 6196 + /Sim/systems/Sys[464 "Ke'Trath"]/BQ/ords/.[desID=1826]/ordID: 287 -> 308 + /Sim/systems/Sys[464 "Ke'Trath"]/BQ/ords/.[desID=1826]/ordID: 288 -> 308 + /Sim/systems/Sys[464 "Ke'Trath"]/BQ/ords/.[desID=1826]/ordID: 289 -> 308 + /Sim/systems/Sys[464 "Ke'Trath"]/TShn: 27 -> 28 + /Sim/systems/Sys[480 "Hitomi"]/PvPop: 160000000 -> 0 + /Sim/systems/Sys[480 "Hitomi"]/PvPop2/PopG/PopC: 399743111 -> 339273554 + /Sim/systems/Sys[480 "Hitomi"]/PvInfra: 1.0 -> 0.8045483827590942 [3.27913e+06 ulp] + /Sim/systems/Sys[480 "Hitomi"]/PvSuit: 8.2476806640625 -> 6.322675704956055 [3.77732e+06 ulp] + /Sim/systems/Sys[480 "Hitomi"]/PvRes: 6122 -> 6128 + /Sim/systems/Sys[480 "Hitomi"]/haltv[0]: True -> False + /Sim/systems/Sys[480 "Hitomi"]/haltv[1]: True -> False + /Sim/systems/Sys[480 "Hitomi"]/haltv[2]: True -> False + /Sim/systems/Sys[480 "Hitomi"]/Bats2: 2684354720 -> 2415919248 + /Sim/systems/Sys[480 "Hitomi"]/PvCM/msp: only-in-A + /Sim/systems/Sys[480 "Hitomi"]/PvCM/mv: only-in-A + /Sim/systems/Sys[480 "Hitomi"]/PvCM/mnsp: 1 -> 0 + /Sim/systems/Sys[480 "Hitomi"]/TShn[1]: 27 -> 28 + /Sim/trdmgr/trades/Trade[752]/fwarn/.[0]: only-in-A + /Sim/trdmgr/trades/Trade[752]/fwarn/.[1]: only-in-A + /Sim/trdmgr/trades/Trade[752]/fwarn/.: only-in-B + /Sim/trdmgr/trades/Trade[768]/fwarn/.[1]/ntrns: 1 -> 2 + /Sim/trdmgr/trades/Trade[816]/tsflt[0]: 7072 -> 7360 + /Sim/trdmgr/trades/Trade[816]/tsflt[1]: 7088 -> 7376 + /Sim/NumFlts: 54 -> 59 + /Sim/fleets/Flt[1586 "Eta Fleet V"]: only-in-A + /Sim/fleets/Flt[7072 "Freighters"]: only-in-A + /Sim/fleets/Flt[7088 "Escorts"]: only-in-A + /Sim/fleets/Flt[1970 "Sigma Fleet VI"]: only-in-B + /Sim/fleets/Flt[1986 "Tau Fleet VI"]: only-in-B + /Sim/fleets/Flt[2002 "Upsilon Fleet VI"]: only-in-B + /Sim/fleets/Flt[7120 "Phi Fleet VI"]: only-in-B + /Sim/fleets/Flt[7152 "Chi Fleet VI"]: only-in-B + /Sim/fleets/Flt[7216 "Psi Fleet VI"]: only-in-B + /Sim/fleets/Flt[7360 "Freighters"]: only-in-B + /Sim/fleets/Flt[7376 "Escorts"]: only-in-B + /Sim/fleets/Flt[290 "Alpha Fleet II"]/Lay/.[8]: 2160 -> 2400 + /Sim/fleets/Flt[290 "Alpha Fleet II"]/Lay/.[9]: 2400 -> 2800 + /Sim/fleets/Flt[290 "Alpha Fleet II"]/Lay/.[10]: 2800 -> 3008 + /Sim/fleets/Flt[290 "Alpha Fleet II"]/Lay/.[11]: 3008 -> 3040 + /Sim/fleets/Flt[290 "Alpha Fleet II"]/Lay/.[12]: 3040 -> 3056 + /Sim/fleets/Flt[290 "Alpha Fleet II"]/Lay/.[13]: 3056 -> 2384 + /Sim/fleets/Flt[290 "Alpha Fleet II"]/Lay/.[14]: 2384 -> 2752 + /Sim/fleets/Flt[290 "Alpha Fleet II"]/Lay/.[15]: 2752 -> 2416 + /Sim/fleets/Flt[290 "Alpha Fleet II"]/Lay/.[16]: 2416 -> 2160 + /Sim/fleets/Flt[290 "Alpha Fleet II"]/ships/Ship[2416]/Health/.[0]: 0.004972349852323532 -> 0.007725359871983528 [5.91204e+06 ulp] + /Sim/fleets/Flt[322 "Delta Fleet II"]/ships/Ship[1856]/Health/.[0]: 0.00016199999663513154 -> 0.0003422499867156148 [9.01567e+06 ulp] + /Sim/fleets/Flt[786 "Epsilon Fleet III"]/ships/Ship[1952]/Health/.[0]: 3.334000211907551e-05 -> 5.2060000598430634e-05 [5.14571e+06 ulp] + /Sim/fleets/Flt[914 "Nu Fleet III"]/FtFlg: 13 -> 12 + /Sim/fleets/Flt[914 "Nu Fleet III"]/Ftpae: 128 -> 0 + /Sim/fleets/Flt[914 "Nu Fleet III"]/Lay/.[10]: 4032 -> 4048 + /Sim/fleets/Flt[914 "Nu Fleet III"]/Lay/.[11]: 4048 -> 4032 + /Sim/fleets/Flt[930 "Xi Fleet III"]/ships/Ship[3696]/Range: 1.833453893661499 -> 9.0 [1.92229e+07 ulp] + /Sim/fleets/Flt[930 "Xi Fleet III"]/ships/Ship[4512]/Range: 1.833453893661499 -> 9.0 [1.92229e+07 ulp] + /Sim/fleets/Flt[930 "Xi Fleet III"]/ships/Ship[4816]/Range: 1.833453893661499 -> 9.0 [1.92229e+07 ulp] + /Sim/fleets/Flt[930 "Xi Fleet III"]/ships/Ship[3712]/Range: 1.833453893661499 -> 9.0 [1.92229e+07 ulp] + /Sim/fleets/Flt[930 "Xi Fleet III"]/ships/Ship[4080]/Range: 1.833453893661499 -> 9.0 [1.92229e+07 ulp] + /Sim/fleets/Flt[930 "Xi Fleet III"]/ships/Ship[4112]/Range: 1.833453893661499 -> 9.0 [1.92229e+07 ulp] + /Sim/fleets/Flt[930 "Xi Fleet III"]/ships/Ship[4800]/Range: 1.833453893661499 -> 9.0 [1.92229e+07 ulp] + /Sim/fleets/Flt[994 "Rho Fleet III"]/FPlan: only-in-A + /Sim/fleets/Flt[994 "Rho Fleet III"]/Pos/.[0]: -0.274216890335083 -> 1.013401746749878 [2.11485e+09 ulp] + /Sim/fleets/Flt[994 "Rho Fleet III"]/Pos/.[1]: 2.0393292903900146 -> 2.5877604484558105 [2.30029e+06 ulp] + /Sim/fleets/Flt[994 "Rho Fleet III"]/Pos/.[2]: -0.2780052423477173 -> 1.1378376483917236 [2.11603e+09 ulp] + /Sim/fleets/Flt[994 "Rho Fleet III"]/LocID: 0 -> 384 + /Sim/fleets/Flt[994 "Rho Fleet III"]/HFPlan: True -> False + /Sim/fleets/Flt[994 "Rho Fleet III"]/PrvPos/.[0]: -1.5677754878997803 -> -0.274216890335083 [2.07275e+07 ulp] + /Sim/fleets/Flt[994 "Rho Fleet III"]/PrvPos/.[1]: 1.488368034362793 -> 2.0393292903900146 [4.45684e+06 ulp] + /Sim/fleets/Flt[994 "Rho Fleet III"]/PrvPos/.[2]: -1.7003793716430664 -> -0.2780052423477173 [2.17127e+07 ulp] + /Sim/fleets/Flt[994 "Rho Fleet III"]/ships/Ship[4928]/Range: 8.995920181274414 -> 25.0 [1.20629e+07 ulp] + /Sim/fleets/Flt[5216 "Alpha Fleet IV"]/NShips: 3 -> 4 + /Sim/fleets/Flt[5216 "Alpha Fleet IV"]/ships/Ship[6976]: only-in-A + /Sim/fleets/Flt[5216 "Alpha Fleet IV"]/ships/Ship[6992]: only-in-A + /Sim/fleets/Flt[5216 "Alpha Fleet IV"]/ships/Ship[7248]: only-in-B + /Sim/fleets/Flt[5216 "Alpha Fleet IV"]/ships/Ship[7264]: only-in-B + /Sim/fleets/Flt[5216 "Alpha Fleet IV"]/ships/Ship[7280]: only-in-B + /Sim/fleets/Flt[1154 "Eta Fleet IV"]/NShips: 3 -> 2 + /Sim/fleets/Flt[1154 "Eta Fleet IV"]/ships/Ship[5264]: only-in-A + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/Pos/.[0]: 0.08545726537704468 -> -0.8424871563911438 [2.09759e+09 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/Pos/.[1]: 4.03765344619751 -> 5.487546443939209 [3.04065e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/Pos/.[2]: 2.156036615371704 -> 3.1742355823516846 [4.27064e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/FPlan/FPeta2: 3 -> 2 + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/PrvPos/.[0]: 1.013401746749878 -> 0.08545726537704468 [3.05856e+07 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/PrvPos/.[1]: 2.5877604484558105 -> 4.03765344619751 [6.00233e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/PrvPos/.[2]: 1.1378376483917236 -> 2.156036615371704 [7.88681e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[5152]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[5184]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[5360]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[5376]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[5504]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[5520]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[5408]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[6048]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[4672]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[5232]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[6736]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[6752]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[6768]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1282 "Omikron Fleet IV"]/ships/Ship[5648]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1426 "Alpha Fleet V"]/Pos/.[0]: -0.6894209384918213 -> -1.9186691045761108 [1.2917e+07 ulp] + /Sim/fleets/Flt[1426 "Alpha Fleet V"]/Pos/.[1]: 6.533890247344971 -> 7.367920398712158 [1.74909e+06 ulp] + /Sim/fleets/Flt[1426 "Alpha Fleet V"]/Pos/.[2]: 3.0176987648010254 -> 4.356856346130371 [4.86845e+06 ulp] + /Sim/fleets/Flt[1426 "Alpha Fleet V"]/FPlan/FPeta2: 2 -> 1 + /Sim/fleets/Flt[1426 "Alpha Fleet V"]/PrvPos/.[0]: 0.5398271083831787 -> -0.6894209384918213 [2.11778e+09 ulp] + /Sim/fleets/Flt[1426 "Alpha Fleet V"]/PrvPos/.[1]: 5.699860095977783 -> 6.533890247344971 [1.74909e+06 ulp] + /Sim/fleets/Flt[1426 "Alpha Fleet V"]/PrvPos/.[2]: 1.6785414218902588 -> 3.0176987648010254 [6.96513e+06 ulp] + /Sim/fleets/Flt[1426 "Alpha Fleet V"]/ships/Ship[5760]/Range: 3.0 -> 1.0 [1.25829e+07 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/FPlan: only-in-B + /Sim/fleets/Flt[1538 "Beta Fleet V"]/Pos/.[0]: 2.899303674697876 -> 2.226682186126709 [2.82118e+06 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/Pos/.[1]: 9.297136306762695 -> 8.307077407836914 [1.03815e+06 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/Pos/.[2]: -0.010525703430175781 -> 1.591773509979248 [2.07986e+09 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/LocID: 208 -> 0 + /Sim/fleets/Flt[1538 "Beta Fleet V"]/HFPlan: False -> True + /Sim/fleets/Flt[1538 "Beta Fleet V"]/FtOrig/.[0]: 1.4411334991455078 -> 2.899303674697876 [8.46006e+06 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/FtOrig/.[1]: 1.4231934547424316 -> 9.297136306762695 [2.2976e+07 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/FtOrig/.[2]: -2.2154250144958496 -> -0.010525703430175781 [6.50991e+07 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/FtFlg: 12 -> 13 + /Sim/fleets/Flt[1538 "Beta Fleet V"]/PrvPos/.[0]: 2.845612049102783 -> 2.899303674697876 [225199 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/PrvPos/.[1]: 9.007207870483398 -> 9.297136306762695 [304012 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/PrvPos/.[2]: -0.09171271324157715 -> -0.010525703430175781 [2.61734e+07 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/ships/Ship[5904]/RefCap: 70.0 -> 69.33333587646484 [87381 ulp] + /Sim/fleets/Flt[1538 "Beta Fleet V"]/ships/Ship[5904]/Act: 3 -> 0 + /Sim/fleets/Flt[1602 "Theta Fleet V"]/FtFlg: 13 -> 12 + /Sim/fleets/Flt[1602 "Theta Fleet V"]/ships/Ship[6080]/Range: 0.19138050079345703 -> 9.0 [4.69255e+07 ulp] + /Sim/fleets/Flt[1602 "Theta Fleet V"]/ships/Ship[5920]/Range: 0.19138050079345703 -> 9.0 [4.69255e+07 ulp] + /Sim/fleets/Flt[1602 "Theta Fleet V"]/ships/Ship[5936]/Range: 0.19138050079345703 -> 9.0 [4.69255e+07 ulp] + /Sim/fleets/Flt[1650 "Mu Fleet V"]/FtFlg: 13 -> 12 + /Sim/fleets/Flt[1650 "Mu Fleet V"]/Ftpae: 128 -> 0 + /Sim/fleets/Flt[1682 "Xi Fleet V"]/FtFlg: 13 -> 12 + /Sim/fleets/Flt[1682 "Xi Fleet V"]/Ftpae: 128 -> 0 + /Sim/fleets/Flt[6544 "Beta Fleet"]/FtFlg: 5 -> 4 + /Sim/fleets/Flt[1794 "Psi Fleet V"]/FPlan: only-in-A + /Sim/fleets/Flt[1794 "Psi Fleet V"]/Pos/.[0]: 1.2197027206420898 -> 1.013401746749878 [1.73058e+06 ulp] + /Sim/fleets/Flt[1794 "Psi Fleet V"]/Pos/.[1]: 1.4725927114486694 -> 2.5877604484558105 [6.88946e+06 ulp] + /Sim/fleets/Flt[1794 "Psi Fleet V"]/Pos/.[2]: 0.6560204029083252 -> 1.1378376483917236 [6.92729e+06 ulp] + /Sim/fleets/Flt[1794 "Psi Fleet V"]/LocID: 0 -> 384 + /Sim/fleets/Flt[1794 "Psi Fleet V"]/HFPlan: True -> False + /Sim/fleets/Flt[1794 "Psi Fleet V"]/PrvPos/.[0]: 1.554553508758545 -> 1.2197027206420898 [2.80893e+06 ulp] + /Sim/fleets/Flt[1794 "Psi Fleet V"]/PrvPos/.[1]: -0.33745646476745605 -> 1.4725927114486694 [2.12083e+09 ulp] + /Sim/fleets/Flt[1794 "Psi Fleet V"]/PrvPos/.[2]: -0.12602603435516357 -> 0.6560204029083252 [2.09984e+09 ulp] + /Sim/fleets/Flt[1794 "Psi Fleet V"]/ships/Ship[4976]/Range: 5.0 -> 9.0 [7.34003e+06 ulp] + /Sim/fleets/Flt[1810 "Omega Fleet V"]/FtFlg: 13 -> 12 + /Sim/fleets/Flt[1810 "Omega Fleet V"]/Ftpae: 128 -> 0 + /Sim/fleets/Flt[6800 "Zeta Fleet VI"]/NShips: 8 -> 12 + /Sim/fleets/Flt[6800 "Zeta Fleet VI"]/ships/Ship[7296]: only-in-B + /Sim/fleets/Flt[6800 "Zeta Fleet VI"]/ships/Ship[7312]: only-in-B + /Sim/fleets/Flt[6800 "Zeta Fleet VI"]/ships/Ship[7328]: only-in-B + /Sim/fleets/Flt[6800 "Zeta Fleet VI"]/ships/Ship[7344]: only-in-B + /Sim/fleets/Flt[1906 "Lambda Fleet VI"]/Pos/.[0]: 1.575334072113037 -> 0.25136446952819824 [2.15577e+07 ulp] + /Sim/fleets/Flt[1906 "Lambda Fleet VI"]/Pos/.[1]: 7.848433017730713 -> 6.3997297286987305 [3.03815e+06 ulp] + /Sim/fleets/Flt[1906 "Lambda Fleet VI"]/Pos/.[2]: 0.374653697013855 -> 0.7598330974578857 [8.5652e+06 ulp] + /Sim/fleets/Flt[1906 "Lambda Fleet VI"]/FPlan/FPeta2: 6 -> 5 + /Sim/fleets/Flt[1906 "Lambda Fleet VI"]/PrvPos/.[0]: 2.899303674697876 -> 1.575334072113037 [7.33431e+06 ulp] + /Sim/fleets/Flt[1906 "Lambda Fleet VI"]/PrvPos/.[1]: 9.297136306762695 -> 7.848433017730713 [1.678e+06 ulp] + /Sim/fleets/Flt[1906 "Lambda Fleet VI"]/PrvPos/.[2]: -0.010525703430175781 -> 0.374653697013855 [2.0623e+09 ulp] + /Sim/fleets/Flt[1906 "Lambda Fleet VI"]/ships/Ship[3600]/Range: 7.0 -> 5.0 [4.1943e+06 ulp] + /Sim/fleets/Flt[1922 "Mu Fleet VI"]/Pos/.[0]: -0.958702564239502 -> -1.467101812362671 [4.61119e+06 ulp] + /Sim/fleets/Flt[1922 "Mu Fleet VI"]/Pos/.[1]: 2.2816178798675537 -> 3.7276859283447266 [6.06525e+06 ulp] + /Sim/fleets/Flt[1922 "Mu Fleet VI"]/Pos/.[2]: -0.47435295581817627 -> 0.8103331327438354 [2.11828e+09 ulp] + /Sim/fleets/Flt[1922 "Mu Fleet VI"]/FPlan/FPeta2: 5 -> 4 + /Sim/fleets/Flt[1922 "Mu Fleet VI"]/PrvPos/.[0]: -0.45030322670936584 -> -0.958702564239502 [9.3633e+06 ulp] + /Sim/fleets/Flt[1922 "Mu Fleet VI"]/PrvPos/.[1]: 0.8355500102043152 -> 2.2816178798675537 [1.23288e+07 ulp] + /Sim/fleets/Flt[1922 "Mu Fleet VI"]/PrvPos/.[2]: -1.7590389251708984 -> -0.47435295581817627 [1.56165e+07 ulp] + /Sim/fleets/Flt[1922 "Mu Fleet VI"]/ships/Ship[6720]/Range: 4.0 -> 2.0 [8.38861e+06 ulp] + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/FPlan: only-in-A + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/Pos/.[0]: -0.5035865306854248 -> -2.4402172565460205 [1.85634e+07 ulp] + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/Pos/.[1]: 1.0797879695892334 -> 0.7378109097480774 [5.06811e+06 ulp] + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/Pos/.[2]: -1.8989818096160889 -> -1.5838549137115479 [2.64348e+06 ulp] + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/LocID: 0 -> 400 + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/HFPlan: True -> False + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/PrvPos/.[0]: 1.4411334991455078 -> -0.5035865306854248 [2.12608e+09 ulp] + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/PrvPos/.[1]: 1.4231934547424316 -> 1.0797879695892334 [2.88069e+06 ulp] + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/PrvPos/.[2]: -2.2154250144958496 -> -1.8989818096160889 [1.75096e+06 ulp] + /Sim/fleets/Flt[1954 "Xi Fleet VI"]/ships/Ship[6688]/RefCap: 69.33333587646484 -> 70.0 [87381 ulp] + /Sim/fleets/Flt[6960 "Omikron Fleet VI"]/NShips: 1 -> 2 + /Sim/fleets/Flt[6960 "Omikron Fleet VI"]/ships/Ship[7184]: only-in-B + /Sim/NumActs: 1 -> 0 + /CD[1]/CmbR[3]: only-in-A + /CD[1]/CmbR[4]: only-in-A + /CD[1]/NCmbR: 5 -> 3 + /CD[1]/NPrvVa: 469.93359375 -> 479.93359375 [327680 ulp] + /CD[1]/apr/.[0]: only-in-A + /CD[1]/apr/.[1]: only-in-A + /CD[1]/apr/.: only-in-B diff --git a/verify/results/turncommands/br2-turn27-deep.tcb b/verify/results/turncommands/br2-turn27-deep.tcb new file mode 100644 index 0000000..0bc234c --- /dev/null +++ b/verify/results/turncommands/br2-turn27-deep.tcb @@ -0,0 +1,141 @@ +tcb 1 +meta source BR2-deep-aiorders.txt +meta input ad-turn27-two-raiders.sav +meta batch seq=2 n=8 +meta note the load-time batch is excluded; this is the End-Turn submission +seed 32 0x156ebbbd +seed 496 0xfe7b2826 +seed 512 0x0ed341d1 +block 0 16 +gate 0 rate 1 +block 1 32 +gate 1 rate 0.8 +list 1 1 3 +elem 1 1 0 ? +# observed list 1 elem 0 word 2 string: Egg Thief Mk 4 +elem 1 1 1 ? +# observed list 1 elem 1 word 2 string: Egg Thief Mk 5 +elem 1 1 2 ? +# observed list 1 elem 2 word 2 string: Bravestar Mk 3 +list 1 3 19 +elem 1 3 0 i291 i962 i384 i0 +elem 1 3 1 i292 i962 i384 i0 +elem 1 3 2 i293 i962 i384 i0 +elem 1 3 3 i294 i962 i384 i0 +elem 1 3 4 i295 i962 i384 i0 +elem 1 3 5 i296 i962 i384 i0 +elem 1 3 6 i297 i962 i272 i0 +elem 1 3 7 i298 i962 i272 i0 +elem 1 3 8 i299 i962 i272 i0 +elem 1 3 9 i300 i962 i272 i0 +elem 1 3 10 i301 i962 i272 i0 +elem 1 3 11 i302 i962 i368 i0 +elem 1 3 12 i303 i962 i368 i0 +# observed list 3 elem 12 word 6 vector: [] +elem 1 3 13 i304 i1490 i368 i0 +elem 1 3 14 i305 i1474 i368 i0 +elem 1 3 15 i306 i1826 i464 i0 +elem 1 3 16 i307 i1826 i464 i0 +elem 1 3 17 i308 i1826 i464 i0 +elem 1 3 18 i309 i1522 i80 i0 +list 1 5 15 +elem 1 5 0 i464 ? ? ? ? ? ? ? +elem 1 5 1 i80 ? ? ? ? ? ? ? +elem 1 5 2 i160 ? ? ? ? ? ? ? +elem 1 5 3 i192 ? ? ? ? ? ? ? +elem 1 5 4 i272 ? ? ? ? ? ? ? +elem 1 5 5 i288 ? ? ? ? ? ? ? +elem 1 5 6 i304 ? ? ? ? ? ? ? +elem 1 5 7 i336 ? ? ? ? ? ? ? +elem 1 5 8 i352 ? ? ? ? ? ? ? +elem 1 5 9 i368 ? ? ? ? ? ? ? +elem 1 5 10 i384 ? ? ? ? ? ? ? +elem 1 5 11 i400 ? ? ? ? ? ? ? +elem 1 5 12 i416 ? ? ? ? ? ? ? +elem 1 5 13 i432 ? ? ? ? ? ? ? +elem 1 5 14 i448 ? ? ? ? ? ? ? +list 1 7 2 +elem 1 7 0 i5904 i0 +elem 1 7 1 i6016 i1 +list 1 8 3 +elem 1 8 0 i2002 v1:256 +elem 1 8 1 i1970 v1:384 +elem 1 8 2 i1538 v1:240 +list 1 10 4 +elem 1 10 0 i80 i1970 v1:5264 +elem 1 10 1 i384 i1986 v1:6976 +elem 1 10 2 i384 i2002 v1:6992 +elem 1 10 3 i816 i7072 v11:2992,3456,4304,4912,5680,3184,5856,6000,6256,6464,2720 +list 1 12 12 +elem 1 12 0 ? +# observed list 12 elem 0 word 6 vector: [2544,2896,2528] +elem 1 12 1 ? +# observed list 12 elem 1 word 6 vector: [2128,2144,3072,1872,1888,1904,2400,2800,3008,3040,3056,2384,2752,2416,2160] +elem 1 12 2 ? +# observed list 12 elem 2 word 6 vector: [2288] +elem 1 12 3 ? +# observed list 12 elem 3 word 6 vector: [2080,2672,2704,2320,1856] +elem 1 12 4 ? +# observed list 12 elem 4 word 6 vector: [3152,3136,2960,3408] +elem 1 12 5 ? +# observed list 12 elem 5 word 6 vector: [3504,3472,3488,3216,3264,3520] +elem 1 12 6 ? +# observed list 12 elem 6 word 6 vector: [2224,4000,4400,3536,3552,3568,1664,1920,3280,3296,3312,3968,3984,1952,2832,2864,3104,3120,2848,2880] +elem 1 12 7 ? +# observed list 12 elem 7 word 6 vector: [4240,4864,4640,4544,4560,4576,4592,4624,4160,4880,4896,3920,3952,4368,4384,4192,4224,4848,4608,4208,4656,4784] +elem 1 12 8 ? +# observed list 12 elem 8 word 6 vector: [6368,6384,4416,4432,4464,4768,3632,4016,4048,4032,3616] +elem 1 12 9 ? +# observed list 12 elem 9 word 6 vector: [3696,4512,4816,4080,3712,4112,4800] +elem 1 12 10 ? +# observed list 12 elem 10 word 6 vector: [6272] +elem 1 12 11 ? +# observed list 12 elem 11 word 6 vector: [6432,6224,6400,6192,6240,6448,6416] +list 1 14 8 +elem 1 14 0 i1970 i0 b1 +elem 1 14 1 i1970 i1 b1 +elem 1 14 2 i1986 i0 b1 +elem 1 14 3 i1986 i1 b1 +elem 1 14 4 i2002 i0 b1 +elem 1 14 5 i2002 i1 b1 +elem 1 14 6 i7072 i0 b1 +elem 1 14 7 i7072 i1 b1 +list 1 23 15 +elem 1 23 0 i464 ? +# observed list 23 elem 0 word 2 vector: [12422480,1,2,0,1000000000,0] +elem 1 23 1 i80 ? +# observed list 23 elem 1 word 2 vector: [12422480,1,2,1,600000000,0] +elem 1 23 2 i160 ? +# observed list 23 elem 2 word 2 vector: [12422480,1,2,80,800000000,0] +elem 1 23 3 i192 ? +# observed list 23 elem 3 word 2 vector: [12422480,1,2,272,300000000,0] +elem 1 23 4 i272 ? +# observed list 23 elem 4 word 2 vector: [12422480,1,2,0,400000000,0] +elem 1 23 5 i288 ? +# observed list 23 elem 5 word 2 vector: [12422480,1,2,384,700000000,0] +elem 1 23 6 i304 ? +# observed list 23 elem 6 word 2 vector: [12422480,1,2,464,100000000,0] +elem 1 23 7 i336 ? +# observed list 23 elem 7 word 2 vector: [12422480,1,2,0,200000000,0] +elem 1 23 8 i352 ? +# observed list 23 elem 8 word 2 vector: [12422480,1,2,272,500000000,0] +elem 1 23 9 i368 ? +# observed list 23 elem 9 word 2 vector: [12422480,1,2,368,700000000,0] +elem 1 23 10 i384 ? +# observed list 23 elem 10 word 2 vector: [12422480,1,2,368,800000000,0] +elem 1 23 11 i400 ? +# observed list 23 elem 11 word 2 vector: [12422480,1,2,0,400000000,0] +elem 1 23 12 i416 ? +# observed list 23 elem 12 word 2 vector: [12422480,1,2,0,500000000,0] +elem 1 23 13 i432 ? +# observed list 23 elem 13 word 2 vector: [12422480,1,2,368,400000000,0] +elem 1 23 14 i448 ? +# observed list 23 elem 14 word 2 vector: [12422480,1,2,368,500000000,0] +block 2 496 +gate 2 rate 0.8 +block 3 512 +gate 3 rate 0.8 +block 4 0 +block 5 0 +block 6 0 +block 7 0 diff --git a/verify/results/turncommands/br2-turn27-shallow.tcb b/verify/results/turncommands/br2-turn27-shallow.tcb new file mode 100644 index 0000000..451d91d --- /dev/null +++ b/verify/results/turncommands/br2-turn27-shallow.tcb @@ -0,0 +1,110 @@ +tcb 1 +meta source BR2-deep-aiorders.txt +meta input ad-turn27-two-raiders.sav +meta batch seq=2 n=8 +meta note the load-time batch is excluded; this is the End-Turn submission +seed 32 0x156ebbbd +seed 496 0xfe7b2826 +seed 512 0x0ed341d1 +block 0 16 +gate 0 rate 1 +block 1 32 +gate 1 rate 0.8 +list 1 1 3 +elem 1 1 0 ? +elem 1 1 1 ? +elem 1 1 2 ? +list 1 3 19 +elem 1 3 0 i291 i962 i384 i0 +elem 1 3 1 i292 i962 i384 i0 +elem 1 3 2 i293 i962 i384 i0 +elem 1 3 3 i294 i962 i384 i0 +elem 1 3 4 i295 i962 i384 i0 +elem 1 3 5 i296 i962 i384 i0 +elem 1 3 6 i297 i962 i272 i0 +elem 1 3 7 i298 i962 i272 i0 +elem 1 3 8 i299 i962 i272 i0 +elem 1 3 9 i300 i962 i272 i0 +elem 1 3 10 i301 i962 i272 i0 +elem 1 3 11 i302 i962 i368 i0 +elem 1 3 12 i303 i962 i368 i0 +elem 1 3 13 i304 i1490 i368 i0 +elem 1 3 14 i305 i1474 i368 i0 +elem 1 3 15 i306 i1826 i464 i0 +elem 1 3 16 i307 i1826 i464 i0 +elem 1 3 17 i308 i1826 i464 i0 +elem 1 3 18 i309 i1522 i80 i0 +list 1 5 15 +elem 1 5 0 i464 ? ? ? ? ? ? ? +elem 1 5 1 i80 ? ? ? ? ? ? ? +elem 1 5 2 i160 ? ? ? ? ? ? ? +elem 1 5 3 i192 ? ? ? ? ? ? ? +elem 1 5 4 i272 ? ? ? ? ? ? ? +elem 1 5 5 i288 ? ? ? ? ? ? ? +elem 1 5 6 i304 ? ? ? ? ? ? ? +elem 1 5 7 i336 ? ? ? ? ? ? ? +elem 1 5 8 i352 ? ? ? ? ? ? ? +elem 1 5 9 i368 ? ? ? ? ? ? ? +elem 1 5 10 i384 ? ? ? ? ? ? ? +elem 1 5 11 i400 ? ? ? ? ? ? ? +elem 1 5 12 i416 ? ? ? ? ? ? ? +elem 1 5 13 i432 ? ? ? ? ? ? ? +elem 1 5 14 i448 ? ? ? ? ? ? ? +list 1 7 2 +elem 1 7 0 i5904 i0 +elem 1 7 1 i6016 i1 +list 1 8 3 +elem 1 8 0 i2002 v1 +elem 1 8 1 i1970 v1 +elem 1 8 2 i1538 v1 +list 1 10 4 +elem 1 10 0 i80 i1970 v1 +elem 1 10 1 i384 i1986 v1 +elem 1 10 2 i384 i2002 v1 +elem 1 10 3 i816 i7072 v11 +list 1 12 12 +elem 1 12 0 ? +elem 1 12 1 ? +elem 1 12 2 ? +elem 1 12 3 ? +elem 1 12 4 ? +elem 1 12 5 ? +elem 1 12 6 ? +elem 1 12 7 ? +elem 1 12 8 ? +elem 1 12 9 ? +elem 1 12 10 ? +elem 1 12 11 ? +list 1 14 8 +elem 1 14 0 i1970 i0 b1 +elem 1 14 1 i1970 i1 b1 +elem 1 14 2 i1986 i0 b1 +elem 1 14 3 i1986 i1 b1 +elem 1 14 4 i2002 i0 b1 +elem 1 14 5 i2002 i1 b1 +elem 1 14 6 i7072 i0 b1 +elem 1 14 7 i7072 i1 b1 +list 1 23 15 +elem 1 23 0 i464 ? +elem 1 23 1 i80 ? +elem 1 23 2 i160 ? +elem 1 23 3 i192 ? +elem 1 23 4 i272 ? +elem 1 23 5 i288 ? +elem 1 23 6 i304 ? +elem 1 23 7 i336 ? +elem 1 23 8 i352 ? +elem 1 23 9 i368 ? +elem 1 23 10 i384 ? +elem 1 23 11 i400 ? +elem 1 23 12 i416 ? +elem 1 23 13 i432 ? +elem 1 23 14 i448 ? +block 2 496 +gate 2 rate 0.8 +block 3 512 +gate 3 rate 0.8 +block 4 0 +block 5 0 +block 6 0 +block 7 0