diff --git a/media/attribution.js b/media/attribution.js index 00f33058..8c60defa 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -5242,6 +5242,18 @@ const attributionData = { "fidchell" ] }, + { + prefix: "./media/characters/caspian/", + files: [ + { name: "front.svg", source: "https://fidverse.fandom.com/wiki/Caspian" } + ], + authors: [ + "fidchell" + ], + owners: [ + "fidchell" + ] + }, //characters { prefix: "./media/landmarks/", diff --git a/media/characters/caspian/front.svg b/media/characters/caspian/front.svg new file mode 100644 index 00000000..3e1c81f3 --- /dev/null +++ b/media/characters/caspian/front.svg @@ -0,0 +1,270 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 0015e9ed..c6339531 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -13265,6 +13265,31 @@ characterMakers["Seara"] = () => { ) }; + characterMakers["Caspian"] = () => { + return makeCharacter( + "Caspian", + "Fidchell", + { + front: { + height: math.unit(16 + 5/12, "feet"), + weight: math.unit(524, "lb"), + name: "Front", + image: { + source: "./media/characters/caspian/front.svg", + extra: (1 / (1 - 0.04)), + bottom: 0.04 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(16 + 5/12, "feet") + }, + ] + ) + }; + //characters function makeCharacters() {