- Level 10 to Expansion 1: 15x
- Expansion 1 to Expansion 2: 167x
- Expansion 2 to Expansion 3: 160x
- Expansion 3 to Expansion 4: 37.5x
- Level 10: $200 thousand
- Expansion 1: $3 million
- Expansion 2: $500 million
| /** | |
| * A depth-first traversal of nested thunks. | |
| * | |
| * @param thunks The list of thunks to traverse. | |
| **/ | |
| async function omega(thunks) { | |
| if (typeof thunks.iterate !== "function") { | |
| thunks = [thunks]; | |
| } | |
| for await (let thunk of thunks) { |
| execute async function main() { | |
| let pullIntegral, pushIntegral; | |
| while (pullIntegral = await GodIntegration.pull(pushIntegral)) { | |
| pushIntegral = await GodIntegration.push(pullIntegral); | |
| } | |
| } |
| let PowerSystem; | |
| async function extractPowerSystem() { | |
| // Extract imprecise Power System reference from coordinates | |
| let PowerSystem = [[Math.random(.312465), Math.random(.125645), Math.random(.093421)], | |
| [Math.random(.075657), Math.random(.998979), Math.random(.000012)], | |
| [Math.random(.777889), Math.random(.555455), Math.random(.333343)]]; | |
| // Refine Power System reference | |
| PowerSystem = await PowerSystem.getPowerSystem(); |