Skip to content

Commit

Permalink
overdrive parity
Browse files Browse the repository at this point in the history
  • Loading branch information
zephiii committed Dec 30, 2023
1 parent 6aeb205 commit 90d667f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Binary file added server/modules/definitions/.DS_Store
Binary file not shown.
Binary file added server/modules/definitions/addons/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion server/modules/definitions/facilitators.js
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ exports.makeCeption = (type, name = -1, options = {}) => {
}
exports.makeDeco = (shape = 0, color = 16) => {
return {
PARENT: ["genericTank"],
PARENT: "genericTank",
SHAPE: shape,
COLOR: color,
};
Expand Down
10 changes: 5 additions & 5 deletions server/modules/definitions/groups/tanks.js
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ exports.basic = {
PARENT: "genericTank",
LABEL: "Basic",
DANGER: 4,
BODY: {
/*BODY: {
ACCELERATION: base.ACCEL * 1,
SPEED: base.SPEED * 1,
HEALTH: base.HEALTH * 1,
Expand All @@ -786,22 +786,22 @@ exports.basic = {
DENSITY: base.DENSITY * 1,
PUSHABILITY: 1,
HETERO: 3
},
},*/
GUNS: [
{
POSITION: [18, 8, 1, 0, 0, 0, 0],
PROPERTIES: {
SHOOT_SETTINGS: combineStats([g.basic]),
TYPE: "bullet",
COLOR: "grey",
/*COLOR: "grey",
LABEL: "",
STAT_CALCULATOR: 0,
WAIT_TO_CYCLE: false,
AUTOFIRE: false,
SYNCS_SKILLS: false,
MAX_CHILDREN: 0,
ALT_FIRE: false,
NEGATIVE_RECOIL: false
NEGATIVE_RECOIL: false*/
}
}
]
Expand Down Expand Up @@ -2569,7 +2569,7 @@ exports.overdrive = makeMulti({
},
TURRETS: [
{
POSITION: [9, 0, 0, 0, 360, 1],
POSITION: [10, 0, 0, 0, 360, 1],
TYPE: "overdriveDeco",
},
],
Expand Down

0 comments on commit 90d667f

Please sign in to comment.