소스 검색

Reduced military presence in weighting

Lowered the weights of military, as they were showing up exclusivly in some cases.
tags/v1.0.1
jsb5468 6 년 전
부모
커밋
ce63793065
1개의 변경된 파일11개의 추가작업 그리고 11개의 파일을 삭제
  1. +11
    -11
      game.js

+ 11
- 11
game.js 파일 보기

@@ -1995,21 +1995,21 @@ function getWeights(region, area) {
weights["Artillery"] = 0.06;
weights["Helicopter"] = 0.05,
weights["Squad"]= .04;
weights["Platoon"]= .4,
weights["Company"]= .5,
weights["Battalion"]= .6,
weights["Brigade"]= .7;
weights["Platoon"]= .2,
weights["Company"]= .3,
weights["Battalion"]= .4,
weights["Brigade"]= .5;
} else if (macro.height < 5000){
weights["Tank"] = 0.0002;
weights["Artillery"] = 0.001;
weights["Squad"]= .0001;
weights["Platoon"]= .005,
weights["Company"]= .01,
weights["Battalion"]= .02,
weights["Brigade"]= .03;
weights["Division"]= .02,
weights["Tank Division"]= .01,
weights["Army"]= .01;
weights["Platoon"]= .0005,
weights["Company"]= .001,
weights["Battalion"]= .002,
weights["Brigade"]= .003;
weights["Division"]= .002,
weights["Tank Division"]= .001,
weights["Army"]= .001;
} else {
weights["Division"]= .02,
weights["Tank Division"]= .01,


불러오는 중...
취소
저장