Skip to content

Commit

Permalink
Merge pull request #160 from SeaPickle754/main
Browse files Browse the repository at this point in the history
changed mod list and star wars.js final time :)
  • Loading branch information
slweeb authored Nov 29, 2023
2 parents 0e345bb + d577ddd commit bb7e5dc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mod-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ <h2>Sandboxels Mod List</h2>
<tr><td>sus.js</td><td>Adds an Among Us crewmate</td><td>Nv7</td></tr>
<tr><td>triggerable_random_powders.js</td><td>Adds powders with different abilities, such as heating and cooling</td><td>Alice</td></tr>
<tr><td>troll.js</td><td>Adds various dumb elements that iterate randomly on the entire screen</td><td>Alice</td></tr>

<tr><td>star_wars.js</td><td>Adds various items from Star Wars by Disney</td><td>SeaPickle754</td>
<!----><tr><td class="modCat" colspan="3">Visual Effects</td></tr><!---->
<tr><td>acid_and_shapes.js</td><td>Weird visual effects. Enable in Settings</td><td>Alice</td></tr>
<tr><td>invisible_dye.js</td><td>Adds elements like Dye and Spray Paint that take the color of the background</td><td>Alice</td></tr>
Expand Down
12 changes: 10 additions & 2 deletions mods/star_wars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -22,7 +30,7 @@ elements.plastoid = {
state: "solid",
density: 400,
tempHigh: 300,
stateHigh: "molten_plastic"
stateHigh: "molten_plastic",
hardness: 1,
burn: 0
};
Expand Down

0 comments on commit bb7e5dc

Please sign in to comment.