From 88830e60fb5f9bc9c6de478ebe665f3c684de0f0 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 16:21:09 -0600 Subject: [PATCH] Created bot_heal_rotations (markdown) --- bot_heal_rotations.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 bot_heal_rotations.md diff --git a/bot_heal_rotations.md b/bot_heal_rotations.md new file mode 100644 index 0000000..fcd3c25 --- /dev/null +++ b/bot_heal_rotations.md @@ -0,0 +1,18 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +heal\_rotation\_index|int(11) unsigned|NO|PRI| |auto\_increment +bot\_id|int(11) unsigned|NO|MUL|0| +interval|int(11) unsigned|NO| |0| +fast\_heals|int(3) unsigned|NO| |0| +adaptive\_targeting|int(3) unsigned|NO| |0| +casting\_override|int(3) unsigned|NO| |0| +safe\_hp\_base|float unsigned|NO| |0| +safe\_hp\_cloth|float unsigned|NO| |0| +safe\_hp\_leather|float unsigned|NO| |0| +safe\_hp\_chain|float unsigned|NO| |0| +safe\_hp\_plate|float unsigned|NO| |0| +critical\_hp\_base|float unsigned|NO| |0| +critical\_hp\_cloth|float unsigned|NO| |0| +critical\_hp\_leather|float unsigned|NO| |0| +critical\_hp\_chain|float unsigned|NO| |0| +critical\_hp\_plate|float unsigned|NO| |0| \ No newline at end of file