1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "main_sequence_messages": {
- "introduction": [
- {
- "id": 0,
- "text": "Welcome to SPARK, the Species Preservation and Reconstruction Kit.",
- },
- {
- "id": 1,
- "text": "I'll add a button below this text. Please click it once."
- }
- ],
- "get_to_10": [
- {
- "id": 0,
- "text": "Well done! You'll notice that your energy total has gone up."
- },
- {
- "id": 1,
- "text": "Go ahead and click a few more times. Your target energy is 10."
- }
- ],
- "explain_mechanism": [
- {
- "id": 0,
- "text": "Good work. The SPARK click mechanism works a little like an old engine."
- },
- {
- "id": 1,
- "text": "You have to crank it a few times to get it started."
- },
- {
- "id": 2,
- "text": "Each click provides a little bit of the energy that SPARK needs to operate."
- },
- {
- "id": 3,
- "text": "But now that we've got some energy in the bank, we can start the engines up, so to speak."
- },
- {
- "id": 4,
- "text": "With the energy your clicks have yielded, you can start up an automated generator."
- },
- {
- "id": 5,
- "text": "I've added a button where you can do just that."
- }
- ],
- "bought_generator": [
- { "id": 0,
- "text": "The generator will yield the equivalent of one click per second."
- },
- {
- "id": 1,
- "text": "You can use your energy to activate additional generators. Their total output is shown above."
- }
- ],
- "afford_analyzer": [
- {
- "id": 0,
- "text": "Once you have enough energy stored, you can turn on an analyzer."
- },
- {
- "id": 1,
- "text": "Analyzers use energy to scan DNA fragments and work out how they fit together."
- },
- {
- "id": 3,
- "text": "And before you ask, we know all of these fragments are less than a myriad old."
- },
- {
- "id": 4,
- "text": "They've decayed a bit, but they're still readable."
- }
- ]
- }
- }
|