Browse Source

Add Fia Dreamweaver

master
Fen Dweller 4 years ago
parent
commit
ba0cbd7f3a
3 changed files with 1861 additions and 0 deletions
  1. +12
    -0
      media/attribution.js
  2. +1827
    -0
      media/characters/fia-dreamweaver/front.svg
  3. +22
    -0
      presets/characters.js

+ 12
- 0
media/attribution.js View File

@@ -15918,6 +15918,18 @@ const attributionData = {
"veluren"
]
},
{
prefix: "./media/characters/fia-dreamweaver/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/37086089/" }
],
authors: [
"corriezodori"
],
owners: [
"veluren"
]
},
//characters
{
prefix: "./media/dildos/chance/",


+ 1827
- 0
media/characters/fia-dreamweaver/front.svg
File diff suppressed because it is too large
View File


+ 22
- 0
presets/characters.js View File

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

characterMakers.push(() => makeCharacter(
{ name: "Fia Dreamweaver", species: ["spireborn"], tags: ["anthro"] },
{
front: {
height: math.unit(19, "feet"),
name: "Front",
image: {
source: "./media/characters/fia-dreamweaver/front.svg",
extra: 1630/1504,
bottom: 25/1655
}
},
},
[
{
name: "Normal",
height: math.unit(19, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save