diff --git a/media/attribution.js b/media/attribution.js index a2c5509d..65eb23cc 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -15631,7 +15631,8 @@ const attributionData = { { prefix: "./media/characters/harthos/", files: [ - { name: "front.svg", source: "https://www.deviantart.com/mcdead11/art/Harthos-2022-912301148" } + { name: "front.svg", source: "https://www.deviantart.com/mcdead11/art/Harthos-2022-912301148" }, + { name: "allusus-front.svg", source: null }, ], authors: [ "epicoart" diff --git a/media/characters/harthos/allusus-front.svg b/media/characters/harthos/allusus-front.svg new file mode 100644 index 00000000..25cfbaa1 --- /dev/null +++ b/media/characters/harthos/allusus-front.svg @@ -0,0 +1,4459 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 5705d9f0..7696519c 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -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(