diff --git a/media/attribution.js b/media/attribution.js index a6f90d39..9d653a94 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -20802,6 +20802,23 @@ const attributionData = { "dav-dragon" ] }, + { + prefix: "./media/characters/balans/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/41774569" }, + { name: "side.svg", source: "https://www.furaffinity.net/view/41774569" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/41774569" }, + { name: "hand.svg", source: "https://www.furaffinity.net/view/41774569" }, + { name: "foot-active.svg", source: "https://www.furaffinity.net/view/41774569" }, + { name: "foot-rest.svg", source: "https://www.furaffinity.net/view/41774569" }, + ], + authors: [ + "ryouluck" + ], + owners: [ + "balans" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -28995,6 +29012,14 @@ const attributionData = { "name": "Dav", "url": "https://www.furaffinity.net/user/davdragon/" }, + "ryouluck": { + "name": "Ryouluck", + "url": "https://www.furaffinity.net/user/ryouluck" + }, + "balans": { + "name": "Balans", + "url": "https://www.furaffinity.net/user/balans/" + }, } } diff --git a/media/characters/balans/back.svg b/media/characters/balans/back.svg new file mode 100644 index 00000000..db3926ae --- /dev/null +++ b/media/characters/balans/back.svg @@ -0,0 +1,892 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/balans/foot-active.svg b/media/characters/balans/foot-active.svg new file mode 100644 index 00000000..f4ed0c28 --- /dev/null +++ b/media/characters/balans/foot-active.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/balans/foot-rest.svg b/media/characters/balans/foot-rest.svg new file mode 100644 index 00000000..7e943280 --- /dev/null +++ b/media/characters/balans/foot-rest.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/balans/front.svg b/media/characters/balans/front.svg new file mode 100644 index 00000000..c01dab81 --- /dev/null +++ b/media/characters/balans/front.svg @@ -0,0 +1,1504 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/balans/hand.svg b/media/characters/balans/hand.svg new file mode 100644 index 00000000..2ad2af55 --- /dev/null +++ b/media/characters/balans/hand.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/balans/side.svg b/media/characters/balans/side.svg new file mode 100644 index 00000000..cab258fa --- /dev/null +++ b/media/characters/balans/side.svg @@ -0,0 +1,869 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 8ffdb053..90856572 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -58133,6 +58133,70 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Balans", species: ["dragon", "kangaroo"], tags: ["anthro"] }, + { + front: { + height: math.unit(10 + 3/12, "feet"), + weight: math.unit(2857, "lb"), + name: "Front", + image: { + source: "./media/characters/balans/front.svg", + extra: 427/402, + bottom: 26/453 + } + }, + side: { + height: math.unit(10 + 3/12, "feet"), + weight: math.unit(2857, "lb"), + name: "Side", + image: { + source: "./media/characters/balans/side.svg", + extra: 397/371, + bottom: 17/414 + } + }, + back: { + height: math.unit(10 + 3/12, "feet"), + weight: math.unit(2857, "lb"), + name: "Back", + image: { + source: "./media/characters/balans/back.svg", + extra: 408/381, + bottom: 14/422 + } + }, + hand: { + height: math.unit(1.15, "feet"), + name: "Hand", + image: { + source: "./media/characters/balans/hand.svg" + } + }, + footRest: { + height: math.unit(3.1, "feet"), + name: "Foot (Rest)", + image: { + source: "./media/characters/balans/foot-rest.svg" + } + }, + footActive: { + height: math.unit(3.5, "feet"), + name: "Foot (Active)", + image: { + source: "./media/characters/balans/foot-active.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(10 + 3/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {