|
|
|
@@ -1930,6 +1930,10 @@ const speciesData = { |
|
|
|
name: "Viper", |
|
|
|
parents: ["snake"] |
|
|
|
}, |
|
|
|
"cinderace": { |
|
|
|
name: "Cinderace", |
|
|
|
parents: ["pokemon", "rabbit"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -50303,6 +50307,48 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Siz", species: ["cinderace"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
back: { |
|
|
|
height: math.unit(6, "feet"), |
|
|
|
weight: math.unit(350, "lb"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/siz/back.svg", |
|
|
|
extra: 1449/1274, |
|
|
|
bottom: 13/1462 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Over-Overcompressed", |
|
|
|
height: math.unit(8, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Overcompressed", |
|
|
|
height: math.unit(32, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Compressed", |
|
|
|
height: math.unit(128, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Half-Compressed", |
|
|
|
height: math.unit(512, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Quarter-Compressed", |
|
|
|
height: math.unit(2048, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Uncompressed?", |
|
|
|
height: math.unit(8192, "feet") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|