Refactoring

This commit is contained in:
2024-03-25 21:22:53 +01:00
parent 6e6eb5069f
commit 073d474bc3
17 changed files with 66 additions and 36 deletions

View File

@@ -4,6 +4,6 @@
"id": 123,
"creator": ["Test", "Test2"],
"gamemode": "wargear",
"image": "../../images/area_render_2_.png",
"xray": "../../images/area_render_1_.png"
"image": "../../images/publics/frostbite/area_render_2_.png",
"xray": "../../images/publics/frostbite/area_render_1_.png"
}

View File

@@ -0,0 +1,9 @@
{
"name": "GhostLeviathan",
"description": "A simple, lightweight description of a GhostLeviathan.",
"id": 789,
"creator": ["Test", "Test2"],
"gamemode": "wargear",
"image": "../../images/publics/ghostleviathan/area_render_9_.png",
"3d": false
}

View File

@@ -0,0 +1,9 @@
{
"name": "Lilith",
"description": "A simple, lightweight description of a Lilith.",
"id": 456,
"creator": ["Test", "Test2"],
"gamemode": "wargear",
"image": "../../images/publics/lilith/area_render_11_.png",
"3d": false
}

View File

@@ -0,0 +1,9 @@
{
"name": "WarpedOwl",
"description": "A simple, lightweight description of a WarpedOwl.",
"id": 456,
"creator": ["Test", "Test2"],
"gamemode": "wargear",
"image": "../../images/publics/warpedowl/area_render_12_.png",
"3d": false
}