Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "dialogues": {
- "adventure_1": {
- "level_1": {
- "player_1": [
- "I think we're being watched...",
- "Which way should we go?"
- ],
- "player_2": [
- "Stay alert!",
- "Wasn't this destroyed last time?"
- ],
- "npc_1": [
- "Welcome travelers!",
- "Beware the caves ahead."
- ],
- "npc_2": [
- "*growls*",
- "Leave this place!"
- ]
- },
- "level_2": {
- "player_1": [
- "The path splits here.",
- "Which way should we go?"
- ],
- "npc_1": [
- "Take the left tunnel.",
- "The right is dangerous!"
- ]
- }
- },
- "adventure_2": {
- "level_1": {
- "player_1": [
- "do you think npc 1 new what he was saying?"
- ],
- "player_2": [
- "i wasnt listening to him. i wander what he was thinking",
- "I'm going to leve all the thinking up to you"
- ],
- "npc_1": [
- "I wonder if the information I gave them was corect"
- ],
- "npc_2": [
- "I cant wait for them to fall right into my trap"
- ]
- },
- "level_2": {
- "player_1": [
- "It looks like we made it safe and sound"
- ],
- "player_2": [
- "good think you listened to npc 1 i would have probably gone the other way"
- ],
- "npc_1": [
- "yes i definantly gave them the wrong instructions. hope they are ok"
- ],
- "npc_2": [
- "NO! npc 1 gave them the wong information",
- "wait if there on a different path where are they?"
- ]
- },
- "level_3": {
- "player_1": [
- "look at all this gold. we can only take what we can carry.",
- "oh look i found a hat"
- ],
- "player_2": [
- "I found a cart."
- ],
- "npc_1": [
- "I'm sure they are fine."
- ],
- "npc_2": [
- "I hope they didnt end up in the tresure room that took a long time to gather."
- ]
- }
- }
- },
- "metadata": {
- "game_name": "json_example_adventure",
- "last_updated": "5-11-25",
- "data_type": "unity"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement