2018-12-22 11:49:56 +01:00
|
|
|
import { version } from "../package.json";
|
|
|
|
|
2018-09-21 21:30:20 +02:00
|
|
|
export default {
|
|
|
|
name: "hugo",
|
2018-12-22 11:49:56 +01:00
|
|
|
version,
|
2019-04-29 09:01:51 +02:00
|
|
|
code: "Joost De Cock",
|
|
|
|
department: "menswear",
|
|
|
|
type: "pattern",
|
|
|
|
difficulty: 3,
|
|
|
|
tags: ["top", "basics"],
|
|
|
|
optionGroups: {
|
2019-05-02 12:40:03 +02:00
|
|
|
fit: ["bicepsEase", "chestEase", "cuffEase", "ribbingStretch"],
|
|
|
|
style: ["lengthBonus", "sleeveLengthBonus", "ribbingHeight"],
|
2019-04-29 09:01:51 +02:00
|
|
|
advanced: ["acrossBackFactor", "backNeckCutout"]
|
|
|
|
},
|
2018-09-21 21:30:20 +02:00
|
|
|
measurements: [
|
|
|
|
"bicepsCircumference",
|
|
|
|
"centerBackNeckToWaist",
|
|
|
|
"chestCircumference",
|
|
|
|
"naturalWaistToHip",
|
|
|
|
"neckCircumference",
|
|
|
|
"shoulderSlope",
|
|
|
|
"shoulderToShoulder",
|
|
|
|
"hipsCircumference",
|
|
|
|
"shoulderToWrist",
|
|
|
|
"wristCircumference",
|
2019-04-29 09:01:51 +02:00
|
|
|
"headCircumference"
|
2018-09-21 21:30:20 +02:00
|
|
|
],
|
2019-04-29 09:01:51 +02:00
|
|
|
parts: ["waistband", "cuff"],
|
2018-12-20 11:41:35 +01:00
|
|
|
dependencies: {
|
|
|
|
frontBase: "base",
|
|
|
|
front: "frontBase",
|
|
|
|
backBase: "base",
|
|
|
|
back: "backBase",
|
|
|
|
sleeveBase: "sleevecap",
|
|
|
|
sleeve: "sleeveBase",
|
|
|
|
pocket: "front",
|
|
|
|
pocketFacing: "pocket",
|
|
|
|
hoodCenter: "hoodSide",
|
2019-04-29 09:01:51 +02:00
|
|
|
hoodSide: ["front", "back"]
|
2018-12-20 11:41:35 +01:00
|
|
|
},
|
|
|
|
inject: {
|
|
|
|
frontBase: "base",
|
|
|
|
front: "frontBase",
|
|
|
|
backBase: "base",
|
|
|
|
back: "backBase",
|
|
|
|
sleeveBase: "sleevecap",
|
|
|
|
sleeve: "sleeveBase",
|
|
|
|
pocket: "front",
|
|
|
|
pocketFacing: "pocket"
|
|
|
|
},
|
2019-04-29 09:01:51 +02:00
|
|
|
hide: ["base", "frontBase", "backBase", "sleeveBase", "sleevecap"],
|
2018-09-21 21:30:20 +02:00
|
|
|
options: {
|
|
|
|
// Constants
|
|
|
|
brianFitSleeve: false,
|
|
|
|
collarEase: 0.05,
|
|
|
|
collarFactor: 4.3,
|
|
|
|
armholeDepthFactor: 0.5,
|
|
|
|
shoulderEase: 0,
|
|
|
|
shoulderSlopeReduction: 0,
|
|
|
|
frontArmholeDeeper: 0,
|
|
|
|
sleevecapEase: 0,
|
|
|
|
sleevecapBackFactorX: 0.5,
|
|
|
|
sleevecapBackFactorY: 0.35,
|
|
|
|
sleevecapFrontFactorX: 0.5,
|
|
|
|
sleevecapFrontFactorY: 0.35,
|
|
|
|
sleevecapQ1Offset: 0.03,
|
|
|
|
sleevecapQ2Offset: 0,
|
|
|
|
sleevecapQ3Offset: 0,
|
|
|
|
sleevecapQ4Offset: 0.03,
|
|
|
|
sleevecapQ1Spread1: 0.05,
|
|
|
|
sleevecapQ1Spread2: 0.05,
|
|
|
|
sleevecapQ2Spread1: 0.05,
|
|
|
|
sleevecapQ2Spread2: 0.05,
|
|
|
|
sleevecapQ3Spread1: 0.05,
|
|
|
|
sleevecapQ3Spread2: 0.05,
|
|
|
|
sleevecapQ4Spread1: 0.05,
|
|
|
|
sleevecapQ4Spread2: 0.05,
|
|
|
|
sleeveWidthGuarantee: 1,
|
|
|
|
|
|
|
|
// Percentages
|
2019-04-29 09:01:51 +02:00
|
|
|
acrossBackFactor: { pct: 97, min: 93, max: 100 },
|
|
|
|
backNeckCutout: { pct: 5, min: 2, max: 8 },
|
|
|
|
bicepsEase: { pct: 15, min: 0, max: 50 },
|
|
|
|
chestEase: { pct: 8, min: -4, max: 20 },
|
|
|
|
cuffEase: { pct: 20, min: 0, max: 200 },
|
|
|
|
lengthBonus: { pct: 10, min: 0, max: 20 },
|
|
|
|
sleeveLengthBonus: { pct: 0, min: -40, max: 10 },
|
2019-05-02 12:40:03 +02:00
|
|
|
ribbingStretch: { pct: 5, min: 0, max: 10 },
|
|
|
|
ribbingHeight: { pct: 10, min: 4, max: 20 }
|
2018-09-21 21:30:20 +02:00
|
|
|
}
|
|
|
|
};
|