Add 1, 2, 3, reaction and actions unicode characters
parent
52fff9b024
commit
bff1779d44
17
README.md
17
README.md
|
@ -44,14 +44,15 @@ Text may use the following escape codes:
|
||||||
3. `\t` for Tab
|
3. `\t` for Tab
|
||||||
4. `\\` for Backslash
|
4. `\\` for Backslash
|
||||||
|
|
||||||
We are currently working on choice of unicode symbols for the following game
|
The action symbols can be represented by the following characters:
|
||||||
symbols:
|
|
||||||
|
|
||||||
1. Single Action
|
| Meaning | Character | Unicode |
|
||||||
2. Two-Action Activity
|
| -------- | -- | ------- |
|
||||||
3. Three-Action Activitt
|
| 1 action | ⑴ | U+2474 |
|
||||||
4. Reaction
|
| 2 actions | ⑵ | U+2475 |
|
||||||
5. Free Action
|
| 3 actions | ⑶ | U+2476 |
|
||||||
|
| Reaction | 🄡 | U+1F121 |
|
||||||
|
| Free action | 🄕 | U+1F115 |
|
||||||
|
|
||||||
## Ability Scores in Integer Representation
|
## Ability Scores in Integer Representation
|
||||||
|
|
||||||
|
@ -69,4 +70,4 @@ symbols:
|
||||||
|
|
||||||
If I wanted to say STR and DEX, I would use a `3`. If I wanted STR, WIS, and
|
If I wanted to say STR and DEX, I would use a `3`. If I wanted STR, WIS, and
|
||||||
CHA, that would be 1 + 16 + 32 = `49`. This is to give a program-focused data
|
CHA, that would be 1 + 16 + 32 = `49`. This is to give a program-focused data
|
||||||
return in addition to the textual representation.
|
return in addition to the textual representation.
|
Loading…
Reference in New Issue