diff --git a/mod-list.html b/mod-list.html index 76a87b4e..14b6744b 100644 --- a/mod-list.html +++ b/mod-list.html @@ -229,7 +229,7 @@ sus.jsAdds an Among Us crewmateNv7 triggerable_random_powders.jsAdds powders with different abilities, such as heating and coolingAlice troll.jsAdds various dumb elements that iterate randomly on the entire screenAlice - +star_wars.jsAdds various items from Star Wars by DisneySeaPickle754 Visual Effects acid_and_shapes.jsWeird visual effects. Enable in SettingsAlice invisible_dye.jsAdds elements like Dye and Spray Paint that take the color of the backgroundAlice diff --git a/mods/star_wars.js b/mods/star_wars.js index d155671a..0961bc84 100644 --- a/mods/star_wars.js +++ b/mods/star_wars.js @@ -7,11 +7,19 @@ elements.carbonite = { tempHigh: 1000, stateHigh: "carbondioxide", reactions:{ - "acid": "slag", + "acid": {elem1: null, elem2: "slag"}, + } }; +elements.light_saber = { + color: "#06d106", + behavior: behaviors.WALL, + category: "star wars", + state: "solid" +} + // look it up: // https://starwars.fandom.com/wiki/Plastoid // stormtrooper armor @@ -22,7 +30,7 @@ elements.plastoid = { state: "solid", density: 400, tempHigh: 300, - stateHigh: "molten_plastic" + stateHigh: "molten_plastic", hardness: 1, burn: 0 };