2020-02-01 15:59:44 +01:00
|
|
|
import { version } from '../package.json'
|
2019-03-25 18:20:15 +01:00
|
|
|
|
|
|
|
export default {
|
2020-02-01 15:59:44 +01:00
|
|
|
name: 'carlton',
|
2019-03-25 18:20:15 +01:00
|
|
|
version: version,
|
2020-02-01 15:59:44 +01:00
|
|
|
design: ['Anneke Caramin', 'Joost De Cock'],
|
|
|
|
code: 'Joost De Cock',
|
|
|
|
department: 'menswear',
|
|
|
|
type: 'pattern',
|
2019-04-29 09:01:51 +02:00
|
|
|
difficulty: 5,
|
2020-02-01 15:59:44 +01:00
|
|
|
tags: ['top', 'coat', 'cosplay'],
|
2019-04-29 09:01:51 +02:00
|
|
|
optionGroups: {
|
|
|
|
fit: [
|
2020-02-01 15:59:44 +01:00
|
|
|
'acrossBackFactor',
|
|
|
|
'armholeDepthFactor',
|
|
|
|
'bicepsEase',
|
|
|
|
'chestEase',
|
|
|
|
'cuffEase',
|
|
|
|
'shoulderEase',
|
|
|
|
'sleeveBend',
|
|
|
|
'sleeveLengthBonus',
|
|
|
|
'waistEase',
|
2021-04-24 10:16:31 +02:00
|
|
|
'seatEase',
|
2019-04-29 09:01:51 +02:00
|
|
|
],
|
|
|
|
advanced: [
|
2020-02-01 15:59:44 +01:00
|
|
|
'backNeckCutout',
|
|
|
|
'frontArmholeDeeper',
|
|
|
|
'frontOverlap',
|
|
|
|
'lapelReduction',
|
|
|
|
'shoulderSlopeReduction',
|
|
|
|
'sleevecapHeight',
|
2021-04-24 10:16:31 +02:00
|
|
|
'sleevecapEase',
|
2019-04-29 09:01:51 +02:00
|
|
|
],
|
|
|
|
pockets: [
|
2020-02-01 15:59:44 +01:00
|
|
|
'pocketPlacementHorizontal',
|
|
|
|
'pocketPlacementVertical',
|
|
|
|
'pocketWidth',
|
|
|
|
'pocketHeight',
|
|
|
|
'pocketRadius',
|
|
|
|
'pocketFlapRadius',
|
|
|
|
'chestPocketHeight',
|
|
|
|
'chestPocketWidth',
|
|
|
|
'chestPocketPlacement',
|
|
|
|
'chestPocketAngle',
|
|
|
|
'innerPocketPlacement',
|
|
|
|
'innerPocketWidth',
|
|
|
|
'innerPocketDepth',
|
2021-04-24 10:16:31 +02:00
|
|
|
'innerPocketWeltHeight',
|
2019-04-29 09:01:51 +02:00
|
|
|
],
|
2020-02-01 15:59:44 +01:00
|
|
|
style: ['beltWidth', 'buttonSpacingHorizontal', 'cuffLength', 'length'],
|
2021-04-24 10:16:31 +02:00
|
|
|
collar: ['collarHeight', 'collarSpread', 'collarFlare'],
|
2019-04-29 09:01:51 +02:00
|
|
|
},
|
2019-03-25 18:20:15 +01:00
|
|
|
measurements: [
|
2020-06-30 15:10:04 +02:00
|
|
|
'biceps',
|
|
|
|
'chest',
|
|
|
|
'hips',
|
2020-06-01 15:20:34 +02:00
|
|
|
'hpsToWaistBack',
|
2020-06-30 15:10:04 +02:00
|
|
|
'waist',
|
2020-06-01 15:20:34 +02:00
|
|
|
'waistToHips',
|
2020-06-30 15:10:04 +02:00
|
|
|
'neck',
|
2020-02-01 15:59:44 +01:00
|
|
|
'shoulderSlope',
|
|
|
|
'shoulderToElbow',
|
|
|
|
'shoulderToShoulder',
|
|
|
|
'shoulderToWrist',
|
2020-06-30 15:10:04 +02:00
|
|
|
'wrist',
|
2020-06-01 15:20:34 +02:00
|
|
|
'waistToFloor',
|
|
|
|
'waistToSeat',
|
2021-04-24 10:16:31 +02:00
|
|
|
'seat',
|
2019-03-25 18:20:15 +01:00
|
|
|
],
|
|
|
|
dependencies: {
|
2020-02-01 15:59:44 +01:00
|
|
|
bentBack: 'bentBase',
|
|
|
|
bentFront: 'bentBack',
|
|
|
|
bentTopSleeve: 'bentSleeve',
|
|
|
|
bentUnderSleeve: 'bentSleeve',
|
|
|
|
front: 'bentFront',
|
|
|
|
back: 'bentBack',
|
|
|
|
tail: ['front', 'back'],
|
|
|
|
topSleeve: 'bentTopSleeve',
|
|
|
|
underSleeve: 'bentUnderSleeve',
|
|
|
|
belt: 'back',
|
|
|
|
collarStand: ['front', 'back'],
|
|
|
|
collar: 'collarStand',
|
|
|
|
cuffFacing: ['topSleeve', 'underSleeve'],
|
|
|
|
pocket: 'front',
|
|
|
|
pocketFlap: 'front',
|
|
|
|
pocketLining: 'pocket',
|
|
|
|
chestPocketWelt: 'front',
|
|
|
|
chestPocketBag: 'front',
|
|
|
|
innerPocketWelt: 'front',
|
|
|
|
innerPocketBag: 'front',
|
2021-04-24 10:16:31 +02:00
|
|
|
innerPocketTab: 'front',
|
2019-03-25 18:20:15 +01:00
|
|
|
},
|
|
|
|
inject: {
|
2020-02-01 15:59:44 +01:00
|
|
|
bentBack: 'bentBase',
|
|
|
|
bentFront: 'bentBack',
|
|
|
|
bentTopSleeve: 'bentSleeve',
|
|
|
|
bentUnderSleeve: 'bentSleeve',
|
|
|
|
front: 'bentFront',
|
|
|
|
back: 'bentBack',
|
|
|
|
topSleeve: 'bentTopSleeve',
|
|
|
|
underSleeve: 'bentUnderSleeve',
|
|
|
|
collar: 'collarStand',
|
2021-04-24 10:16:31 +02:00
|
|
|
pocketLining: 'pocket',
|
2019-03-25 18:20:15 +01:00
|
|
|
},
|
2020-02-01 15:59:44 +01:00
|
|
|
hide: ['bentBase', 'bentBack', 'bentFront', 'bentSleeve', 'bentTopSleeve', 'bentUnderSleeve'],
|
2019-03-25 18:20:15 +01:00
|
|
|
options: {
|
|
|
|
// Constants
|
|
|
|
brianFitSleeve: true,
|
|
|
|
brianFitCollar: true,
|
|
|
|
collarFactor: 4.8,
|
|
|
|
chestShapingMax: 5,
|
|
|
|
backPleat: 0.048,
|
|
|
|
lengthBonus: 0,
|
|
|
|
collarEase: 0.145,
|
|
|
|
|
|
|
|
// Options inherited from Bent
|
2019-04-29 09:01:51 +02:00
|
|
|
acrossBackFactor: { pct: 97, min: 93, max: 100 },
|
|
|
|
armholeDepthFactor: { pct: 65, min: 50, max: 70 },
|
|
|
|
bicepsEase: { pct: 20, min: 0, max: 50 },
|
|
|
|
chestEase: { pct: 10, min: 5, max: 20 },
|
|
|
|
cuffEase: { pct: 60, min: 30, max: 100 },
|
|
|
|
shoulderEase: { pct: 0, min: -2, max: 6 },
|
2019-03-25 18:20:15 +01:00
|
|
|
sleeveBend: { deg: 10, min: 0, max: 20 },
|
2019-04-29 09:01:51 +02:00
|
|
|
sleevecapHeight: { pct: 45, min: 40, max: 60 },
|
|
|
|
sleevecapEase: { pct: 1, min: 0, max: 10 },
|
|
|
|
sleeveLengthBonus: { pct: 7, min: 0, max: 20 },
|
2020-05-24 18:31:56 +02:00
|
|
|
shoulderSlopeReduction: { pct: 12, min: 0, max: 80 },
|
2019-04-29 09:01:51 +02:00
|
|
|
backNeckCutout: { pct: 5, min: 2, max: 8 },
|
|
|
|
frontArmholeDeeper: { pct: 0.5, min: 0, max: 1.5 },
|
2019-03-25 18:20:15 +01:00
|
|
|
|
|
|
|
// Carlton options
|
|
|
|
waistEase: { pct: 14, min: 8, max: 25 },
|
|
|
|
seatEase: { pct: 14, min: 8, max: 25 },
|
|
|
|
length: { pct: 69, min: 35, max: 100 },
|
2019-04-29 09:01:51 +02:00
|
|
|
buttonSpacingHorizontal: { pct: 43.5, min: 15, max: 60 },
|
|
|
|
frontOverlap: { pct: 1.5, min: 1, max: 2 },
|
2019-03-25 18:20:15 +01:00
|
|
|
lapelReduction: { pct: 5, min: 0, max: 10 },
|
2019-04-29 09:01:51 +02:00
|
|
|
pocketPlacementHorizontal: { pct: 11, min: 5, max: 60 },
|
|
|
|
pocketPlacementVertical: { pct: 6, min: 5, max: 60 },
|
|
|
|
pocketWidth: { pct: 95, min: 70, max: 120 },
|
|
|
|
pocketHeight: { pct: 15, min: 0, max: 40 },
|
|
|
|
pocketRadius: { pct: 20, min: 0, max: 50 },
|
|
|
|
pocketFlapRadius: { pct: 15, min: 0, max: 50 },
|
|
|
|
chestPocketHeight: { pct: 60, min: 40, max: 80 },
|
|
|
|
chestPocketWidth: { pct: 25, min: 15, max: 50 },
|
|
|
|
chestPocketPlacement: { pct: 55, min: 30, max: 65 },
|
|
|
|
chestPocketAngle: { deg: 4, min: 0, max: 6 },
|
2019-03-25 18:20:15 +01:00
|
|
|
|
2019-04-29 09:01:51 +02:00
|
|
|
innerPocketPlacement: { pct: 53, min: 42, max: 62 },
|
2019-03-25 18:20:15 +01:00
|
|
|
innerPocketWidth: { pct: 50, min: 45, max: 65 },
|
|
|
|
innerPocketDepth: { pct: 110, min: 75, max: 140 },
|
|
|
|
innerPocketWeltHeight: { pct: 3.5, min: 2.5, max: 5 },
|
|
|
|
|
|
|
|
beltWidth: { pct: 15, min: 10, max: 20 },
|
|
|
|
cuffLength: { pct: 15, min: 10, max: 20 },
|
2019-04-29 09:01:51 +02:00
|
|
|
collarHeight: { pct: 9.6, min: 8, max: 11 },
|
|
|
|
collarSpread: { deg: 4, min: 2, max: 6 },
|
2021-04-24 10:16:31 +02:00
|
|
|
collarFlare: { pct: 20, min: 0, max: 40 },
|
|
|
|
},
|
2020-02-01 15:59:44 +01:00
|
|
|
}
|