More README sections
This commit is contained in:
parent
0211960e9a
commit
7c9276384e
1 changed files with 27 additions and 8 deletions
35
README.md
35
README.md
|
@ -4,7 +4,7 @@ PersonaForge is a lightweight personality generator for The Sims 2. It balances
|
||||||
|
|
||||||
It helps if you want to:
|
It helps if you want to:
|
||||||
- Have a specific Sim but aren’t sure how to fairly distribute leftover points.
|
- 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
|
- Are just tired of flying blind
|
||||||
|
|
||||||
## 💡 Why This Exists
|
## 💡 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)
|
- System.Text.Json for serialization (no external libraries)
|
||||||
- Pure backend logic (no UI planned)
|
- 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
|
## 🗓️ Update Cycle
|
||||||
|
|
||||||
| Type | Frequency | Notes |
|
| 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)
|
* 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
|
## 🎮 Relaxation Practices
|
||||||
|
|
||||||
* 20% creative/recovery space built into development
|
* 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
|
* Critical vulnerabilities
|
||||||
* Framework-breaking issues
|
* Framework-breaking issues
|
||||||
|
|
||||||
## 🛡️ Status
|
|
||||||
|
|
||||||
* [x] Active Support
|
|
||||||
* [ ] Limited Support (Security patches only)
|
|
||||||
* [ ] Maintenance Mode (Dependency-only updates)
|
|
||||||
* [ ] Archived (No active work planned)
|
|
||||||
|
|
||||||
## 📄 License
|
## 📄 License
|
||||||
|
|
||||||
I hereby waive this project under the public domain — see the LICENSE file for full text.
|
I hereby waive this project under the public domain — see the LICENSE file for full text.
|
||||||
|
|
Loading…
Add table
Reference in a new issue