making a setup folder for resources to help set up vckonline environment

This commit is contained in:
2023-04-22 14:31:52 -07:00
parent a75c4a85af
commit 4ab107eee2
13 changed files with 47 additions and 52 deletions

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);