Browse Source

Add Zoey Frisk

master
Fen Dweller 3 years ago
parent
commit
f617473ee3
3 changed files with 2305 additions and 0 deletions
  1. +16
    -0
      media/attribution.js
  2. +2263
    -0
      media/characters/zoey-frisk/front.svg
  3. +26
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js View File

@@ -22953,6 +22953,18 @@ const attributionData = {
"beathebehemoth"
]
},
{
prefix: "./media/characters/zoey-frisk/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/45534612/" }
],
authors: [
"friskydingo33"
],
owners: [
"friskydingo33"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -31729,6 +31741,10 @@ const attributionData = {
"name": "TheRoyalGryphon",
"url": "https://twitter.com/TheRoyalGryphon"
},
"friskydingo33": {
"name": "friskydingo33",
"url": "https://www.furaffinity.net/user/friskydingo33/"
},
}
}



+ 2263
- 0
media/characters/zoey-frisk/front.svg
File diff suppressed because it is too large
View File


+ 26
- 0
presets/characters.js View File

@@ -67000,6 +67000,32 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Zoey Frisk", species: ["fox"], tags: ["anthro"] },
{
front: {
height: math.unit(5 + 3/12, "feet"),
name: "Front",
image: {
source: "./media/characters/zoey-frisk/front.svg",
extra: 2825/2646,
bottom: 57/2882
}
},
},
[
{
name: "Normal",
height: math.unit(5 + 3/12, "feet"),
default: true
},
{
name: "Macro",
height: math.unit(800, "feet")
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save