From 4c453dad44d880ce41f385c522d14fe461a4806b Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 05:27:23 -0600 Subject: [PATCH] Created Augment Types (markdown) --- Augment-Types.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Augment-Types.md diff --git a/Augment-Types.md b/Augment-Types.md new file mode 100644 index 0000000..9b99004 --- /dev/null +++ b/Augment-Types.md @@ -0,0 +1,32 @@ +**Augment Type**|**Augment Type Value** +:-----|:----- +1|1 +2|2 +3|4 +4|8 +5|16 +6|32 +7|64 +8|128 +9|256 +10|512 +11|1024 +12|2048 +13|4096 +14|8192 +15|16384 +16|32768 +17|65536 +18|131072 +19|262144 +20|524288 +21|1048576 +22|2097152 +23|4194304 +24|8388608 +25|16777216 +26|33554432 +27|67108864 +28|134217728 +29|268435456 +30|536870912 \ No newline at end of file