|
|
|
@@ -67889,6 +67889,76 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Flynn", species: ["cross-fox"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(4, "feet"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/flynn/front.svg", |
|
|
|
extra: 427/404, |
|
|
|
bottom: 14/441 |
|
|
|
}, |
|
|
|
extraAttributes: { |
|
|
|
"tailLength": { |
|
|
|
name: "Tail Length", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(2.7, "feet") |
|
|
|
}, |
|
|
|
} |
|
|
|
}, |
|
|
|
frontNsfw: { |
|
|
|
height: math.unit(4, "feet"), |
|
|
|
name: "Front-nsfw", |
|
|
|
image: { |
|
|
|
source: "./media/characters/flynn/front-nsfw.svg", |
|
|
|
extra: 427/404, |
|
|
|
bottom: 14/441 |
|
|
|
}, |
|
|
|
extraAttributes: { |
|
|
|
"tailLength": { |
|
|
|
name: "Tail Length", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(2.7, "feet") |
|
|
|
}, |
|
|
|
"dickLength": { |
|
|
|
name: "Dick Length", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(0.7, "feet") |
|
|
|
}, |
|
|
|
} |
|
|
|
}, |
|
|
|
back: { |
|
|
|
height: math.unit(4, "feet"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/flynn/back.svg", |
|
|
|
extra: 420/400, |
|
|
|
bottom: 12/432 |
|
|
|
}, |
|
|
|
extraAttributes: { |
|
|
|
"tailLength": { |
|
|
|
name: "Tail Length", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(2.7, "feet") |
|
|
|
}, |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(4, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|