|
|
|
@@ -69033,6 +69033,137 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Fenja", species: ["deity", "fox", "horse"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
fox_front: { |
|
|
|
height: math.unit(2, "meters"), |
|
|
|
weight: math.unit(180, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/fenja/fox-front.svg", |
|
|
|
extra: 801/735, |
|
|
|
bottom: 14/815 |
|
|
|
}, |
|
|
|
form: "fox", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
fox_frontNsfw: { |
|
|
|
height: math.unit(2, "meters"), |
|
|
|
weight: math.unit(180, "lb"), |
|
|
|
name: "Front (NSFW)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/fenja/fox-front-nsfw.svg", |
|
|
|
extra: 801/735, |
|
|
|
bottom: 14/815 |
|
|
|
}, |
|
|
|
form: "fox", |
|
|
|
}, |
|
|
|
fox_back: { |
|
|
|
height: math.unit(2, "meters"), |
|
|
|
weight: math.unit(180, "lb"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/fenja/fox-back.svg", |
|
|
|
extra: 800/722, |
|
|
|
bottom: 22/822 |
|
|
|
}, |
|
|
|
form: "fox", |
|
|
|
}, |
|
|
|
horse_front: { |
|
|
|
height: math.unit(2, "meters"), |
|
|
|
weight: math.unit(210, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/fenja/horse-front.svg", |
|
|
|
extra: 793/736, |
|
|
|
bottom: 24/817 |
|
|
|
}, |
|
|
|
form: "horse", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
horse_frontNsfw: { |
|
|
|
height: math.unit(2, "meters"), |
|
|
|
weight: math.unit(210, "lb"), |
|
|
|
name: "Front (NSFW)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/fenja/horse-front-nsfw.svg", |
|
|
|
extra: 793/736, |
|
|
|
bottom: 24/817 |
|
|
|
}, |
|
|
|
form: "horse", |
|
|
|
}, |
|
|
|
horse_back: { |
|
|
|
height: math.unit(2, "meters"), |
|
|
|
weight: math.unit(210, "lb"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/fenja/horse-back.svg", |
|
|
|
extra: 795/739, |
|
|
|
bottom: 16/811 |
|
|
|
}, |
|
|
|
form: "horse", |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Interaction Size", |
|
|
|
height: math.unit(350, "meters"), |
|
|
|
allForms: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Casual Macro", |
|
|
|
height: math.unit(4, "km"), |
|
|
|
allForms: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Small", |
|
|
|
height: math.unit(25, "km"), |
|
|
|
allForms: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Preferred", |
|
|
|
height: math.unit(300, "km"), |
|
|
|
allForms: true, |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Preferred (Large)", |
|
|
|
height: math.unit(4000, "km"), |
|
|
|
allForms: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Terra", |
|
|
|
height: math.unit(25000, "km"), |
|
|
|
allForms: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Preferred terra", |
|
|
|
height: math.unit(300000, "km"), |
|
|
|
allForms: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Original Size", |
|
|
|
height: math.unit(1.5e6, "km"), |
|
|
|
allForms: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Showoff Size", |
|
|
|
height: math.unit(100, "galaxies"), |
|
|
|
allForms: true |
|
|
|
}, |
|
|
|
], |
|
|
|
{ |
|
|
|
"fox": { |
|
|
|
name: "Fox", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
"horse": { |
|
|
|
name: "Horse", |
|
|
|
}, |
|
|
|
} |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|