|
|
@@ -1024,7 +1024,7 @@ const speciesData = { |
|
|
parents: ["avian"] |
|
|
parents: ["avian"] |
|
|
}, |
|
|
}, |
|
|
"t-rex": { |
|
|
"t-rex": { |
|
|
name: "T Rex", |
|
|
|
|
|
|
|
|
name: "Tyrannosaurus Rex", |
|
|
parents: ["dinosaur"] |
|
|
parents: ["dinosaur"] |
|
|
}, |
|
|
}, |
|
|
"mactarian": { |
|
|
"mactarian": { |
|
|
@@ -40589,6 +40589,41 @@ characterMakers.push(() => makeCharacter( |
|
|
] |
|
|
] |
|
|
)) |
|
|
)) |
|
|
|
|
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
|
|
{ name: "Vorrel Harroc", species: ["t-rex"], tags: ["anthro"] }, |
|
|
|
|
|
{ |
|
|
|
|
|
front: { |
|
|
|
|
|
height: math.unit(512, "feet"), |
|
|
|
|
|
weight: math.unit(63509, "tonnes"), |
|
|
|
|
|
name: "Front", |
|
|
|
|
|
image: { |
|
|
|
|
|
source: "./media/characters/vorrel-harroc/front.svg", |
|
|
|
|
|
extra: 1075/1063, |
|
|
|
|
|
bottom: 62/1137 |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
[ |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Normal", |
|
|
|
|
|
height: math.unit(10, "feet") |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Macro", |
|
|
|
|
|
height: math.unit(512, "feet"), |
|
|
|
|
|
default: true |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Megamacro", |
|
|
|
|
|
height: math.unit(256, "miles") |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Gigamacro", |
|
|
|
|
|
height: math.unit(4096, "miles") |
|
|
|
|
|
}, |
|
|
|
|
|
] |
|
|
|
|
|
)) |
|
|
|
|
|
|
|
|
//characters |
|
|
//characters |
|
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
function makeCharacters() { |
|
|
|