added database creation scripts

This commit is contained in:
2023-04-12 10:16:43 -07:00
parent a889181296
commit d74500e44d
5 changed files with 102 additions and 0 deletions

21
dukes_202304121016.sql Normal file
View File

@@ -0,0 +1,21 @@
INSERT INTO vckonline.dukes (name,gold_mult,strength_mult,magic_mult,shadow_mult,holy_mult,soldier_mult,worker_mult,monster_mult,citizen_mult,domain_mult,boss_mult,minion_mult,beast_mult,titan_mult,image) VALUES
('Elysium the Allsmith',4,4,4,1,1,1,1,0,0,0,0,0,0,0,NULL),
('Reese the Firebrand',4,4,4,0,0,0,0,1,1,1,0,0,0,0,NULL),
('Tsoukalos the Conspirator',1,2,2,0,0,0,0,0,0,2,0,0,0,0,NULL),
('Cornelius the Dreamer',3,3,3,0,0,0,0,0,0,3,0,0,0,0,NULL),
('Mico the Monster Slayer',2,2,2,0,0,0,0,1,0,0,5,0,0,0,NULL),
('Waybright the Wise',4,4,4,0,0,0,1,0,0,2,0,0,0,0,NULL),
('Mulholland the Brave',4,4,4,0,0,0,0,0,2,0,0,0,0,0,NULL),
('Hrothgar the Conqueror',4,4,4,0,0,0,0,2,0,0,0,0,0,1,NULL),
('Isabella the Righteous',3,3,3,0,2,1,0,0,0,0,0,0,0,0,NULL),
('El''syn, Saint of Shadows',4,4,4,2,2,0,0,0,0,0,0,0,0,0,NULL);
INSERT INTO vckonline.dukes (name,gold_mult,strength_mult,magic_mult,shadow_mult,holy_mult,soldier_mult,worker_mult,monster_mult,citizen_mult,domain_mult,boss_mult,minion_mult,beast_mult,titan_mult,image) VALUES
('Waryn, Lord of Rogues',3,3,3,2,0,0,1,0,0,0,0,0,0,0,NULL),
('Pas''cal the Gray Hunter',5,5,5,0,0,1,0,2,0,0,0,0,0,0,NULL),
('Sir Roberts of Stoneblood',3,3,3,1,0,0,0,1,0,0,0,0,0,0,NULL),
('Aguilar the Gilded Knight',4,4,4,0,0,0,0,1,0,2,0,0,0,0,NULL),
('Lekzand''r the Protector',3,3,3,0,2,0,1,0,0,0,0,0,0,0,NULL),
('Node, Master of Swords',3,3,3,2,0,1,0,0,0,0,0,0,0,0,NULL),
('Simon the Unclean',2,2,2,0,0,1,1,0,0,0,0,0,0,0,NULL),
('Gurira the Guardian',3,3,3,0,1,0,0,1,0,0,0,0,0,0,NULL),
('Drakkenstrike',4,4,4,0,0,1,0,0,0,2,0,0,0,0,NULL);