From 7c9276384ed5a0711818b80245debb9a3cd650db Mon Sep 17 00:00:00 2001 From: Tony Bark Date: Mon, 28 Apr 2025 08:06:00 -0400 Subject: [PATCH] More README sections --- README.md | 35 +++++++++++++++++++++++++++-------- 1 file changed, 27 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 05d059d..18c1f43 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ PersonaForge is a lightweight personality generator for The Sims 2. It balances It helps if you want to: - Have a specific Sim but arenโ€™t sure how to fairly distribute leftover points. -- Need a fast, balance, but natural personality without min-maxing the hell out of them +- Need a fast and balanced Sims that still has a natural personality without min-maxing - Are just tired of flying blind ## ๐Ÿ’ก Why This Exists @@ -28,6 +28,25 @@ With Sims 3 and later, creating personalities is as simple as selecting a trait. - System.Text.Json for serialization (no external libraries) - Pure backend logic (no UI planned) +## ๐Ÿ“ Design Principles +- Simple with no bloat or feature creep +- Stay true to The Sims 2 +- Respect randomness +- Futureproof for new archetypes, quirks, or expansions +- Portable and clean + +## ๐Ÿ“ฆ Example JSON Output + +```json +{ + "Outgoing": 7, + "Nice": 5, + "Playful": 6, + "Neat": 4, + "Active": 3 +} +``` + ## ๐Ÿ—“๏ธ Update Cycle | Type | Frequency | Notes | @@ -38,6 +57,13 @@ With Sims 3 and later, creating personalities is as simple as selecting a trait. * Reserve months: June (Mid-Year Chill) & December (End-Year Freeze) +## ๐Ÿ›ก๏ธ Status + +* [x] Active Support +* [ ] Limited Support (Security patches only) +* [ ] Maintenance Mode (Dependency-only updates) +* [ ] Archived (No active work planned) + ## ๐ŸŽฎ Relaxation Practices * 20% creative/recovery space built into development @@ -46,13 +72,6 @@ With Sims 3 and later, creating personalities is as simple as selecting a trait. * Critical vulnerabilities * Framework-breaking issues -## ๐Ÿ›ก๏ธ Status - -* [x] Active Support -* [ ] Limited Support (Security patches only) -* [ ] Maintenance Mode (Dependency-only updates) -* [ ] Archived (No active work planned) - ## ๐Ÿ“„ License I hereby waive this project under the public domain โ€” see the LICENSE file for full text.