Added two new galaxies : An ammunition galaxy containing a list of known sold ammunitions ordered by brands, and a firearm galaxy containing two clusters (handguns, shotguns) scrapped from a famous vendor and ordered by model name (Format : Model name - SKU).

pull/811/head
o1mate 2023-01-26 08:34:38 -05:00
parent cba41818fb
commit 0b661d4f80
5 changed files with 87670 additions and 0 deletions

4254
clusters/ammunitions.json Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,9 @@
{
"description": "Common ammunitions galaxy",
"icon": "battery-full",
"name": "Ammunitions",
"namespace": "Ammunitions",
"type": "ammunitions",
"uuid": "e7394838-65a9-4b8a-b484-b8c4c7cf49c3",
"version": 1
}

9
galaxies/firearms.json Normal file
View File

@ -0,0 +1,9 @@
{
"description": "Common firearms galaxy",
"icon": "fire",
"name": "Firearms",
"namespace": "Firearms",
"type": "firearms",
"uuid": "f5b50eaa-4509-4d24-b958-ed7a41a55482",
"version": 1
}