add hero slosher

This commit is contained in:
Sendou
2020-06-19 14:08:51 +03:00
parent f2f7608380
commit efa4e60a42
3 changed files with 5 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ const weaponToSvg = {
"Goo Tuber": Splashdown,
"Custom Goo Tuber": Inkjet,
Slosher: Missiles,
"Hero Slosher Replica": Missiles,
"Slosher Deco": Baller,
"Soda Slosher": BurstBombRush,
"Tri-Slosher": InkArmor,

View File

@@ -141,6 +141,7 @@ export const weaponCodes: Record<string, Weapon> = {
goo_tuber: "Goo Tuber",
custom_goo_tuber: "Custom Goo Tuber",
slosher: "Slosher",
hero_slosher_replica: "Hero Slosher Replica",
slosher_deco: "Slosher Deco",
soda_slosher: "Soda Slosher",
"tri-slosher": "Tri-Slosher",
@@ -1761,6 +1762,7 @@ export const weapons = [
"Goo Tuber",
"Custom Goo Tuber",
"Slosher",
"Hero Slosher Replica",
"Slosher Deco",
"Soda Slosher",
"Tri-Slosher",
@@ -1920,6 +1922,7 @@ export const chargers = [
export const sloshers = [
"Slosher",
"Hero Slosher Replica",
"Slosher Deco",
"Soda Slosher",
"Tri-Slosher",

View File

@@ -90,6 +90,7 @@ const weapons = [
"Goo Tuber",
"Custom Goo Tuber",
"Slosher",
"Hero Slosher Replica",
"Slosher Deco",
"Soda Slosher",
"Tri-Slosher",