fixed a bug with single word strings and multiple choice blocks side by side

This commit is contained in:
2026-05-18 23:05:19 +01:00
parent cba3ec04d7
commit 019f1088a3
10 changed files with 37 additions and 17 deletions
+8 -7
View File
@@ -1,12 +1,13 @@
# Character features
# Characters
## Character features
| Feature | Examples | Notes |
| --------------- | --------------------------------------------- | ----------------------------------------- |
| Name | Timothy Sharpshooter | |
| Gender | Male, Female, NB, Other | |
| Skin Color | Khaki, #F0E68C, rgb(240, 230, 140) | CSS Color |
| Eye Color | LightBlue, #ADD8E6, rgb(173, 216, 230) | CSS Color |
| Hair Color | GoldenRod, #DAA520, rgb(218, 165, 32) | CSS Color |
| Skin Color | [255,255,255] | RGB colour |
| Eye Color | [14,0,244] | RGB Color |
| Hair Color | [0,128,44] | RGB Color |
| Pronoun Subject | He, She, They | See https://en.wikipedia.org/wiki/Pronoun |
| Pronoun Object | Him, Her, Them | See https://en.wikipedia.org/wiki/Pronoun |
| Pronoun Deppos | His, Her, Their | See https://en.wikipedia.org/wiki/Pronoun |
@@ -17,12 +18,12 @@
| Arm Shape | | |
| Leg Shape | | |
| Hair Style | | |
| Clothing | See [Character Clothing](#Character Clothing) | |
| Clothing | See [Character Clothing](##Clothing) | |
> [!NOTE]
> Pronouns can be implied and unrequired with a recognised Gender value, however, custom values can be filled in if desired.
# Character Clothing
## Clothing
| Appearal | Examples | Notes |
| -------- | -------- | ------------------------ |
@@ -33,7 +34,7 @@
| Gloves | | |
| Neck | | Necklace, Scarf, etc... |
# Characters.json
## Characters.json
Characters are stored in the characters.json file which looks like this: