|
|
|
@@ -46222,23 +46222,46 @@ characterMakers.push(() => makeCharacter( |
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Nova (Fox)", species: ["fox"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(64, "meters"), |
|
|
|
female: { |
|
|
|
height: math.unit(300, "meters"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/nova-fox/front.svg", |
|
|
|
extra: 1310/1246, |
|
|
|
bottom: 65/1375 |
|
|
|
} |
|
|
|
source: "./media/characters/nova-fox/female.svg", |
|
|
|
extra: 664/632, |
|
|
|
bottom: 51/715 |
|
|
|
}, |
|
|
|
form: "female", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
male: { |
|
|
|
height: math.unit(300, "meters"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/nova-fox/male.svg", |
|
|
|
extra: 663/631, |
|
|
|
bottom: 30/693 |
|
|
|
}, |
|
|
|
form: "male", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(64, "meters"), |
|
|
|
height: math.unit(300, "meters"), |
|
|
|
default: true, |
|
|
|
allForms: true |
|
|
|
}, |
|
|
|
], |
|
|
|
{ |
|
|
|
"female": { |
|
|
|
name: "Female", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
"male": { |
|
|
|
name: "Male", |
|
|
|
}, |
|
|
|
} |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
|