diff --git a/media/attribution.js b/media/attribution.js index 80eca654..e8553771 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16313,6 +16313,18 @@ const attributionData = { "stagdragon" ] }, + { + prefix: "./media/characters/bounty/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/40070895/" } + ], + authors: [ + "muramuri" + ], + owners: [ + "silberlynx" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -22480,6 +22492,14 @@ const attributionData = { "name": "Stagdragon", "url": null }, + "muramuri": { + "name": "Muramuri", + "url": "https://www.furaffinity.net/user/muramuri" + }, + "silberlynx": { + "name": "Silberlynx", + "url": "https://www.furaffinity.net/user/silberlynx/" + }, } } diff --git a/media/characters/bounty/front.svg b/media/characters/bounty/front.svg new file mode 100644 index 00000000..5b53dd8a --- /dev/null +++ b/media/characters/bounty/front.svg @@ -0,0 +1,1340 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index d709143f..72f28413 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1743,6 +1743,10 @@ const speciesData = { name: "Skink", parents: ["lizard"] }, + "bat-eared-fox": { + name: "Bat-eared Fox", + parents: ["fox"] + }, } //species @@ -42814,6 +42818,33 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Bounty", species: ["bat-eared-fox"], tags: ["anthro"] }, + { + front: { + height: math.unit(1.6, "meters"), + weight: math.unit(60, "kg"), + name: "Front", + image: { + source: "./media/characters/bounty/front.svg", + extra: 1426/1308, + bottom: 15/1441 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(1.6, "meters"), + default: true + }, + { + name: "Macro", + height: math.unit(300, "meters") + }, + ] +)) + //characters function makeCharacters() {