diff --git a/yapion/prototypes.yapion b/yapion/prototypes.yapion index ad109152..48ee1709 100644 --- a/yapion/prototypes.yapion +++ b/yapion/prototypes.yapion @@ -35,6 +35,42 @@ extensionPositiveZ(12) } } + wg35{ + displayName(WarGear 35) + schematic(sections4/WGArena35.schem) + sizeX(178) + sizeY(119) + sizeZ(221) + copyOffsetX(89) + copyOffsetY(45) + copyOffsetZ(85) + floorOffset(46) + testblock{ + sizeX(67) + sizeY(41) + sizeZ(37) + offsetX(56) + offsetY(45) + offsetZ(135) + schematic(sections4/WGTestblock35.schem) + extensionX(20) + extensionPositiveY(20) + extensionNegativeZ(12) + extensionPositiveZ(20) + } + build{ + sizeX(67) + sizeY(41) + sizeZ(37) + offsetX(56) + offsetY(45) + offsetZ(38) + extensionX(20) + extensionPositiveY(20) + extensionNegativeZ(20) + extensionPositiveZ(12) + } + } mwg{ displayName(MiniWarGear) schematic(sections4/MWGArena.schem) diff --git a/yapion/regions.yapion b/yapion/regions.yapion index 0b7019db..b99a8cf5 100644 --- a/yapion/regions.yapion +++ b/yapion/regions.yapion @@ -4,36 +4,42 @@ minY(1) minZ(26) prototype(wg) + prototypes[wg, wg35] } wg12{ minX(-188) minY(1) minZ(248) prototype(wg) + prototypes[wg, wg35] } wg21{ minX(-367) minY(1) minZ(26) prototype(wg) + prototypes[wg, wg35] } wg22{ minX(-367) minY(1) minZ(248) prototype(wg) + prototypes[wg, wg35] } wg31{ minX(-546) minY(1) minZ(26) prototype(wg) + prototypes[wg, wg35] } wg32{ minX(-546) minY(1) minZ(248) prototype(wg) + prototypes[wg, wg35] } mwg11{