Initial commit.
Basic docker deployment with Local LLM integration and simple game state.
This commit is contained in:
9
state/locks.json
Normal file
9
state/locks.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"id": 1,
|
||||
"type": "door_lock",
|
||||
"description": "A simple wooden door lock.",
|
||||
"locked": true,
|
||||
"openable": true,
|
||||
"open": false,
|
||||
"key_id": 1
|
||||
}
|
||||
Reference in New Issue
Block a user