diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-07-10 13:36:52 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-10 13:36:52 +0300 |
| commit | 7f972b38340e6d6862976f1886c07b4129ae92eb (patch) | |
| tree | 532c464d1448267eb2da5a91526df5937ffd6fc9 /backend/database | |
| parent | docs: add almost all lp history from the sheet (#168) (diff) | |
| download | lphub-7f972b38340e6d6862976f1886c07b4129ae92eb.tar.gz lphub-7f972b38340e6d6862976f1886c07b4129ae92eb.tar.bz2 lphub-7f972b38340e6d6862976f1886c07b4129ae92eb.zip | |
docs: update maps table ddl (#168)
Diffstat (limited to 'backend/database')
| -rw-r--r-- | backend/database/maps.sql | 222 |
1 files changed, 111 insertions, 111 deletions
diff --git a/backend/database/maps.sql b/backend/database/maps.sql index 637d2c2..082c85a 100644 --- a/backend/database/maps.sql +++ b/backend/database/maps.sql | |||
| @@ -1,129 +1,129 @@ | |||
| 1 | INSERT INTO maps(game_id, chapter_id, name, description, showcase, is_disabled) VALUES | 1 | INSERT INTO maps(game_id, chapter_id, name, is_disabled, image) VALUES |
| 2 | -- Portal 2 Singleplayer | 2 | -- Portal 2 Singleplayer |
| 3 | -- 1 | 3 | -- 1 |
| 4 | (1,1,'Container Ride','','',true), | 4 | (1,1,'Container Ride',true,''), |
| 5 | (1,1,'Portal Carousel','','',true), | 5 | (1,1,'Portal Carousel',true,''), |
| 6 | (1,1,'Portal Gun','','',false), | 6 | (1,1,'Portal Gun',false,''), |
| 7 | (1,1,'Smooth Jazz','','',false), | 7 | (1,1,'Smooth Jazz',false,''), |
| 8 | (1,1,'Cube Momentum','','',false), | 8 | (1,1,'Cube Momentum',false,''), |
| 9 | (1,1,'Future Starter','','',false), | 9 | (1,1,'Future Starter',false,''), |
| 10 | (1,1,'Secret Panel','','',false), | 10 | (1,1,'Secret Panel',false,''), |
| 11 | (1,1,'Wakeup','','',true), | 11 | (1,1,'Wakeup',true,''), |
| 12 | (1,1,'Incinerator','','',false), | 12 | (1,1,'Incinerator',false,''), |
| 13 | -- 2 | 13 | -- 2 |
| 14 | (1,2,'Laser Intro','','',false), | 14 | (1,2,'Laser Intro',false,''), |
| 15 | (1,2,'Laser Stairs','','',false), | 15 | (1,2,'Laser Stairs',false,''), |
| 16 | (1,2,'Dual Lasers','','',false), | 16 | (1,2,'Dual Lasers',false,''), |
| 17 | (1,2,'Laser Over Goo','','',false), | 17 | (1,2,'Laser Over Goo',false,''), |
| 18 | (1,2,'Catapult Intro','','',false), | 18 | (1,2,'Catapult Intro',false,''), |
| 19 | (1,2,'Trust Fling','','',false), | 19 | (1,2,'Trust Fling',false,''), |
| 20 | (1,2,'Pit Flings','','',false), | 20 | (1,2,'Pit Flings',false,''), |
| 21 | (1,2,'Fizzler Intro','','',false), | 21 | (1,2,'Fizzler Intro',false,''), |
| 22 | -- 3 | 22 | -- 3 |
| 23 | (1,3,'Ceiling Catapult','','',false), | 23 | (1,3,'Ceiling Catapult',false,''), |
| 24 | (1,3,'Ricochet','','',false), | 24 | (1,3,'Ricochet',false,''), |
| 25 | (1,3,'Bridge Intro','','',false), | 25 | (1,3,'Bridge Intro',false,''), |
| 26 | (1,3,'Bridge The Gap','','',false), | 26 | (1,3,'Bridge The Gap',false,''), |
| 27 | (1,3,'Turret Intro','','',false), | 27 | (1,3,'Turret Intro',false,''), |
| 28 | (1,3,'Laser Relays','','',false), | 28 | (1,3,'Laser Relays',false,''), |
| 29 | (1,3,'Turret Blocker','','',false), | 29 | (1,3,'Turret Blocker',false,''), |
| 30 | (1,3,'Laser vs Turret','','',false), | 30 | (1,3,'Laser vs Turret',false,''), |
| 31 | (1,3,'Pull The Rug','','',false), | 31 | (1,3,'Pull The Rug',false,''), |
| 32 | -- 4 | 32 | -- 4 |
| 33 | (1,4,'Column Blocker','','',false), | 33 | (1,4,'Column Blocker',false,''), |
| 34 | (1,4,'Laser Chaining','','',false), | 34 | (1,4,'Laser Chaining',false,''), |
| 35 | (1,4,'Triple Laser','','',false), | 35 | (1,4,'Triple Laser',false,''), |
| 36 | (1,4,'Jail Break','','',false), | 36 | (1,4,'Jail Break',false,''), |
| 37 | (1,4,'Escape','','',false), | 37 | (1,4,'Escape',false,''), |
| 38 | -- 5 | 38 | -- 5 |
| 39 | (1,5,'Turret Factory','','',false), | 39 | (1,5,'Turret Factory',false,''), |
| 40 | (1,5,'Turret Sabotage','','',false), | 40 | (1,5,'Turret Sabotage',false,''), |
| 41 | (1,5,'Neurotoxin Sabotage','','',false), | 41 | (1,5,'Neurotoxin Sabotage',false,''), |
| 42 | (1,5,'Core','','',false), | 42 | (1,5,'Core',false,''), |
| 43 | -- 6 | 43 | -- 6 |
| 44 | (1,6,'Underground','','',false), | 44 | (1,6,'Underground',false,''), |
| 45 | (1,6,'Cave Johnson','','',false), | 45 | (1,6,'Cave Johnson',false,''), |
| 46 | (1,6,'Repulsion Intro','','',false), | 46 | (1,6,'Repulsion Intro',false,''), |
| 47 | (1,6,'Bomb Flings','','',false), | 47 | (1,6,'Bomb Flings',false,''), |
| 48 | (1,6,'Crazy Box','','',false), | 48 | (1,6,'Crazy Box',false,''), |
| 49 | (1,6,'PotatOS','','',false), | 49 | (1,6,'PotatOS',false,''), |
| 50 | -- 7 | 50 | -- 7 |
| 51 | (1,7,'Propulsion Intro','','',false), | 51 | (1,7,'Propulsion Intro',false,''), |
| 52 | (1,7,'Propulsion Flings','','',false), | 52 | (1,7,'Propulsion Flings',false,''), |
| 53 | (1,7,'Conversion Intro','','',false), | 53 | (1,7,'Conversion Intro',false,''), |
| 54 | (1,7,'Three Gels','','',false), | 54 | (1,7,'Three Gels',false,''), |
| 55 | -- 8 | 55 | -- 8 |
| 56 | (1,8,'Test','','',false), | 56 | (1,8,'Test',false,''), |
| 57 | (1,8,'Funnel Intro','','',false), | 57 | (1,8,'Funnel Intro',false,''), |
| 58 | (1,8,'Ceiling Button','','',false), | 58 | (1,8,'Ceiling Button',false,''), |
| 59 | (1,8,'Wall Button','','',false), | 59 | (1,8,'Wall Button',false,''), |
| 60 | (1,8,'Polarity','','',false), | 60 | (1,8,'Polarity',false,''), |
| 61 | (1,8,'Funnel Catch','','',false), | 61 | (1,8,'Funnel Catch',false,''), |
| 62 | (1,8,'Stop The Box','','',false), | 62 | (1,8,'Stop The Box',false,''), |
| 63 | (1,8,'Laser Catapult','','',false), | 63 | (1,8,'Laser Catapult',false,''), |
| 64 | (1,8,'Laser Platform','','',false), | 64 | (1,8,'Laser Platform',false,''), |
| 65 | (1,8,'Propulsion Catch','','',false), | 65 | (1,8,'Propulsion Catch',false,''), |
| 66 | (1,8,'Repulsion Polarity','','',false), | 66 | (1,8,'Repulsion Polarity',false,''), |
| 67 | -- 9 | 67 | -- 9 |
| 68 | (1,9,'Finale 1','','',false), | 68 | (1,9,'Finale 1',false,''), |
| 69 | (1,9,'Finale 2','','',false), | 69 | (1,9,'Finale 2',false,''), |
| 70 | (1,9,'Finale 3','','',false), | 70 | (1,9,'Finale 3',false,''), |
| 71 | (1,9,'Finale 4','','',false), | 71 | (1,9,'Finale 4',false,''), |
| 72 | -- Portal 2 Cooperative | 72 | -- Portal 2 Cooperative |
| 73 | -- 0 | 73 | -- 0 |
| 74 | (2,10,'Calibration','','',true), | 74 | (2,10,'Calibration',true,''), |
| 75 | (2,10,'Hub','','',true), | 75 | (2,10,'Hub',true,''), |
| 76 | -- 1 | 76 | -- 1 |
| 77 | (2,11,'Doors','','',false), | 77 | (2,11,'Doors',false,''), |
| 78 | (2,11,'Buttons','','',false), | 78 | (2,11,'Buttons',false,''), |
| 79 | (2,11,'Lasers','','',false), | 79 | (2,11,'Lasers',false,''), |
| 80 | (2,11,'Rat Maze','','',false), | 80 | (2,11,'Rat Maze',false,''), |
| 81 | (2,11,'Laser Crusher','','',false), | 81 | (2,11,'Laser Crusher',false,''), |
| 82 | (2,11,'Behind The Scenes','','',false), | 82 | (2,11,'Behind The Scenes',false,''), |
| 83 | -- 2 | 83 | -- 2 |
| 84 | (2,12,'Flings','','',false), | 84 | (2,12,'Flings',false,''), |
| 85 | (2,12,'Infinifling','','',false), | 85 | (2,12,'Infinifling',false,''), |
| 86 | (2,12,'Team Retrieval','','',false), | 86 | (2,12,'Team Retrieval',false,''), |
| 87 | (2,12,'Vertical Flings','','',false), | 87 | (2,12,'Vertical Flings',false,''), |
| 88 | (2,12,'Catapults','','',false), | 88 | (2,12,'Catapults',false,''), |
| 89 | (2,12,'Multifling','','',false), | 89 | (2,12,'Multifling',false,''), |
| 90 | (2,12,'Fling Crushers','','',false), | 90 | (2,12,'Fling Crushers',false,''), |
| 91 | (2,12,'Industrial Fan','','',false), | 91 | (2,12,'Industrial Fan',false,''), |
| 92 | -- 3 | 92 | -- 3 |
| 93 | (2,13,'Cooperative Bridges','','',false), | 93 | (2,13,'Cooperative Bridges',false,''), |
| 94 | (2,13,'Bridge Swap','','',false), | 94 | (2,13,'Bridge Swap',false,''), |
| 95 | (2,13,'Fling Block','','',false), | 95 | (2,13,'Fling Block',false,''), |
| 96 | (2,13,'Catapult Block','','',false), | 96 | (2,13,'Catapult Block',false,''), |
| 97 | (2,13,'Bridge Fling','','',false), | 97 | (2,13,'Bridge Fling',false,''), |
| 98 | (2,13,'Turret Walls','','',false), | 98 | (2,13,'Turret Walls',false,''), |
| 99 | (2,13,'Turret Assasin','','',false), | 99 | (2,13,'Turret Assasin',false,''), |
| 100 | (2,13,'Bridge Testing','','',false), | 100 | (2,13,'Bridge Testing',false,''), |
| 101 | -- 4 | 101 | -- 4 |
| 102 | (2,14,'Cooperative Funnels','','',false), | 102 | (2,14,'Cooperative Funnels',false,''), |
| 103 | (2,14,'Funnel Drill','','',false), | 103 | (2,14,'Funnel Drill',false,''), |
| 104 | (2,14,'Funnel Catch','','',false), | 104 | (2,14,'Funnel Catch',false,''), |
| 105 | (2,14,'Funnel Laser','','',false), | 105 | (2,14,'Funnel Laser',false,''), |
| 106 | (2,14,'Cooperative Polarity','','',false), | 106 | (2,14,'Cooperative Polarity',false,''), |
| 107 | (2,14,'Funnel Hop','','',false), | 107 | (2,14,'Funnel Hop',false,''), |
| 108 | (2,14,'Advanced Polarity','','',false), | 108 | (2,14,'Advanced Polarity',false,''), |
| 109 | (2,14,'Funnel Maze','','',false), | 109 | (2,14,'Funnel Maze',false,''), |
| 110 | (2,14,'Turret Warehouse','','',false), | 110 | (2,14,'Turret Warehouse',false,''), |
| 111 | -- 5 | 111 | -- 5 |
| 112 | (2,15,'Repulsion Jumps','','',false), | 112 | (2,15,'Repulsion Jumps',false,''), |
| 113 | (2,15,'Double Bounce','','',false), | 113 | (2,15,'Double Bounce',false,''), |
| 114 | (2,15,'Bridge Repulsion','','',false), | 114 | (2,15,'Bridge Repulsion',false,''), |
| 115 | (2,15,'Wall Repulsion','','',false), | 115 | (2,15,'Wall Repulsion',false,''), |
| 116 | (2,15,'Propulsion Crushers','','',false), | 116 | (2,15,'Propulsion Crushers',false,''), |
| 117 | (2,15,'Turret Ninja','','',false), | 117 | (2,15,'Turret Ninja',false,''), |
| 118 | (2,15,'Propulsion Retrieval','','',false), | 118 | (2,15,'Propulsion Retrieval',false,''), |
| 119 | (2,15,'Vault Entrance','','',false), | 119 | (2,15,'Vault Entrance',false,''), |
| 120 | -- 6 | 120 | -- 6 |
| 121 | (2,16,'Seperation','','',false), | 121 | (2,16,'Seperation',false,''), |
| 122 | (2,16,'Triple Axis','','',false), | 122 | (2,16,'Triple Axis',false,''), |
| 123 | (2,16,'Catapult Catch','','',false), | 123 | (2,16,'Catapult Catch',false,''), |
| 124 | (2,16,'Bridge Gels','','',false), | 124 | (2,16,'Bridge Gels',false,''), |
| 125 | (2,16,'Maintenance','','',false), | 125 | (2,16,'Maintenance',false,''), |
| 126 | (2,16,'Bridge Catch','','',false), | 126 | (2,16,'Bridge Catch',false,''), |
| 127 | (2,16,'Double Lift','','',false), | 127 | (2,16,'Double Lift',false,''), |
| 128 | (2,16,'Gel Maze','','',false), | 128 | (2,16,'Gel Maze',false,''), |
| 129 | (2,16,'Crazier Box','','',false); \ No newline at end of file | 129 | (2,16,'Crazier Box',false,''); \ No newline at end of file |