|
|
|
@@ -2317,6 +2317,10 @@ const speciesData = { |
|
|
|
name: "Gaelterranian", |
|
|
|
parents: ["alien"] |
|
|
|
}, |
|
|
|
"pistrogre": { |
|
|
|
name: "Pistrogre", |
|
|
|
parents: ["alien", "deity", "insect", "reptile"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -62478,6 +62482,73 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Braxia", species: ["pistrogre", "human"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
pistrogre_front: { |
|
|
|
height: math.unit(10, "feet"), |
|
|
|
weight: math.unit(10, "tons"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/braxia/pistrogre-front.svg", |
|
|
|
extra: 1531/1334, |
|
|
|
bottom: 114/1645 |
|
|
|
}, |
|
|
|
form: "pistrogre", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
human_front: { |
|
|
|
height: math.unit(10, "feet"), |
|
|
|
weight: math.unit(10, "tons"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/braxia/human-front.svg", |
|
|
|
extra: 1574/1501, |
|
|
|
bottom: 37/1611 |
|
|
|
}, |
|
|
|
form: "human", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(10, "feet"), |
|
|
|
default: true, |
|
|
|
allForms: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(1000, "feet"), |
|
|
|
allForms: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Mega Macro", |
|
|
|
height: math.unit(100, "miles"), |
|
|
|
allForms: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Cosmic", |
|
|
|
height: math.unit(1000000, "lightyears"), |
|
|
|
allForms: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "ϐѮԆԬӁꭍϞԢ", |
|
|
|
height: math.unit(1000, "multiverses"), |
|
|
|
allForms: true |
|
|
|
}, |
|
|
|
], |
|
|
|
{ |
|
|
|
"pistrogre": { |
|
|
|
name: "Pistrogre", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
"human": { |
|
|
|
name: "Human", |
|
|
|
}, |
|
|
|
} |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|