UNPKG

jsatomix-levelsets

Version:
341 lines (340 loc) 5.42 kB
module.exports = { "name": "draknek", "credits": "<a href='http://www.draknek.org/'>Alan Hazelden</a>", "license": "<a href='http://www.wtfpl.net/txt/copying/'>WTFPL</a>", "levels": [ { "name": "Formaldehyde", "id": "1", "atoms": { "1": ["3", "B"], "2": ["2", "Dbd"], "3": ["1", "f"], "4": ["1", "h"] }, "arena": [ "...####", "...#.3#", "####..#", "#..2.1#", "####..#", "...#.4#", "...####" ], "molecule": [ "..3", "12.", "..4" ] }, { "name": "Hyponitrous acid", "id": "2", "atoms": { "1": ["1", "c"], "2": ["3", "gd"], "3": ["4", "hB"], "4": ["4", "Dd"], "5": ["3", "hc"], "6": ["1", "g"] }, "arena": [ "########", "#3....1#", "#..##..#", "#..52..#", "#..##..#", "#6....4#", "########" ], "molecule": [ "12....", "..34..", "....56" ] }, { "name": "Carbonic acid", "id": "3", "atoms": { "1": ["3", "C"], "2": ["1", "d"], "3": ["2", "Adf"], "4": ["1", "f"], "5": ["3", "bh"] }, "arena": [ "#######", "#2...4#", "#..3..#", "#..1..#", "#5...5#", "#######" ], "molecule": [ "..1..", "2.3.4", ".5.5." ] }, { "name": "Methanol", "id": "4", "atoms": { "1": ["1", "d"], "2": ["1", "e"], "3": ["3", "hc"], "4": ["2", "aceg"], "5": ["1", "g"], "6": ["1", "a"] }, "arena": [ "#######", "#..2..#", "#..3..#", "#.5#1.#", "#..4..#", "#..6..#", "#######" ], "molecule": [ "1.2.", ".345", "..6." ] }, { "name": "Ethylene", "id": "5", "atoms": { "1": ["1", "d"], "2": ["1", "f"], "3": ["2", "Bfh"], "4": ["2", "Ddb"], "5": ["1", "b"], "6": ["1", "h"] }, "arena": [ "#######", "#1...2#", "#..3..#", "#..4..#", "#5...6#", "#######" ], "molecule": [ "1..2", ".34.", "5..6" ] }, { "name": "Hydrogen Peroxide", "id": "6", "atoms": { "1": ["1", "d"], "2": ["3", "hc"], "3": ["3", "gd"], "4": ["1", "h"] }, "arena": [ "#######", "#1...2#", "#.....#", "#3...4#", "#######" ], "molecule": [ "1...", ".23.", "...4" ] }, { "name": "Carbon Dioxide", "id": "7", "atoms": { "1": ["3", "B"], "2": ["2", "BD"], "3": ["3", "D"] }, "arena": [ "..###..", "..#.#..", "###.###", "#.321.#", "#######" ], "molecule": [ "123" ] }, { "name": "Ammonia", "id": "8", "atoms": { "1": ["1", "e"], "2": ["4", "adf"], "3": ["1", "b"], "4": ["1", "h"] }, "arena": [ "..###..", ".##1##.", "##...##", "#4...3#", "##...##", ".##2##.", "..###.." ], "molecule": [ ".1.", ".2.", "3.4" ] }, { "name": "Methane", "id": "9", "atoms": { "1": ["1", "d"], "2": ["1", "f"], "3": ["2", "bdfh"], "4": ["1", "b"], "5": ["1", "h"] }, "arena": [ "#######", "#1...2#", "#.....#", "#.#3#.#", "#..#..#", "#4...5#", "#######" ], "molecule": [ "1.2", ".3.", "4.5" ] }, { "name": "Hydroxylamine", "id": "10", "atoms": { "1": ["1", "e"], "2": ["3", "ae"], "3": ["4", "adf"], "4": ["1", "b"], "5": ["1", "h"] }, "arena": [ "#######", "#..#..#", "#..1..#", "#..3..#", "#4#2#5#", "#######" ], "molecule": [ ".1.", ".2.", ".3.", "4.5" ] }, { "name": "Water", "id": "11", "atoms": { "1": ["1", "c"], "2": ["3", "gd"], "3": ["1", "h"] }, "arena": [ "#######", "#1..###", "#....##", "#....##", "#2..#3#", "#######" ], "molecule": [ "12.", "..3" ] }, { "name": "Water 2", "id": "12", "atoms": { "1": ["1", "d"], "2": ["3", "hd"], "3": ["1", "h"] }, "arena": [ "#######", "##1..##", "#.....#", "#..2..#", "#....3#", "##...##", "#######" ], "molecule": [ "1..", ".2.", "..3" ] }, { "name": "Propadiene", "id": "13", "atoms": { "1": ["1", "e"], "2": ["2", "aeB"], "3": ["2", "BD"], "4": ["2", "Dae"], "5": ["1", "a"] }, "arena": [ "#########", "#.1.#.1.#", "#...#...#", "#.4.3.2.#", "#...#...#", "#.5.#.5.#", "#########" ], "molecule": [ "1.1", "234", "5.5" ] }, { "name": "Methane 2", "id": "14", "atoms": { "1": ["1", "d"], "2": ["1", "f"], "3": ["2", "bdfh"], "4": ["1", "b"], "5": ["1", "h"] }, "arena": [ "#######", "#1#.#2#", "#.....#", "#..3..#", "#.....#", "#4#.#5#", "#######" ], "molecule": [ "1.2", ".3.", "4.5" ] } ]}