Skip to content

Commit

Permalink
actually bumped to latest version. added new imageset to config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Selenestica committed Dec 27, 2024
1 parent 4ecc1e3 commit 9c17e0d
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 11 deletions.
73 changes: 68 additions & 5 deletions imageset.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3040,6 +3040,20 @@
"Primaries"
]
},
{
"filename": "cqc19stunlance.webp",
"label": "Stun Lance",
"tags": [
"Secondaries"
]
},
{
"filename": "cqc30stunbaton.webp",
"label": "Stun Baton",
"tags": [
"Secondaries"
]
},
{
"filename": "deadsprint.webp",
"label": "Dead Sprint",
Expand Down Expand Up @@ -3096,6 +3110,13 @@
"Stratagems"
]
},
{
"filename": "eat12antitankemplacement.webp",
"label": "Anti-Tank Emplacement",
"tags": [
"Stratagems"
]
},
{
"filename": "eat17expendableantitank.webp",
"label": "Expendable Anti-Tank",
Expand Down Expand Up @@ -3145,6 +3166,13 @@
"Stratagems"
]
},
{
"filename": "fastreconvehicle.webp",
"label": "Fast Recon Vehicle",
"tags": [
"Stratagems"
]
},
{
"filename": "firebombhellpods.webp",
"label": "Firebomb Hellpods",
Expand All @@ -3166,6 +3194,13 @@
"Primaries"
]
},
{
"filename": "flamesentry.webp",
"label": "Flame Sentry",
"tags": [
"Stratagems"
]
},
{
"filename": "flexiblereinforcementbudget.webp",
"label": "Flexible Reinforcement Budget",
Expand Down Expand Up @@ -3565,6 +3600,13 @@
"Primaries"
]
},
{
"filename": "plas39acceleratorrifle.webp",
"label": "Accelerator Rifle",
"tags": [
"Primaries"
]
},
{
"filename": "r2124constitution.webp",
"label": "Constitution",
Expand Down Expand Up @@ -3691,6 +3733,13 @@
"Stratagems"
]
},
{
"filename": "sh51directionalshield.webp",
"label": "Directional Shield",
"tags": [
"Stratagems"
]
},
{
"filename": "shieldgeneratorrelay.webp",
"label": "Shield Relay",
Expand Down Expand Up @@ -3719,6 +3768,20 @@
"Primaries"
]
},
{
"filename": "sta11smg.webp",
"label": "StA-11 SMG",
"tags": [
"Primaries"
]
},
{
"filename": "sta52assaultrifle.webp",
"label": "StA-52 Assault Rifle",
"tags": [
"Primaries"
]
},
{
"filename": "staminaenhancement.webp",
"label": "Stamina Enhancement",
Expand Down Expand Up @@ -3766,6 +3829,11 @@
"description": "Images of Helldivers 2 primary weapons",
"category": "general"
},
"Secondaries": {
"title": "Secondaries",
"description": "Images of Helldivers 2 secondary weapons",
"category": "general"
},
"Boosters": {
"title": "Boosters",
"description": "Images of Helldivers 2 boosters",
Expand All @@ -3775,11 +3843,6 @@
"title": "Grenades",
"description": "Images of Helldivers 2 grenades",
"category": "general"
},
"Secondaries": {
"title": "Secondaries",
"description": "Images of Helldivers 2 secondary weapons",
"category": "general"
}
},
"googleFont": "Chakra Petch",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"gray-matter": "^4.0.3",
"html2canvas": "^1.4.1",
"html2canvas-pro": "^1.5.8",
"image-helldivers2": "^3.4.2",
"image-helldivers2": "4.0.0",
"image-overwatch": "^1.1.0",
"image-reachthefinals": "^1.1.1",
"image-set": "^2.1.0",
Expand Down Expand Up @@ -78,4 +78,4 @@
"tailwindcss": "^3.4.13",
"typescript": "^5"
}
}
}

0 comments on commit 9c17e0d

Please sign in to comment.