2020-02-01 15:34:03 +01:00
|
|
|
import { version } from '../package.json'
|
2019-02-24 08:49:30 +01:00
|
|
|
|
|
|
|
export default {
|
2020-02-01 15:34:03 +01:00
|
|
|
name: 'brian',
|
2019-02-24 08:49:30 +01:00
|
|
|
version: version,
|
2020-02-01 15:34:03 +01:00
|
|
|
design: 'Joost De Cock',
|
|
|
|
code: 'Joost De Cock',
|
|
|
|
department: 'menswear',
|
|
|
|
type: 'block',
|
2019-04-29 09:01:51 +02:00
|
|
|
difficulty: 3,
|
2020-02-01 15:34:03 +01:00
|
|
|
tags: ['top'],
|
2019-04-29 09:01:51 +02:00
|
|
|
optionGroups: {
|
|
|
|
fit: [
|
2020-02-01 15:34:03 +01:00
|
|
|
'chestEase',
|
|
|
|
'collarEase',
|
|
|
|
'bicepsEase',
|
|
|
|
'cuffEase',
|
|
|
|
'shoulderEase',
|
|
|
|
'lengthBonus',
|
|
|
|
'sleeveLengthBonus'
|
2019-04-29 09:01:51 +02:00
|
|
|
],
|
|
|
|
advanced: [
|
2020-02-01 15:34:03 +01:00
|
|
|
'acrossBackFactor',
|
|
|
|
'armholeDepthFactor',
|
|
|
|
'backNeckCutout',
|
|
|
|
'frontArmholeDeeper',
|
|
|
|
'shoulderSlopeReduction',
|
|
|
|
'sleeveWidthGuarantee',
|
2019-04-29 09:01:51 +02:00
|
|
|
{
|
|
|
|
sleevecap: [
|
2020-02-01 15:34:03 +01:00
|
|
|
'sleevecapEase',
|
|
|
|
'sleevecapTopFactorX',
|
|
|
|
'sleevecapTopFactorY',
|
|
|
|
'sleevecapBackFactorX',
|
|
|
|
'sleevecapBackFactorY',
|
|
|
|
'sleevecapFrontFactorX',
|
|
|
|
'sleevecapFrontFactorY',
|
|
|
|
'sleevecapQ1Offset',
|
|
|
|
'sleevecapQ2Offset',
|
|
|
|
'sleevecapQ3Offset',
|
|
|
|
'sleevecapQ4Offset',
|
|
|
|
'sleevecapQ1Spread1',
|
|
|
|
'sleevecapQ1Spread2',
|
|
|
|
'sleevecapQ2Spread1',
|
|
|
|
'sleevecapQ2Spread2',
|
|
|
|
'sleevecapQ3Spread1',
|
|
|
|
'sleevecapQ3Spread2',
|
|
|
|
'sleevecapQ4Spread1',
|
|
|
|
'sleevecapQ4Spread2'
|
2019-04-29 09:01:51 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2019-02-24 08:49:30 +01:00
|
|
|
measurements: [
|
2020-02-01 15:34:03 +01:00
|
|
|
'bicepsCircumference',
|
|
|
|
'chestCircumference',
|
2020-06-01 13:02:31 +02:00
|
|
|
'hpsToWaistBack',
|
|
|
|
'waistToHips',
|
2020-02-01 15:34:03 +01:00
|
|
|
'neckCircumference',
|
|
|
|
'shoulderSlope',
|
|
|
|
'shoulderToShoulder',
|
|
|
|
'shoulderToWrist',
|
|
|
|
'wristCircumference'
|
2019-02-24 08:49:30 +01:00
|
|
|
],
|
|
|
|
dependencies: {
|
2020-02-01 15:34:03 +01:00
|
|
|
back: 'base',
|
|
|
|
front: 'back',
|
|
|
|
sleevecap: 'front',
|
|
|
|
sleeve: 'sleevecap'
|
2019-02-24 08:49:30 +01:00
|
|
|
},
|
|
|
|
inject: {
|
2020-02-01 15:34:03 +01:00
|
|
|
back: 'base',
|
|
|
|
front: 'back',
|
|
|
|
sleeve: 'sleevecap'
|
2019-02-24 08:49:30 +01:00
|
|
|
},
|
2020-02-01 15:34:03 +01:00
|
|
|
hide: ['base', 'sleevecap'],
|
2019-02-24 08:49:30 +01:00
|
|
|
options: {
|
|
|
|
// Constants
|
|
|
|
brianFitSleeve: true,
|
|
|
|
brianFitCollar: true,
|
|
|
|
collarFactor: 4.8,
|
|
|
|
|
|
|
|
// Percentages
|
|
|
|
acrossBackFactor: { pct: 97, min: 93, max: 100 },
|
|
|
|
armholeDepthFactor: { pct: 60, min: 50, max: 70 },
|
|
|
|
backNeckCutout: { pct: 5, min: 2, max: 8 },
|
|
|
|
bicepsEase: { pct: 15, min: 0, max: 50 },
|
|
|
|
chestEase: { pct: 8, min: -4, max: 20 },
|
|
|
|
collarEase: { pct: 3.5, min: 0, max: 10 },
|
|
|
|
cuffEase: { pct: 20, min: 0, max: 200 },
|
|
|
|
frontArmholeDeeper: { pct: 0.5, min: 0, max: 1.5 },
|
|
|
|
lengthBonus: { pct: 0, min: -4, max: 60 },
|
|
|
|
shoulderEase: { pct: 0, min: -2, max: 6 },
|
2020-05-24 12:32:10 +02:00
|
|
|
shoulderSlopeReduction: { pct: 0, min: 0, max: 80 },
|
2019-02-24 08:49:30 +01:00
|
|
|
sleevecapEase: { pct: 1, min: 0, max: 10 },
|
|
|
|
sleevecapTopFactorX: { pct: 50, min: 25, max: 75 },
|
|
|
|
sleevecapTopFactorY: { pct: 100, min: 35, max: 165 },
|
|
|
|
sleevecapBackFactorX: { pct: 60, min: 35, max: 65 },
|
2020-03-15 10:43:11 +01:00
|
|
|
sleevecapBackFactorY: { pct: 33, min: 30, max: 65 },
|
2019-02-24 08:49:30 +01:00
|
|
|
sleevecapFrontFactorX: { pct: 55, min: 35, max: 65 },
|
2020-03-15 10:43:11 +01:00
|
|
|
sleevecapFrontFactorY: { pct: 33, min: 30, max: 65 },
|
2019-02-24 08:49:30 +01:00
|
|
|
sleevecapQ1Offset: { pct: 3, min: 0, max: 7 },
|
|
|
|
sleevecapQ2Offset: { pct: 5.5, min: 0, max: 7 },
|
|
|
|
sleevecapQ3Offset: { pct: 4.5, min: 0, max: 7 },
|
|
|
|
sleevecapQ4Offset: { pct: 1, min: 0, max: 7 },
|
|
|
|
sleevecapQ1Spread1: { pct: 6, min: 4, max: 20 },
|
|
|
|
sleevecapQ1Spread2: { pct: 15, min: 4, max: 20 },
|
|
|
|
sleevecapQ2Spread1: { pct: 15, min: 4, max: 20 },
|
|
|
|
sleevecapQ2Spread2: { pct: 10, min: 4, max: 20 },
|
|
|
|
sleevecapQ3Spread1: { pct: 10, min: 4, max: 20 },
|
|
|
|
sleevecapQ3Spread2: { pct: 8, min: 4, max: 20 },
|
|
|
|
sleevecapQ4Spread1: { pct: 7, min: 4, max: 20 },
|
|
|
|
sleevecapQ4Spread2: { pct: 7, min: 4, max: 20 },
|
|
|
|
sleeveWidthGuarantee: { pct: 90, min: 25, max: 100 },
|
|
|
|
sleeveLengthBonus: { pct: 0, min: -40, max: 10 }
|
|
|
|
}
|
2020-02-01 15:34:03 +01:00
|
|
|
}
|