24 lines
411 B
JSON
24 lines
411 B
JSON
{
|
|
"version": 1,
|
|
"map_pack": "map",
|
|
"player_name": "Kapitan Bomba",
|
|
"last_save": "2025-06-18T12:00:00Z",
|
|
"current_map_id": "test2",
|
|
"health": 100,
|
|
"mana": 50,
|
|
"coords": {
|
|
"test2": [5, 1]
|
|
},
|
|
"inventory": [
|
|
"map",
|
|
"gate_key"
|
|
],
|
|
"flags": {
|
|
"gate_opened": true
|
|
},
|
|
"lines_of_text": [
|
|
"1",
|
|
"2",
|
|
"3"
|
|
]
|
|
} |