Created
February 26, 2026 17:11
-
-
Save esDotDev/9d253fa4f3bde08352582366379bef27 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "module_id": 2, | |
| "title": "The Overworld (Atmosphere & Decorations)", | |
| "objective": "Transform your party space into a pixelated wonderland using cheap and creative materials.", | |
| "decorations": [ | |
| { | |
| "name": "Blocky Terrain", | |
| "materials": [ | |
| "Amazon boxes", | |
| "Brown kraft paper", | |
| "Green paint" | |
| ], | |
| "instructions": "Wrap boxes in brown paper and paint the top quarter green to resemble 'Grass Blocks'.", | |
| "usage": "Stack around the room as side tables or seating." | |
| }, | |
| { | |
| "name": "Creeper Balloons", | |
| "materials": [ | |
| "Standard green balloons", | |
| "Black permanent marker or black vinyl tape" | |
| ], | |
| "instructions": "Draw Creeper faces on the balloons and group them together in corners.", | |
| "usage": "Corner accents and atmosphere." | |
| }, | |
| { | |
| "name": "Lighting the Way", | |
| "materials": [ | |
| "Printed pixelated torch templates", | |
| "Battery-powered LED tea lights" | |
| ], | |
| "instructions": "Wrap printed torch designs around the LED lights.", | |
| "usage": "Stick to walls around the party area to mimic in-game lighting." | |
| } | |
| ], | |
| "color_palette": [ | |
| "grass green", | |
| "dirt brown", | |
| "stone grey", | |
| "obsidian black", | |
| "diamond light-blue" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment