From f8fbd7665beda5c22bc9e93d01aaf06c5899a096 Mon Sep 17 00:00:00 2001 From: N0VA Date: Tue, 17 Feb 2026 12:49:59 +0100 Subject: [PATCH] Add quadrant types --- RULESET.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/RULESET.md b/RULESET.md index f4ccccb..4249804 100644 --- a/RULESET.md +++ b/RULESET.md @@ -6,3 +6,20 @@ - Iris uses xorshift32 for randomisation. - The seed is set once at the beginning through user input. You can add more ways to set the seed, but the user has to be able to set it themselves. + +### World + +- The world is a 256x256 grid of tiles called quadrants + +### Quadrants +- Empty - 30% chance +- Asteroid belt - 10% chance +- Star system - 10% chance +- Nebula - 10% chance +- Black hole - 10% chance +- White hole - 10% chance +- Pulsar - 5% chance +- Quasar - 5% chance +- Supernova - 5% chance +- Anomaly - 4% chance +- Singularity - 1% chance