diff --git a/media/attribution.js b/media/attribution.js index e64e1592..37c17aed 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -5180,6 +5180,18 @@ const attributionData = { "fidchell" ] }, + { + prefix: "./media/characters/ingrid/", + files: [ + { name: "front.svg", source: "https://fidverse.fandom.com/wiki/Ingrid" } + ], + authors: [ + "fidchell" + ], + owners: [ + "fidchell" + ] + }, //characters { prefix: "./media/landmarks/", diff --git a/media/characters/ingrid/front.svg b/media/characters/ingrid/front.svg new file mode 100644 index 00000000..bf3793c3 --- /dev/null +++ b/media/characters/ingrid/front.svg @@ -0,0 +1,368 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 5a41f5a0..440c7fa2 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -13109,7 +13109,34 @@ characterMakers["Hearth"] = () => { [ { name: "Normal", - height: math.unit(6 + 1/12, "feet") + height: math.unit(6 + 1/12, "feet"), + default: true + }, + ] + ) +}; + +characterMakers["Ingrid"] = () => { + return makeCharacter( + "Ingrid", + "Fidchell", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(182, "lb"), + name: "Front", + image: { + source: "./media/characters/ingrid/front.svg", + extra: 294/268 * (1 / (1 - 0.027)), + bottom: 0.027 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6, "feet"), + default: true }, ] )