浏览代码

Add Alice

master
Fen Dweller 3 年前
父节点
当前提交
d05edc010b
共有 6 个文件被更改,包括 8408 次插入0 次删除
  1. +19
    -0
      media/attribution.js
  2. +2099
    -0
      media/characters/alice/dressed.svg
  3. +3888
    -0
      media/characters/alice/fishnet.svg
  4. +1263
    -0
      media/characters/alice/front.svg
  5. +1082
    -0
      media/characters/alice/side.svg
  6. +57
    -0
      presets/characters.js

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

@@ -20664,6 +20664,21 @@ const attributionData = {
"fffwankie"
]
},
{
prefix: "./media/characters/alice/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/17763640", nsfw: true },
{ name: "side.svg", source: "https://www.furaffinity.net/view/17763640", nsfw: true },
{ name: "dressed.svg", source: "https://www.furaffinity.net/view/17763640", nsfw: false },
{ name: "fishnet.svg", source: "https://www.furaffinity.net/view/17763640", nsfw: false },
],
authors: [
"discoverychannelofficial"
],
owners: [
"fffwankie"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -28825,6 +28840,10 @@ const attributionData = {
"name": "Kanel",
"url": "https://www.furaffinity.net/user/kanel/"
},
"discoverychannelofficial": {
"name": "discoverychannelofficial",
"url": "https://www.furaffinity.net/user/discoverychannelofficial/"
},
}
}



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


+ 3888
- 0
media/characters/alice/fishnet.svg
文件差异内容过多而无法显示
查看文件


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


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


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

@@ -2180,6 +2180,10 @@ const speciesData = {
name: "AI",
parents: []
},
"black-tip-reef-shark": {
name: "Black Tip Reef Shark",
parents: ["shark"]
},
}

//species
@@ -57353,6 +57357,59 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Alice", species: ["black-tip-reef-shark"], tags: ["anthro"] },
{
front: {
height: math.unit(2.4, "meters"),
weight: math.unit(270, "kg"),
name: "Front",
image: {
source: "./media/characters/alice/front.svg",
extra: 950/900,
bottom: 36/986
}
},
side: {
height: math.unit(2.4, "meters"),
weight: math.unit(270, "kg"),
name: "Side",
image: {
source: "./media/characters/alice/side.svg",
extra: 921/876,
bottom: 19/940
}
},
dressed: {
height: math.unit(2.4, "meters"),
weight: math.unit(270, "kg"),
name: "Dressed",
image: {
source: "./media/characters/alice/dressed.svg",
extra: 905/850,
bottom: 81/986
}
},
fishnet: {
height: math.unit(2.4, "meters"),
weight: math.unit(270, "kg"),
name: "Fishnet",
image: {
source: "./media/characters/alice/fishnet.svg",
extra: 905/850,
bottom: 81/986
}
},
},
[
{
name: "Normal",
height: math.unit(2.4, "meters"),
default: true
},
]
))

//characters

function makeCharacters() {


正在加载...
取消
保存