for (const target of targets) {
        const pos = target.pos;
        const power = structure.getPowerAtRange(structure.pos.getRangeTo(pos));
        this.addMilitaryAssertion(pos.x, pos.y, power * TOWER_POWER_ATTACK, hostile ? 'damage' : 'myDamage');
    }