From d9ace8f7ab1a1ea96b353276058d5d6c21e6709e Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 15:59:27 -0600 Subject: [PATCH] Created char_create_point_allocations (markdown) --- char_create_point_allocations.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 char_create_point_allocations.md diff --git a/char_create_point_allocations.md b/char_create_point_allocations.md new file mode 100644 index 0000000..7ab77ed --- /dev/null +++ b/char_create_point_allocations.md @@ -0,0 +1,17 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +id|int(10) unsigned|NO|PRI| | +base\_str|int(10) unsigned|NO| | | +base\_sta|int(10) unsigned|NO| | | +base\_dex|int(10) unsigned|NO| | | +base\_agi|int(10) unsigned|NO| | | +base\_int|int(10) unsigned|NO| | | +base\_wis|int(10) unsigned|NO| | | +base\_cha|int(10) unsigned|NO| | | +alloc\_str|int(10) unsigned|NO| | | +alloc\_sta|int(10) unsigned|NO| | | +alloc\_dex|int(10) unsigned|NO| | | +alloc\_agi|int(10) unsigned|NO| | | +alloc\_int|int(10) unsigned|NO| | | +alloc\_wis|int(10) unsigned|NO| | | +alloc\_cha|int(10) unsigned|NO| | | \ No newline at end of file