Sfoglia il codice sorgente

Add Nadezda Fex

master
Fen Dweller 4 anni fa
parent
commit
963e8f60ac
3 ha cambiato i file con 1091 aggiunte e 0 eliminazioni
  1. +16
    -0
      media/attribution.js
  2. +1045
    -0
      media/characters/nadezda-fex/back.svg
  3. +30
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js Vedi File

@@ -17106,6 +17106,18 @@ const attributionData = {
"synxthelynx" "synxthelynx"
] ]
}, },
{
prefix: "./media/characters/nadezda-fex/",
files: [
{ name: "back.svg", source: " https://www.furaffinity.net/view/42030154/" }
],
authors: [
"anonymous"
],
owners: [
"danmingle"
]
},
//characters //characters
{ {
prefix: "./media/dildos/chance/", prefix: "./media/dildos/chance/",
@@ -23599,6 +23611,10 @@ const attributionData = {
"name": "SynxTheLynx", "name": "SynxTheLynx",
"url": "https://www.furaffinity.net/user/synxthelynx/" "url": "https://www.furaffinity.net/user/synxthelynx/"
}, },
"danmingle": {
"name": "DanMingle",
"url": "https://www.furaffinity.net/user/danmingle/"
},
} }
} }




+ 1045
- 0
media/characters/nadezda-fex/back.svg
File diff soppresso perché troppo grande
Vedi File


+ 30
- 0
presets/characters.js Vedi File

@@ -45077,6 +45077,36 @@ characterMakers.push(() => makeCharacter(
] ]
)) ))


characterMakers.push(() => makeCharacter(
{ name: "Nadezda Fex", species: ["fox"], tags: ["anthro"] },
{
back: {
height: math.unit(15, "feet"),
name: "Back",
image: {
source: "./media/characters/nadezda-fex/back.svg",
extra: 1695/1481,
bottom: 25/1720
}
},
},
[
{
name: "Normal",
height: math.unit(15, "feet"),
default: true
},
{
name: "Macro",
height: math.unit(2.5, "miles")
},
{
name: "Goddess",
height: math.unit(2, "multiverses")
},
]
))

//characters //characters


function makeCharacters() { function makeCharacters() {


Loading…
Annulla
Salva