浏览代码

Add Ash´iika

master
Fen Dweller 3 年前
父节点
当前提交
142c488aca
共有 7 个文件被更改,包括 7091 次插入0 次删除
  1. +20
    -0
      media/attribution.js
  2. +1844
    -0
      media/characters/ash´iika/dressed.svg
  3. +1185
    -0
      media/characters/ash´iika/feral.svg
  4. +1545
    -0
      media/characters/ash´iika/front.svg
  5. +1049
    -0
      media/characters/ash´iika/head.svg
  6. +1353
    -0
      media/characters/ash´iika/side.svg
  7. +95
    -0
      presets/characters.js

+ 20
- 0
media/attribution.js 查看文件

@@ -19799,6 +19799,22 @@ const attributionData = {
"natedgecomb"
]
},
{
prefix: "./media/characters/ash´iika/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/45339054/" },
{ name: "side.svg", source: "https://www.furaffinity.net/view/45339054/" },
{ name: "dressed.svg", source: "https://www.furaffinity.net/view/45339054/" },
{ name: "head.svg", source: "https://www.furaffinity.net/view/45339054/" },
{ name: "feral.svg", source: "https://www.furaffinity.net/view/45339054/" },
],
authors: [
"flores-nanny"
],
owners: [
"azteck"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -27586,6 +27602,10 @@ const attributionData = {
"name": "Times Square NYE",
"url": "https://www.timessquarenyc.org/"
},
"flores-nanny": {
"name": "flores_nanny",
"url": "https://twitter.com/flores_nanny"
},
}
}



+ 1844
- 0
media/characters/ash´iika/dressed.svg
文件差异内容过多而无法显示
查看文件


+ 1185
- 0
media/characters/ash´iika/feral.svg
文件差异内容过多而无法显示
查看文件


+ 1545
- 0
media/characters/ash´iika/front.svg
文件差异内容过多而无法显示
查看文件


+ 1049
- 0
media/characters/ash´iika/head.svg
文件差异内容过多而无法显示
查看文件


+ 1353
- 0
media/characters/ash´iika/side.svg
文件差异内容过多而无法显示
查看文件


+ 95
- 0
presets/characters.js 查看文件

@@ -54217,6 +54217,101 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Ash´iika", species: ["dragon"], tags: ["anthro", "feral"] },
{
anthroFront: {
height: math.unit(556, "cm"),
weight: math.unit(2650, "kg"),
name: "Front",
image: {
source: "./media/characters/ash´iika/front.svg",
extra: 710/673,
bottom: 15/725
},
form: "anthro",
default: true
},
anthroSide: {
height: math.unit(556, "cm"),
weight: math.unit(2650, "kg"),
name: "Side",
image: {
source: "./media/characters/ash´iika/side.svg",
extra: 696/676,
bottom: 13/709
},
form: "anthro"
},
anthroDressed: {
height: math.unit(556, "cm"),
weight: math.unit(2650, "kg"),
name: "Dressed",
image: {
source: "./media/characters/ash´iika/dressed.svg",
extra: 710/673,
bottom: 15/725
},
form: "anthro"
},
anthroHead: {
height: math.unit(3.5, "feet"),
name: "Head",
image: {
source: "./media/characters/ash´iika/head.svg",
extra: 348/291,
bottom: 45/393
},
form: "anthro"
},
feralSide: {
height: math.unit(870, "cm"),
weight: math.unit(17500, "kg"),
name: "Side",
image: {
source: "./media/characters/ash´iika/feral.svg",
extra: 595/199,
bottom: 7/602
},
form: "feral",
default: true,
},
},
[
{
name: "Normal",
height: math.unit(556, "cm"),
default: true,
form: "anthro"
},
{
name: "Macro",
height: math.unit(88, "meters"),
form: "anthro"
},
{
name: "Normal",
height: math.unit(870, "cm"),
default: true,
form: "feral"
},
{
name: "Large",
height: math.unit(25, "meters"),
form: "feral"
},
],
{
"anthro": {
name: "Anthro",
default: true
},
"feral": {
name: "Feral",
},
}
))

//characters

function makeCharacters() {


正在加载...
取消
保存