Fen Dweller 3 anni fa
parent
commit
82e2c1479d
5 ha cambiato i file con 9056 aggiunte e 0 eliminazioni
  1. +14
    -0
      media/attribution.js
  2. +2626
    -0
      media/characters/flynn/back.svg
  3. +3204
    -0
      media/characters/flynn/front-nsfw.svg
  4. +3142
    -0
      media/characters/flynn/front.svg
  5. +70
    -0
      presets/characters.js

+ 14
- 0
media/attribution.js Vedi File

@@ -23209,6 +23209,20 @@ const attributionData = {
"geckonite"
]
},
{
prefix: "./media/characters/flynn/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/48090969/" },
{ name: "front-nsfw.svg", source: "https://www.furaffinity.net/view/48090969/" },
{ name: "back.svg", source: "https://www.furaffinity.net/view/48090969/" },
],
authors: [
"zeanlain"
],
owners: [
"zeanlain"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


+ 2626
- 0
media/characters/flynn/back.svg
File diff soppresso perché troppo grande
Vedi File


+ 3204
- 0
media/characters/flynn/front-nsfw.svg
File diff soppresso perché troppo grande
Vedi File


+ 3142
- 0
media/characters/flynn/front.svg
File diff soppresso perché troppo grande
Vedi File


+ 70
- 0
presets/characters.js Vedi File

@@ -67889,6 +67889,76 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Flynn", species: ["cross-fox"], tags: ["anthro"] },
{
front: {
height: math.unit(4, "feet"),
name: "Front",
image: {
source: "./media/characters/flynn/front.svg",
extra: 427/404,
bottom: 14/441
},
extraAttributes: {
"tailLength": {
name: "Tail Length",
power: 1,
type: "length",
base: math.unit(2.7, "feet")
},
}
},
frontNsfw: {
height: math.unit(4, "feet"),
name: "Front-nsfw",
image: {
source: "./media/characters/flynn/front-nsfw.svg",
extra: 427/404,
bottom: 14/441
},
extraAttributes: {
"tailLength": {
name: "Tail Length",
power: 1,
type: "length",
base: math.unit(2.7, "feet")
},
"dickLength": {
name: "Dick Length",
power: 1,
type: "length",
base: math.unit(0.7, "feet")
},
}
},
back: {
height: math.unit(4, "feet"),
name: "Back",
image: {
source: "./media/characters/flynn/back.svg",
extra: 420/400,
bottom: 12/432
},
extraAttributes: {
"tailLength": {
name: "Tail Length",
power: 1,
type: "length",
base: math.unit(2.7, "feet")
},
}
},
},
[
{
name: "Normal",
height: math.unit(4, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Annulla
Salva