Added compressed explosions because why not.
This commit is contained in:
parent
3db96defc2
commit
8e5cf0a727
|
|
@ -869,6 +869,46 @@ behavior: [
|
||||||
],
|
],
|
||||||
state: "solid"
|
state: "solid"
|
||||||
};
|
};
|
||||||
|
elements.explosion5 = {
|
||||||
|
color: ["#ffb48f","#ffd991","#ffad91"],
|
||||||
|
category: "special",
|
||||||
|
state: "solid",
|
||||||
|
behavior [
|
||||||
|
"CR:explosion4|CR:explosion4|CR:explosion4"
|
||||||
|
"CR:explosion4|DL|CR:explosion4"
|
||||||
|
"CR:explosion4|CR:explosion4|CR:explosion4"
|
||||||
|
],
|
||||||
|
};
|
||||||
|
elements.explosion4 = {
|
||||||
|
color: ["#ffb48f","#ffd991","#ffad91"],
|
||||||
|
category: "special",
|
||||||
|
state: "solid",
|
||||||
|
behavior [
|
||||||
|
"CR:explosion3|CR:explosion3|CR:explosion3"
|
||||||
|
"CR:explosion3|DL|CR:explosion3"
|
||||||
|
"CR:explosion3|CR:explosion3|CR:explosion3"
|
||||||
|
],
|
||||||
|
};
|
||||||
|
elements.explosion3 = {
|
||||||
|
color: ["#ffb48f","#ffd991","#ffad91"],
|
||||||
|
category: "special",
|
||||||
|
state: "solid",
|
||||||
|
behavior [
|
||||||
|
"CR:explosion|CR:explosion|CR:explosion"
|
||||||
|
"CR:explosion2|DL|CR:explosion2"
|
||||||
|
"CR:explosion2|CR:explosion2|CR:explosion2"
|
||||||
|
],
|
||||||
|
};
|
||||||
|
elements.explosion2 = {
|
||||||
|
color: ["#ffb48f","#ffd991","#ffad91"],
|
||||||
|
category: "special",
|
||||||
|
state: "solid",
|
||||||
|
behavior [
|
||||||
|
"CR:explosion|CR:explosion|CR:explosion"
|
||||||
|
"CR:explosion|DL|CR:explosion"
|
||||||
|
"CR:explosion|CR:explosion|CR:explosion"
|
||||||
|
],
|
||||||
|
};
|
||||||
/* Unfinished:
|
/* Unfinished:
|
||||||
magnesium
|
magnesium
|
||||||
hematite mixture
|
hematite mixture
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue