add ore min heights
This commit is contained in:
parent
0b2ad9f92d
commit
d8be274083
1 changed files with 2 additions and 2 deletions
|
@ -140,8 +140,8 @@ public abstract class Dimension extends Nameable implements Comparable<Dimension
|
||||||
|
|
||||||
private static final int[] METAL_SIZES = new int[] {13, 11, 11, 9, 9, 7, 6, 5, 4, 3};
|
private static final int[] METAL_SIZES = new int[] {13, 11, 11, 9, 9, 7, 6, 5, 4, 3};
|
||||||
private static final int[] METAL_COUNTS = new int[] {20, 12, 8, 5, 3, 1, -2, -4, -6, -8};
|
private static final int[] METAL_COUNTS = new int[] {20, 12, 8, 5, 3, 1, -2, -4, -6, -8};
|
||||||
private static final int[] METAL_OFFSETS = new int[] { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
private static final int[] METAL_OFFSETS = new int[] { 0, -12, -32, -48, -64, -72, -96, -112, -142, -168};
|
||||||
private static final int[] METAL_HEIGHTS = new int[] {64, 56, 48, 38, 32, 28, 16, 14, 12, 10};
|
private static final int[] METAL_HEIGHTS = new int[] {64, 32, 12, -10, -32, -48, -68, -84, -102, -136};
|
||||||
|
|
||||||
private final int id;
|
private final int id;
|
||||||
private final String name;
|
private final String name;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue