update README.md about text encoding
parent
f7a17c3f70
commit
e4b5ee0973
18
README.md
18
README.md
|
@ -31,9 +31,27 @@ sqlite database.
|
||||||
# Conventions in the Code
|
# Conventions in the Code
|
||||||
|
|
||||||
## Text Encoding
|
## Text Encoding
|
||||||
|
|
||||||
The goal is for all of our stored text in the database to be unicode,
|
The goal is for all of our stored text in the database to be unicode,
|
||||||
preferably `UTF-8`.
|
preferably `UTF-8`.
|
||||||
|
|
||||||
|
Also, many of the text fields will be in Github-Flavored Markdown.
|
||||||
|
|
||||||
|
Text may use the following escape codes:
|
||||||
|
|
||||||
|
1. `\n` for Newline
|
||||||
|
2. `\t` for Tab
|
||||||
|
3. `\\` for Backslash
|
||||||
|
|
||||||
|
We are currently working on choice of unicode symbols for the following game
|
||||||
|
symbols:
|
||||||
|
|
||||||
|
1. Single Action
|
||||||
|
2. Two-Action Activity
|
||||||
|
3. Three-Action Activitt
|
||||||
|
4. Reaction
|
||||||
|
5. Free Action
|
||||||
|
|
||||||
## Ability Scores in Integer Representation
|
## Ability Scores in Integer Representation
|
||||||
|
|
||||||
| Ability Type | Value |
|
| Ability Type | Value |
|
||||||
|
|
Loading…
Reference in New Issue