mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 00:21:55 +00:00
Restore DefensePost shells, increase cool down, decrease shell damage
This commit is contained in:
@@ -250,7 +250,7 @@ export class DefaultConfig implements Config {
|
||||
return {
|
||||
cost: () => 0,
|
||||
territoryBound: false,
|
||||
damage: 250,
|
||||
damage: 200,
|
||||
};
|
||||
case UnitType.SAMMissile:
|
||||
return {
|
||||
@@ -706,7 +706,7 @@ export class DefaultConfig implements Config {
|
||||
}
|
||||
|
||||
defensePostShellAttackRate(): number {
|
||||
return 100;
|
||||
return 120;
|
||||
}
|
||||
|
||||
safeFromPiratesCooldownMax(): number {
|
||||
|
||||
@@ -118,7 +118,7 @@ export class DefensePostExecution implements Execution {
|
||||
this.target = null;
|
||||
return;
|
||||
} else {
|
||||
//this.shoot();
|
||||
this.shoot();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user