Skip to content

Commit

Permalink
Update weapons.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cysabi authored Jan 3, 2024
1 parent 65f953a commit dc6bb47
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/weapons.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ const importedWeapons = {
"MAIN_241": "Rapid Blaster Deco",
"MAIN_220": "Range Blaster",
"MAIN_210": "Blaster",
"MAIN_211": "Custom Blaster",
"MAIN_260": "S-BLAST '92",
"MAIN_261": "S-BLAST '91",
"MAIN_200": "Luna Blaster",
"MAIN_201": "Luna Blaster Neo",
"MAIN_1120": "Painbrush",
"MAIN_1121": "Painbrush Nouveau",
"MAIN_1100": "Inkbrush",
"MAIN_1101": "Inkbrush Nouveau",
"MAIN_1110": "Octobrush",
Expand All @@ -31,11 +34,13 @@ const importedWeapons = {
"MAIN_2010": "Splat Charger",
"MAIN_2011": "Z+F Splat Charger",
"MAIN_2070": "Snipewriter 5H",
"MAIN_2071": "Snipewriter 5B",
"MAIN_2000": "Classic Squiffer",
"MAIN_5030": "Dualie Squelchers",
"MAIN_5031": "Custom Dualie Squelchers",
"MAIN_5020": "Glooga Dualies",
"MAIN_5010": "Splat Dualies",
"MAIN_5011": "Enperry Splat Dualies",
"MAIN_5000": "Dapple Dualies",
"MAIN_5001": "Dapple Dualies Nouveau",
"MAIN_5040": "Dark Tetra Dualies",
Expand All @@ -52,7 +57,9 @@ const importedWeapons = {
"MAIN_8010": "Splatana Wiper",
"MAIN_8011": "Splatana Wiper Deco",
"MAIN_8000": "Splatana Stamper",
"MAIN_8001": "Neo Splatana Stamper",
"MAIN_6020": "Undercover Brella",
"MAIN_6021": "Undercover Sorella Brella",
"MAIN_6000": "Splat Brella",
"MAIN_6001": "Sorella Brella",
"MAIN_6010": "Tenta Brella",
Expand All @@ -64,6 +71,7 @@ const importedWeapons = {
"MAIN_10": "Splattershot Jr.",
"MAIN_11": "Custom Splattershot Jr.",
"MAIN_400": "Squeezer",
"MAIN_401": "Foil Squeezer",
"MAIN_50": ".52 Gal",
"MAIN_80": ".96 Gal",
"MAIN_81": ".96 Gal Deco",
Expand Down Expand Up @@ -106,6 +114,7 @@ const importedWeapons = {
"MAIN_7010": "Tri-Stringer",
"MAIN_7011": "Inkline Tri-Stringer",
"MAIN_7020": "REEF-LUX 450",
"MAIN_7021": "REEF-LUX 450 Deco",
}

const weapons = Object.entries(importedWeapons).map(([key, value]) => ({
Expand Down

0 comments on commit dc6bb47

Please sign in to comment.