Browse Source

Update documentation

Adds more information to character.org and fixes link in README
Lily Carpenter 8 years ago
parent
commit
20654ee5b2
2 changed files with 6 additions and 1 deletions
  1. 1 1
      README.org
  2. 5 0
      docs/character.org

+ 1 - 1
README.org

@@ -1,6 +1,6 @@
1 1
 * Forever Game Project Roguelike
2 2
 
3
-This is the very beginning of my "forever" game project. See [[https://azrazalea.net/blog/a_ramble_about_a_game_idea.html][My blog post]]
3
+This is the very beginning of my "forever" game project. See [[https://azrazalea.net/posts/A-ramble-about-a-game-idea.html][My blog post]]
4 4
 for an overview (eventually this git repository will contain some better info).
5 5
 
6 6
 For the time being, the game is just going to be a roguelike that I will incrementally morph into the final project.

+ 5 - 0
docs/character.org

@@ -8,6 +8,7 @@ The general idea here is to support everything in the gender spectrum I can with
8 8
 - Eventually NPCs will assume gender based on "real-world cues". Certain clothing/armor will make this harder for them.
9 9
 - Ability to have sex change through various magical means later in game.
10 10
 - Sexual orientation is left to be roleplayed. Character doesn't choose it explicitly.
11
+- Possibly add support for a "preferred sex". Most people's gender would match this, but this would allow representation of gender dysphoria as well with appropriate mood effects.
11 12
 ** Choice of starter clothing, including gender neutral options. Male sex can wear female gendered clothing and vice versa if they wish. This is maybe just in starter equipment (allowing you to start nude if you so wish)
12 13
 ** Choice of starting equipment using a point based system.
13 14
 ** Point based system for starting attributes.
@@ -53,3 +54,7 @@ Early on, the player will be able to find a way to control things remotely so th
53 54
 - Can delegate resource production/gathering
54 55
 - Can delegate diplomacy
55 56
 - Basically, everything but improving self should be able to be delegated.
57
+* Mood
58
+All characters (including the player character) will have mood attributes.
59
+Various things will decrease or increase mood.
60
+Good mood will give a variety of bonuses and bad mood a variety of negatives.