Merge pull request #301 from Jayd-Rubies/main

weapons.js update add cluster munitions
This commit is contained in:
slweeb 2024-01-24 21:47:30 -05:00 committed by GitHub
commit 13b154b667
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

View File

@ -85,4 +85,15 @@ elements.right_missile = {
"M2|M1 AND EX:10|M2",
],
category:"weapons",
},
elements.cluster_munition = {
color: "#444444",
behavior: [
"XX|EX:10>smoke,smoke,smoke,smoke,bomb,bomb|XX",
"XX|XX|XX",
"M2|M1 AND EX:10>smoke,smoke,smoke,smoke,bomb,cluster_munition|M2",
],
category: "weapons",
state: "solid",
density: 1300,
};