From b5f589c323f415bb42ea7069cb4d1a8a2233dd69 Mon Sep 17 00:00:00 2001 From: Minteck Date: Wed, 31 Aug 2022 22:03:07 +0200 Subject: Update I guess - Stuffie --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f067871..f37f24e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,18 @@ 48bit bitsets are now used to define metadata that doesn't require a string input, they were 24bit in the past but were changed to 48bit after adding additional metadata. A lot of reserved values remain for future use. ``` +...............0................................ + => Is mostly verbal in real life. + +...............1................................ + => Is mostly non verbal in real life. + +..............0................................. + => Fronts frequently. + +..............1................................. + => Fronts less frequently. + ................00.............................. => Doesn't need to eat food. @@ -184,16 +196,7 @@ The following bits are reserved for future use or for technical reasons: ``` -.....................110........................ <(1)> -.....................111........................ <(1)> -.....................000........................ <(1)> -.....................001........................ <(1)> -.....................010........................ <(1)> -.....................010........................ <(1)> -.....................011........................ <(1)> -.....................100........................ <(1)> -.....................101........................ <(1)> -.....................111........................ <(1)> +xxxxxxxxxxxxxxxx................................ <(1)> ..................110........................... <(2)> ..................111........................... <(2)> .....................101........................ <(2)> -- cgit