diff --git a/media/attribution.js b/media/attribution.js index 312e877b..be9ebf2a 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16633,6 +16633,30 @@ const attributionData = { "pangolinark" ] }, + { + prefix: "./media/characters/arion/", + files: [ + { name: "standing.svg", source: "https://www.furaffinity.net/view/43178225/" } + ], + authors: [ + "krofty" + ], + owners: [ + "ananonymousindividual" + ] + }, + { + prefix: "./media/characters/arion/", + files: [ + { name: "reclining.svg", source: "https://www.furaffinity.net/view/43198501/" } + ], + authors: [ + "tinyediblehumans" + ], + owners: [ + "ananonymousindividual" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -22892,6 +22916,10 @@ const attributionData = { "name": "Noah", "url": "https://twitter.com/PangolinArk" }, + "krofty": { + "name": "Krofty", + "url": "https://www.furaffinity.net/user/krofty" + }, } } diff --git a/media/characters/arion/reclining.svg b/media/characters/arion/reclining.svg new file mode 100644 index 00000000..0e442f63 --- /dev/null +++ b/media/characters/arion/reclining.svg @@ -0,0 +1,1894 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/arion/standing.svg b/media/characters/arion/standing.svg new file mode 100644 index 00000000..3ed5273f --- /dev/null +++ b/media/characters/arion/standing.svg @@ -0,0 +1,837 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 84fb2c96..fe1a40fc 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -43727,7 +43727,64 @@ characterMakers.push(() => makeCharacter( }, }, [ - + { + name: "BIG", + height: math.unit(2.7, "meters"), + default: true + }, + ] +)) + +characterMakers.push(() => makeCharacter( + { name: "Arion", species: ["horse"], tags: ["anthro"] }, + { + standing: { + height: math.unit(183, "cm"), + weight: math.unit(68, "kg"), + name: "Standing", + image: { + source: "./media/characters/arion/standing.svg", + extra: 1869/1807, + bottom: 93/1962 + } + }, + reclining: { + height: math.unit(70.5, "cm"), + weight: math.unit(68, "lb"), + name: "Reclining", + image: { + source: "./media/characters/arion/reclining.svg", + extra: 937/870, + bottom: 63/1000 + } + }, + }, + [ + { + name: "Colossus Size, Low", + height: math.unit(33, "meters"), + default: true + }, + { + name: "Colossus Size, Mid", + height: math.unit(52, "meters") + }, + { + name: "Colossus Size, High", + height: math.unit(60, "meters") + }, + { + name: "Titan Size, Low", + height: math.unit(91, "meters"), + }, + { + name: "Titan Size, Mid", + height: math.unit(122, "meters") + }, + { + name: "Titan Size, High", + height: math.unit(162, "meters") + }, ] ))