|
|
|
@@ -1976,6 +1976,10 @@ const speciesData = { |
|
|
|
name: "Regional Pokemon", |
|
|
|
parents: ["pokemon"] |
|
|
|
}, |
|
|
|
"cybeast": { |
|
|
|
name: "Cybeast", |
|
|
|
parents: ["computer-virus"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -51119,6 +51123,29 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "CORE-T", species: ["cybeast"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(3, "meters"), |
|
|
|
weight: math.unit(7000, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/core-t/front.svg", |
|
|
|
extra: 5729/4941, |
|
|
|
bottom: 1129/6858 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Big", |
|
|
|
height: math.unit(3, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|