|
|
@@ -20424,8 +20424,20 @@ characterMakers.push(() => makeCharacter( |
|
|
)) |
|
|
)) |
|
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
characterMakers.push(() => makeCharacter( |
|
|
{ name: "Kiro", species: ["folf"], tags: ["anthro"] }, |
|
|
|
|
|
|
|
|
{ name: "Kiro", species: ["folf", "hyena"], tags: ["anthro"] }, |
|
|
{ |
|
|
{ |
|
|
|
|
|
hyenaFront: { |
|
|
|
|
|
height: math.unit(6, "feet"), |
|
|
|
|
|
weight: math.unit(190, "lb"), |
|
|
|
|
|
name: "Front", |
|
|
|
|
|
image: { |
|
|
|
|
|
source: "./media/characters/kiro/hyena-front.svg", |
|
|
|
|
|
extra: 927/839, |
|
|
|
|
|
bottom: 91/1018 |
|
|
|
|
|
}, |
|
|
|
|
|
form: "hyena", |
|
|
|
|
|
default: true |
|
|
|
|
|
}, |
|
|
front: { |
|
|
front: { |
|
|
height: math.unit(6, "feet"), |
|
|
height: math.unit(6, "feet"), |
|
|
weight: math.unit(170, "lb"), |
|
|
weight: math.unit(170, "lb"), |
|
|
@@ -20434,24 +20446,54 @@ characterMakers.push(() => makeCharacter( |
|
|
source: "./media/characters/kiro/front.svg", |
|
|
source: "./media/characters/kiro/front.svg", |
|
|
extra: 1064 / 1012, |
|
|
extra: 1064 / 1012, |
|
|
bottom: 0.052 |
|
|
bottom: 0.052 |
|
|
} |
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
form: "folf", |
|
|
|
|
|
default: true |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
[ |
|
|
[ |
|
|
{ |
|
|
{ |
|
|
name: "Micro", |
|
|
name: "Micro", |
|
|
height: math.unit(6, "inches") |
|
|
|
|
|
|
|
|
height: math.unit(6, "inches"), |
|
|
|
|
|
form: "folf" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
name: "Normal", |
|
|
name: "Normal", |
|
|
height: math.unit(6, "feet"), |
|
|
height: math.unit(6, "feet"), |
|
|
|
|
|
form: "folf", |
|
|
default: true |
|
|
default: true |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
name: "Macro", |
|
|
name: "Macro", |
|
|
height: math.unit(72, "feet") |
|
|
|
|
|
|
|
|
height: math.unit(72, "feet"), |
|
|
|
|
|
form: "folf" |
|
|
}, |
|
|
}, |
|
|
] |
|
|
|
|
|
|
|
|
{ |
|
|
|
|
|
name: "Micro", |
|
|
|
|
|
height: math.unit(6, "inches"), |
|
|
|
|
|
form: "hyena" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Normal", |
|
|
|
|
|
height: math.unit(6, "feet"), |
|
|
|
|
|
form: "hyena", |
|
|
|
|
|
default: true |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Macro", |
|
|
|
|
|
height: math.unit(72, "feet"), |
|
|
|
|
|
form: "hyena" |
|
|
|
|
|
}, |
|
|
|
|
|
], |
|
|
|
|
|
{ |
|
|
|
|
|
"hyena": { |
|
|
|
|
|
name: "Hyena", |
|
|
|
|
|
default: true |
|
|
|
|
|
}, |
|
|
|
|
|
"folf": { |
|
|
|
|
|
name: "Folf", |
|
|
|
|
|
}, |
|
|
|
|
|
} |
|
|
)) |
|
|
)) |
|
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
characterMakers.push(() => makeCharacter( |
|
|
|