updated material dmd based on old tag

This commit is contained in:
phyzical 2022-02-14 21:37:58 +08:00
parent 9294ff3e9e
commit bacc0004fe

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