diff --git a/media/attribution.js b/media/attribution.js index c1f2ee3c..09fc6b26 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17284,6 +17284,18 @@ const attributionData = { "syrinx" ] }, + { + prefix: "./media/characters/bor/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/40980214/" } + ], + authors: [ + "tankh" + ], + owners: [ + "fortlucenne" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/bor/front.svg b/media/characters/bor/front.svg new file mode 100644 index 00000000..7307dc5d --- /dev/null +++ b/media/characters/bor/front.svg @@ -0,0 +1,945 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ddc2924a..8305b304 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1807,6 +1807,10 @@ const speciesData = { name: "Owl", parents: ["avian"] }, + "silvertongue": { + name: "Silvertongue", + parents: ["reptile"] + }, } //species @@ -45674,6 +45678,33 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Bor", species: ["silvertongue"], tags: ["anthro"] }, + { + front: { + height: math.unit(11 + 6/12, "feet"), + weight: math.unit(1.5, "tons"), + name: "Front", + image: { + source: "./media/characters/bor/front.svg", + extra: 1189/1109, + bottom: 170/1359 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(11 + 6/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(32 + 9/12, "feet") + }, + ] +)) + //characters function makeCharacters() {