diff --git a/media/attribution.js b/media/attribution.js index 0aaa392a..f3599602 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -5327,6 +5327,18 @@ const attributionData = { "fidchell" ] }, + { + prefix: "./media/characters/tempest-suicune/", + files: [ + { name: "side.svg", source: "https://fidverse.fandom.com/wiki/Tempest" } + ], + authors: [ + "fidchell" + ], + owners: [ + "fidchell" + ] + }, //characters { prefix: "./media/landmarks/", diff --git a/media/characters/tempest-suicune/side.svg b/media/characters/tempest-suicune/side.svg new file mode 100644 index 00000000..4229172a --- /dev/null +++ b/media/characters/tempest-suicune/side.svg @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 40d0f883..781efc05 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -13450,6 +13450,31 @@ characterMakers["Gabriel"] = () => { ) }; +characterMakers["Tempest (Suicune)"] = () => { + return makeCharacter( + "Tempest (Suicune)", + "Fidchell", + { + side: { + height: math.unit(6 + 5/12, "feet"), + weight: math.unit(300, "lb"), + name: "Side", + image: { + source: "./media/characters/tempest-suicune/side.svg", + extra: 195/154 * (1 / (1 - 0.04)), + bottom: 0.04 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 5/12, "feet") + }, + ] + ) +}; + //characters function makeCharacters() {