Re-aggregate wiki after the NOTICE migration

This commit is contained in:
flan
2026-07-16 01:12:46 +00:00
parent 8007f4e4e2
commit ac68350662
9 changed files with 11 additions and 19 deletions
+3 -4
View File
@@ -88,13 +88,13 @@ Two things to notice:
nurture at once. This is the multiplier that makes catching one pawn matter to the disposition of
the rest.
### JusticeBootstrap — reconnecting the loop across the mod boundary
### PolicingBootstrap — reconnecting the loop across the mod boundary
Core keeps `Propensity.DeterrenceFactor` as a neutral seam — a `Func<Pawn,float>` that returns `1f`
until something fills it. Core alone never has to know Justice exists; that one seam is what lets Core
stay a dependency-free leaf while the deterrence loop runs *through* it.
At startup, `JusticeBootstrap` fills the seam:
At startup, `PolicingBootstrap` fills the seam:
```csharp
Propensity.DeterrenceFactor = pawn => {
@@ -164,5 +164,4 @@ suite since Justice's extraction from Contraband).
---
*Part of the **Institution** suite for RimWorld 1.6: Core · Contraband · Justice · Gangs. Developed
with substantial assistance from Claude (Anthropic).*
*Part of the **Institution** suite for RimWorld 1.6: Core · Contraband · Policing · Corrections · Gangs · Ward.*
+1 -2
View File
@@ -49,5 +49,4 @@ Corrections**, which depends on this layer for the shared climate of order. A fu
---
*Part of the **Institution** suite for RimWorld 1.6: Core · Contraband · Policing · Corrections · Gangs
· Ward. Split out of the former Institution: Justice. Developed with substantial assistance from Claude
(Anthropic).*
· Ward. Split out of the former Institution: Justice.*
+1 -2
View File
@@ -116,5 +116,4 @@ did upstream.
---
Part of **Institution: Justice**, in the Institution suite. AI disclosure: developed with substantial
assistance from Claude (Anthropic).
Part of **Institution: Policing**, in the Institution suite.