Browse Source

Add Yula

master
Fen Dweller 3 years ago
parent
commit
e374c58b84
3 changed files with 2996 additions and 0 deletions
  1. +16
    -0
      media/attribution.js
  2. +2958
    -0
      media/characters/yula/front.svg
  3. +22
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js View File

@@ -23266,6 +23266,18 @@ const attributionData = {
"foxycarter"
]
},
{
prefix: "./media/characters/yula/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/48293162/" }
],
authors: [
"gasmaskfox"
],
owners: [
"wulfwaffle"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -32122,6 +32134,10 @@ const attributionData = {
"name": "IvoryLightFoot",
"url": "https://www.furaffinity.net/user/ivorylightfoot"
},
"wulfwaffle": {
"name": "WulfWaffle",
"url": "https://www.furaffinity.net/user/wulfwaffle"
},
}
}



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


+ 22
- 0
presets/characters.js View File

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

characterMakers.push(() => makeCharacter(
{ name: "Yula", species: ["german-shepherd"], tags: ["anthro"] },
{
front: {
height: math.unit(90, "feet"),
name: "Front",
image: {
source: "./media/characters/yula/front.svg",
extra: 686/641,
bottom: 5/691
}
},
},
[
{
name: "Normal",
height: math.unit(90, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save