I DID STUFF, GOD A PROC MACRO AND SHIT
This commit is contained in:
commit
22319e84a1
28 changed files with 3101 additions and 0 deletions
33
table_data.md
Normal file
33
table_data.md
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Data types needed
|
||||
- fields
|
||||
+ functions
|
||||
|
||||
## Table - struct
|
||||
- ID
|
||||
- Users (who have access to the table in general)
|
||||
- Admins/GMs (who is the Gm from the Users group)
|
||||
- Map
|
||||
- Images (non maps)
|
||||
- Tokens - entities on a map
|
||||
- Game definition
|
||||
- User Character sheets
|
||||
|
||||
## Game definition
|
||||
- Player sheets
|
||||
- dice rolls
|
||||
- abilities and such
|
||||
|
||||
## Map - struct
|
||||
- Background
|
||||
- Grid
|
||||
- Visible to players
|
||||
+ Force Show
|
||||
|
||||
## Background - struct
|
||||
- Image
|
||||
- Offset
|
||||
|
||||
## Grid - Enum
|
||||
- Type: Square/Hexagonal/Triangular
|
||||
- Size
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue