diff --git a/media/attribution.js b/media/attribution.js index bbf14a0e..f8a98fc6 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -5447,6 +5447,19 @@ const attributionData = { "flixard" ] }, + { + prefix: "./media/characters/cobalt-dracha/", + files: [ + { name: "anthro.svg", source: "https://fidverse.fandom.com/wiki/Cobalt" }, + { name: "feral.svg", source: "https://fidverse.fandom.com/wiki/Cobalt" }, + ], + authors: [ + "fidchell" + ], + owners: [ + "fidchell" + ] + }, //characters { prefix: "./media/landmarks/", diff --git a/media/characters/cobalt-dracha/anthro.svg b/media/characters/cobalt-dracha/anthro.svg new file mode 100644 index 00000000..b9d33e40 --- /dev/null +++ b/media/characters/cobalt-dracha/anthro.svg @@ -0,0 +1,329 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/cobalt-dracha/feral.svg b/media/characters/cobalt-dracha/feral.svg new file mode 100644 index 00000000..628d144b --- /dev/null +++ b/media/characters/cobalt-dracha/feral.svg @@ -0,0 +1,222 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f13ae7d8..cb092309 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -13711,6 +13711,41 @@ characterMakers["Kee"] = () => { ) }; +characterMakers["Cobalt (Dracha)"] = () => { + return makeCharacter( + "Cobalt (Dracha)", + "Fidchell", + { + anthro: { + height: math.unit(7, "feet"), + weight: math.unit(190, "lb"), + name: "Anthro", + image: { + source: "./media/characters/cobalt-dracha/anthro.svg", + extra: 231/225 * (1 / (1 - 0.04)), + bottom: 0.04 + } + }, + feral: { + height: math.unit(9 + 7/12, "feet"), + weight: math.unit(294, "lb"), + name: "Feral", + image: { + source: "./media/characters/cobalt-dracha/feral.svg", + extra: 692/633 * (1 / (1 - 0.05)), + bottom: 0.05 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(7, "feet"), + default: true + }, + ] + ) +}; //characters function makeCharacters() {