for (const pos of this.roomPlan.getPositions('tower')) {
                rampartScore *= 1 - 0.8 * this.getTowerEffectScore(pos, info.pos.x, info.pos.y);
            }