chore(charlie): changed default waist height and fly length
This commit is contained in:
parent
b5f810e062
commit
cdd44aae8e
1 changed files with 3 additions and 3 deletions
|
@ -92,7 +92,7 @@ export default {
|
||||||
kneeEase: { pct: 15, min: 1, max: 25 },
|
kneeEase: { pct: 15, min: 1, max: 25 },
|
||||||
|
|
||||||
// Style (from Titan)
|
// Style (from Titan)
|
||||||
waistHeight: { pct: 0, min: 0, max: 25 },
|
waistHeight: { pct: 15, min: 0, max: 30 },
|
||||||
lengthBonus: { pct: 2, min: -20, max: 10 },
|
lengthBonus: { pct: 2, min: -20, max: 10 },
|
||||||
crotchDrop: { pct: 2, min: 0, max: 15 },
|
crotchDrop: { pct: 2, min: 0, max: 15 },
|
||||||
|
|
||||||
|
@ -125,11 +125,11 @@ export default {
|
||||||
|
|
||||||
// Fly
|
// Fly
|
||||||
flyCurve: { pct: 66, min: 50, max: 100 },
|
flyCurve: { pct: 66, min: 50, max: 100 },
|
||||||
flyLength: { pct: 35, min: 0, max: 70 },
|
flyLength: { pct: 45, min: 30, max: 60 },
|
||||||
flyWidth: { pct: 15, min: 10, max: 20 },
|
flyWidth: { pct: 15, min: 10, max: 20 },
|
||||||
|
|
||||||
// Waistband
|
// Waistband
|
||||||
splitWaistband: { bool: true },
|
splitWaistband: { bool: true },
|
||||||
waistbandWidth: { pct: 50, min: 25, max: 75 }
|
waistbandWidth: { pct: 40, min: 25, max: 65 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue