Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDrawingCoder-Gamer committed Jun 3, 2023
1 parent 67d2575 commit fbc8685
Show file tree
Hide file tree
Showing 28 changed files with 1,584 additions and 7 deletions.
268 changes: 268 additions & 0 deletions art/25gal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
420 changes: 420 additions & 0 deletions art/52gal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 21 additions & 7 deletions core/shared/src/main/scala/net/bulbyvr/splooge/core/Weapon.scala
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ object Mains {
Default ++= AllGames
Named("Deco") ++= OldGames
Named("Kensa") += Splatoon2
Named("Wicked") += S3Custom
},
new MainBuilder(".96 Gal", Shooter) {
Default ++= AllGames
Expand All @@ -150,6 +151,7 @@ object Mains {
},
new MainBuilder("Big Swig", Roller) {
Default += Splatoon3
Named("Express") += Splatoon3
Named("Pear") += S3Custom
},
new MainBuilder("Blaster", Blaster) {
Expand Down Expand Up @@ -177,7 +179,7 @@ object Mains {
},
new MainBuilder("Dualie Squelchers", Dualies) {
Default ++= NewGames
Named("Custom") += Splatoon2
Named("Custom") ++= NewGames
},
new MainBuilder("Dual Squelcher", Shooter) {
Default += Splatoon1
Expand Down Expand Up @@ -219,12 +221,12 @@ object Mains {
},
new MainBuilder("H-3 Nozzlenose", Shooter) {
Default ++= AllGames
Named("D") ++= OldGames
Named("D") ++= AllGames
Named("Sheldon's Picks") ++= OldGames
},
new MainBuilder("Heavy Splatling", Splatling) {
Default ++= AllGames
Named("Deco") ++= OldGames
Named("Deco") ++= AllGames
Named("Sheldon's Picks") ++= OldGames
add(heroWeapon)
},
Expand Down Expand Up @@ -279,6 +281,9 @@ object Mains {
Named("Kensa") += Splatoon2
add(heroWeapon)
},
new MainBuilder("Painbrush", Brush) {
Default += Splatoon3
},
new MainBuilder("Range Blaster", Blaster) {
Default ++= AllGames
Named("Custom") ++= OldGames
Expand All @@ -295,13 +300,16 @@ object Mains {

new MainBuilder("Rapid Blaster Pro", Blaster) {
Default ++= AllGames
Named("Deco") ++= OldGames
Named("Deco") ++= AllGames
Named("Wicked") += S3Custom
},
new MainBuilder("REEF-LUX 450", Bow) {
Default += Splatoon3
Named("Gold") += S3Custom
},
new MainBuilder("S-BLAST", Blaster) {
Default += Splatoon3
},
new MainBuilder("Slosher", Slosher) {
Default ++= AllGames
Named("Deco") ++= AllGames
Expand All @@ -324,6 +332,7 @@ object Mains {
// 3.0.0 updated the sploosh & splash icons
Named("Base") += Splatoon3
Named("Neo") ++= AllGames
Named("Copper") += S3Custom
},
new MainBuilder("Splat Brella", Brella) {
Default ++= NewGames
Expand Down Expand Up @@ -361,7 +370,10 @@ object Mains {
Default += Splatoon3
Named("Grizzco") += Splatoon3
},
Simple3Weapon("Splatana Wiper", Splatana),
new MainBuilder("Splatana Wiper", Splatana) {
Default += Splatoon3
Named("Deco") += Splatoon3
},
new MainBuilder("Splatterscope", Charger) {
splatchargerShared(this)
},
Expand All @@ -387,6 +399,7 @@ object Mains {
},
new MainBuilder("Splattershot Nova", Shooter) {
Default += Splatoon3
Named("Annaki") += Splatoon3
Named("Tentatek") += S3Custom
Named("Pastel") += S3Custom
},
Expand Down Expand Up @@ -414,12 +427,12 @@ object Mains {
},
new MainBuilder("Tenta Brella", Brella) {
Default ++= NewGames
Named("Sorella") += Splatoon2
Named("Sorella") ++= NewGames
Named("Sheldon's Picks") += Splatoon2
},
new MainBuilder("Tetra Dualies", Dualies) {
Default ++= NewGames
Named("Tentatek") += Splatoon2
Named("Tentatek") ++= NewGames
},
new MainBuilder("Tri-Slosher", Slosher) {
Default ++= AllGames
Expand Down Expand Up @@ -579,6 +592,7 @@ object Brands {
"Emberz",
"Enperry",
"Enperry Crown",
"Express",
"Fishfry Red",
"Fishfry Yellow",
"Foil",
Expand Down
Binary file added resources/brands/express.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/weapons/s3_custom_dualie_squelchers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/weapons/s3_d_h-3_nozzlenose.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/weapons/s3_d_h-3_nozzlenose_2d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/weapons/s3_deco_heavy_splatling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/weapons/s3_deco_heavy_splatling_2d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/weapons/s3_deco_rapid_blaster_pro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/weapons/s3_deco_splatana_wiper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/weapons/s3_deco_splatana_wiper_2d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/weapons/s3_express_big_swig.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/weapons/s3_express_big_swig_2d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/weapons/s3_painbrush.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/weapons/s3_painbrush_2d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/weapons/s3_s-blast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/weapons/s3_s-blast_2d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/weapons/s3_sorella_tenta_brella.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/weapons/s3_sorella_tenta_brella_2d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/weapons/s3_tentatek_tetra_dualies.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fbc8685

Please sign in to comment.