Merge branch 'R74nCom:main' into main

This commit is contained in:
JustAGenericUsername 2024-01-25 20:56:42 -05:00 committed by GitHub
commit 41b8653765
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 776 additions and 51 deletions

File diff suppressed because it is too large Load Diff

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,
};