What a mess
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"interactables": {
|
||||
"rubble": {
|
||||
"id": "rubble",
|
||||
"name": "Pile of Rubble",
|
||||
"name": "🧱 Pile of Rubble",
|
||||
"description": "A scattered pile of debris and broken concrete.",
|
||||
"image_path": "images/interactables/rubble.png",
|
||||
"actions": {
|
||||
@@ -83,35 +83,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"vending": {
|
||||
"id": "vending",
|
||||
"name": "\ud83e\uddc3 Vending Machine",
|
||||
"description": "A broken vending machine, glass shattered.",
|
||||
"image_path": "images/interactables/vending.png",
|
||||
"actions": {
|
||||
"break_vending": {
|
||||
"id": "break_vending",
|
||||
"label": "\ud83d\udd28 Break Open",
|
||||
"stamina_cost": 4
|
||||
}
|
||||
}
|
||||
},
|
||||
"medical_cabinet": {
|
||||
"id": "medical_cabinet",
|
||||
"name": "Medical Cabinet",
|
||||
"description": "A white metal cabinet with a red cross symbol.",
|
||||
"image_path": "images/interactables/medkit.png",
|
||||
"actions": {
|
||||
"search": {
|
||||
"id": "search",
|
||||
"label": "\ud83d\udd0e Search Cabinet",
|
||||
"stamina_cost": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"storage_box": {
|
||||
"id": "storage_box",
|
||||
"name": "Storage Box",
|
||||
"name": "📦 Storage Box",
|
||||
"description": "A weathered storage container.",
|
||||
"image_path": "images/interactables/storage_box.png",
|
||||
"actions": {
|
||||
@@ -124,7 +98,7 @@
|
||||
},
|
||||
"vending_machine": {
|
||||
"id": "vending_machine",
|
||||
"name": "Vending Machine",
|
||||
"name": "\ud83e\uddc3 Vending Machine",
|
||||
"description": "A broken vending machine, glass shattered.",
|
||||
"image_path": "images/interactables/vending.png",
|
||||
"actions": {
|
||||
|
||||
Reference in New Issue
Block a user