Kaynağa Gözat

Add Kiro's hyena form

master
Fen Dweller 4 yıl önce
ebeveyn
işleme
d1250d789c
3 değiştirilmiş dosya ile 2243 ekleme ve 5 silme
  1. +12
    -0
      media/attribution.js
  2. +2184
    -0
      media/characters/kiro/hyena-front.svg
  3. +47
    -5
      presets/characters.js

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

@@ -7892,6 +7892,18 @@ const attributionData = {
"keeya"
]
},
{
prefix: "./media/characters/kiro/",
files: [
{ name: "hyena-front.svg", source: "https://www.furaffinity.net/view/45292658/" }
],
authors: [
"ayanaki"
],
owners: [
"keeya"
]
},
{
prefix: "./media/characters/irishfox/",
files: [


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


+ 47
- 5
presets/characters.js Dosyayı Görüntüle

@@ -20424,8 +20424,20 @@ characterMakers.push(() => makeCharacter(
))

characterMakers.push(() => makeCharacter(
{ name: "Kiro", species: ["folf"], tags: ["anthro"] },
{ name: "Kiro", species: ["folf", "hyena"], tags: ["anthro"] },
{
hyenaFront: {
height: math.unit(6, "feet"),
weight: math.unit(190, "lb"),
name: "Front",
image: {
source: "./media/characters/kiro/hyena-front.svg",
extra: 927/839,
bottom: 91/1018
},
form: "hyena",
default: true
},
front: {
height: math.unit(6, "feet"),
weight: math.unit(170, "lb"),
@@ -20434,24 +20446,54 @@ characterMakers.push(() => makeCharacter(
source: "./media/characters/kiro/front.svg",
extra: 1064 / 1012,
bottom: 0.052
}
},
form: "folf",
default: true
},
},
[
{
name: "Micro",
height: math.unit(6, "inches")
height: math.unit(6, "inches"),
form: "folf"
},
{
name: "Normal",
height: math.unit(6, "feet"),
form: "folf",
default: true
},
{
name: "Macro",
height: math.unit(72, "feet")
height: math.unit(72, "feet"),
form: "folf"
},
]
{
name: "Micro",
height: math.unit(6, "inches"),
form: "hyena"
},
{
name: "Normal",
height: math.unit(6, "feet"),
form: "hyena",
default: true
},
{
name: "Macro",
height: math.unit(72, "feet"),
form: "hyena"
},
],
{
"hyena": {
name: "Hyena",
default: true
},
"folf": {
name: "Folf",
},
}
))

characterMakers.push(() => makeCharacter(


Yükleniyor…
İptal
Kaydet