Generate compact classic NPC mapping from ProjectEQ data
This commit is contained in:
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
-- Minimal mariadb-dump-shaped PEQ fixture for the NPC gender index generator.
|
||||
INSERT INTO `npc_types` VALUES
|
||||
(1,'Captain Bob','','',0,0,0,0,0,0),
|
||||
(2,'CAPTAIN---BOB','','',0,0,0,0,0,0),
|
||||
(3,'Lady Ada','','',0,0,0,0,0,1),
|
||||
(4,'Neutral Guard','','',0,0,0,0,0,2),
|
||||
(5,'Conflict','','',0,0,0,0,0,0),
|
||||
(6,'Conflict!','','',0,0,0,0,0,1);
|
||||
INSERT INTO `spawnentry` VALUES
|
||||
(10,1),(11,2),(12,3),(13,4),(14,5),(15,6);
|
||||
INSERT INTO `spawn2` VALUES
|
||||
(1,10,'north'),(2,11,'south'),(3,12,'north'),(4,13,'north'),(5,14,'north'),(6,15,'south');
|
||||
INSERT INTO `zone` VALUES
|
||||
(1,1,0,'north','Shared Zone'),(2,2,0,'south','Shared Zone');
|
||||
Reference in New Issue
Block a user