Browse Source

Add Fio

master
Fen Dweller 3 years ago
parent
commit
2508b887dc
3 changed files with 2434 additions and 0 deletions
  1. +20
    -0
      media/attribution.js
  2. +2392
    -0
      media/characters/fio/front.svg
  3. +22
    -0
      presets/characters.js

+ 20
- 0
media/attribution.js View File

@@ -20679,6 +20679,18 @@ const attributionData = {
"fffwankie" "fffwankie"
] ]
}, },
{
prefix: "./media/characters/fio/",
files: [
{ name: "front.svg", source: null }
],
authors: [
"osmoru"
],
owners: [
"fiodeer"
]
},
//characters //characters
{ {
prefix: "./media/fiction/halo/halo/", prefix: "./media/fiction/halo/halo/",
@@ -28844,6 +28856,14 @@ const attributionData = {
"name": "discoverychannelofficial", "name": "discoverychannelofficial",
"url": "https://www.furaffinity.net/user/discoverychannelofficial/" "url": "https://www.furaffinity.net/user/discoverychannelofficial/"
}, },
"osmoru": {
"name": "osmoru",
"url": "https://twitter.com/osmoru"
},
"fiodeer": {
"name": "Fio",
"url": "https://twitter.com/FioDeer"
},
} }
} }




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


+ 22
- 0
presets/characters.js View File

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


characterMakers.push(() => makeCharacter(
{ name: "Fio", species: ["deer"], tags: ["anthro"] },
{
front: {
height: math.unit(175.25, "feet"),
name: "Front",
image: {
source: "./media/characters/fio/front.svg",
extra: 1883/1591,
bottom: 34/1917
}
},
},
[
{
name: "Normal",
height: math.unit(175.25, "cm"),
default: true
},
]
))

//characters //characters


function makeCharacters() { function makeCharacters() {


Loading…
Cancel
Save