Browse Source

Add Kiriga Yato

master
Fen Dweller 3 years ago
parent
commit
3dddd9170e
3 changed files with 1672 additions and 0 deletions
  1. +20
    -0
      media/attribution.js
  2. +1621
    -0
      media/characters/kiriga-yato/front.svg
  3. +31
    -0
      presets/characters.js

+ 20
- 0
media/attribution.js View File

@@ -21815,6 +21815,18 @@ const attributionData = {
"braxia"
]
},
{
prefix: "./media/characters/kiriga-yato/",
files: [
{ name: "front.svg", source: null }
],
authors: [
"lo0p"
],
owners: [
"kirigayato"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -30225,6 +30237,14 @@ const attributionData = {
"name": "raxrie",
"url": "https://www.furaffinity.net/user/raxrie"
},
"lo0p": {
"name": "Lo0p",
"url": "https://www.furaffinity.net/user/lo0p"
},
"kirigayato": {
"name": "Kiriga Yato",
"url": "https://www.furaffinity.net/user/kirigayato/"
},
}
}



+ 1621
- 0
media/characters/kiriga-yato/front.svg
File diff suppressed because it is too large
View File


+ 31
- 0
presets/characters.js View File

@@ -62549,6 +62549,37 @@ characterMakers.push(() => makeCharacter(
}
))

characterMakers.push(() => makeCharacter(
{ name: "Kiriga Yato", species: ["zorgoia"], tags: ["anthro"] },
{
front: {
height: math.unit(6 + 1/12, "feet"),
weight: math.unit(280, "lb"),
name: "Front",
image: {
source: "./media/characters/kiriga-yato/front.svg",
extra: 445/394,
bottom: 11/456
}
},
},
[
{
name: "Descended",
height: math.unit(3, "feet")
},
{
name: "Average",
height: math.unit(6 + 1/12, "feet"),
default: true
},
{
name: "Ascended",
height: math.unit(9 + 2/12, "feet")
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save