From 4fd94933800d65e717f28955543381c4e0da8457 Mon Sep 17 00:00:00 2001 From: N0VA Date: Tue, 17 Feb 2026 13:48:41 +0100 Subject: [PATCH] Better formatting --- RULESET.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/RULESET.md b/RULESET.md index f2e7a02..18b0c87 100644 --- a/RULESET.md +++ b/RULESET.md @@ -13,7 +13,12 @@ ### Quadrants -#### Types +- Every quadrant has three boolean values: + - Visited - Whether the player has visited the quadrant + - Discovered - Whether the player has discovered the quadrant (and is visible on map) + - Old - Whether the quadrant is old, effects differ. Every quadrant has a 20% chance of being old. + +#### Quadrant Types - Empty - 30% chance - Asteroid field - 10% chance - Star system - 10% chance @@ -26,11 +31,6 @@ - Anomaly - 4% chance - Singularity - 1% chance -- Every quadrant has three boolean values: - - Visited - Whether the player has visited the quadrant - - Discovered - Whether the player has discovered the quadrant (and is visible on map) - - Old - Whether the quadrant is old, effects differ. Every quadrant has a 20% chance of being old. - ### Wormholes - When entering a black hole, the player is teleported to a random white hole. If there are no white holes, the player is teleported to a random quadrant.