weapons.js added e_gun varients

This commit is contained in:
Jayd-Rubies 2024-02-17 15:33:50 -05:00 committed by GitHub
parent 46f34c6e85
commit 0d05779966
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 26 additions and 0 deletions

View File

@ -159,4 +159,30 @@ elements.left_bullet = {
"XX|XX|M2",
],
category:"weapons",
},
elements.e_gun_left = {
color: "#C0C0C0",
behavior: behaviors.WALL,
behaviorOn: [
"XX|XX|XX",
"CR:left_bullet|XX|XX",
"XX|XX|XX",
],
category: "weapons",
state: "solid",
conduct: 1,
density: 1300,
},
elements.e_gun_right = {
color: "#C0C0C0",
behavior: behaviors.WALL,
behaviorOn: [
"XX|XX|XX",
"XX|XX|CR:right_bullet",
"XX|XX|XX",
],
category: "weapons",
state: "solid",
conduct: 1,
density: 1300,
};