|
|
|
@@ -2397,6 +2397,10 @@ const speciesData = { |
|
|
|
name: "Waterfowl", |
|
|
|
parents: ["avian"] |
|
|
|
}, |
|
|
|
"earless-monitor-lizard": { |
|
|
|
name: "Earless Monitor Lizard", |
|
|
|
parents: ["monitor-lizard"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -65304,6 +65308,45 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Oarven", species: ["earless-monitor-lizard"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
frontNsfw: { |
|
|
|
height: math.unit(6, "feet"), |
|
|
|
weight: math.unit(250, "lb"), |
|
|
|
preyCapacity: math.unit(0.05, "people"), |
|
|
|
name: "Front (NSFW)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/oarven/front-nsfw.svg", |
|
|
|
extra: 1795/1783, |
|
|
|
bottom: 142/1937 |
|
|
|
} |
|
|
|
}, |
|
|
|
frontSfw: { |
|
|
|
height: math.unit(6, "feet"), |
|
|
|
weight: math.unit(250, "lb"), |
|
|
|
preyCapacity: math.unit(0.05, "people"), |
|
|
|
name: "Front (SFW)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/oarven/front-sfw.svg", |
|
|
|
extra: 1795/1783, |
|
|
|
bottom: 142/1937 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Megamacro", |
|
|
|
height: math.unit(5, "miles"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Maximum Height", |
|
|
|
height: math.unit(5, "AUs") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|