|
|
|
@@ -67148,6 +67148,59 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Midnight Yamikidate", species: ["dragon"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
sona_front: { |
|
|
|
height: math.unit(6, "feet"), |
|
|
|
weight: math.unit(350, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/midnight-yamikidate/sona-front.svg", |
|
|
|
extra: 1099/1005, |
|
|
|
bottom: 22/1121 |
|
|
|
}, |
|
|
|
form: "sona", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
character_front: { |
|
|
|
height: math.unit(6, "feet"), |
|
|
|
weight: math.unit(300, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/midnight-yamikidate/character-front.svg", |
|
|
|
extra: 1099/1005, |
|
|
|
bottom: 22/1121 |
|
|
|
}, |
|
|
|
form: "character", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(500, "feet"), |
|
|
|
default: true, |
|
|
|
form: "sona" |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(50, "feet"), |
|
|
|
default: true, |
|
|
|
form: "character" |
|
|
|
}, |
|
|
|
], |
|
|
|
{ |
|
|
|
"sona": { |
|
|
|
name: "Sona", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
"character": { |
|
|
|
name: "Character", |
|
|
|
}, |
|
|
|
} |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|