|
|
|
@@ -2369,6 +2369,10 @@ const speciesData = { |
|
|
|
name: "Humanoid", |
|
|
|
parents: [] |
|
|
|
}, |
|
|
|
"allusus": { |
|
|
|
name: "Allusus", |
|
|
|
parents: ["humanoid"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -43321,7 +43325,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Harthos", species: ["peacekeeper"], tags: ["anthro"] }, |
|
|
|
{ name: "Harthos", species: ["peacekeeper", "allusus"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(350, "meters"), |
|
|
|
@@ -43331,16 +43335,45 @@ characterMakers.push(() => makeCharacter( |
|
|
|
source: "./media/characters/harthos/front.svg", |
|
|
|
extra: 455/446, |
|
|
|
bottom: 15/470 |
|
|
|
} |
|
|
|
}, |
|
|
|
form: "peacekeeper", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
allusus_front: { |
|
|
|
height: math.unit(270, "meters"), |
|
|
|
weight: math.unit(3.47550e+8, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/harthos/allusus-front.svg", |
|
|
|
extra: 455/446, |
|
|
|
bottom: 15/470 |
|
|
|
}, |
|
|
|
form: "allusus", |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(350, "meters"), |
|
|
|
default: true, |
|
|
|
form: "peacekeeper" |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(270, "meters"), |
|
|
|
default: true, |
|
|
|
form: "allusus" |
|
|
|
}, |
|
|
|
], |
|
|
|
{ |
|
|
|
"peacekeeper": { |
|
|
|
name: "Peacekeeper", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
"allusus": { |
|
|
|
name: "Allusus", |
|
|
|
}, |
|
|
|
} |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
|