From 7436be0cbc2e10b455be58db99b9a6d72f8c6adc Mon Sep 17 00:00:00 2001 From: TurmoilToad Date: Wed, 18 Sep 2019 10:57:30 -0400 Subject: [PATCH] Destroyed merc_stats (markdown) --- merc_stats.md | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 merc_stats.md diff --git a/merc_stats.md b/merc_stats.md deleted file mode 100644 index c6f694b..0000000 --- a/merc_stats.md +++ /dev/null @@ -1,35 +0,0 @@ -**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** ------|-----|-----|-----|-----|----- -merc\_npc\_type\_id|int(11) unsigned|NO|PRI| | -clientlevel|tinyint(2) unsigned|NO|PRI|1| -level|tinyint(2) unsigned|NO| |1| -hp|int(11)|NO| |1| -mana|int(11)|NO| |0| -AC|smallint(5)|NO| |1| -ATK|mediumint(9)|NO| |1| -STR|mediumint(8) unsigned|NO| |75| -STA|mediumint(8) unsigned|NO| |75| -DEX|mediumint(8) unsigned|NO| |75| -AGI|mediumint(8) unsigned|NO| |75| -\_INT|mediumint(8) unsigned|NO| |80| -WIS|mediumint(8) unsigned|NO| |80| -CHA|mediumint(8) unsigned|NO| |75| -MR|smallint(5)|NO| |15| -CR|smallint(5)|NO| |15| -DR|smallint(5)|NO| |15| -FR|smallint(5)|NO| |15| -PR|smallint(5)|NO| |15| -Corrup|smallint(5)|NO| |15| -mindmg|int(10) unsigned|NO| |1| -maxdmg|int(10) unsigned|NO| |1| -attack\_count|smallint(6)|NO| |0| -attack\_speed|tinyint(3)|NO| |0| -attack\_delay|tinyint(3) unsigned|NO| |30| -special\_abilities|text|YES| | | -Accuracy|mediumint(9)|NO| |0| -hp\_regen\_rate|int(11) unsigned|NO| |1| -mana\_regen\_rate|int(11) unsigned|NO| |1| -runspeed|float|NO| |0| -statscale|int(11)|NO| |100| -spellscale|float|NO| |100| -healscale|float|NO| |100| \ No newline at end of file