Kaynağa Gözat

Add Neesha

master
Fen Dweller 5 yıl önce
ebeveyn
işleme
b1b9764707
3 değiştirilmiş dosya ile 1439 ekleme ve 0 silme
  1. +24
    -0
      media/attribution.js
  2. +1385
    -0
      media/characters/neesha/front.svg
  3. +30
    -0
      presets/characters.js

+ 24
- 0
media/attribution.js Dosyayı Görüntüle

@@ -14822,6 +14822,18 @@ const attributionData = {
"estina"
]
},
{
prefix: "./media/characters/neesha/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/34730068/" }
],
authors: [
"kullizilla"
],
owners: [
"pilpil"
]
},
//characters
{
prefix: "./media/dildos/chance/",
@@ -20289,6 +20301,18 @@ const attributionData = {
"name": "DemonNyuu",
"url": "https://www.furaffinity.net/user/demonnyuu"
},
"kyeraangelus": {
"name": "KyeraAngelus",
"url": "https://twitter.com/KyeraAngelus"
},
"kullizilla": {
"name": "Kullizilla",
"url": "https://twitter.com/Kullizilla/"
},
"pilpil": {
"name": "pilpil",
"url": "https://www.furaffinity.net/user/pilpil/"
},
}
}



+ 1385
- 0
media/characters/neesha/front.svg
Dosya farkı çok büyük olduğundan ihmal edildi
Dosyayı Görüntüle


+ 30
- 0
presets/characters.js Dosyayı Görüntüle

@@ -1651,6 +1651,10 @@ const speciesData = {
name: "Caribou",
parents: ["deer"]
},
"gnoll": {
name: "Gnoll",
parents: ["hyena"]
},
}

//species
@@ -39268,6 +39272,32 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Neesha", species: ["gnoll"], tags: ["anthro"] },
{
front: {
height: math.unit(2.6, "meters"),
weight: math.unit(900, "kg"),
name: "Front",
image: {
source: "./media/characters/neesha/front.svg",
extra: 1803/1653,
bottom: 128/1931
}
},
},
[
{
name: "Normal",
height: math.unit(2.6, "meters"),
default: true
},
{
name: "Macro",
height: math.unit(50, "meters")
},
]
))
//characters

function makeCharacters() {


Yükleniyor…
İptal
Kaydet