Browse Source

Add another view for Sapphy

master
Fen Dweller 4 years ago
parent
commit
b2c1217d57
3 changed files with 7358 additions and 0 deletions
  1. +16
    -0
      media/attribution.js
  2. +7331
    -0
      media/characters/sapphy/full.svg
  3. +11
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js View File

@@ -7720,6 +7720,18 @@ const attributionData = {
"sapphy" "sapphy"
] ]
}, },
{
prefix: "./media/characters/sapphy/",
files: [
{ name: "full.svg", source: "https://www.furaffinity.net/view/17756483/" }
],
authors: [
"coaster14"
],
owners: [
"sapphy"
]
},
{ {
prefix: "./media/characters/kiro/", prefix: "./media/characters/kiro/",
files: [ files: [
@@ -25359,6 +25371,10 @@ const attributionData = {
"name": "torenth", "name": "torenth",
"url": "https://www.furaffinity.net/user/torenth" "url": "https://www.furaffinity.net/user/torenth"
}, },
"coaster14": {
"name": "coaster14",
"url": "https://www.furaffinity.net/user/coaster14"
},
} }
} }




+ 7331
- 0
media/characters/sapphy/full.svg
File diff suppressed because it is too large
View File


+ 11
- 0
presets/characters.js View File

@@ -19691,6 +19691,17 @@ characterMakers.push(() => makeCharacter(
}, },
form: "anthro" form: "anthro"
}, },
full: {
height: math.unit(15, "feet"),
weight: math.unit(3280, "lb"),
name: "Full",
image: {
source: "./media/characters/sapphy/full.svg",
extra: 1396/1317,
bottom: 44/1440
},
form: "anthro"
},
dick: { dick: {
height: math.unit(3.8, "feet"), height: math.unit(3.8, "feet"),
name: "Dick", name: "Dick",


Loading…
Cancel
Save