diff --git a/media/attribution.js b/media/attribution.js index 71df9f96..7aa695fa 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18845,6 +18845,18 @@ const attributionData = { "vx1000fox" ] }, + { + prefix: "./media/characters/core-t/", + files: [ + { name: "front.svg", source: "https://twitter.com/protoBASILISK/status/1448688661244035075" } + ], + authors: [ + "goopomancer" + ], + owners: [ + "goopomancer" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/core-t/front.svg b/media/characters/core-t/front.svg new file mode 100644 index 00000000..5424888c --- /dev/null +++ b/media/characters/core-t/front.svg @@ -0,0 +1,1240 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index a82229c8..91e057e8 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -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() {