소스 검색

scalefactor=4 for at-te

Namenai 7 년 전
부모
커밋
d0a5069f96
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Scripts/scripts/zeus3denScripts/vehicleBased/vehicleVariants/landBased/ATTE/atteBase.sqf

+ 1 - 1
Scripts/scripts/zeus3denScripts/vehicleBased/vehicleVariants/landBased/ATTE/atteBase.sqf

@@ -63,7 +63,7 @@ rexiAtteBase={
 		_rexiSelection = _this select 1;
 		_rexiPassedDamage = _this select 2;
 		_rexiOldDamage = 0;
-		_rexiDmgScaleFactor=6;
+		_rexiDmgScaleFactor=5;
 		switch(_rexiSelection)do{
 			case(""):{_rexiOldDamage = damage _rexiUnit;};
 			default{};