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