2020-09-25 15:47:28 -07:00
|
|
|
import { version } from '../package.json'
|
|
|
|
|
|
|
|
export default {
|
|
|
|
name: 'albert',
|
|
|
|
version,
|
2020-10-13 19:07:19 +02:00
|
|
|
design: 'Wouter Van Wageningen',
|
|
|
|
code: 'Wouter Van Wageningen',
|
2021-05-29 14:04:56 +02:00
|
|
|
department: 'accessories',
|
2020-09-25 15:47:28 -07:00
|
|
|
type: 'pattern',
|
2021-06-14 19:20:09 -04:00
|
|
|
difficulty: 2,
|
2020-09-25 15:47:28 -07:00
|
|
|
optionGroups: {
|
|
|
|
fit: ['backOpening', 'chestDepth'],
|
2021-04-24 10:16:31 +02:00
|
|
|
style: ['lengthBonus', 'bibLength', 'bibWidth', 'strapWidth'],
|
2020-09-25 15:47:28 -07:00
|
|
|
},
|
2020-10-13 19:22:26 +02:00
|
|
|
measurements: ['chest', 'waist', 'hips', 'hpsToWaistBack', 'waistToKnee'],
|
2020-09-25 15:47:28 -07:00
|
|
|
dependencies: {},
|
|
|
|
inject: {},
|
|
|
|
hide: [],
|
|
|
|
parts: ['front', 'strap', 'pocket'],
|
|
|
|
options: {
|
|
|
|
backOpening: { pct: 10, min: 0, max: 25 },
|
|
|
|
lengthBonus: { pct: 0, min: -20, max: 25 },
|
|
|
|
chestDepth: { pct: 22, min: 15, max: 90 },
|
|
|
|
bibLength: { pct: 75, min: 0, max: 90 },
|
|
|
|
bibWidth: { pct: 100, min: 50, max: 125 },
|
2021-04-24 10:16:31 +02:00
|
|
|
strapWidth: { pct: 60, min: 20, max: 100 },
|
|
|
|
},
|
2020-09-25 15:47:28 -07:00
|
|
|
}
|