🚧 Ongoing work on components and pattern info
This commit is contained in:
parent
a3ae718632
commit
ea41dc0106
168 changed files with 17518 additions and 14384 deletions
|
@ -3,6 +3,97 @@ import { version } from "../package.json";
|
|||
export default {
|
||||
name: "simon",
|
||||
version,
|
||||
design: "Joost De Cock",
|
||||
code: "Joost De Cock",
|
||||
department: "menswear",
|
||||
type: "pattern",
|
||||
difficulty: 4,
|
||||
tags: ["top"],
|
||||
optionGroups: {
|
||||
fit: [
|
||||
"chestEase",
|
||||
"collarEase",
|
||||
"bicepsEase",
|
||||
"cuffEase",
|
||||
"shoulderEase",
|
||||
"lengthBonus",
|
||||
"sleeveLengthBonus",
|
||||
"waistEase",
|
||||
"hipsEase",
|
||||
"yokeDart"
|
||||
],
|
||||
style: [
|
||||
"splitYoke",
|
||||
"hemStyle",
|
||||
"hemCurve",
|
||||
{
|
||||
closure: [
|
||||
"extraTopButton",
|
||||
"buttons",
|
||||
"seperateButtonPlacket",
|
||||
"buttonPlacketStyle",
|
||||
"seperateButtonholePlacket",
|
||||
"buttonholePlacketStyle",
|
||||
"buttonPlacketWidth",
|
||||
"buttonholePlacketWidth",
|
||||
"buttonholePlacketFoldWidth",
|
||||
"buttonFreeLength"
|
||||
]
|
||||
},
|
||||
{
|
||||
cuffs: [
|
||||
"cuffStyle",
|
||||
"barrelCuffNarrowButton",
|
||||
"cuffButtonRows",
|
||||
"sleevePlacketWidth",
|
||||
"sleevePlacketLength",
|
||||
"cuffDrape",
|
||||
"cuffLength"
|
||||
]
|
||||
},
|
||||
{
|
||||
collar: [
|
||||
"collarAngle",
|
||||
"collarStandBend",
|
||||
"collarStandCurve",
|
||||
"collarFlare",
|
||||
"collarStandWidth",
|
||||
"collarBend",
|
||||
"collarGap",
|
||||
"collarRoll"
|
||||
]
|
||||
}
|
||||
],
|
||||
advanced: [
|
||||
"acrossBackFactor",
|
||||
"armholeDepthFactor",
|
||||
"backNeckCutout",
|
||||
"frontArmholeDeeper",
|
||||
"shoulderSlopeReduction",
|
||||
"sleeveWidthGuarantee",
|
||||
{
|
||||
sleevecap: [
|
||||
"sleevecapEase",
|
||||
"sleevecapBackFactorX",
|
||||
"sleevecapBackFactorY",
|
||||
"sleevecapFrontFactorX",
|
||||
"sleevecapFrontFactorY",
|
||||
"sleevecapQ1Offset",
|
||||
"sleevecapQ2Offset",
|
||||
"sleevecapQ3Offset",
|
||||
"sleevecapQ4Offset",
|
||||
"sleevecapQ1Spread1",
|
||||
"sleevecapQ1Spread2",
|
||||
"sleevecapQ2Spread1",
|
||||
"sleevecapQ2Spread2",
|
||||
"sleevecapQ3Spread1",
|
||||
"sleevecapQ3Spread2",
|
||||
"sleevecapQ4Spread1",
|
||||
"sleevecapQ4Spread2"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
measurements: [
|
||||
"bicepsCircumference",
|
||||
"centerBackNeckToWaist",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue