mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-23 01:35:40 +00:00
Reduce localAttackLossMultiplier from 1.5 to 1.2
This commit is contained in:
@@ -17,7 +17,7 @@ import { assertNever } from "../Util";
|
||||
import { FlatBinaryHeap } from "./utils/FlatBinaryHeap"; // adjust path if needed
|
||||
|
||||
const malusForRetreat = 25;
|
||||
const localAttackLossMultiplier = 1.5;
|
||||
const localAttackLossMultiplier = 1.2;
|
||||
export class AttackExecution implements Execution {
|
||||
private active: boolean = true;
|
||||
private toConquer = new FlatBinaryHeap();
|
||||
|
||||
Reference in New Issue
Block a user