|
|
|
@@ -66227,6 +66227,183 @@ characterMakers.push(() => makeCharacter( |
|
|
|
} |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Vanadiya Athelya", species: ["dragon"], tags: ["taur"] }, |
|
|
|
{ |
|
|
|
dressed: { |
|
|
|
height: math.unit(2.2 * 0.79, "meters"), |
|
|
|
weight: math.unit(0.5, "tonnes"), |
|
|
|
name: "Dressed", |
|
|
|
image: { |
|
|
|
source: "./media/characters/vanadiya-athelya/dressed.svg", |
|
|
|
extra: 665/315, |
|
|
|
bottom: 106/771 |
|
|
|
}, |
|
|
|
extraAttributes: { |
|
|
|
"bodyLength": { |
|
|
|
name: "Body Length", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(2.5, "meters") |
|
|
|
}, |
|
|
|
"tailLength": { |
|
|
|
name: "Tail Length", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(4.5, "meters") |
|
|
|
}, |
|
|
|
"wingspan": { |
|
|
|
name: "Wingspan", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(6, "meters") |
|
|
|
}, |
|
|
|
"taurStomachCapacity": { |
|
|
|
name: "Taur Stomach Capacity", |
|
|
|
power: 3, |
|
|
|
type: "volume", |
|
|
|
base: math.unit(4, "people"), |
|
|
|
defaultUnit: "people" |
|
|
|
}, |
|
|
|
"anthroStomachCapacity": { |
|
|
|
name: "Anthro Stomach Capacity", |
|
|
|
power: 3, |
|
|
|
type: "volume", |
|
|
|
base: math.unit(1, "people"), |
|
|
|
defaultUnit: "people" |
|
|
|
}, |
|
|
|
} |
|
|
|
}, |
|
|
|
nude: { |
|
|
|
height: math.unit(2.2 * 0.79, "meters"), |
|
|
|
weight: math.unit(0.5, "tonnes"), |
|
|
|
name: "Nude", |
|
|
|
image: { |
|
|
|
source: "./media/characters/vanadiya-athelya/nude.svg", |
|
|
|
extra: 665/315, |
|
|
|
bottom: 106/771 |
|
|
|
}, |
|
|
|
extraAttributes: { |
|
|
|
"bodyLength": { |
|
|
|
name: "Body Length", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(2.5, "meters") |
|
|
|
}, |
|
|
|
"tailLength": { |
|
|
|
name: "Tail Length", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(4.5, "meters") |
|
|
|
}, |
|
|
|
"wingspan": { |
|
|
|
name: "Wingspan", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(6, "meters") |
|
|
|
}, |
|
|
|
"taurStomachCapacity": { |
|
|
|
name: "Taur Stomach Capacity", |
|
|
|
power: 3, |
|
|
|
type: "volume", |
|
|
|
base: math.unit(4, "people"), |
|
|
|
defaultUnit: "people" |
|
|
|
}, |
|
|
|
"anthroStomachCapacity": { |
|
|
|
name: "Anthro Stomach Capacity", |
|
|
|
power: 3, |
|
|
|
type: "volume", |
|
|
|
base: math.unit(1, "people"), |
|
|
|
defaultUnit: "people" |
|
|
|
}, |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Handheld", |
|
|
|
height: math.unit(0.79 * 0.06, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Mini", |
|
|
|
height: math.unit(0.79 * 0.7, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Short", |
|
|
|
height: math.unit(0.79 * 1.4, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Imposing", |
|
|
|
height: math.unit(0.79 * 2.2, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Big", |
|
|
|
height: math.unit(0.79 * 3.8, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Giant", |
|
|
|
height: math.unit(0.79 * 6.7, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Airliner", |
|
|
|
height: math.unit(0.79 * 64, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Skyscraper", |
|
|
|
height: math.unit(0.79 * 220, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Mountain", |
|
|
|
height: math.unit(0.79 * 3.6, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Spacescraper", |
|
|
|
height: math.unit(0.79 * 70, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Continental", |
|
|
|
height: math.unit(0.79 * 1290, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Moon", |
|
|
|
height: math.unit(0.79 * 32200, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Planetary", |
|
|
|
height: math.unit(0.79 * 145000, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Stellar", |
|
|
|
height: math.unit(0.79 * 19e6, "km") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Solar", |
|
|
|
height: math.unit(0.79 * 40, "AU") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Intersteller", |
|
|
|
height: math.unit(0.79 * 3, "lightyears") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Star Cluster", |
|
|
|
height: math.unit(0.79 * 80, "lightyears") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Ecumenical", |
|
|
|
height: math.unit(0.79 * 2e3, "lightyears") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Galactic", |
|
|
|
height: math.unit(0.79 * 175000, "lightyears") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Galaxy Cluster", |
|
|
|
height: math.unit(0.79 * 25e6, "lightyears") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|