Browse Source

Add Xeaduulix

master
Fen Dweller 4 years ago
parent
commit
a8e9e52f2e
6 changed files with 6720 additions and 0 deletions
  1. +23
    -0
      media/attribution.js
  2. +1567
    -0
      media/characters/xeaduulix/back-nsfw.svg
  3. +1472
    -0
      media/characters/xeaduulix/back.svg
  4. +1882
    -0
      media/characters/xeaduulix/front-nsfw.svg
  5. +1727
    -0
      media/characters/xeaduulix/front.svg
  6. +49
    -0
      presets/characters.js

+ 23
- 0
media/attribution.js View File

@@ -16923,6 +16923,21 @@ const attributionData = {
"aggressiveblindspook"
]
},
{
prefix: "./media/characters/xeaduulix/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/43447168/" },
{ name: "back.svg", source: "https://www.furaffinity.net/view/43447168/" },
{ name: "front-nsfw.svg", source: "https://www.furaffinity.net/view/43447199/", nsfw: true },
{ name: "back-nsfw.svg", source: "https://www.furaffinity.net/view/43447199/", nsfw: true },
],
authors: [
"corpsedragons"
],
owners: [
"xeaduulix"
]
},
//characters
{
prefix: "./media/dildos/chance/",
@@ -23356,6 +23371,14 @@ const attributionData = {
"name": "keitz",
"url": "https://www.furaffinity.net/user/keitz/"
},
"xeaduulix": {
"name": "Xeaduulix",
"url": "https://www.furaffinity.net/user/xeaduulix/"
},
"corpsedragons": {
"name": "CorpseDragons",
"url": "https://twitter.com/CorpseDragons"
},
}
}



+ 1567
- 0
media/characters/xeaduulix/back-nsfw.svg
File diff suppressed because it is too large
View File


+ 1472
- 0
media/characters/xeaduulix/back.svg
File diff suppressed because it is too large
View File


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


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


+ 49
- 0
presets/characters.js View File

@@ -44460,6 +44460,55 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Xeaduulix", species: ["dragon"], tags: ["anthro"] },
{
front: {
height: math.unit(18, "feet"),
name: "Front",
image: {
source: "./media/characters/xeaduulix/front.svg",
extra: 1380/1166,
bottom: 110/1490
}
},
back: {
height: math.unit(18, "feet"),
name: "Back",
image: {
source: "./media/characters/xeaduulix/back.svg",
extra: 1592/1170,
bottom: 128/1720
}
},
frontNsfw: {
height: math.unit(18, "feet"),
name: "Front (NSFW)",
image: {
source: "./media/characters/xeaduulix/front-nsfw.svg",
extra: 1380/1166,
bottom: 110/1490
}
},
backNsfw: {
height: math.unit(18, "feet"),
name: "Back (NSFW)",
image: {
source: "./media/characters/xeaduulix/back-nsfw.svg",
extra: 1592/1170,
bottom: 128/1720
}
},
},
[
{
name: "Normal",
height: math.unit(18, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save