Browse Source

Add another view for Fen

master
Fen Dweller 3 years ago
parent
commit
58f78f9c8d
3 changed files with 2274 additions and 0 deletions
  1. +12
    -0
      media/attribution.js
  2. +2250
    -0
      media/characters/fen/goo-nsfw.svg
  3. +12
    -0
      presets/characters.js

+ 12
- 0
media/attribution.js View File

@@ -2622,6 +2622,18 @@ const attributionData = {
"chemicalcrux"
]
},
{
prefix: "./media/characters/fen/",
files: [
{ name: "goo-nsfw.svg", source: "https://www.furaffinity.net/view/45023045/", nsfw: true }
],
authors: [
"emiechii"
],
owners: [
"chemicalcrux"
]
},
{
prefix: "./media/characters/finn/",
files: [


+ 2250
- 0
media/characters/fen/goo-nsfw.svg
File diff suppressed because it is too large
View File


+ 12
- 0
presets/characters.js View File

@@ -2130,6 +2130,18 @@ characterMakers.push(() => makeCharacter(
bottom: 134/1441
}
},
gooNsfw: {
height: math.unit(12, "feet"),
weight: math.unit(3750, "lb"),
volume: math.unit(1000, "liters"),
preyCapacity: math.unit(6, "people"),
name: "Goo (NSFW)",
image: {
source: "./media/characters/fen/goo-nsfw.svg",
extra: 1875/1734,
bottom: 122/1997
}
},
maw: {
height: math.unit(5.03, "feet"),
name: "Maw",


Loading…
Cancel
Save