Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "entities": {
- "Poindexter": {
- "purse": [
- "Dagger"
- ],
- "mood": "Mild",
- "location": "Puzzlum's Palace"
- },
- "Orc": {
- "purse": [
- "Mace",
- "Gold Piece (7)",
- "Food Ration (1)"
- ],
- "mood": "Mad",
- "location": "Dungeon Corridor"
- },
- "Emerald Guard": {
- "purse": [
- "Pike"
- ],
- "mood": "Mild",
- "location": "West Hall"
- },
- "Gamblum": {
- "purse": [
- "Dungeon Key"
- ],
- "mood": "Mild",
- "location": "Balcony"
- },
- "Princess Celeste": {
- "purse": [
- "Celeste's Mirror"
- ],
- "mood": "Mild",
- "location": "Princess Celeste's Bedroom"
- },
- "Puzzlum": {
- "purse": [
- ],
- "mood": "Mild",
- "location": "Puzzlum's Palace"
- },
- "Dismembered Skeleton": {
- "purse": [
- "Battle Axe"
- ],
- "mood": "Dead",
- "location": "Dungeon Corridor"
- }
- },
- "passages": {
- "Courtyard Pond": {
- "options": {
- "Surface": "Courtyard",
- "Wade": "Courtyard Pond",
- "Dive": "Courtyard Pond"
- },
- "purse": [
- "Pearl"
- ]
- },
- "Courtyard": {
- "options": {
- "Rest": "Shady Tree",
- "Swim": "Courtyard Pond"
- }
- },
- "Shady Tree": {
- "options": {
- "Get Up": "Courtyard",
- }
- },
- "Dungeon Stairwell": {
- "options": {
- "Down": "Dungeon Corridor",
- "Up": "Upper Dungeon Door"
- }
- },
- "Upper Dungeon Door": {
- "options": {
- "In": "Dungeon Stairwell",
- "Out": "East Hall"
- }
- },
- "Lower Dungeon Door": {
- "options": {
- "In": "Dungeon Corridor",
- "Out": "Courtyard"
- }
- },
- "Cell Door": {
- "options": {
- "In": "Dungeon Cell",
- "Out": "Dungeon Corridor"
- }
- },
- "Elegant Staircase": {
- "options": {
- "Up": "Upper Hall",
- "Down": "West Hall"
- }
- },
- "Upper Hall": {
- "options": {
- "In 1": "Upper Arch 1",
- "In 2": "Upper Arch 2",
- "Back": "Elegant Staircase"
- }
- },
- "Upper Arch 1": {
- "options": {
- "Out": "Upper Hall",
- "In": "Balcony"
- }
- },
- "Upper Arch 2": {
- "options": {
- "Out": "Upper Hall",
- "In": "Princess Celeste's Bedroom"
- }
- },
- "Princess Celeste's Bedroom": {
- "options": {
- "Out": "Upper Arch 2"
- }
- },
- "Balcony": {
- "options": {
- "Out": "Upper Arch 1",
- "Jump": "Courtyard Pond"
- }
- },
- "West Hall": {
- "options": {
- "West": "Elegant Staircase",
- "East": "End Of Hall"
- }
- },
- "East Hall": {
- "options": {
- "West": "End Of Hall",
- "East": "Upper Dungeon Door"
- }
- },
- "End Of Hall": {
- "options": {
- "West": "West Hall",
- "East": "East Hall",
- "South": "Grand Hall",
- "North": "Unfinished Hallway"
- }
- },
- "Unfinished Hallway": {
- "options": {
- "South": "End Of Hall"
- }
- },
- "Puzzlum's Palace": {
- "options": {
- "North": "Grand Hall"
- }
- },
- "Grand Hall": {
- "options": {
- "South": "Puzzlum's Palace",
- "North": "End Of Hall"
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement