Browse Source

Add Zeanlain

master
Fen Dweller 3 years ago
parent
commit
766cc326a5
4 changed files with 6789 additions and 0 deletions
  1. +17
    -0
      media/attribution.js
  2. +3548
    -0
      media/characters/zeanlain/front-nsfw.svg
  3. +3149
    -0
      media/characters/zeanlain/front.svg
  4. +75
    -0
      presets/characters.js

+ 17
- 0
media/attribution.js View File

@@ -21920,6 +21920,19 @@ const attributionData = {
"spadethetick"
]
},
{
prefix: "./media/characters/zeanlain/",
files: [
{ name: "front-nsfw.svg", source: "https://www.furaffinity.net/view/46145682/", nsfw: true },
{ name: "front.svg", source: "https://www.furaffinity.net/view/46145671/", nsfw: false },
],
authors: [
"zeanlain"
],
owners: [
"zeanlain"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -30350,6 +30363,10 @@ const attributionData = {
"name": "SpadeTheTick",
"url": "https://www.furaffinity.net/user/spadethetick/"
},
"zeanlain": {
"name": "ZeanLain",
"url": "https://www.furaffinity.net/user/zeanlain/"
},
}
}



+ 3548
- 0
media/characters/zeanlain/front-nsfw.svg
File diff suppressed because it is too large
View File


+ 3149
- 0
media/characters/zeanlain/front.svg
File diff suppressed because it is too large
View File


+ 75
- 0
presets/characters.js View File

@@ -63066,6 +63066,81 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Zeanlain", species: ["harpy-eagle"], tags: ["anthro"] },
{
frontNsfw: {
height: math.unit(5, "meters"),
weight: math.unit(2000, "kg"),
preyCapacity: math.unit(5, "people"),
name: "Front (NSFW)",
image: {
source: "./media/characters/zeanlain/front-nsfw.svg",
extra: 1087/938,
bottom: 93/1180
},
extraAttributes: {
"wingspan": {
name: "Wingspan",
power: 1,
type: "length",
base: math.unit(10, "meters")
},
"footSize": {
name: "Foot Size",
power: 1,
type: "length",
base: math.unit(0.68, "meters")
},
"cockLength": {
name: "Cock Length",
power: 1,
type: "length",
base: math.unit(1.69, "meters")
},
"ballVolume": {
name: "Ball Volume",
power: 3,
type: "volume",
base: math.unit(0.028, "m^3")
},
}
},
front: {
height: math.unit(5, "meters"),
weight: math.unit(2000, "kg"),
preyCapacity: math.unit(3, "people"),
name: "Front",
image: {
source: "./media/characters/zeanlain/front.svg",
extra: 1087/938,
bottom: 93/1180
},
extraAttributes: {
"wingspan": {
name: "Wingspan",
power: 1,
type: "length",
base: math.unit(10, "meters")
},
"footSize": {
name: "Foot Size",
power: 1,
type: "length",
base: math.unit(0.68, "meters")
},
}
},
},
[
{
name: "Normal",
height: math.unit(5, "meters"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save