forked from MaxBittker/sandspiel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
from MaxBittker#214
- Loading branch information
Showing
1 changed file
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,49 +37,51 @@ const Info = () => { | |
Lastly, I want to say that if you enjoy this game or share your artwork | ||
on it, your opinion is important to me and I want to do my best to | ||
ensure sandspiel is a friendly and kind place to play, without bullying, | ||
racism, or homophobia. If something is wrong or there's some way I can | ||
racism, transphobia, homophobia, or any other forms of bigotry. If something is wrong or there's some way I can | ||
help, feel free to contact me at <a href="mailto:[email protected]">[email protected]</a> or <a href="https://twitter.com/maxbittker">@maxbittker on twitter.</a> | ||
</p> | ||
<br /> | ||
<hr /> | ||
<br /> | ||
<h2>Element Information:</h2> | ||
<h4>Wall </h4> | ||
Indestructible | ||
Indestructible. | ||
<h4>Sand </h4> | ||
Sinks in water | ||
Sinks in water. | ||
<h4>Water </h4> | ||
Puts out fire | ||
Puts out fire. | ||
<h4>Stone </h4> | ||
Forms arches, folds under pressure | ||
Forms arches, turns into sand under pressure. | ||
<h4>Ice </h4> | ||
Freezes Water, slippery! | ||
<h4>Gas </h4> | ||
Highly Flammable! | ||
<h4>Cloner </h4> | ||
Copies the first element it touches | ||
Copies the first element it touches. | ||
<h4>Mite </h4> | ||
Eats wood and plant, but loves dust! Slides on ice | ||
Eats wood and plant, but loves dust! Slides on ice.. | ||
<h4>Wood </h4> | ||
Sturdy, but biodegradable | ||
Sturdy, but biodegradable. | ||
<h4>Plant </h4> | ||
Thrives in wet enviroments | ||
Thrives in wet enviroments. | ||
<h4>Fungus </h4> | ||
Spreads over everything | ||
Spreads over everything. | ||
<h4>Seed </h4> | ||
Grows in sand | ||
Grows on sand, plant, and fungus. | ||
<h4>Fire </h4> | ||
Hot! | ||
<h4>Lava </h4> | ||
Flammable and heavy | ||
Flammable and heavy. | ||
<h4>Acid </h4> | ||
Corrodes other elements | ||
Corrodes other elements. | ||
<h4>Dust </h4> | ||
Pretty, but dangerously explosive | ||
Pretty, but dangerously explosive. | ||
<h4>Oil </h4> | ||
Produces smoke | ||
Produces smoke when set on fire. | ||
<h4>Rocket </h4> | ||
Explodes into copies of the first element it touches | ||
Explodes into copies of the first element it touches. | ||
<h4>Empty </h4> | ||
Erases. | ||
<hr /> | ||
<hr /> | ||
<hr /> | ||
|