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

View File

@@ -0,0 +1,3 @@
INSERT INTO vckonline.starters (name,roll_match1,roll_match2,gold_payout_on_turn,gold_payout_off_turn,strength_payout_on_turn,strength_payout_off_turn,magic_payout_on_turn,magic_payout_off_turn,has_special_payout_on_turn,has_special_payout_off_turn,special_payout_on_turn,special_payout_off_turn) VALUES
('Peasant',5,0,1,1,0,0,0,0,0,0,'0','0'),
('Knight',6,0,0,0,1,1,0,0,0,0,'0','0');