Commit
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"id": "rubble",
|
||||
"name": "🧱 Pile of Rubble",
|
||||
"description": "A scattered pile of debris and broken concrete.",
|
||||
"image_path": "images/interactables/rubble.png",
|
||||
"image_path": "images/interactables/rubble.webp",
|
||||
"actions": {
|
||||
"search": {
|
||||
"id": "search",
|
||||
@@ -17,7 +17,7 @@
|
||||
"id": "dumpster",
|
||||
"name": "\ud83d\uddd1\ufe0f Dumpster",
|
||||
"description": "A rusted metal dumpster, possibly containing scavenged goods.",
|
||||
"image_path": "images/interactables/dumpster.png",
|
||||
"image_path": "images/interactables/dumpster.webp",
|
||||
"actions": {
|
||||
"search_dumpster": {
|
||||
"id": "search_dumpster",
|
||||
@@ -30,7 +30,7 @@
|
||||
"id": "sedan",
|
||||
"name": "\ud83d\ude97 Rusty Sedan",
|
||||
"description": "An abandoned sedan with rusted doors.",
|
||||
"image_path": "images/interactables/sedan.png",
|
||||
"image_path": "images/interactables/sedan.webp",
|
||||
"actions": {
|
||||
"search_glovebox": {
|
||||
"id": "search_glovebox",
|
||||
@@ -48,7 +48,7 @@
|
||||
"id": "house",
|
||||
"name": "\ud83c\udfda\ufe0f Abandoned House",
|
||||
"description": "A dilapidated house with boarded windows.",
|
||||
"image_path": "images/interactables/house.png",
|
||||
"image_path": "images/interactables/house.webp",
|
||||
"actions": {
|
||||
"search_house": {
|
||||
"id": "search_house",
|
||||
@@ -61,7 +61,7 @@
|
||||
"id": "toolshed",
|
||||
"name": "\ud83d\udd28 Tool Shed",
|
||||
"description": "A small wooden shed, door slightly ajar.",
|
||||
"image_path": "images/interactables/toolshed.png",
|
||||
"image_path": "images/interactables/toolshed.webp",
|
||||
"actions": {
|
||||
"search_shed": {
|
||||
"id": "search_shed",
|
||||
@@ -74,7 +74,7 @@
|
||||
"id": "medkit",
|
||||
"name": "\ud83c\udfe5 Medical Supply Cabinet",
|
||||
"description": "A white metal cabinet with a red cross symbol.",
|
||||
"image_path": "images/interactables/medkit.png",
|
||||
"image_path": "images/interactables/medkit.webp",
|
||||
"actions": {
|
||||
"search_medkit": {
|
||||
"id": "search_medkit",
|
||||
@@ -87,7 +87,7 @@
|
||||
"id": "storage_box",
|
||||
"name": "📦 Storage Box",
|
||||
"description": "A weathered storage container.",
|
||||
"image_path": "images/interactables/storage_box.png",
|
||||
"image_path": "images/interactables/storage_box.webp",
|
||||
"actions": {
|
||||
"search": {
|
||||
"id": "search",
|
||||
@@ -100,7 +100,7 @@
|
||||
"id": "vending_machine",
|
||||
"name": "\ud83e\uddc3 Vending Machine",
|
||||
"description": "A broken vending machine, glass shattered.",
|
||||
"image_path": "images/interactables/vending.png",
|
||||
"image_path": "images/interactables/vending.webp",
|
||||
"actions": {
|
||||
"break": {
|
||||
"id": "break",
|
||||
|
||||
Reference in New Issue
Block a user