rpg-event-generator 1.3.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (431) hide show
  1. package/README.md +507 -7
  2. package/demo.js +153 -4
  3. package/dist/index.js +394 -11
  4. package/package.json +16 -3
  5. package/scripts/event-economy.js +388 -0
  6. package/scripts/export-templates.js +289 -0
  7. package/scripts/generate-templates.js +407 -0
  8. package/templates/cyberpunk/event_100.json +43 -0
  9. package/templates/cyberpunk/event_11.json +42 -0
  10. package/templates/cyberpunk/event_14.json +42 -0
  11. package/templates/cyberpunk/event_15.json +43 -0
  12. package/templates/cyberpunk/event_16.json +43 -0
  13. package/templates/cyberpunk/event_18.json +44 -0
  14. package/templates/cyberpunk/event_2.json +42 -0
  15. package/templates/cyberpunk/event_26.json +42 -0
  16. package/templates/cyberpunk/event_27.json +43 -0
  17. package/templates/cyberpunk/event_3.json +43 -0
  18. package/templates/cyberpunk/event_30.json +42 -0
  19. package/templates/cyberpunk/event_32.json +42 -0
  20. package/templates/cyberpunk/event_36.json +43 -0
  21. package/templates/cyberpunk/event_37.json +42 -0
  22. package/templates/cyberpunk/event_39.json +42 -0
  23. package/templates/cyberpunk/event_4.json +42 -0
  24. package/templates/cyberpunk/event_40.json +42 -0
  25. package/templates/cyberpunk/event_42.json +43 -0
  26. package/templates/cyberpunk/event_46.json +43 -0
  27. package/templates/cyberpunk/event_49.json +44 -0
  28. package/templates/cyberpunk/event_5.json +44 -0
  29. package/templates/cyberpunk/event_50.json +42 -0
  30. package/templates/cyberpunk/event_51.json +42 -0
  31. package/templates/cyberpunk/event_54.json +43 -0
  32. package/templates/cyberpunk/event_55.json +44 -0
  33. package/templates/cyberpunk/event_57.json +42 -0
  34. package/templates/cyberpunk/event_58.json +42 -0
  35. package/templates/cyberpunk/event_61.json +43 -0
  36. package/templates/cyberpunk/event_62.json +43 -0
  37. package/templates/cyberpunk/event_64.json +42 -0
  38. package/templates/cyberpunk/event_65.json +42 -0
  39. package/templates/cyberpunk/event_66.json +42 -0
  40. package/templates/cyberpunk/event_68.json +43 -0
  41. package/templates/cyberpunk/event_69.json +43 -0
  42. package/templates/cyberpunk/event_71.json +42 -0
  43. package/templates/cyberpunk/event_72.json +42 -0
  44. package/templates/cyberpunk/event_73.json +42 -0
  45. package/templates/cyberpunk/event_74.json +42 -0
  46. package/templates/cyberpunk/event_75.json +44 -0
  47. package/templates/cyberpunk/event_76.json +43 -0
  48. package/templates/cyberpunk/event_78.json +43 -0
  49. package/templates/cyberpunk/event_79.json +42 -0
  50. package/templates/cyberpunk/event_8.json +42 -0
  51. package/templates/cyberpunk/event_80.json +43 -0
  52. package/templates/cyberpunk/event_81.json +43 -0
  53. package/templates/cyberpunk/event_83.json +44 -0
  54. package/templates/cyberpunk/event_84.json +43 -0
  55. package/templates/cyberpunk/event_86.json +44 -0
  56. package/templates/cyberpunk/event_88.json +43 -0
  57. package/templates/cyberpunk/event_9.json +42 -0
  58. package/templates/cyberpunk/event_91.json +42 -0
  59. package/templates/cyberpunk/event_92.json +43 -0
  60. package/templates/cyberpunk/event_93.json +42 -0
  61. package/templates/cyberpunk/event_95.json +42 -0
  62. package/templates/cyberpunk/event_96.json +43 -0
  63. package/templates/cyberpunk/event_97.json +43 -0
  64. package/templates/cyberpunk/event_98.json +42 -0
  65. package/templates/cyberpunk/event_99.json +42 -0
  66. package/templates/fantasy/event_1.json +44 -0
  67. package/templates/fantasy/event_10.json +43 -0
  68. package/templates/fantasy/event_11.json +43 -0
  69. package/templates/fantasy/event_12.json +42 -0
  70. package/templates/fantasy/event_13.json +43 -0
  71. package/templates/fantasy/event_16.json +44 -0
  72. package/templates/fantasy/event_20.json +42 -0
  73. package/templates/fantasy/event_21.json +42 -0
  74. package/templates/fantasy/event_22.json +42 -0
  75. package/templates/fantasy/event_23.json +42 -0
  76. package/templates/fantasy/event_24.json +43 -0
  77. package/templates/fantasy/event_27.json +43 -0
  78. package/templates/fantasy/event_29.json +43 -0
  79. package/templates/fantasy/event_3.json +42 -0
  80. package/templates/fantasy/event_30.json +43 -0
  81. package/templates/fantasy/event_31.json +42 -0
  82. package/templates/fantasy/event_33.json +42 -0
  83. package/templates/fantasy/event_34.json +43 -0
  84. package/templates/fantasy/event_36.json +43 -0
  85. package/templates/fantasy/event_38.json +43 -0
  86. package/templates/fantasy/event_39.json +42 -0
  87. package/templates/fantasy/event_4.json +44 -0
  88. package/templates/fantasy/event_41.json +43 -0
  89. package/templates/fantasy/event_44.json +42 -0
  90. package/templates/fantasy/event_45.json +42 -0
  91. package/templates/fantasy/event_46.json +42 -0
  92. package/templates/fantasy/event_47.json +42 -0
  93. package/templates/fantasy/event_48.json +42 -0
  94. package/templates/fantasy/event_5.json +42 -0
  95. package/templates/fantasy/event_50.json +44 -0
  96. package/templates/fantasy/event_51.json +43 -0
  97. package/templates/fantasy/event_54.json +43 -0
  98. package/templates/fantasy/event_55.json +43 -0
  99. package/templates/fantasy/event_57.json +44 -0
  100. package/templates/fantasy/event_58.json +44 -0
  101. package/templates/fantasy/event_6.json +42 -0
  102. package/templates/fantasy/event_64.json +42 -0
  103. package/templates/fantasy/event_68.json +42 -0
  104. package/templates/fantasy/event_69.json +43 -0
  105. package/templates/fantasy/event_70.json +42 -0
  106. package/templates/fantasy/event_71.json +42 -0
  107. package/templates/fantasy/event_72.json +43 -0
  108. package/templates/fantasy/event_73.json +42 -0
  109. package/templates/fantasy/event_76.json +43 -0
  110. package/templates/fantasy/event_77.json +43 -0
  111. package/templates/fantasy/event_79.json +42 -0
  112. package/templates/fantasy/event_88.json +42 -0
  113. package/templates/fantasy/event_9.json +44 -0
  114. package/templates/fantasy/event_90.json +43 -0
  115. package/templates/fantasy/event_91.json +42 -0
  116. package/templates/fantasy/event_92.json +42 -0
  117. package/templates/fantasy/event_94.json +43 -0
  118. package/templates/fantasy/event_96.json +42 -0
  119. package/templates/fantasy/event_97.json +42 -0
  120. package/templates/fantasy/event_98.json +42 -0
  121. package/templates/fantasy/event_99.json +42 -0
  122. package/templates/historical/event_1.json +44 -0
  123. package/templates/historical/event_10.json +42 -0
  124. package/templates/historical/event_11.json +44 -0
  125. package/templates/historical/event_14.json +44 -0
  126. package/templates/historical/event_17.json +44 -0
  127. package/templates/historical/event_2.json +43 -0
  128. package/templates/historical/event_20.json +43 -0
  129. package/templates/historical/event_21.json +44 -0
  130. package/templates/historical/event_22.json +43 -0
  131. package/templates/historical/event_25.json +43 -0
  132. package/templates/historical/event_26.json +42 -0
  133. package/templates/historical/event_3.json +43 -0
  134. package/templates/historical/event_30.json +42 -0
  135. package/templates/historical/event_33.json +44 -0
  136. package/templates/historical/event_34.json +42 -0
  137. package/templates/historical/event_39.json +42 -0
  138. package/templates/historical/event_4.json +44 -0
  139. package/templates/historical/event_40.json +42 -0
  140. package/templates/historical/event_42.json +42 -0
  141. package/templates/historical/event_44.json +43 -0
  142. package/templates/historical/event_45.json +43 -0
  143. package/templates/historical/event_48.json +42 -0
  144. package/templates/historical/event_50.json +42 -0
  145. package/templates/historical/event_52.json +42 -0
  146. package/templates/historical/event_53.json +44 -0
  147. package/templates/historical/event_54.json +44 -0
  148. package/templates/historical/event_56.json +42 -0
  149. package/templates/historical/event_57.json +42 -0
  150. package/templates/historical/event_59.json +42 -0
  151. package/templates/historical/event_60.json +43 -0
  152. package/templates/historical/event_61.json +42 -0
  153. package/templates/historical/event_62.json +44 -0
  154. package/templates/historical/event_63.json +42 -0
  155. package/templates/historical/event_64.json +43 -0
  156. package/templates/historical/event_65.json +44 -0
  157. package/templates/historical/event_66.json +42 -0
  158. package/templates/historical/event_67.json +43 -0
  159. package/templates/historical/event_69.json +43 -0
  160. package/templates/historical/event_7.json +42 -0
  161. package/templates/historical/event_70.json +42 -0
  162. package/templates/historical/event_71.json +43 -0
  163. package/templates/historical/event_74.json +42 -0
  164. package/templates/historical/event_75.json +43 -0
  165. package/templates/historical/event_79.json +42 -0
  166. package/templates/historical/event_8.json +44 -0
  167. package/templates/historical/event_80.json +43 -0
  168. package/templates/historical/event_82.json +42 -0
  169. package/templates/historical/event_87.json +43 -0
  170. package/templates/historical/event_89.json +43 -0
  171. package/templates/historical/event_9.json +43 -0
  172. package/templates/historical/event_90.json +44 -0
  173. package/templates/historical/event_91.json +42 -0
  174. package/templates/historical/event_92.json +43 -0
  175. package/templates/historical/event_94.json +42 -0
  176. package/templates/historical/event_97.json +42 -0
  177. package/templates/horror/event_1.json +42 -0
  178. package/templates/horror/event_100.json +42 -0
  179. package/templates/horror/event_12.json +42 -0
  180. package/templates/horror/event_13.json +43 -0
  181. package/templates/horror/event_14.json +44 -0
  182. package/templates/horror/event_15.json +42 -0
  183. package/templates/horror/event_16.json +43 -0
  184. package/templates/horror/event_17.json +43 -0
  185. package/templates/horror/event_18.json +42 -0
  186. package/templates/horror/event_2.json +44 -0
  187. package/templates/horror/event_20.json +43 -0
  188. package/templates/horror/event_23.json +42 -0
  189. package/templates/horror/event_27.json +43 -0
  190. package/templates/horror/event_28.json +42 -0
  191. package/templates/horror/event_29.json +42 -0
  192. package/templates/horror/event_3.json +42 -0
  193. package/templates/horror/event_30.json +42 -0
  194. package/templates/horror/event_32.json +42 -0
  195. package/templates/horror/event_34.json +42 -0
  196. package/templates/horror/event_35.json +43 -0
  197. package/templates/horror/event_36.json +43 -0
  198. package/templates/horror/event_37.json +43 -0
  199. package/templates/horror/event_38.json +44 -0
  200. package/templates/horror/event_39.json +42 -0
  201. package/templates/horror/event_40.json +42 -0
  202. package/templates/horror/event_41.json +42 -0
  203. package/templates/horror/event_42.json +43 -0
  204. package/templates/horror/event_43.json +43 -0
  205. package/templates/horror/event_45.json +42 -0
  206. package/templates/horror/event_46.json +44 -0
  207. package/templates/horror/event_47.json +42 -0
  208. package/templates/horror/event_50.json +43 -0
  209. package/templates/horror/event_52.json +44 -0
  210. package/templates/horror/event_53.json +43 -0
  211. package/templates/horror/event_55.json +43 -0
  212. package/templates/horror/event_56.json +44 -0
  213. package/templates/horror/event_58.json +42 -0
  214. package/templates/horror/event_59.json +42 -0
  215. package/templates/horror/event_60.json +43 -0
  216. package/templates/horror/event_61.json +44 -0
  217. package/templates/horror/event_62.json +42 -0
  218. package/templates/horror/event_63.json +43 -0
  219. package/templates/horror/event_65.json +42 -0
  220. package/templates/horror/event_67.json +43 -0
  221. package/templates/horror/event_68.json +44 -0
  222. package/templates/horror/event_72.json +42 -0
  223. package/templates/horror/event_73.json +44 -0
  224. package/templates/horror/event_74.json +43 -0
  225. package/templates/horror/event_77.json +42 -0
  226. package/templates/horror/event_79.json +43 -0
  227. package/templates/horror/event_8.json +42 -0
  228. package/templates/horror/event_82.json +43 -0
  229. package/templates/horror/event_83.json +42 -0
  230. package/templates/horror/event_84.json +42 -0
  231. package/templates/horror/event_86.json +43 -0
  232. package/templates/horror/event_88.json +42 -0
  233. package/templates/horror/event_89.json +43 -0
  234. package/templates/horror/event_9.json +43 -0
  235. package/templates/horror/event_90.json +44 -0
  236. package/templates/horror/event_91.json +43 -0
  237. package/templates/horror/event_93.json +42 -0
  238. package/templates/horror/event_95.json +42 -0
  239. package/templates/horror/event_96.json +43 -0
  240. package/templates/horror/event_99.json +42 -0
  241. package/templates/index.json +445 -5
  242. package/templates/modern/event_10.json +42 -0
  243. package/templates/modern/event_100.json +43 -0
  244. package/templates/modern/event_11.json +44 -0
  245. package/templates/modern/event_13.json +42 -0
  246. package/templates/modern/event_15.json +43 -0
  247. package/templates/modern/event_16.json +42 -0
  248. package/templates/modern/event_17.json +42 -0
  249. package/templates/modern/event_19.json +43 -0
  250. package/templates/modern/event_2.json +42 -0
  251. package/templates/modern/event_20.json +42 -0
  252. package/templates/modern/event_21.json +43 -0
  253. package/templates/modern/event_22.json +43 -0
  254. package/templates/modern/event_23.json +43 -0
  255. package/templates/modern/event_25.json +43 -0
  256. package/templates/modern/event_27.json +42 -0
  257. package/templates/modern/event_28.json +42 -0
  258. package/templates/modern/event_31.json +42 -0
  259. package/templates/modern/event_32.json +43 -0
  260. package/templates/modern/event_34.json +44 -0
  261. package/templates/modern/event_35.json +42 -0
  262. package/templates/modern/event_36.json +44 -0
  263. package/templates/modern/event_37.json +42 -0
  264. package/templates/modern/event_39.json +42 -0
  265. package/templates/modern/event_4.json +42 -0
  266. package/templates/modern/event_41.json +42 -0
  267. package/templates/modern/event_42.json +44 -0
  268. package/templates/modern/event_43.json +42 -0
  269. package/templates/modern/event_44.json +44 -0
  270. package/templates/modern/event_45.json +44 -0
  271. package/templates/modern/event_46.json +44 -0
  272. package/templates/modern/event_47.json +43 -0
  273. package/templates/modern/event_48.json +42 -0
  274. package/templates/modern/event_49.json +43 -0
  275. package/templates/modern/event_5.json +43 -0
  276. package/templates/modern/event_51.json +42 -0
  277. package/templates/modern/event_52.json +42 -0
  278. package/templates/modern/event_55.json +43 -0
  279. package/templates/modern/event_56.json +42 -0
  280. package/templates/modern/event_57.json +42 -0
  281. package/templates/modern/event_59.json +42 -0
  282. package/templates/modern/event_6.json +43 -0
  283. package/templates/modern/event_60.json +43 -0
  284. package/templates/modern/event_61.json +42 -0
  285. package/templates/modern/event_63.json +42 -0
  286. package/templates/modern/event_64.json +42 -0
  287. package/templates/modern/event_66.json +42 -0
  288. package/templates/modern/event_67.json +42 -0
  289. package/templates/modern/event_69.json +42 -0
  290. package/templates/modern/event_7.json +43 -0
  291. package/templates/modern/event_70.json +42 -0
  292. package/templates/modern/event_72.json +43 -0
  293. package/templates/modern/event_74.json +43 -0
  294. package/templates/modern/event_78.json +42 -0
  295. package/templates/modern/event_8.json +42 -0
  296. package/templates/modern/event_80.json +44 -0
  297. package/templates/modern/event_81.json +43 -0
  298. package/templates/modern/event_82.json +42 -0
  299. package/templates/modern/event_83.json +42 -0
  300. package/templates/modern/event_84.json +44 -0
  301. package/templates/modern/event_85.json +42 -0
  302. package/templates/modern/event_86.json +42 -0
  303. package/templates/modern/event_87.json +44 -0
  304. package/templates/modern/event_89.json +42 -0
  305. package/templates/modern/event_94.json +42 -0
  306. package/templates/modern/event_97.json +43 -0
  307. package/templates/modern/event_98.json +42 -0
  308. package/templates/modern/event_99.json +44 -0
  309. package/templates/schema.json +87 -0
  310. package/templates/sci-fi/event_1.json +42 -0
  311. package/templates/sci-fi/event_11.json +43 -0
  312. package/templates/sci-fi/event_13.json +43 -0
  313. package/templates/sci-fi/event_15.json +43 -0
  314. package/templates/sci-fi/event_18.json +42 -0
  315. package/templates/sci-fi/event_19.json +43 -0
  316. package/templates/sci-fi/event_2.json +44 -0
  317. package/templates/sci-fi/event_22.json +42 -0
  318. package/templates/sci-fi/event_23.json +42 -0
  319. package/templates/sci-fi/event_24.json +43 -0
  320. package/templates/sci-fi/event_25.json +42 -0
  321. package/templates/sci-fi/event_27.json +43 -0
  322. package/templates/sci-fi/event_28.json +43 -0
  323. package/templates/sci-fi/event_30.json +43 -0
  324. package/templates/sci-fi/event_31.json +42 -0
  325. package/templates/sci-fi/event_32.json +42 -0
  326. package/templates/sci-fi/event_33.json +44 -0
  327. package/templates/sci-fi/event_34.json +42 -0
  328. package/templates/sci-fi/event_35.json +42 -0
  329. package/templates/sci-fi/event_36.json +42 -0
  330. package/templates/sci-fi/event_37.json +44 -0
  331. package/templates/sci-fi/event_39.json +43 -0
  332. package/templates/sci-fi/event_4.json +43 -0
  333. package/templates/sci-fi/event_41.json +42 -0
  334. package/templates/sci-fi/event_45.json +42 -0
  335. package/templates/sci-fi/event_47.json +43 -0
  336. package/templates/sci-fi/event_48.json +42 -0
  337. package/templates/sci-fi/event_50.json +43 -0
  338. package/templates/sci-fi/event_51.json +42 -0
  339. package/templates/sci-fi/event_53.json +42 -0
  340. package/templates/sci-fi/event_54.json +43 -0
  341. package/templates/sci-fi/event_55.json +42 -0
  342. package/templates/sci-fi/event_56.json +43 -0
  343. package/templates/sci-fi/event_59.json +42 -0
  344. package/templates/sci-fi/event_6.json +42 -0
  345. package/templates/sci-fi/event_60.json +43 -0
  346. package/templates/sci-fi/event_64.json +44 -0
  347. package/templates/sci-fi/event_65.json +43 -0
  348. package/templates/sci-fi/event_67.json +42 -0
  349. package/templates/sci-fi/event_7.json +42 -0
  350. package/templates/sci-fi/event_72.json +42 -0
  351. package/templates/sci-fi/event_73.json +43 -0
  352. package/templates/sci-fi/event_74.json +44 -0
  353. package/templates/sci-fi/event_75.json +43 -0
  354. package/templates/sci-fi/event_78.json +42 -0
  355. package/templates/sci-fi/event_80.json +42 -0
  356. package/templates/sci-fi/event_82.json +43 -0
  357. package/templates/sci-fi/event_83.json +44 -0
  358. package/templates/sci-fi/event_85.json +42 -0
  359. package/templates/sci-fi/event_87.json +42 -0
  360. package/templates/sci-fi/event_89.json +42 -0
  361. package/templates/sci-fi/event_9.json +42 -0
  362. package/templates/sci-fi/event_90.json +43 -0
  363. package/templates/sci-fi/event_92.json +44 -0
  364. package/templates/sci-fi/event_93.json +42 -0
  365. package/templates/sci-fi/event_94.json +42 -0
  366. package/templates/sci-fi/event_95.json +43 -0
  367. package/templates/sci-fi/event_96.json +43 -0
  368. package/templates/sci-fi/event_97.json +42 -0
  369. package/templates/space-opera/event_1.json +44 -0
  370. package/templates/space-opera/event_10.json +42 -0
  371. package/templates/space-opera/event_100.json +42 -0
  372. package/templates/space-opera/event_12.json +42 -0
  373. package/templates/space-opera/event_13.json +44 -0
  374. package/templates/space-opera/event_14.json +43 -0
  375. package/templates/space-opera/event_15.json +43 -0
  376. package/templates/space-opera/event_17.json +42 -0
  377. package/templates/space-opera/event_18.json +43 -0
  378. package/templates/space-opera/event_19.json +42 -0
  379. package/templates/space-opera/event_20.json +43 -0
  380. package/templates/space-opera/event_21.json +42 -0
  381. package/templates/space-opera/event_24.json +44 -0
  382. package/templates/space-opera/event_25.json +42 -0
  383. package/templates/space-opera/event_26.json +43 -0
  384. package/templates/space-opera/event_27.json +43 -0
  385. package/templates/space-opera/event_28.json +43 -0
  386. package/templates/space-opera/event_29.json +44 -0
  387. package/templates/space-opera/event_31.json +42 -0
  388. package/templates/space-opera/event_32.json +42 -0
  389. package/templates/space-opera/event_33.json +42 -0
  390. package/templates/space-opera/event_35.json +42 -0
  391. package/templates/space-opera/event_36.json +44 -0
  392. package/templates/space-opera/event_38.json +43 -0
  393. package/templates/space-opera/event_40.json +42 -0
  394. package/templates/space-opera/event_41.json +42 -0
  395. package/templates/space-opera/event_43.json +43 -0
  396. package/templates/space-opera/event_44.json +42 -0
  397. package/templates/space-opera/event_47.json +42 -0
  398. package/templates/space-opera/event_48.json +43 -0
  399. package/templates/space-opera/event_49.json +44 -0
  400. package/templates/space-opera/event_5.json +44 -0
  401. package/templates/space-opera/event_50.json +42 -0
  402. package/templates/space-opera/event_51.json +42 -0
  403. package/templates/space-opera/event_52.json +42 -0
  404. package/templates/space-opera/event_53.json +43 -0
  405. package/templates/space-opera/event_55.json +42 -0
  406. package/templates/space-opera/event_58.json +43 -0
  407. package/templates/space-opera/event_6.json +43 -0
  408. package/templates/space-opera/event_60.json +44 -0
  409. package/templates/space-opera/event_61.json +42 -0
  410. package/templates/space-opera/event_62.json +43 -0
  411. package/templates/space-opera/event_65.json +42 -0
  412. package/templates/space-opera/event_67.json +42 -0
  413. package/templates/space-opera/event_68.json +43 -0
  414. package/templates/space-opera/event_69.json +42 -0
  415. package/templates/space-opera/event_7.json +44 -0
  416. package/templates/space-opera/event_71.json +44 -0
  417. package/templates/space-opera/event_73.json +42 -0
  418. package/templates/space-opera/event_74.json +42 -0
  419. package/templates/space-opera/event_77.json +43 -0
  420. package/templates/space-opera/event_78.json +43 -0
  421. package/templates/space-opera/event_8.json +43 -0
  422. package/templates/space-opera/event_81.json +42 -0
  423. package/templates/space-opera/event_82.json +42 -0
  424. package/templates/space-opera/event_83.json +43 -0
  425. package/templates/space-opera/event_85.json +42 -0
  426. package/templates/space-opera/event_87.json +42 -0
  427. package/templates/space-opera/event_88.json +42 -0
  428. package/templates/space-opera/event_90.json +42 -0
  429. package/templates/space-opera/event_93.json +43 -0
  430. package/templates/space-opera/event_97.json +42 -0
  431. package/templates/space-opera/event_98.json +43 -0
@@ -0,0 +1,44 @@
1
+ {
2
+ "title": "Prophecy in Spaceship",
3
+ "narrative": "Your scanners detect unusual readings from prophecy in spaceship in spaceship. The future of your mission hangs in the balance.",
4
+ "choices": [
5
+ {
6
+ "text": "Carefully investigate and document your findings",
7
+ "effect": {
8
+ "knowledge": 20,
9
+ "time": 1
10
+ },
11
+ "consequence": "thorough_exploration"
12
+ },
13
+ {
14
+ "text": "Quickly search for valuables and depart",
15
+ "effect": {
16
+ "gold": 9,
17
+ "risk": 20
18
+ },
19
+ "consequence": "quick_exploration"
20
+ },
21
+ {
22
+ "text": "Set up camp and study the area thoroughly",
23
+ "effect": {
24
+ "knowledge": 25,
25
+ "time": 2
26
+ },
27
+ "consequence": "extended_exploration"
28
+ }
29
+ ],
30
+ "difficulty": "legendary",
31
+ "type": "PROPHECY",
32
+ "tags": [
33
+ "sci-fi",
34
+ "spaceship",
35
+ "magic",
36
+ "supernatural",
37
+ "prophecy"
38
+ ],
39
+ "context_requirements": {
40
+ "location": "spaceship",
41
+ "career": "merchant",
42
+ "min_level": 18
43
+ }
44
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "title": "ALLIANCE At Court",
3
+ "narrative": "Technological marvels surround you in laboratory. Suddenly, alliance at court demands your immediate attention.",
4
+ "choices": [
5
+ {
6
+ "text": "Use diplomacy and charm to navigate the situation",
7
+ "effect": {
8
+ "influence": 20,
9
+ "reputation": 10
10
+ },
11
+ "consequence": "diplomatic_social"
12
+ },
13
+ {
14
+ "text": "Assert your authority and take command",
15
+ "effect": {
16
+ "influence": 15,
17
+ "risk": 35
18
+ },
19
+ "consequence": "authoritative_social"
20
+ },
21
+ {
22
+ "text": "Observe quietly and gather information",
23
+ "effect": {
24
+ "knowledge": 15,
25
+ "influence": -5
26
+ },
27
+ "consequence": "observant_social"
28
+ }
29
+ ],
30
+ "difficulty": "hard",
31
+ "type": "ALLIANCE",
32
+ "tags": [
33
+ "sci-fi",
34
+ "laboratory",
35
+ "people",
36
+ "conversation",
37
+ "alliance"
38
+ ],
39
+ "context_requirements": {
40
+ "location": "laboratory",
41
+ "min_level": 3
42
+ }
43
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "title": "Economic HEIST Opportunity",
3
+ "narrative": "Your scanners detect unusual readings from economic heist opportunity in alien-planet. The future of your mission hangs in the balance.",
4
+ "choices": [
5
+ {
6
+ "text": "Negotiate shrewdly for the best deal",
7
+ "effect": {
8
+ "gold": 33,
9
+ "reputation": 5
10
+ },
11
+ "consequence": "shrewd_negotiation"
12
+ },
13
+ {
14
+ "text": "Take the straightforward approach",
15
+ "effect": {
16
+ "gold": 20,
17
+ "risk": 3
18
+ },
19
+ "consequence": "straightforward_deal"
20
+ },
21
+ {
22
+ "text": "Walk away and seek better opportunities",
23
+ "effect": {
24
+ "gold": -13,
25
+ "opportunity": 20
26
+ },
27
+ "consequence": "walk_away_deal"
28
+ }
29
+ ],
30
+ "difficulty": "easy",
31
+ "type": "HEIST",
32
+ "tags": [
33
+ "sci-fi",
34
+ "alienplanet",
35
+ "trade",
36
+ "money",
37
+ "heist"
38
+ ],
39
+ "context_requirements": {
40
+ "location": "alien-planet"
41
+ }
42
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "title": "the Retrieval Quest",
3
+ "narrative": "Technological marvels surround you in alien-planet. Suddenly, the retrieval quest demands your immediate attention.",
4
+ "choices": [
5
+ {
6
+ "text": "Carefully investigate and document your findings",
7
+ "effect": {
8
+ "knowledge": 20,
9
+ "time": 1
10
+ },
11
+ "consequence": "thorough_exploration"
12
+ },
13
+ {
14
+ "text": "Quickly search for valuables and depart",
15
+ "effect": {
16
+ "gold": 15,
17
+ "risk": 10
18
+ },
19
+ "consequence": "quick_exploration"
20
+ },
21
+ {
22
+ "text": "Set up camp and study the area thoroughly",
23
+ "effect": {
24
+ "knowledge": 25,
25
+ "time": 2
26
+ },
27
+ "consequence": "extended_exploration"
28
+ }
29
+ ],
30
+ "difficulty": "normal",
31
+ "type": "RETRIEVAL",
32
+ "tags": [
33
+ "sci-fi",
34
+ "alienplanet",
35
+ "adventure",
36
+ "mission",
37
+ "retrieval"
38
+ ],
39
+ "context_requirements": {
40
+ "location": "alien-planet"
41
+ }
42
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "title": "Strange Spaceship Occurrence",
3
+ "narrative": "Technological marvels surround you in spaceship. Suddenly, strange spaceship occurrence demands your immediate attention.",
4
+ "choices": [
5
+ {
6
+ "text": "Carefully investigate and document your findings",
7
+ "effect": {
8
+ "knowledge": 20,
9
+ "time": 1
10
+ },
11
+ "consequence": "thorough_exploration"
12
+ },
13
+ {
14
+ "text": "Quickly search for valuables and depart",
15
+ "effect": {
16
+ "gold": 9,
17
+ "risk": 20
18
+ },
19
+ "consequence": "quick_exploration"
20
+ },
21
+ {
22
+ "text": "Set up camp and study the area thoroughly",
23
+ "effect": {
24
+ "knowledge": 25,
25
+ "time": 2
26
+ },
27
+ "consequence": "extended_exploration"
28
+ }
29
+ ],
30
+ "difficulty": "legendary",
31
+ "type": "ANCIENT_ARTIFACT",
32
+ "tags": [
33
+ "sci-fi",
34
+ "spaceship",
35
+ "puzzle",
36
+ "investigation",
37
+ "ancient_artifact"
38
+ ],
39
+ "context_requirements": {
40
+ "location": "spaceship",
41
+ "min_level": 12
42
+ }
43
+ }
@@ -0,0 +1,44 @@
1
+ {
2
+ "title": "Ritual in Megacity",
3
+ "narrative": "Holographic displays flicker as ritual in megacity emerges from the digital void in megacity.",
4
+ "choices": [
5
+ {
6
+ "text": "Carefully investigate and document your findings",
7
+ "effect": {
8
+ "knowledge": 20,
9
+ "time": 1
10
+ },
11
+ "consequence": "thorough_exploration"
12
+ },
13
+ {
14
+ "text": "Quickly search for valuables and depart",
15
+ "effect": {
16
+ "gold": 9,
17
+ "risk": 20
18
+ },
19
+ "consequence": "quick_exploration"
20
+ },
21
+ {
22
+ "text": "Set up camp and study the area thoroughly",
23
+ "effect": {
24
+ "knowledge": 25,
25
+ "time": 2
26
+ },
27
+ "consequence": "extended_exploration"
28
+ }
29
+ ],
30
+ "difficulty": "legendary",
31
+ "type": "RITUAL",
32
+ "tags": [
33
+ "sci-fi",
34
+ "megacity",
35
+ "magic",
36
+ "supernatural",
37
+ "ritual"
38
+ ],
39
+ "context_requirements": {
40
+ "location": "megacity",
41
+ "career": "noble",
42
+ "min_level": 11
43
+ }
44
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "title": "Ancient Megacity Secrets",
3
+ "narrative": "Your scanners detect unusual readings from ancient megacity secrets in megacity. The future of your mission hangs in the balance.",
4
+ "choices": [
5
+ {
6
+ "text": "Carefully investigate and document your findings",
7
+ "effect": {
8
+ "knowledge": 20,
9
+ "time": 1
10
+ },
11
+ "consequence": "thorough_exploration"
12
+ },
13
+ {
14
+ "text": "Quickly search for valuables and depart",
15
+ "effect": {
16
+ "gold": 15,
17
+ "risk": 10
18
+ },
19
+ "consequence": "quick_exploration"
20
+ },
21
+ {
22
+ "text": "Set up camp and study the area thoroughly",
23
+ "effect": {
24
+ "knowledge": 25,
25
+ "time": 2
26
+ },
27
+ "consequence": "extended_exploration"
28
+ }
29
+ ],
30
+ "difficulty": "normal",
31
+ "type": "RUINS",
32
+ "tags": [
33
+ "sci-fi",
34
+ "megacity",
35
+ "discovery",
36
+ "search",
37
+ "ruins"
38
+ ],
39
+ "context_requirements": {
40
+ "location": "megacity"
41
+ }
42
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "title": "Ancient Space-station Secrets",
3
+ "narrative": "Quantum fluctuations herald ancient space-station secrets aboard your vessel in space-station.",
4
+ "choices": [
5
+ {
6
+ "text": "Carefully investigate and document your findings",
7
+ "effect": {
8
+ "knowledge": 20,
9
+ "time": 1
10
+ },
11
+ "consequence": "thorough_exploration"
12
+ },
13
+ {
14
+ "text": "Quickly search for valuables and depart",
15
+ "effect": {
16
+ "gold": 15,
17
+ "risk": 10
18
+ },
19
+ "consequence": "quick_exploration"
20
+ },
21
+ {
22
+ "text": "Set up camp and study the area thoroughly",
23
+ "effect": {
24
+ "knowledge": 25,
25
+ "time": 2
26
+ },
27
+ "consequence": "extended_exploration"
28
+ }
29
+ ],
30
+ "difficulty": "normal",
31
+ "type": "RUINS",
32
+ "tags": [
33
+ "sci-fi",
34
+ "spacestation",
35
+ "discovery",
36
+ "search",
37
+ "ruins"
38
+ ],
39
+ "context_requirements": {
40
+ "location": "space-station"
41
+ }
42
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "title": "Discovery in Space-station",
3
+ "narrative": "Technological marvels surround you in space-station. Suddenly, discovery in space-station demands your immediate attention.",
4
+ "choices": [
5
+ {
6
+ "text": "Carefully investigate and document your findings",
7
+ "effect": {
8
+ "knowledge": 20,
9
+ "time": 1
10
+ },
11
+ "consequence": "thorough_exploration"
12
+ },
13
+ {
14
+ "text": "Quickly search for valuables and depart",
15
+ "effect": {
16
+ "gold": 15,
17
+ "risk": 10
18
+ },
19
+ "consequence": "quick_exploration"
20
+ },
21
+ {
22
+ "text": "Set up camp and study the area thoroughly",
23
+ "effect": {
24
+ "knowledge": 25,
25
+ "time": 2
26
+ },
27
+ "consequence": "extended_exploration"
28
+ }
29
+ ],
30
+ "difficulty": "normal",
31
+ "type": "RUINS",
32
+ "tags": [
33
+ "sci-fi",
34
+ "spacestation",
35
+ "discovery",
36
+ "search",
37
+ "ruins"
38
+ ],
39
+ "context_requirements": {
40
+ "location": "space-station"
41
+ }
42
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "title": "Curse in Laboratory",
3
+ "narrative": "Holographic displays flicker as curse in laboratory emerges from the digital void in laboratory.",
4
+ "choices": [
5
+ {
6
+ "text": "Carefully investigate and document your findings",
7
+ "effect": {
8
+ "knowledge": 20,
9
+ "time": 1
10
+ },
11
+ "consequence": "thorough_exploration"
12
+ },
13
+ {
14
+ "text": "Quickly search for valuables and depart",
15
+ "effect": {
16
+ "gold": 15,
17
+ "risk": 10
18
+ },
19
+ "consequence": "quick_exploration"
20
+ },
21
+ {
22
+ "text": "Set up camp and study the area thoroughly",
23
+ "effect": {
24
+ "knowledge": 25,
25
+ "time": 2
26
+ },
27
+ "consequence": "extended_exploration"
28
+ }
29
+ ],
30
+ "difficulty": "normal",
31
+ "type": "CURSE",
32
+ "tags": [
33
+ "sci-fi",
34
+ "laboratory",
35
+ "magic",
36
+ "supernatural",
37
+ "curse"
38
+ ],
39
+ "context_requirements": {
40
+ "location": "laboratory"
41
+ }
42
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "title": "Strange alien-planet Occurrence",
3
+ "narrative": "Technological marvels surround you in alien-planet. Suddenly, strange alien-planet occurrence demands your immediate attention.",
4
+ "choices": [
5
+ {
6
+ "text": "Carefully investigate and document your findings",
7
+ "effect": {
8
+ "knowledge": 20,
9
+ "time": 1
10
+ },
11
+ "consequence": "thorough_exploration"
12
+ },
13
+ {
14
+ "text": "Quickly search for valuables and depart",
15
+ "effect": {
16
+ "gold": 12,
17
+ "risk": 14
18
+ },
19
+ "consequence": "quick_exploration"
20
+ },
21
+ {
22
+ "text": "Set up camp and study the area thoroughly",
23
+ "effect": {
24
+ "knowledge": 25,
25
+ "time": 2
26
+ },
27
+ "consequence": "extended_exploration"
28
+ }
29
+ ],
30
+ "difficulty": "hard",
31
+ "type": "ANCIENT_ARTIFACT",
32
+ "tags": [
33
+ "sci-fi",
34
+ "alienplanet",
35
+ "puzzle",
36
+ "investigation",
37
+ "ancient_artifact"
38
+ ],
39
+ "context_requirements": {
40
+ "location": "alien-planet",
41
+ "min_level": 4
42
+ }
43
+ }
@@ -0,0 +1,44 @@
1
+ {
2
+ "title": "Technological MALFUNCTION Crisis",
3
+ "narrative": "Holographic displays flicker as technological malfunction crisis emerges from the digital void in space-station.",
4
+ "choices": [
5
+ {
6
+ "text": "Carefully investigate and document your findings",
7
+ "effect": {
8
+ "knowledge": 20,
9
+ "time": 1
10
+ },
11
+ "consequence": "thorough_exploration"
12
+ },
13
+ {
14
+ "text": "Quickly search for valuables and depart",
15
+ "effect": {
16
+ "gold": 9,
17
+ "risk": 20
18
+ },
19
+ "consequence": "quick_exploration"
20
+ },
21
+ {
22
+ "text": "Set up camp and study the area thoroughly",
23
+ "effect": {
24
+ "knowledge": 25,
25
+ "time": 2
26
+ },
27
+ "consequence": "extended_exploration"
28
+ }
29
+ ],
30
+ "difficulty": "legendary",
31
+ "type": "MALFUNCTION",
32
+ "tags": [
33
+ "sci-fi",
34
+ "spacestation",
35
+ "technology",
36
+ "science",
37
+ "malfunction"
38
+ ],
39
+ "context_requirements": {
40
+ "location": "space-station",
41
+ "career": "thief",
42
+ "min_level": 11
43
+ }
44
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "title": "Cryptic CRYPTIC_MESSAGE Message",
3
+ "narrative": "In the vast expanse of space, cryptic cryptic_message message presents itself as both opportunity and danger.",
4
+ "choices": [
5
+ {
6
+ "text": "Carefully investigate and document your findings",
7
+ "effect": {
8
+ "knowledge": 20,
9
+ "time": 1
10
+ },
11
+ "consequence": "thorough_exploration"
12
+ },
13
+ {
14
+ "text": "Quickly search for valuables and depart",
15
+ "effect": {
16
+ "gold": 20,
17
+ "risk": 5
18
+ },
19
+ "consequence": "quick_exploration"
20
+ },
21
+ {
22
+ "text": "Set up camp and study the area thoroughly",
23
+ "effect": {
24
+ "knowledge": 25,
25
+ "time": 2
26
+ },
27
+ "consequence": "extended_exploration"
28
+ }
29
+ ],
30
+ "difficulty": "easy",
31
+ "type": "CRYPTIC_MESSAGE",
32
+ "tags": [
33
+ "sci-fi",
34
+ "alienplanet",
35
+ "puzzle",
36
+ "investigation",
37
+ "cryptic_message"
38
+ ],
39
+ "context_requirements": {
40
+ "location": "alien-planet"
41
+ }
42
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "title": "Social Banquet in Spaceship",
3
+ "narrative": "In the vast expanse of space, social banquet in spaceship presents itself as both opportunity and danger.",
4
+ "choices": [
5
+ {
6
+ "text": "Use diplomacy and charm to navigate the situation",
7
+ "effect": {
8
+ "influence": 20,
9
+ "reputation": 10
10
+ },
11
+ "consequence": "diplomatic_social"
12
+ },
13
+ {
14
+ "text": "Assert your authority and take command",
15
+ "effect": {
16
+ "influence": 15,
17
+ "risk": 13
18
+ },
19
+ "consequence": "authoritative_social"
20
+ },
21
+ {
22
+ "text": "Observe quietly and gather information",
23
+ "effect": {
24
+ "knowledge": 15,
25
+ "influence": -5
26
+ },
27
+ "consequence": "observant_social"
28
+ }
29
+ ],
30
+ "difficulty": "easy",
31
+ "type": "BANQUET",
32
+ "tags": [
33
+ "sci-fi",
34
+ "spaceship",
35
+ "people",
36
+ "conversation",
37
+ "banquet"
38
+ ],
39
+ "context_requirements": {
40
+ "location": "spaceship"
41
+ }
42
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "title": "the Delivery Quest",
3
+ "narrative": "Quantum fluctuations herald the delivery quest aboard your vessel in space-station.",
4
+ "choices": [
5
+ {
6
+ "text": "Carefully investigate and document your findings",
7
+ "effect": {
8
+ "knowledge": 20,
9
+ "time": 1
10
+ },
11
+ "consequence": "thorough_exploration"
12
+ },
13
+ {
14
+ "text": "Quickly search for valuables and depart",
15
+ "effect": {
16
+ "gold": 9,
17
+ "risk": 20
18
+ },
19
+ "consequence": "quick_exploration"
20
+ },
21
+ {
22
+ "text": "Set up camp and study the area thoroughly",
23
+ "effect": {
24
+ "knowledge": 25,
25
+ "time": 2
26
+ },
27
+ "consequence": "extended_exploration"
28
+ }
29
+ ],
30
+ "difficulty": "legendary",
31
+ "type": "DELIVERY",
32
+ "tags": [
33
+ "sci-fi",
34
+ "spacestation",
35
+ "adventure",
36
+ "mission",
37
+ "delivery"
38
+ ],
39
+ "context_requirements": {
40
+ "location": "space-station",
41
+ "min_level": 18
42
+ }
43
+ }