1
0
Fork 0
This commit is contained in:
Wouter van Wageningen 2022-07-29 23:19:23 +00:00
parent c72aa0ebb1
commit 061d5b605a
3 changed files with 13 additions and 23 deletions

View file

@ -95,6 +95,8 @@ packageJson:
noble:
author: woutervdub (https://github.com/woutervdub)
octoplushy:
author: woutervdub (https://github.com/woutervdub)
plugin-gore:
author: AlfaLyr (https://github.com/alfalyr)
prettier-config:

View file

@ -1,28 +1,18 @@
import { version } from './package.json'
import { version } from '../package.json'
export default {
name: 'octoplushy',
version,
design: '',
code: '',
department: '',
type: '',
difficulty: 2,
tags: [],
version: version,
design: 'Wouter Van Wageningen',
code: 'Wouter Van Wageningen',
department: 'accessories',
type: 'pattern',
difficulty: 5,
optionGroups: {
options: [
'size',
'type',
'legWidth',
'legLength',
'neckWidth',
'legTaper',
'bottomTopLegRatio',
'bottomLegReduction',
'bottomLegReductionPlushy',
],
style: ['size','type','legWidth','legLength','neckWidth','legTaper','bottomTopLegRatio','bottomLegReduction','bottomLegReductionPlushy'],
},
measurements: [],
parts: ['headSection0', 'headSection1', 'legSection0', 'legSection1', 'eye0', 'eye1', 'eye2'],
dependencies: {
eye0: 'headSection0',
eye1: 'headSection0',
@ -32,10 +22,8 @@ export default {
},
inject: {},
hide: [],
parts: ['headSection0', 'headSection1', 'legSection0', 'legSection1', 'eye0', 'eye1', 'eye2'],
options: {
sizeConstant: 200,
size: { pct: 100, min: 5, max: 500 },
type: { dflt: 'octoplushy', list: ['octoplushy', 'octopus', 'squid'] },
legWidth: { pct: 15, min: 10, max: 30 },

View file

@ -1,8 +1,8 @@
{
"name": "@freesewing/octoplushy",
"version": "2.21.3",
"description": "FIXME: A FreeSewing pattern that needs a description",
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
"description": "A FreeSewing pattern for an octopus plushy toy",
"author": "woutervdub (https://github.com/woutervdub",
"homepage": "https://freesewing.org/",
"repository": "github:freesewing/freesewing",
"license": "MIT",