Sfoglia il codice sorgente

Add Ceanoth

master
Fen Dweller 3 anni fa
parent
commit
47d62e6599
4 ha cambiato i file con 13441 aggiunte e 0 eliminazioni
  1. +21
    -0
      media/attribution.js
  2. +6770
    -0
      media/characters/vanadiya-athelya/dressed.svg
  3. +6618
    -0
      media/characters/vanadiya-athelya/nude.svg
  4. +32
    -0
      presets/characters.js

+ 21
- 0
media/attribution.js Vedi File

@@ -22771,6 +22771,19 @@ const attributionData = {
"umbrahusky"
]
},
{
prefix: "./media/characters/ceanoth/",
files: [
{ name: "gryphon-front.svg", source: null }
],
authors: [
"butterflux",
"anonymous"
],
owners: [
"ceanoth"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -31515,6 +31528,14 @@ const attributionData = {
"name": "yiyani",
"url": "https://www.furaffinity.net/user/yiyani"
},
"butterflux": {
"name": "Butterflux",
"url": "https://www.furaffinity.net/user/butterflux"
},
"ceanoth": {
"name": "Ceanoth",
"url": "https://www.furaffinity.net/user/dragonfire3122/"
},
}
}



+ 6770
- 0
media/characters/vanadiya-athelya/dressed.svg
File diff soppresso perché troppo grande
Vedi File


+ 6618
- 0
media/characters/vanadiya-athelya/nude.svg
File diff soppresso perché troppo grande
Vedi File


+ 32
- 0
presets/characters.js Vedi File

@@ -66195,6 +66195,38 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Ceanoth", species: ["gryphon"], tags: ["anthro"] },
{
gryphon_front: {
height: math.unit(220, "cm"),
weight: math.unit(160, "kg"),
name: "Front",
image: {
source: "./media/characters/ceanoth/gryphon-front.svg",
extra: 616/552,
bottom: 33/649
},
form: "gryphon",
default: true
},
},
[
{
name: "Normal",
height: math.unit(220, "cm"),
form: "gryphon",
default: true
},
],
{
"gryphon": {
name: "Grpyhon",
default: true
},
}
))

//characters

function makeCharacters() {


Loading…
Annulla
Salva