|
|
|
@@ -68695,6 +68695,46 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Cherry Spark", species: ["cheetah", "deity"], tags: ["feral"] }, |
|
|
|
{ |
|
|
|
sphinx_side: { |
|
|
|
height: math.unit(64.7, "feet"), |
|
|
|
weight: math.unit(150265, "lb"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/cherry-spark/sphinx-side.svg", |
|
|
|
extra: 410/299, |
|
|
|
bottom: 7/417 |
|
|
|
}, |
|
|
|
form: "sphinx", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
sphinx_cooch: { |
|
|
|
height: math.unit(75, "feet"), |
|
|
|
name: "Cooch", |
|
|
|
image: { |
|
|
|
source: "./media/characters/cherry-spark/sphinx-cooch.svg" |
|
|
|
}, |
|
|
|
form: "sphinx", |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(64.7, "feet"), |
|
|
|
default: true, |
|
|
|
form: "sphinx" |
|
|
|
}, |
|
|
|
], |
|
|
|
{ |
|
|
|
"sphinx": { |
|
|
|
name: "Sphinx", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
} |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|