Browse Source

Add Essynkardi

master
Fen Dweller 5 years ago
parent
commit
80a86f7287
3 changed files with 1081 additions and 0 deletions
  1. +16
    -0
      media/attribution.js
  2. +1043
    -0
      media/characters/essynkardi/front.svg
  3. +22
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js View File

@@ -14037,6 +14037,18 @@ const attributionData = {
"october-val"
]
},
{
prefix: "./media/characters/essynkardi/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/34222473/" }
],
authors: [
"essynkardi"
],
owners: [
"essynkardi"
]
},
//characters
{
prefix: "./media/dildos/chance/",
@@ -19264,6 +19276,10 @@ const attributionData = {
"name": "EerieViolet",
"url": "https://twitter.com/eerieviolet"
},
"essynkardi": {
"name": "Essynkardi",
"url": "https://www.furaffinity.net/user/essynkardi/"
},
}
}



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


+ 22
- 0
presets/characters.js View File

@@ -36512,6 +36512,28 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Essynkardi", species: ["dragon"], tags: ["anthro"] },
{
front: {
height: math.unit(8 + 6/12, "feet"),
name: "Front",
image: {
source: "./media/characters/essynkardi/front.svg",
extra: 1914/1846,
bottom: 22/1936
}
},
},
[
{
name: "Normal",
height: math.unit(8 + 6/12, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save