2019-11-01 17:33:08 +01:00
|
|
|
import { version } from '../package.json'
|
2019-02-10 14:58:26 +01:00
|
|
|
|
|
|
|
export default {
|
2019-11-01 17:33:08 +01:00
|
|
|
name: 'tamiko',
|
2019-02-10 14:58:26 +01:00
|
|
|
version,
|
2019-11-01 17:33:08 +01:00
|
|
|
design: 'Joost De Cock',
|
|
|
|
code: 'Joost De Cock',
|
2021-05-29 14:04:56 +02:00
|
|
|
department: 'tops',
|
2019-11-01 17:33:08 +01:00
|
|
|
type: 'pattern',
|
2019-04-29 10:20:29 +02:00
|
|
|
difficulty: 1,
|
|
|
|
optionGroups: {
|
2020-05-31 12:54:46 +02:00
|
|
|
fit: ['armholeDepthFactor', 'chestEase'],
|
2021-04-24 10:16:31 +02:00
|
|
|
style: ['flare', 'lengthBonus', 'shoulderseamLength'],
|
2019-04-29 10:20:29 +02:00
|
|
|
},
|
2020-06-28 12:58:47 +02:00
|
|
|
measurements: ['shoulderToShoulder', 'chest', 'hpsToWaistBack', 'shoulderSlope', 'waistToHips'],
|
2019-11-01 17:33:08 +01:00
|
|
|
parts: ['top'],
|
2019-02-10 14:58:26 +01:00
|
|
|
options: {
|
2020-05-31 12:54:46 +02:00
|
|
|
armholeDepthFactor: { pct: 50, min: 40, max: 60 },
|
|
|
|
chestEase: { pct: 2, min: 1, max: 20 },
|
|
|
|
flare: { deg: 15, min: -10, max: 30 },
|
|
|
|
lengthBonus: { pct: 13, min: 0, max: 60 },
|
2021-04-24 10:16:31 +02:00
|
|
|
shoulderseamLength: { pct: 10, min: 5, max: 25 },
|
|
|
|
},
|
2019-11-01 17:33:08 +01:00
|
|
|
}
|