diff --git a/media/attribution.js b/media/attribution.js index 65eb23cc..8218014e 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -22380,6 +22380,18 @@ const attributionData = { "yamatokuhabara" ] }, + { + prefix: "./media/characters/barus/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "kinklez" + ], + owners: [ + "morea-sergal" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -30954,6 +30966,10 @@ const attributionData = { "name": "YamatoKuhabara", "url": "https://www.furaffinity.net/user/yamatokuhabara/" }, + "kinklez": { + "name": "Kinklez", + "url": "https://www.furaffinity.net/user/kinklez/" + }, } } diff --git a/media/characters/barus/front.svg b/media/characters/barus/front.svg new file mode 100644 index 00000000..f352c737 --- /dev/null +++ b/media/characters/barus/front.svg @@ -0,0 +1,3782 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 6d5e13b7..00950ad6 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -64510,6 +64510,49 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Barus", species: ["deity"], tags: ["anthro"] }, + { + front: { + height: math.unit(9, "feet"), + weight: math.unit(518, "lb"), + name: "Front", + image: { + source: "./media/characters/barus/front.svg", + extra: 1877/1795, + bottom: 55/1932 + } + }, + }, + [ + { + name: "Base Height", + height: math.unit(9, "feet"), + default: true + }, + { + name: "Large", + height: math.unit(18, "feet") + }, + { + name: "Giant", + height: math.unit(100, "feet") + }, + { + name: "Huge", + height: math.unit(500, "feet") + }, + { + name: "Enormous", + height: math.unit(300, "meters") + }, + { + name: "Deity Among Man", + height: math.unit(3000, "meters") + }, + ] +)) + //characters function makeCharacters() {