|
|
|
@@ -2305,6 +2305,14 @@ const speciesData = { |
|
|
|
name: "Catfish", |
|
|
|
parents: ["fish"] |
|
|
|
}, |
|
|
|
"vesempress": { |
|
|
|
name: "Vesempress", |
|
|
|
parents: ["vespiquen"] |
|
|
|
}, |
|
|
|
"vespiquen": { |
|
|
|
name: "Vespiquen", |
|
|
|
parents: ["pokemon", "bee"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -62382,6 +62390,45 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Valuria", species: ["vesempress"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(15, "feet"), |
|
|
|
weight: math.unit(1500, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/valuria/front.svg", |
|
|
|
extra: 1588/1486, |
|
|
|
bottom: 31/1619 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(15, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Small", |
|
|
|
height: math.unit(500, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(4000, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Mega Macro", |
|
|
|
height: math.unit(2000, "miles") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Giga Macro", |
|
|
|
height: math.unit(3e6, "miles") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|