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: noble:
author: woutervdub (https://github.com/woutervdub) author: woutervdub (https://github.com/woutervdub)
octoplushy:
author: woutervdub (https://github.com/woutervdub)
plugin-gore: plugin-gore:
author: AlfaLyr (https://github.com/alfalyr) author: AlfaLyr (https://github.com/alfalyr)
prettier-config: prettier-config:

View file

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

View file

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