Update 1.3.2 fantasy_elements.js

Signed-off-by: HACKERPRO908 <130792075+HACKERPRO908@users.noreply.github.com>
This commit is contained in:
HACKERPRO908 2024-01-27 08:45:29 +00:00 committed by GitHub
parent 705b882cc1
commit de81b49881
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// 1.3.2 fantasy_elements.js mod
// adds plode a bomb
elements.dragon_breath = {
color: "#f94e4e",
behavior: behaviors.GAS,
@ -608,3 +611,17 @@ elements.nebulaflare_wall = {
"water": { elem1: "nebulaflare", elem2: "nebulaflare" },
},
};
// end, chanelog moves to top
elements.plode = {
color: "#7f03fc",
behavior: [
"XX|EX:90>plasma,heat_ray,plasma,fire,fire|XX",
"XX|XX|XX",
"M2|M1 AND EX:90>fire,plasma,fire,fire,heat_ray,fire|M2",
],
category: "fantasyweapons",
state: "solid",
density: 2500,
excludeRandom: true,
};