浏览代码

Add Kiro's hyena form

master
Fen Dweller 4 年前
父节点
当前提交
d1250d789c
共有 3 个文件被更改,包括 2243 次插入5 次删除
  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 查看文件

@@ -7892,6 +7892,18 @@ const attributionData = {
"keeya" "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/", prefix: "./media/characters/irishfox/",
files: [ files: [


+ 2184
- 0
media/characters/kiro/hyena-front.svg
文件差异内容过多而无法显示
查看文件


+ 47
- 5
presets/characters.js 查看文件

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


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: { front: {
height: math.unit(6, "feet"), height: math.unit(6, "feet"),
weight: math.unit(170, "lb"), weight: math.unit(170, "lb"),
@@ -20434,24 +20446,54 @@ characterMakers.push(() => makeCharacter(
source: "./media/characters/kiro/front.svg", source: "./media/characters/kiro/front.svg",
extra: 1064 / 1012, extra: 1064 / 1012,
bottom: 0.052 bottom: 0.052
}
},
form: "folf",
default: true
}, },
}, },
[ [
{ {
name: "Micro", name: "Micro",
height: math.unit(6, "inches")
height: math.unit(6, "inches"),
form: "folf"
}, },
{ {
name: "Normal", name: "Normal",
height: math.unit(6, "feet"), height: math.unit(6, "feet"),
form: "folf",
default: true default: true
}, },
{ {
name: "Macro", 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( characterMakers.push(() => makeCharacter(


正在加载...
取消
保存