Add Coregal variant + simplify time management in Game.vue
[vchess.git] / server / db / populate.sql
1 -- Re-run this script after variants are added
2
3 insert or ignore into Variants (name,description) values
4 ('Alice', 'Both sides of the mirror'),
5 ('Allmate1', 'Mate any piece (v1)'),
6 ('Allmate2', 'Mate any piece (v2)'),
7 ('Antiking1', 'Keep antiking in check (v1)'),
8 ('Antiking2', 'Keep antiking in check (v2)'),
9 ('Antimatter', 'Dangerous collisions'),
10 ('Arena', 'Middle battle'),
11 ('Atomic', 'Explosive captures'),
12 ('Baroque', 'Exotic captures'),
13 ('Benedict', 'Change colors'),
14 ('Berolina', 'Pawns move diagonally'),
15 ('Cannibal', 'Capture powers'),
16 ('Capture', 'Mandatory captures'),
17 ('Checkered', 'Shared pieces'),
18 ('Chess960', 'Standard rules'),
19 ('Circular', 'Run forward'),
20 ('Coregal', 'Two royal pieces'),
21 ('Crazyhouse', 'Captures reborn'),
22 ('Cylinder', 'Neverending rows'),
23 ('Dark', 'In the shadow'),
24 ('Eightpieces', 'Each piece is unique'),
25 ('Enpassant', 'Capture en passant'),
26 ('Extinction', 'Capture all of a kind'),
27 ('Grand', 'Big board'),
28 ('Grasshopper', 'Long jumps over pieces'),
29 ('Hidden', 'Unidentified pieces'),
30 ('Hiddenqueen', 'Queen disguised as a pawn'),
31 ('Knightmate', 'Mate the knight'),
32 ('Knightrelay1', 'Move like a knight (v1)'),
33 ('Knightrelay2', 'Move like a knight (v2)'),
34 ('Losers', 'Get strong at self-mate'),
35 ('Magnetic', 'Laws of attraction'),
36 ('Marseille', 'Move twice'),
37 ('Perfect', 'Powerful pieces'),
38 ('Racingkings', 'Kings cross the 8x8 board'),
39 ('Rifle', 'Shoot pieces'),
40 ('Recycle', 'Reuse pieces'),
41 ('Royalrace', 'Kings cross the 11x11 board'),
42 ('Rugby', 'Transform an essay'),
43 ('Shatranj', 'Ancient rules'),
44 ('Suicide', 'Lose all pieces'),
45 ('Suction', 'Attract opposite king'),
46 ('Threechecks', 'Give three checks'),
47 ('Upsidedown', 'Board upside down'),
48 ('Wildebeest', 'Balanced sliders & leapers'),
49 ('Wormhole', 'Squares disappear'),
50 ('Zen', 'Reverse captures');