Add Public Images

This commit is contained in:
2024-08-13 19:14:26 +02:00
parent 9d95da1fbe
commit 530e0d9f19
53 changed files with 227 additions and 12 deletions

View File

@@ -0,0 +1,9 @@
{
"name": "Graf Spree",
"description": "A simple, lightweight description of a frostbite.",
"id": 123,
"creator": ["Test", "Test2"],
"gamemode": "warship",
"image": "../../../images/publics/grafspree/area_render.png",
"3d": false
}

View File

@@ -0,0 +1,9 @@
{
"name": "SMS Helgoland",
"description": "A simple, lightweight description of a frostbite.",
"id": 123,
"creator": ["Test", "Test2"],
"gamemode": "warship",
"image": "../../../images/publics/helgoland/area_render.png",
"3d": false
}

View File

@@ -0,0 +1,9 @@
{
"name": "USS Oklahoma",
"description": "A simple, lightweight description of a frostbite.",
"id": 123,
"creator": ["Test", "Test2"],
"gamemode": "warship",
"image": "../../../images/publics/oklahoma/area_render.png",
"3d": false
}

View File

@@ -0,0 +1,9 @@
{
"name": "HMS Prince of Wales",
"description": "A simple, lightweight description of a frostbite.",
"id": 123,
"creator": ["Test", "Test2"],
"gamemode": "warship",
"image": "../../../images/publics/princeofwales/area_render.png",
"3d": false
}

View File

@@ -0,0 +1,9 @@
{
"name": "SMS Storming",
"description": "A simple, lightweight description of a frostbite.",
"id": 123,
"creator": ["Test", "Test2"],
"gamemode": "warship",
"image": "../../../images/publics/storming/area_render.png",
"3d": false
}

View File

@@ -0,0 +1,9 @@
{
"name": "Stormy Hunter",
"description": "A simple, lightweight description of a frostbite.",
"id": 123,
"creator": ["Test", "Test2"],
"gamemode": "warship",
"image": "../../../images/publics/stormyhunter/area_render.png",
"3d": false
}