Kaynağa Gözat

Add Natel

master
Fen Dweller 4 yıl önce
ebeveyn
işleme
ddfe1ca9e1
3 değiştirilmiş dosya ile 1287 ekleme ve 0 silme
  1. +20
    -0
      media/attribution.js
  2. +1245
    -0
      media/characters/natel/front.svg
  3. +22
    -0
      presets/characters.js

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

@@ -18177,6 +18177,18 @@ const attributionData = {
"callowclay"
]
},
{
prefix: "./media/characters/natel/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/11353273/", nsfw: true }
],
authors: [
"shapeshifterprincess"
],
owners: [
"mr-natel"
]
},
//characters
{
prefix: "./media/dildos/chance/",
@@ -25139,6 +25151,14 @@ const attributionData = {
"name": "Cheetahtrout",
"url": "https://twitter.com/Cheetahtrout"
},
"shapeshifterprincess": {
"name": "Shapeshifterprincess",
"url": "https://www.furaffinity.net/user/shapeshifterprincess"
},
"mr-natel": {
"name": "Natel",
"url": "https://twitter.com/Mr_Natel"
},
}
}



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


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

@@ -48728,6 +48728,28 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Natel", species: ["folf"], tags: ["anthro"] },
{
front: {
height: math.unit(6 + 2/12, "feet"),
name: "Front",
image: {
source: "./media/characters/natel/front.svg",
extra: 1833/1692,
bottom: 166/1999
}
},
},
[
{
name: "Normal",
height: math.unit(6 + 2/12, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Yükleniyor…
İptal
Kaydet