Merge pull request #2979 from phyzical/bugfix/2843

updated material dmd based on old tag
This commit is contained in:
hydroflame
2022-04-13 00:24:29 -04:00
committed by GitHub

View File

@ -161,9 +161,9 @@ export class Material {
break;
case "Robots":
this.dmd = 90;
this.dmdR = [80, 9];
this.dmdR = [80, 99];
this.cmp = 90;
this.cmpR = [80, 9];
this.cmpR = [80, 99];
this.bCost = 75e3;
this.mv = 0.5; //Less mv bc its processed twice
this.mku = 1;
@ -172,7 +172,7 @@ export class Material {
this.dmd = 90;
this.dmdR = [80, 99];
this.cmp = 90;
this.cmpR = [80, 9];
this.cmpR = [80, 99];
this.bCost = 15e3;
this.mv = 0.8; //Less mv bc its processed twice
this.mku = 0.5;