diff --git a/media/attribution.js b/media/attribution.js index 34036827..64768b95 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16696,6 +16696,18 @@ const attributionData = { "duk3assassin" ] }, + { + prefix: "./media/characters/marcel/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/35838783/" } + ], + authors: [ + "dicontheskully" + ], + owners: [ + "duk3assassin" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -22967,6 +22979,10 @@ const attributionData = { "name": "FieryAura", "url": "https://www.furaffinity.net/user/fieryaura" }, + "dicontheskully": { + "name": "Dicontheskully", + "url": "https://www.furaffinity.net/user/dicontheskully" + }, } } diff --git a/media/characters/marcel/front.svg b/media/characters/marcel/front.svg new file mode 100644 index 00000000..34af1ad8 --- /dev/null +++ b/media/characters/marcel/front.svg @@ -0,0 +1,1204 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index b005b86c..2c455997 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1775,6 +1775,14 @@ const speciesData = { name: "Marble Fox", parents: ["fox"] }, + "king-wickerbeast": { + name: "King Wickerbeast", + parents: ["wickerbeast"] + }, + "wickerbeast": { + name: "Wickerbeast", + parents: ["mammal"] + }, } //species @@ -43886,6 +43894,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Marcel", species: ["king-wickerbeast"], tags: ["anthro"] }, + { + front: { + height: math.unit(7 + 6/12, "feet"), + weight: math.unit(267, "lb"), + name: "Front", + image: { + source: "./media/characters/marcel/front.svg", + extra: 1221/1096, + bottom: 76/1297 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(7 + 6/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {