Add files via upload

This commit is contained in:
GWhoGS 2024-03-17 18:26:48 -04:00 committed by GitHub
parent edb3d7d859
commit b34d59ec8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 0 deletions

13
cool_explosives.js Normal file
View File

@ -0,0 +1,13 @@
elements.super_bomb = { // create the bomb
color: "#524c41", //color
behavior: [
"XX|EX:250|XX", //range
"XX|XX|XX",
"M2|M1 AND EX:250|M2", //range
],
category: "weapons",
state: "solid",
density: 1300,
excludeRandom: true,
cooldown: defaultCooldown
}