rpg-event-generator 1.2.6 → 2.0.0
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.
- package/README.md +548 -4
- package/demo.js +705 -460
- package/dist/index.js +504 -7
- package/package.json +17 -3
- package/scripts/event-economy.js +388 -0
- package/scripts/export-templates.js +289 -0
- package/scripts/generate-templates.js +407 -0
- package/templates/cyberpunk/event_100.json +43 -0
- package/templates/cyberpunk/event_11.json +42 -0
- package/templates/cyberpunk/event_14.json +42 -0
- package/templates/cyberpunk/event_15.json +43 -0
- package/templates/cyberpunk/event_16.json +43 -0
- package/templates/cyberpunk/event_18.json +44 -0
- package/templates/cyberpunk/event_2.json +42 -0
- package/templates/cyberpunk/event_26.json +42 -0
- package/templates/cyberpunk/event_27.json +43 -0
- package/templates/cyberpunk/event_3.json +43 -0
- package/templates/cyberpunk/event_30.json +42 -0
- package/templates/cyberpunk/event_32.json +42 -0
- package/templates/cyberpunk/event_36.json +43 -0
- package/templates/cyberpunk/event_37.json +42 -0
- package/templates/cyberpunk/event_39.json +42 -0
- package/templates/cyberpunk/event_4.json +42 -0
- package/templates/cyberpunk/event_40.json +42 -0
- package/templates/cyberpunk/event_42.json +43 -0
- package/templates/cyberpunk/event_46.json +43 -0
- package/templates/cyberpunk/event_49.json +44 -0
- package/templates/cyberpunk/event_5.json +44 -0
- package/templates/cyberpunk/event_50.json +42 -0
- package/templates/cyberpunk/event_51.json +42 -0
- package/templates/cyberpunk/event_54.json +43 -0
- package/templates/cyberpunk/event_55.json +44 -0
- package/templates/cyberpunk/event_57.json +42 -0
- package/templates/cyberpunk/event_58.json +42 -0
- package/templates/cyberpunk/event_61.json +43 -0
- package/templates/cyberpunk/event_62.json +43 -0
- package/templates/cyberpunk/event_64.json +42 -0
- package/templates/cyberpunk/event_65.json +42 -0
- package/templates/cyberpunk/event_66.json +42 -0
- package/templates/cyberpunk/event_68.json +43 -0
- package/templates/cyberpunk/event_69.json +43 -0
- package/templates/cyberpunk/event_71.json +42 -0
- package/templates/cyberpunk/event_72.json +42 -0
- package/templates/cyberpunk/event_73.json +42 -0
- package/templates/cyberpunk/event_74.json +42 -0
- package/templates/cyberpunk/event_75.json +44 -0
- package/templates/cyberpunk/event_76.json +43 -0
- package/templates/cyberpunk/event_78.json +43 -0
- package/templates/cyberpunk/event_79.json +42 -0
- package/templates/cyberpunk/event_8.json +42 -0
- package/templates/cyberpunk/event_80.json +43 -0
- package/templates/cyberpunk/event_81.json +43 -0
- package/templates/cyberpunk/event_83.json +44 -0
- package/templates/cyberpunk/event_84.json +43 -0
- package/templates/cyberpunk/event_86.json +44 -0
- package/templates/cyberpunk/event_88.json +43 -0
- package/templates/cyberpunk/event_9.json +42 -0
- package/templates/cyberpunk/event_91.json +42 -0
- package/templates/cyberpunk/event_92.json +43 -0
- package/templates/cyberpunk/event_93.json +42 -0
- package/templates/cyberpunk/event_95.json +42 -0
- package/templates/cyberpunk/event_96.json +43 -0
- package/templates/cyberpunk/event_97.json +43 -0
- package/templates/cyberpunk/event_98.json +42 -0
- package/templates/cyberpunk/event_99.json +42 -0
- package/templates/fantasy/dragon_lair.json +28 -0
- package/templates/fantasy/event_1.json +44 -0
- package/templates/fantasy/event_10.json +43 -0
- package/templates/fantasy/event_11.json +43 -0
- package/templates/fantasy/event_12.json +42 -0
- package/templates/fantasy/event_13.json +43 -0
- package/templates/fantasy/event_16.json +44 -0
- package/templates/fantasy/event_20.json +42 -0
- package/templates/fantasy/event_21.json +42 -0
- package/templates/fantasy/event_22.json +42 -0
- package/templates/fantasy/event_23.json +42 -0
- package/templates/fantasy/event_24.json +43 -0
- package/templates/fantasy/event_27.json +43 -0
- package/templates/fantasy/event_29.json +43 -0
- package/templates/fantasy/event_3.json +42 -0
- package/templates/fantasy/event_30.json +43 -0
- package/templates/fantasy/event_31.json +42 -0
- package/templates/fantasy/event_33.json +42 -0
- package/templates/fantasy/event_34.json +43 -0
- package/templates/fantasy/event_36.json +43 -0
- package/templates/fantasy/event_38.json +43 -0
- package/templates/fantasy/event_39.json +42 -0
- package/templates/fantasy/event_4.json +44 -0
- package/templates/fantasy/event_41.json +43 -0
- package/templates/fantasy/event_44.json +42 -0
- package/templates/fantasy/event_45.json +42 -0
- package/templates/fantasy/event_46.json +42 -0
- package/templates/fantasy/event_47.json +42 -0
- package/templates/fantasy/event_48.json +42 -0
- package/templates/fantasy/event_5.json +42 -0
- package/templates/fantasy/event_50.json +44 -0
- package/templates/fantasy/event_51.json +43 -0
- package/templates/fantasy/event_54.json +43 -0
- package/templates/fantasy/event_55.json +43 -0
- package/templates/fantasy/event_57.json +44 -0
- package/templates/fantasy/event_58.json +44 -0
- package/templates/fantasy/event_6.json +42 -0
- package/templates/fantasy/event_64.json +42 -0
- package/templates/fantasy/event_68.json +42 -0
- package/templates/fantasy/event_69.json +43 -0
- package/templates/fantasy/event_70.json +42 -0
- package/templates/fantasy/event_71.json +42 -0
- package/templates/fantasy/event_72.json +43 -0
- package/templates/fantasy/event_73.json +42 -0
- package/templates/fantasy/event_76.json +43 -0
- package/templates/fantasy/event_77.json +43 -0
- package/templates/fantasy/event_79.json +42 -0
- package/templates/fantasy/event_88.json +42 -0
- package/templates/fantasy/event_9.json +44 -0
- package/templates/fantasy/event_90.json +43 -0
- package/templates/fantasy/event_91.json +42 -0
- package/templates/fantasy/event_92.json +42 -0
- package/templates/fantasy/event_94.json +43 -0
- package/templates/fantasy/event_96.json +42 -0
- package/templates/fantasy/event_97.json +42 -0
- package/templates/fantasy/event_98.json +42 -0
- package/templates/fantasy/event_99.json +42 -0
- package/templates/fantasy/magic_shop.json +28 -0
- package/templates/historical/court_intrigue.json +28 -0
- package/templates/historical/event_1.json +44 -0
- package/templates/historical/event_10.json +42 -0
- package/templates/historical/event_11.json +44 -0
- package/templates/historical/event_14.json +44 -0
- package/templates/historical/event_17.json +44 -0
- package/templates/historical/event_2.json +43 -0
- package/templates/historical/event_20.json +43 -0
- package/templates/historical/event_21.json +44 -0
- package/templates/historical/event_22.json +43 -0
- package/templates/historical/event_25.json +43 -0
- package/templates/historical/event_26.json +42 -0
- package/templates/historical/event_3.json +43 -0
- package/templates/historical/event_30.json +42 -0
- package/templates/historical/event_33.json +44 -0
- package/templates/historical/event_34.json +42 -0
- package/templates/historical/event_39.json +42 -0
- package/templates/historical/event_4.json +44 -0
- package/templates/historical/event_40.json +42 -0
- package/templates/historical/event_42.json +42 -0
- package/templates/historical/event_44.json +43 -0
- package/templates/historical/event_45.json +43 -0
- package/templates/historical/event_48.json +42 -0
- package/templates/historical/event_50.json +42 -0
- package/templates/historical/event_52.json +42 -0
- package/templates/historical/event_53.json +44 -0
- package/templates/historical/event_54.json +44 -0
- package/templates/historical/event_56.json +42 -0
- package/templates/historical/event_57.json +42 -0
- package/templates/historical/event_59.json +42 -0
- package/templates/historical/event_60.json +43 -0
- package/templates/historical/event_61.json +42 -0
- package/templates/historical/event_62.json +44 -0
- package/templates/historical/event_63.json +42 -0
- package/templates/historical/event_64.json +43 -0
- package/templates/historical/event_65.json +44 -0
- package/templates/historical/event_66.json +42 -0
- package/templates/historical/event_67.json +43 -0
- package/templates/historical/event_69.json +43 -0
- package/templates/historical/event_7.json +42 -0
- package/templates/historical/event_70.json +42 -0
- package/templates/historical/event_71.json +43 -0
- package/templates/historical/event_74.json +42 -0
- package/templates/historical/event_75.json +43 -0
- package/templates/historical/event_79.json +42 -0
- package/templates/historical/event_8.json +44 -0
- package/templates/historical/event_80.json +43 -0
- package/templates/historical/event_82.json +42 -0
- package/templates/historical/event_87.json +43 -0
- package/templates/historical/event_89.json +43 -0
- package/templates/historical/event_9.json +43 -0
- package/templates/historical/event_90.json +44 -0
- package/templates/historical/event_91.json +42 -0
- package/templates/historical/event_92.json +43 -0
- package/templates/historical/event_94.json +42 -0
- package/templates/historical/event_97.json +42 -0
- package/templates/horror/event_1.json +42 -0
- package/templates/horror/event_100.json +42 -0
- package/templates/horror/event_12.json +42 -0
- package/templates/horror/event_13.json +43 -0
- package/templates/horror/event_14.json +44 -0
- package/templates/horror/event_15.json +42 -0
- package/templates/horror/event_16.json +43 -0
- package/templates/horror/event_17.json +43 -0
- package/templates/horror/event_18.json +42 -0
- package/templates/horror/event_2.json +44 -0
- package/templates/horror/event_20.json +43 -0
- package/templates/horror/event_23.json +42 -0
- package/templates/horror/event_27.json +43 -0
- package/templates/horror/event_28.json +42 -0
- package/templates/horror/event_29.json +42 -0
- package/templates/horror/event_3.json +42 -0
- package/templates/horror/event_30.json +42 -0
- package/templates/horror/event_32.json +42 -0
- package/templates/horror/event_34.json +42 -0
- package/templates/horror/event_35.json +43 -0
- package/templates/horror/event_36.json +43 -0
- package/templates/horror/event_37.json +43 -0
- package/templates/horror/event_38.json +44 -0
- package/templates/horror/event_39.json +42 -0
- package/templates/horror/event_40.json +42 -0
- package/templates/horror/event_41.json +42 -0
- package/templates/horror/event_42.json +43 -0
- package/templates/horror/event_43.json +43 -0
- package/templates/horror/event_45.json +42 -0
- package/templates/horror/event_46.json +44 -0
- package/templates/horror/event_47.json +42 -0
- package/templates/horror/event_50.json +43 -0
- package/templates/horror/event_52.json +44 -0
- package/templates/horror/event_53.json +43 -0
- package/templates/horror/event_55.json +43 -0
- package/templates/horror/event_56.json +44 -0
- package/templates/horror/event_58.json +42 -0
- package/templates/horror/event_59.json +42 -0
- package/templates/horror/event_60.json +43 -0
- package/templates/horror/event_61.json +44 -0
- package/templates/horror/event_62.json +42 -0
- package/templates/horror/event_63.json +43 -0
- package/templates/horror/event_65.json +42 -0
- package/templates/horror/event_67.json +43 -0
- package/templates/horror/event_68.json +44 -0
- package/templates/horror/event_72.json +42 -0
- package/templates/horror/event_73.json +44 -0
- package/templates/horror/event_74.json +43 -0
- package/templates/horror/event_77.json +42 -0
- package/templates/horror/event_79.json +43 -0
- package/templates/horror/event_8.json +42 -0
- package/templates/horror/event_82.json +43 -0
- package/templates/horror/event_83.json +42 -0
- package/templates/horror/event_84.json +42 -0
- package/templates/horror/event_86.json +43 -0
- package/templates/horror/event_88.json +42 -0
- package/templates/horror/event_89.json +43 -0
- package/templates/horror/event_9.json +43 -0
- package/templates/horror/event_90.json +44 -0
- package/templates/horror/event_91.json +43 -0
- package/templates/horror/event_93.json +42 -0
- package/templates/horror/event_95.json +42 -0
- package/templates/horror/event_96.json +43 -0
- package/templates/horror/event_99.json +42 -0
- package/templates/horror/haunted_mansion.json +28 -0
- package/templates/index.json +475 -0
- package/templates/modern/event_10.json +42 -0
- package/templates/modern/event_100.json +43 -0
- package/templates/modern/event_11.json +44 -0
- package/templates/modern/event_13.json +42 -0
- package/templates/modern/event_15.json +43 -0
- package/templates/modern/event_16.json +42 -0
- package/templates/modern/event_17.json +42 -0
- package/templates/modern/event_19.json +43 -0
- package/templates/modern/event_2.json +42 -0
- package/templates/modern/event_20.json +42 -0
- package/templates/modern/event_21.json +43 -0
- package/templates/modern/event_22.json +43 -0
- package/templates/modern/event_23.json +43 -0
- package/templates/modern/event_25.json +43 -0
- package/templates/modern/event_27.json +42 -0
- package/templates/modern/event_28.json +42 -0
- package/templates/modern/event_31.json +42 -0
- package/templates/modern/event_32.json +43 -0
- package/templates/modern/event_34.json +44 -0
- package/templates/modern/event_35.json +42 -0
- package/templates/modern/event_36.json +44 -0
- package/templates/modern/event_37.json +42 -0
- package/templates/modern/event_39.json +42 -0
- package/templates/modern/event_4.json +42 -0
- package/templates/modern/event_41.json +42 -0
- package/templates/modern/event_42.json +44 -0
- package/templates/modern/event_43.json +42 -0
- package/templates/modern/event_44.json +44 -0
- package/templates/modern/event_45.json +44 -0
- package/templates/modern/event_46.json +44 -0
- package/templates/modern/event_47.json +43 -0
- package/templates/modern/event_48.json +42 -0
- package/templates/modern/event_49.json +43 -0
- package/templates/modern/event_5.json +43 -0
- package/templates/modern/event_51.json +42 -0
- package/templates/modern/event_52.json +42 -0
- package/templates/modern/event_55.json +43 -0
- package/templates/modern/event_56.json +42 -0
- package/templates/modern/event_57.json +42 -0
- package/templates/modern/event_59.json +42 -0
- package/templates/modern/event_6.json +43 -0
- package/templates/modern/event_60.json +43 -0
- package/templates/modern/event_61.json +42 -0
- package/templates/modern/event_63.json +42 -0
- package/templates/modern/event_64.json +42 -0
- package/templates/modern/event_66.json +42 -0
- package/templates/modern/event_67.json +42 -0
- package/templates/modern/event_69.json +42 -0
- package/templates/modern/event_7.json +43 -0
- package/templates/modern/event_70.json +42 -0
- package/templates/modern/event_72.json +43 -0
- package/templates/modern/event_74.json +43 -0
- package/templates/modern/event_78.json +42 -0
- package/templates/modern/event_8.json +42 -0
- package/templates/modern/event_80.json +44 -0
- package/templates/modern/event_81.json +43 -0
- package/templates/modern/event_82.json +42 -0
- package/templates/modern/event_83.json +42 -0
- package/templates/modern/event_84.json +44 -0
- package/templates/modern/event_85.json +42 -0
- package/templates/modern/event_86.json +42 -0
- package/templates/modern/event_87.json +44 -0
- package/templates/modern/event_89.json +42 -0
- package/templates/modern/event_94.json +42 -0
- package/templates/modern/event_97.json +43 -0
- package/templates/modern/event_98.json +42 -0
- package/templates/modern/event_99.json +44 -0
- package/templates/schema.json +87 -0
- package/templates/sci-fi/alien_encounter.json +28 -0
- package/templates/sci-fi/event_1.json +42 -0
- package/templates/sci-fi/event_11.json +43 -0
- package/templates/sci-fi/event_13.json +43 -0
- package/templates/sci-fi/event_15.json +43 -0
- package/templates/sci-fi/event_18.json +42 -0
- package/templates/sci-fi/event_19.json +43 -0
- package/templates/sci-fi/event_2.json +44 -0
- package/templates/sci-fi/event_22.json +42 -0
- package/templates/sci-fi/event_23.json +42 -0
- package/templates/sci-fi/event_24.json +43 -0
- package/templates/sci-fi/event_25.json +42 -0
- package/templates/sci-fi/event_27.json +43 -0
- package/templates/sci-fi/event_28.json +43 -0
- package/templates/sci-fi/event_30.json +43 -0
- package/templates/sci-fi/event_31.json +42 -0
- package/templates/sci-fi/event_32.json +42 -0
- package/templates/sci-fi/event_33.json +44 -0
- package/templates/sci-fi/event_34.json +42 -0
- package/templates/sci-fi/event_35.json +42 -0
- package/templates/sci-fi/event_36.json +42 -0
- package/templates/sci-fi/event_37.json +44 -0
- package/templates/sci-fi/event_39.json +43 -0
- package/templates/sci-fi/event_4.json +43 -0
- package/templates/sci-fi/event_41.json +42 -0
- package/templates/sci-fi/event_45.json +42 -0
- package/templates/sci-fi/event_47.json +43 -0
- package/templates/sci-fi/event_48.json +42 -0
- package/templates/sci-fi/event_50.json +43 -0
- package/templates/sci-fi/event_51.json +42 -0
- package/templates/sci-fi/event_53.json +42 -0
- package/templates/sci-fi/event_54.json +43 -0
- package/templates/sci-fi/event_55.json +42 -0
- package/templates/sci-fi/event_56.json +43 -0
- package/templates/sci-fi/event_59.json +42 -0
- package/templates/sci-fi/event_6.json +42 -0
- package/templates/sci-fi/event_60.json +43 -0
- package/templates/sci-fi/event_64.json +44 -0
- package/templates/sci-fi/event_65.json +43 -0
- package/templates/sci-fi/event_67.json +42 -0
- package/templates/sci-fi/event_7.json +42 -0
- package/templates/sci-fi/event_72.json +42 -0
- package/templates/sci-fi/event_73.json +43 -0
- package/templates/sci-fi/event_74.json +44 -0
- package/templates/sci-fi/event_75.json +43 -0
- package/templates/sci-fi/event_78.json +42 -0
- package/templates/sci-fi/event_80.json +42 -0
- package/templates/sci-fi/event_82.json +43 -0
- package/templates/sci-fi/event_83.json +44 -0
- package/templates/sci-fi/event_85.json +42 -0
- package/templates/sci-fi/event_87.json +42 -0
- package/templates/sci-fi/event_89.json +42 -0
- package/templates/sci-fi/event_9.json +42 -0
- package/templates/sci-fi/event_90.json +43 -0
- package/templates/sci-fi/event_92.json +44 -0
- package/templates/sci-fi/event_93.json +42 -0
- package/templates/sci-fi/event_94.json +42 -0
- package/templates/sci-fi/event_95.json +43 -0
- package/templates/sci-fi/event_96.json +43 -0
- package/templates/sci-fi/event_97.json +42 -0
- package/templates/space-opera/event_1.json +44 -0
- package/templates/space-opera/event_10.json +42 -0
- package/templates/space-opera/event_100.json +42 -0
- package/templates/space-opera/event_12.json +42 -0
- package/templates/space-opera/event_13.json +44 -0
- package/templates/space-opera/event_14.json +43 -0
- package/templates/space-opera/event_15.json +43 -0
- package/templates/space-opera/event_17.json +42 -0
- package/templates/space-opera/event_18.json +43 -0
- package/templates/space-opera/event_19.json +42 -0
- package/templates/space-opera/event_20.json +43 -0
- package/templates/space-opera/event_21.json +42 -0
- package/templates/space-opera/event_24.json +44 -0
- package/templates/space-opera/event_25.json +42 -0
- package/templates/space-opera/event_26.json +43 -0
- package/templates/space-opera/event_27.json +43 -0
- package/templates/space-opera/event_28.json +43 -0
- package/templates/space-opera/event_29.json +44 -0
- package/templates/space-opera/event_31.json +42 -0
- package/templates/space-opera/event_32.json +42 -0
- package/templates/space-opera/event_33.json +42 -0
- package/templates/space-opera/event_35.json +42 -0
- package/templates/space-opera/event_36.json +44 -0
- package/templates/space-opera/event_38.json +43 -0
- package/templates/space-opera/event_40.json +42 -0
- package/templates/space-opera/event_41.json +42 -0
- package/templates/space-opera/event_43.json +43 -0
- package/templates/space-opera/event_44.json +42 -0
- package/templates/space-opera/event_47.json +42 -0
- package/templates/space-opera/event_48.json +43 -0
- package/templates/space-opera/event_49.json +44 -0
- package/templates/space-opera/event_5.json +44 -0
- package/templates/space-opera/event_50.json +42 -0
- package/templates/space-opera/event_51.json +42 -0
- package/templates/space-opera/event_52.json +42 -0
- package/templates/space-opera/event_53.json +43 -0
- package/templates/space-opera/event_55.json +42 -0
- package/templates/space-opera/event_58.json +43 -0
- package/templates/space-opera/event_6.json +43 -0
- package/templates/space-opera/event_60.json +44 -0
- package/templates/space-opera/event_61.json +42 -0
- package/templates/space-opera/event_62.json +43 -0
- package/templates/space-opera/event_65.json +42 -0
- package/templates/space-opera/event_67.json +42 -0
- package/templates/space-opera/event_68.json +43 -0
- package/templates/space-opera/event_69.json +42 -0
- package/templates/space-opera/event_7.json +44 -0
- package/templates/space-opera/event_71.json +44 -0
- package/templates/space-opera/event_73.json +42 -0
- package/templates/space-opera/event_74.json +42 -0
- package/templates/space-opera/event_77.json +43 -0
- package/templates/space-opera/event_78.json +43 -0
- package/templates/space-opera/event_8.json +43 -0
- package/templates/space-opera/event_81.json +42 -0
- package/templates/space-opera/event_82.json +42 -0
- package/templates/space-opera/event_83.json +43 -0
- package/templates/space-opera/event_85.json +42 -0
- package/templates/space-opera/event_87.json +42 -0
- package/templates/space-opera/event_88.json +42 -0
- package/templates/space-opera/event_90.json +42 -0
- package/templates/space-opera/event_93.json +43 -0
- package/templates/space-opera/event_97.json +42 -0
- package/templates/space-opera/event_98.json +43 -0
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "the Prophecy Manifestation",
|
|
3
|
+
"narrative": "Eerie silence falls over the cursed-forest as the prophecy manifestation begins its terrifying work.",
|
|
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": "PROPHECY",
|
|
32
|
+
"tags": [
|
|
33
|
+
"horror",
|
|
34
|
+
"cursedforest",
|
|
35
|
+
"magic",
|
|
36
|
+
"supernatural",
|
|
37
|
+
"prophecy"
|
|
38
|
+
],
|
|
39
|
+
"context_requirements": {
|
|
40
|
+
"location": "cursed-forest",
|
|
41
|
+
"min_level": 4
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Ritual in Cursed-forest",
|
|
3
|
+
"narrative": "Shadows whisper secrets in the cursed-forest. ritual in cursed-forest emerges from the darkness, chilling your very soul.",
|
|
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": "RITUAL",
|
|
32
|
+
"tags": [
|
|
33
|
+
"horror",
|
|
34
|
+
"cursedforest",
|
|
35
|
+
"magic",
|
|
36
|
+
"supernatural",
|
|
37
|
+
"ritual"
|
|
38
|
+
],
|
|
39
|
+
"context_requirements": {
|
|
40
|
+
"location": "cursed-forest",
|
|
41
|
+
"min_level": 7
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Mansion Exploration",
|
|
3
|
+
"narrative": "Shadows whisper secrets in the mansion. mansion exploration emerges from the darkness, chilling your very soul.",
|
|
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": "ISLAND",
|
|
32
|
+
"tags": [
|
|
33
|
+
"horror",
|
|
34
|
+
"mansion",
|
|
35
|
+
"discovery",
|
|
36
|
+
"search",
|
|
37
|
+
"island"
|
|
38
|
+
],
|
|
39
|
+
"context_requirements": {
|
|
40
|
+
"location": "mansion"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "MADNESS Horror",
|
|
3
|
+
"narrative": "Terror grips your heart as madness horror manifests in the foreboding graveyard.",
|
|
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": "MADNESS",
|
|
32
|
+
"tags": [
|
|
33
|
+
"horror",
|
|
34
|
+
"graveyard",
|
|
35
|
+
"fear",
|
|
36
|
+
"terror",
|
|
37
|
+
"madness"
|
|
38
|
+
],
|
|
39
|
+
"context_requirements": {
|
|
40
|
+
"location": "graveyard",
|
|
41
|
+
"career": "thief",
|
|
42
|
+
"min_level": 19
|
|
43
|
+
}
|
|
44
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "HUNT for Hire",
|
|
3
|
+
"narrative": "Terror grips your heart as hunt for hire manifests in the foreboding mansion.",
|
|
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": "HUNT",
|
|
32
|
+
"tags": [
|
|
33
|
+
"horror",
|
|
34
|
+
"mansion",
|
|
35
|
+
"adventure",
|
|
36
|
+
"mission",
|
|
37
|
+
"hunt"
|
|
38
|
+
],
|
|
39
|
+
"context_requirements": {
|
|
40
|
+
"location": "mansion",
|
|
41
|
+
"min_level": 16
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Siege in the Mansion",
|
|
3
|
+
"narrative": "Terror grips your heart as siege in the mansion manifests in the foreboding mansion.",
|
|
4
|
+
"choices": [
|
|
5
|
+
{
|
|
6
|
+
"text": "Fight bravely and face the challenge head-on",
|
|
7
|
+
"effect": {
|
|
8
|
+
"risk": 20,
|
|
9
|
+
"reward": 30
|
|
10
|
+
},
|
|
11
|
+
"consequence": "brave_combat"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"text": "Use strategy and cunning to outmaneuver your opponent",
|
|
15
|
+
"effect": {
|
|
16
|
+
"strategy": 15,
|
|
17
|
+
"risk": 10
|
|
18
|
+
},
|
|
19
|
+
"consequence": "strategic_combat"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"text": "Attempt to flee and live to fight another day",
|
|
23
|
+
"effect": {
|
|
24
|
+
"cowardice": 10,
|
|
25
|
+
"safety": 15
|
|
26
|
+
},
|
|
27
|
+
"consequence": "retreat_combat"
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"difficulty": "normal",
|
|
31
|
+
"type": "SIEGE",
|
|
32
|
+
"tags": [
|
|
33
|
+
"horror",
|
|
34
|
+
"mansion",
|
|
35
|
+
"battle",
|
|
36
|
+
"fight",
|
|
37
|
+
"siege"
|
|
38
|
+
],
|
|
39
|
+
"context_requirements": {
|
|
40
|
+
"location": "mansion"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Social Negotiation in Abandoned-mine",
|
|
3
|
+
"narrative": "The abandoned-mine has always been cursed. Now social negotiation in abandoned-mine proves the legends true.",
|
|
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": "NEGOTIATION",
|
|
32
|
+
"tags": [
|
|
33
|
+
"horror",
|
|
34
|
+
"abandonedmine",
|
|
35
|
+
"people",
|
|
36
|
+
"conversation",
|
|
37
|
+
"negotiation"
|
|
38
|
+
],
|
|
39
|
+
"context_requirements": {
|
|
40
|
+
"location": "abandoned-mine",
|
|
41
|
+
"min_level": 4
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Social Romance in Abandoned-mine",
|
|
3
|
+
"narrative": "Eerie silence falls over the abandoned-mine as social romance in abandoned-mine begins its terrifying work.",
|
|
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": "ROMANCE",
|
|
32
|
+
"tags": [
|
|
33
|
+
"horror",
|
|
34
|
+
"abandonedmine",
|
|
35
|
+
"people",
|
|
36
|
+
"conversation",
|
|
37
|
+
"romance"
|
|
38
|
+
],
|
|
39
|
+
"context_requirements": {
|
|
40
|
+
"location": "abandoned-mine"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Alliance at Court",
|
|
3
|
+
"narrative": "The mansion has always been cursed. Now alliance at court proves the legends true.",
|
|
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": 25
|
|
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": "normal",
|
|
31
|
+
"type": "ALLIANCE",
|
|
32
|
+
"tags": [
|
|
33
|
+
"horror",
|
|
34
|
+
"mansion",
|
|
35
|
+
"people",
|
|
36
|
+
"conversation",
|
|
37
|
+
"alliance"
|
|
38
|
+
],
|
|
39
|
+
"context_requirements": {
|
|
40
|
+
"location": "mansion"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Social Betrayal in Mansion",
|
|
3
|
+
"narrative": "Cold sweat beads on your brow as social betrayal in mansion reveals itself in the mansion.",
|
|
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": "BETRAYAL",
|
|
32
|
+
"tags": [
|
|
33
|
+
"horror",
|
|
34
|
+
"mansion",
|
|
35
|
+
"people",
|
|
36
|
+
"conversation",
|
|
37
|
+
"betrayal"
|
|
38
|
+
],
|
|
39
|
+
"context_requirements": {
|
|
40
|
+
"location": "mansion"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "the Abandoned-mine Cult",
|
|
3
|
+
"narrative": "Shadows whisper secrets in the abandoned-mine. the abandoned-mine cult emerges from the darkness, chilling your very soul.",
|
|
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": "CULT",
|
|
32
|
+
"tags": [
|
|
33
|
+
"horror",
|
|
34
|
+
"abandonedmine",
|
|
35
|
+
"fear",
|
|
36
|
+
"terror",
|
|
37
|
+
"cult"
|
|
38
|
+
],
|
|
39
|
+
"context_requirements": {
|
|
40
|
+
"location": "abandoned-mine"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Terrifying Undead in Mansion",
|
|
3
|
+
"narrative": "Eerie silence falls over the mansion as terrifying undead in mansion begins its terrifying work.",
|
|
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": "UNDEAD",
|
|
32
|
+
"tags": [
|
|
33
|
+
"horror",
|
|
34
|
+
"mansion",
|
|
35
|
+
"fear",
|
|
36
|
+
"terror",
|
|
37
|
+
"undead"
|
|
38
|
+
],
|
|
39
|
+
"context_requirements": {
|
|
40
|
+
"location": "mansion"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "The NEGOTIATION Gathering",
|
|
3
|
+
"narrative": "The mansion has always been cursed. Now the negotiation gathering proves the legends true.",
|
|
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": 25
|
|
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": "normal",
|
|
31
|
+
"type": "NEGOTIATION",
|
|
32
|
+
"tags": [
|
|
33
|
+
"horror",
|
|
34
|
+
"mansion",
|
|
35
|
+
"people",
|
|
36
|
+
"conversation",
|
|
37
|
+
"negotiation"
|
|
38
|
+
],
|
|
39
|
+
"context_requirements": {
|
|
40
|
+
"location": "mansion"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "The PROPHECY Manifestation",
|
|
3
|
+
"narrative": "The cursed-forest has always been cursed. Now the prophecy manifestation proves the legends true.",
|
|
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": "PROPHECY",
|
|
32
|
+
"tags": [
|
|
33
|
+
"horror",
|
|
34
|
+
"cursedforest",
|
|
35
|
+
"magic",
|
|
36
|
+
"supernatural",
|
|
37
|
+
"prophecy"
|
|
38
|
+
],
|
|
39
|
+
"context_requirements": {
|
|
40
|
+
"location": "cursed-forest",
|
|
41
|
+
"min_level": 5
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "the Trade of Graveyard",
|
|
3
|
+
"narrative": "The graveyard has always been cursed. Now the trade of graveyard proves the legends true.",
|
|
4
|
+
"choices": [
|
|
5
|
+
{
|
|
6
|
+
"text": "Negotiate shrewdly for the best deal",
|
|
7
|
+
"effect": {
|
|
8
|
+
"gold": 15,
|
|
9
|
+
"reputation": 5
|
|
10
|
+
},
|
|
11
|
+
"consequence": "shrewd_negotiation"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"text": "Take the straightforward approach",
|
|
15
|
+
"effect": {
|
|
16
|
+
"gold": 9,
|
|
17
|
+
"risk": 10
|
|
18
|
+
},
|
|
19
|
+
"consequence": "straightforward_deal"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"text": "Walk away and seek better opportunities",
|
|
23
|
+
"effect": {
|
|
24
|
+
"gold": -6,
|
|
25
|
+
"opportunity": 20
|
|
26
|
+
},
|
|
27
|
+
"consequence": "walk_away_deal"
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"difficulty": "legendary",
|
|
31
|
+
"type": "TRADE",
|
|
32
|
+
"tags": [
|
|
33
|
+
"horror",
|
|
34
|
+
"graveyard",
|
|
35
|
+
"trade",
|
|
36
|
+
"money",
|
|
37
|
+
"trade"
|
|
38
|
+
],
|
|
39
|
+
"context_requirements": {
|
|
40
|
+
"location": "graveyard",
|
|
41
|
+
"min_level": 13
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Political Corruption Crisis",
|
|
3
|
+
"narrative": "Shadows whisper secrets in the abandoned-mine. political corruption crisis emerges from the darkness, chilling your very soul.",
|
|
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": "CORRUPTION",
|
|
32
|
+
"tags": [
|
|
33
|
+
"horror",
|
|
34
|
+
"abandonedmine",
|
|
35
|
+
"politics",
|
|
36
|
+
"power",
|
|
37
|
+
"corruption"
|
|
38
|
+
],
|
|
39
|
+
"context_requirements": {
|
|
40
|
+
"location": "abandoned-mine",
|
|
41
|
+
"min_level": 7
|
|
42
|
+
}
|
|
43
|
+
}
|