Created spawngroup (markdown)

Chris Miles
2018-01-13 15:52:41 -06:00
parent e692eb9fb0
commit edda26b849
+14
@@ -0,0 +1,14 @@
**Field**|**Type**|**Null**|**Key**|**Default**|**Notes**
-----|-----|-----|-----|-----|-----
id|int(11)|NO|PRI| |auto\_increment
name|varchar(50)|NO|UNI| |
spawn\_limit|tinyint(4)|NO| |0|
dist|float|NO| |0|
max\_x|float|NO| |0|
min\_x|float|NO| |0|
max\_y|float|NO| |0|
min\_y|float|NO| |0|
delay|int(11)|NO| |45000|
mindelay|int(11)|NO| |15000|
despawn|tinyint(3)|NO| |0|
despawn\_timer|int(11)|NO| |100|