From 1b87acf43bc8b2fc2c22641e60cf870ab629d9e0 Mon Sep 17 00:00:00 2001 From: BluBun5193 Date: Thu, 20 Mar 2025 13:49:38 -0400 Subject: [PATCH 1/3] Added mod - sports_beta.js Beta version of the upcoming sports.js, more changes will come! --- mods/sports_beta.js | 111 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 mods/sports_beta.js diff --git a/mods/sports_beta.js b/mods/sports_beta.js new file mode 100644 index 00000000..69ec8bc1 --- /dev/null +++ b/mods/sports_beta.js @@ -0,0 +1,111 @@ +elements.softball = { + color: "#ffe300", + behavior: behaviors.BOUNCY, + category: "softball_equipment", + state: "solid", +}; + +elements.baseball = { + color: "#eae7dc", + behavior: behaviors.BOUNCY, + category: "baseball_equipment", + state: "solid", +}; + +elements.basketball = { + color: "#e77f1c", + behavior: behaviors.BOUNCY, + category: "basketball_equipment", + state: "solid", +}; + +elements.football = { + color: "#ac5541", + behavior: behaviors.BOUNCY, + category: "football_equipment", + state: "solid", +}; + +elements.soccer_ball = { + color: "#f9fbfa", + behavior: behaviors.BOUNCY, + category: "soccer_equipment", + state: "solid", +}; + +elements.tennis_ball = { + color: "#9ab973", + behavior: behaviors.BOUNCY, + category: "tennis_equipment", + state: "solid", +}; + +elements.puck = { + color: "#180902", + behavior: behaviors.BOUNCY, + category: "hockey_equipment", + state: "solid", +}; + +elements.dodge_ball = { + color: "#533d61", + behavior: behaviors.BOUNCY, + category: "gaga_ball", + state: "solid", +}; + +elements.deoderant = { + color: "#f9fbfa", + behavior: behaviors.GAS, + category: "softball_equipment", + state: "gas", +}; + +elements.deoderant = { + color: "#f9fbfa", + behavior: behaviors.GAS, + category: "baseball_equipment", + state: "gas", +}; + +elements.deoderant = { + color: "#f9fbfa", + behavior: behaviors.GAS, + category: "basketball_equipment", + state: "gas", +}; + +elements.deoderant = { + color: "#f9fbfa", + behavior: behaviors.GAS, + category: "football_equipment", + state: "gas", +}; + +elements.deoderant = { + color: "#f9fbfa", + behavior: behaviors.GAS, + category: "soccer_equipment", + state: "gas", +}; + +elements.deoderant = { + color: "#f9fbfa", + behavior: behaviors.GAS, + category: "tennis_equipment", + state: "gas", +}; + +elements.deoderant = { + color: "#f9fbfa", + behavior: behaviors.GAS, + category: "hockey_equipment", + state: "gas", +}; + +elements.deoderant = { + color: "#f9fbfa", + behavior: behaviors.GAS, + category: "gaga_ball", + state: "gas", +}; \ No newline at end of file From 5f1815e90cfcc5bd34743472a97ce5706d90f039 Mon Sep 17 00:00:00 2001 From: BluBun5193 Date: Thu, 20 Mar 2025 13:59:11 -0400 Subject: [PATCH 2/3] Update mod-list.html --- mod-list.html | 1 + 1 file changed, 1 insertion(+) diff --git a/mod-list.html b/mod-list.html index a2e9ff4e..f4d59fdf 100644 --- a/mod-list.html +++ b/mod-list.html @@ -358,6 +358,7 @@ random_elems.jsCurated randomly generated elementsAlice random_liquids.jsRandomly generates liquids on game loadAlice sbmixup.jsAdds silly elements from a Mix-Up! gamestefanblox +sports_beta.jsBeta version of the upcoming sports.js, adds several sports items, more changes are soon to come!BluBun5193 star_wars.jsAdds various items from Star Wars by DisneySeaPickle754 sus.jsAdds an Among Us crewmateNv7 triggerable_random_powders.jsAdds powders with different abilities, such as heating and coolingAlice From 59a0630e15d908b934b0da78100c316d83a1f8ad Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Sun, 23 Mar 2025 20:18:18 -0400 Subject: [PATCH 3/3] Update mod-list.html --- mod-list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod-list.html b/mod-list.html index f4d59fdf..03eba315 100644 --- a/mod-list.html +++ b/mod-list.html @@ -358,7 +358,7 @@ random_elems.jsCurated randomly generated elementsAlice random_liquids.jsRandomly generates liquids on game loadAlice sbmixup.jsAdds silly elements from a Mix-Up! gamestefanblox -sports_beta.jsBeta version of the upcoming sports.js, adds several sports items, more changes are soon to come!BluBun5193 +sports_beta.jsAdds several sports itemsBluBun5193 star_wars.jsAdds various items from Star Wars by DisneySeaPickle754 sus.jsAdds an Among Us crewmateNv7 triggerable_random_powders.jsAdds powders with different abilities, such as heating and coolingAlice