|
|
|
@@ -64994,6 +64994,73 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Kira (Slime)", species: ["slime"], tags: ["goo"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(5 + 4/12, "feet"), |
|
|
|
weight: math.unit(250, "lb"), |
|
|
|
volume: math.unit(20, "gallons"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/kira-slime/front.svg", |
|
|
|
extra: 442/403, |
|
|
|
bottom: 18/460 |
|
|
|
} |
|
|
|
}, |
|
|
|
frontNsfw: { |
|
|
|
height: math.unit(5 + 4/12, "feet"), |
|
|
|
weight: math.unit(250, "lb"), |
|
|
|
volume: math.unit(20, "gallons"), |
|
|
|
name: "Front (NSFW)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/kira-slime/front-nsfw.svg", |
|
|
|
extra: 442/403, |
|
|
|
bottom: 18/460 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Droplet", |
|
|
|
height: math.unit(0.0464452, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Pint", |
|
|
|
height: math.unit(0.9824, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Bucket", |
|
|
|
height: math.unit(2.83, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(5 + 4/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Tub", |
|
|
|
height: math.unit(8.46614, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Pool", |
|
|
|
height: math.unit(31.1895, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Pond", |
|
|
|
height: math.unit(170.349, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Lake", |
|
|
|
height: math.unit(289334, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Bathtub", |
|
|
|
height: math.unit(1.11940e+7, "feet") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|