You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

message_lines.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "main_sequence_messages": {
  3. "introduction": [
  4. {
  5. "id": 0,
  6. "text": "Welcome to SPARK, the Species Preservation and Reconstruction Kit.",
  7. },
  8. {
  9. "id": 1,
  10. "text": "I'll add a button below this text. Please click it once."
  11. }
  12. ],
  13. "get_to_10": [
  14. {
  15. "id": 0,
  16. "text": "Well done! You'll notice that your energy total has gone up."
  17. },
  18. {
  19. "id": 1,
  20. "text": "Go ahead and click a few more times. Your target energy is 10."
  21. }
  22. ],
  23. "explain_mechanism": [
  24. {
  25. "id": 0,
  26. "text": "Good work. The SPARK click mechanism works a little like an old engine."
  27. },
  28. {
  29. "id": 1,
  30. "text": "You have to crank it a few times to get it started."
  31. },
  32. {
  33. "id": 2,
  34. "text": "Each click provides a little bit of the energy that SPARK needs to operate."
  35. },
  36. {
  37. "id": 3,
  38. "text": "But now that we've got some energy in the bank, we can start the engines up, so to speak."
  39. },
  40. {
  41. "id": 4,
  42. "text": "With the energy your clicks have yielded, you can start up an automated generator."
  43. },
  44. {
  45. "id": 5,
  46. "text": "I've added a button where you can do just that."
  47. }
  48. ],
  49. "bought_generator": [
  50. { "id": 0,
  51. "text": "The generator will yield the equivalent of one click per second."
  52. },
  53. {
  54. "id": 1,
  55. "text": "You can use your energy to activate additional generators. Their total output is shown above."
  56. }
  57. ],
  58. "afford_analyzer": [
  59. {
  60. "id": 0,
  61. "text": "Once you have enough energy stored, you can turn on an analyzer."
  62. },
  63. {
  64. "id": 1,
  65. "text": "Analyzers use energy to scan DNA fragments and work out how they fit together."
  66. },
  67. {
  68. "id": 3,
  69. "text": "And before you ask, we know all of these fragments are less than a myriad old."
  70. },
  71. {
  72. "id": 4,
  73. "text": "They've decayed a bit, but they're still readable."
  74. }
  75. ]
  76. }
  77. }