From e3c24d186cc6cc6298c17eab7803d7ffa4026f77 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 15:48:22 -0600 Subject: [PATCH] Created npc_spells (markdown) --- npc_spells.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 npc_spells.md diff --git a/npc_spells.md b/npc_spells.md new file mode 100644 index 0000000..030b604 --- /dev/null +++ b/npc_spells.md @@ -0,0 +1,23 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +id|int(11) unsigned|NO|PRI| |auto\_increment +name|tinytext|YES| | | +parent\_list|int(11) unsigned|NO| |0| +attack\_proc|smallint(5)|NO| |-1| +proc\_chance|tinyint(3)|NO| |3| +range\_proc|smallint(5)|NO| |-1| +rproc\_chance|smallint(5)|NO| |0| +defensive\_proc|smallint(5)|NO| |-1| +dproc\_chance|smallint(5)|NO| |0| +fail\_recast|int(11) unsigned|NO| |0| +engaged\_no\_sp\_recast\_min|int(11) unsigned|NO| |0| +engaged\_no\_sp\_recast\_max|int(11) unsigned|NO| |0| +engaged\_b\_self\_chance|tinyint(3) unsigned|NO| |0| +engaged\_b\_other\_chance|tinyint(3) unsigned|NO| |0| +engaged\_d\_chance|tinyint(3) unsigned|NO| |0| +pursue\_no\_sp\_recast\_min|int(3) unsigned|NO| |0| +pursue\_no\_sp\_recast\_max|int(11) unsigned|NO| |0| +pursue\_d\_chance|tinyint(3) unsigned|NO| |0| +idle\_no\_sp\_recast\_min|int(11) unsigned|NO| |0| +idle\_no\_sp\_recast\_max|int(11) unsigned|NO| |0| +idle\_b\_chance|tinyint(11) unsigned|NO| |0| \ No newline at end of file