new file: Files/flashplayer_32_sa.exe new file: favicon.ico new file: globe.gif new file: imgs/download.png new file: imgs/zuck.jpg new file: index.html new file: other.ico new file: script.js new file: site.webmanifest new file: sitemap.html new file: styles/backround.css new file: styles/border.css new file: styles/fonts/Titillium_Web/OFL.txt new file: styles/fonts/Titillium_Web/TitilliumWeb-Black.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-Bold.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-BoldItalic.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-ExtraLight.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-ExtraLightItalic.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-Italic.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-Light.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-LightItalic.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-Regular.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-SemiBold.ttf new file: styles/fonts/Titillium_Web/TitilliumWeb-SemiBoldItalic.ttf new file: styles/fonts/webfontkit-20221027-163353/generator_config.txt new file: styles/fonts/webfontkit-20221027-163353/specimen_files/grid_12-825-55-15.css new file: styles/fonts/webfontkit-20221027-163353/specimen_files/specimen_stylesheet.css new file: styles/fonts/webfontkit-20221027-163353/stylesheet.css new file: styles/fonts/webfontkit-20221027-163353/titilliumweb-extralight-demo.html new file: styles/fonts/webfontkit-20221027-163353/titilliumweb-extralight-webfont.woff new file: styles/fonts/webfontkit-20221027-163353/titilliumweb-extralight-webfont.woff2 new file: styles/fonts/webfontkit-20221027-165950/generator_config.txt new file: styles/fonts/webfontkit-20221027-165950/specimen_files/grid_12-825-55-15.css new file: styles/fonts/webfontkit-20221027-165950/specimen_files/specimen_stylesheet.css new file: styles/fonts/webfontkit-20221027-165950/stylesheet.css new file: styles/fonts/webfontkit-20221027-165950/titilliumweb-bold-demo.html new file: styles/fonts/webfontkit-20221027-165950/titilliumweb-bold-webfont.woff new file: styles/fonts/webfontkit-20221027-165950/titilliumweb-bold-webfont.woff2 new file: styles/style.css new file: tools/2048/.gitignore new file: tools/2048/.jshintrc new file: tools/2048/CONTRIBUTING.md new file: tools/2048/LICENSE.txt new file: tools/2048/README.md new file: tools/2048/Rakefile new file: tools/2048/favicon.ico new file: tools/2048/index.html new file: tools/2048/js/animframe_polyfill.js new file: tools/2048/js/application.js new file: tools/2048/js/bind_polyfill.js new file: tools/2048/js/classlist_polyfill.js new file: tools/2048/js/game_manager.js new file: tools/2048/js/grid.js new file: tools/2048/js/html_actuator.js new file: tools/2048/js/keyboard_input_manager.js new file: tools/2048/js/local_storage_manager.js new file: tools/2048/js/tile.js new file: tools/2048/meta/apple-touch-icon.png new file: tools/webretro/cores/neocd_libretro.js new file: tools/webretro/cores/neocd_libretro.wasm new file: tools/webretro/cores/nestopia_libretro.js new file: tools/webretro/cores/nestopia_libretro.wasm new file: tools/webretro/cores/o2em_libretro.js new file: tools/webretro/cores/o2em_libretro.wasm new file: tools/webretro/cores/opera_libretro.js new file: tools/webretro/cores/opera_libretro.wasm
98 lines
4.1 KiB
JSON
98 lines
4.1 KiB
JSON
|
|
{
|
|
"entry": [
|
|
"Hey, person! !talkedtofire",
|
|
"►[$devmode]Hey!",
|
|
"►[$devmode]I'm a dev, show me variables example! @variableExample",
|
|
"I am starving, I fear to die very soon and my light will go out forever. @help !sad"
|
|
],
|
|
"variableExample": [
|
|
"This example demonstrates variables. !set exampleSeen",
|
|
"[exampleSeen]It's pretty cool!",
|
|
"It is not perfect yet and a little buggy, some things don't work yet… sorry",
|
|
"[exampleSeen]This line is conditional, and you should see it. !set fail",
|
|
"[not fail]This line unfortunately is visible due to a bug, where conditions are evaluated one line too early.",
|
|
"Variables sometimes only take effect after another sentence has been spoken. A little weird. Hopefully fixed in future.",
|
|
"Variables also work with player options.",
|
|
"►Say “hello” !set hello 1",
|
|
"►Say “howdy” !set hello 0",
|
|
"…",
|
|
"[hello=1]Hello!",
|
|
"[hello!=1]Howdy!",
|
|
"What was the other word again?",
|
|
"►[hello=1]Howdy!",
|
|
"►[not hello=1]Hello!",
|
|
"►I don't know… !set idk",
|
|
"…",
|
|
"[idk]You're a little forgetful…",
|
|
"[not idk]Ah, right!",
|
|
"Also, now setting a global variable which could be accessed from other dialogs. !set $test 42",
|
|
"Which can be accessed using a dollar sign.",
|
|
"[$test]Isn't that cool?",
|
|
"►Yes!",
|
|
"Bye! @entry !end"
|
|
],
|
|
"help": [
|
|
"Would you help me out, kind stranger?",
|
|
"►Oh my God, a talking fire?! @impressed",
|
|
"►Why should I help you? @why",
|
|
"►How can I help you? @how",
|
|
"►I don't care! !angry",
|
|
"Oh you son of a…! No, sorry, I get it. Well, maybe another time. !neutral",
|
|
"Just be aware this whole game is pretty pointless if you don't help me out… @help !end"
|
|
],
|
|
"impressed": [
|
|
"Well yes, I'm impressed too. Took me some time to get used to it. @help !amused"
|
|
],
|
|
"how": [
|
|
"[not $ismale]I really need some wood. Surely a strong and marvelous woman like you can help an old fire out.",
|
|
"[$ismale]I really need some wood. Surely a strong and marvelous man like you can help an old fire out.",
|
|
"►Sounds boring. Maybe later… @bye",
|
|
"►I'm in. @details",
|
|
"►What do we say to the god of fire?",
|
|
"I don't know, what?",
|
|
"►Not today!",
|
|
"But if you don't help me out, there may not be a tomorrow. @why"
|
|
],
|
|
"why": [
|
|
"Because I am the essence of life. If I die, everything dies. Do you want everything to die?",
|
|
"►Oh, I wouldn't want to be responsible for that! @details",
|
|
"►I don't know, do I?",
|
|
"►Yes!",
|
|
"No!",
|
|
"►OK",
|
|
"So you'll help me then?",
|
|
"►Definitely! @details",
|
|
"►Do I even have a choice?",
|
|
"Technically yes. Practically deciding against it would be a little stupid though.",
|
|
"►Well OK then, you convinced me. @details",
|
|
"►Why? @existence"
|
|
],
|
|
"existence": [
|
|
"Because your sole existence in this world hinges on helping to keep me alive.",
|
|
"That's why you're here. There's nothing else for you to do anyway.",
|
|
"►Cool! I'll help you. @details",
|
|
"►I'd rather think about this in private. @bye"
|
|
],
|
|
"bye": [
|
|
"Sure, take your time. You'll come back eventually! @help !end"
|
|
],
|
|
"details": [
|
|
"Great! I knew I could rely on you. I know a good person when I see one!",
|
|
"►So what exactly should I do?",
|
|
"It's easy! I just need a little firewood so I can keep burning a little longer.",
|
|
"►I can get you some wood!",
|
|
"Yes, yes! But it needs to be a special kind of wood.",
|
|
"There's a good tree in the east. His wood is good. !treezoom",
|
|
"Go get it! !gotFireQuest",
|
|
"►Sure thing! @reminder !end"
|
|
],
|
|
"reminder": [
|
|
"Hello again!",
|
|
"►What do I need to do?",
|
|
"►Bye! @reminder !end",
|
|
"Go east. Ask tree for wood. Bring me wood. Soon!",
|
|
"►On my way! @reminder !end"
|
|
]
|
|
}
|