added an up misile to weapons.js
This commit is contained in:
parent
6db101aec9
commit
6bf6060bfc
|
|
@ -86,6 +86,15 @@ elements.right_missile = {
|
||||||
],
|
],
|
||||||
category:"ammunition",
|
category:"ammunition",
|
||||||
},
|
},
|
||||||
|
elements.up_missile = {
|
||||||
|
color: "#4c4e42",
|
||||||
|
behavior: [
|
||||||
|
"XX|M1 AND EX:10|M2",
|
||||||
|
"EX:10|XX|EX:10",
|
||||||
|
"XX|EX:10|M2",
|
||||||
|
],
|
||||||
|
category:"ammunition",}
|
||||||
|
|
||||||
elements.cluster_munition = {
|
elements.cluster_munition = {
|
||||||
color: "#444444",
|
color: "#444444",
|
||||||
behavior: [
|
behavior: [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue