From e4b5ee0973434be6f7433e7531b87d48df6d4216 Mon Sep 17 00:00:00 2001 From: James Miller Date: Wed, 7 Aug 2019 19:21:31 -0500 Subject: [PATCH] update README.md about text encoding --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 650acd7..009c47f 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,27 @@ sqlite database. # Conventions in the Code ## Text Encoding + The goal is for all of our stored text in the database to be unicode, 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 Type | Value |