Add Knightrelay1. Some fixes. Move odd 'isAttackedBy_multiple_colors' to Checkered...
[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 ('Antiking', 'Keep antiking in check'),
8 ('Antimatter', 'Dangerous collisions'),
9 ('Arena', 'Middle battle'),
10 ('Atomic', 'Explosive captures'),
11 ('Baroque', 'Exotic captures'),
12 ('Benedict', 'Change colors'),
13 ('Berolina', 'Pawns move diagonally'),
14 ('Capture', 'Mandatory captures'),
15 ('Checkered', 'Shared pieces'),
16 ('Chess960', 'Standard rules'),
17 ('Circular', 'Run forward'),
18 ('Crazyhouse', 'Captures reborn'),
19 ('Cylinder', 'Neverending rows'),
20 ('Dark', 'In the shadow'),
21 ('Eightpieces', 'Each piece is unique'),
22 ('Enpassant', 'Capture en passant'),
23 ('Extinction', 'Capture all of a kind'),
24 ('Grand', 'Big board'),
25 ('Grasshopper', 'Long jumps over pieces'),
26 ('Hidden', 'Unidentified pieces'),
27 ('Hiddenqueen', 'Queen disguised as a pawn'),
28 ('Knightmate', 'Mate the knight'),
29 ('Knightrelay1', 'Move like a knight (v1)'),
30 ('Knightrelay2', 'Move like a knight (v2)'),
31 ('Losers', 'Get strong at self-mate'),
32 ('Magnetic', 'Laws of attraction'),
33 ('Marseille', 'Move twice'),
34 ('Racingkings', 'Kings cross the 8x8 board'),
35 ('Rifle', 'Shoot pieces'),
36 ('Royalrace', 'Kings cross the 11x11 board'),
37 ('Recycle', 'Reuse pieces'),
38 ('Shatranj', 'Ancient rules'),
39 ('Suicide', 'Lose all pieces'),
40 ('Suction', 'Attract opposite king'),
41 ('Threechecks', 'Give three checks'),
42 ('Upsidedown', 'Board upside down'),
43 ('Wildebeest', 'Balanced sliders & leapers'),
44 ('Wormhole', 'Squares disappear'),
45 ('Zen', 'Reverse captures');