浏览代码

Add Wolf

master
Fen Dweller 3 年前
父节点
当前提交
271ca42729
共有 4 个文件被更改,包括 7708 次插入0 次删除
  1. +21
    -0
      media/attribution.js
  2. +4136
    -0
      media/characters/wolf/front.svg
  3. +3508
    -0
      media/characters/wolf/side.svg
  4. +43
    -0
      presets/characters.js

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

@@ -23400,6 +23400,19 @@ const attributionData = {
"quakeroc"
]
},
{
prefix: "./media/characters/wolf/",
files: [
{ name: "side.svg", source: "https://www.furaffinity.net/view/39033215/ " },
{ name: "front.svg", source: "https://www.furaffinity.net/view/39033215/ " }
],
authors: [
"dorosheva-e"
],
owners: [
"atomicthumbs"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -32306,6 +32319,14 @@ const attributionData = {
"name": "Ouka",
"url": "https://twitter.com/OukaArts/"
},
"dorosheva-e": {
"name": "dorosheva-e",
"url": "https://www.furaffinity.net/user/dorosheva-e/"
},
"atomicthumbs": {
"name": "atomicthumbs",
"url": "https://twitter.com/atomicthumbs"
},
}
}



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


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


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

@@ -68652,6 +68652,49 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Wolf", species: ["wolf"], tags: ["feral"] },
{
side: {
height: math.unit(40, "inches"),
weight: math.unit(200, "lb"),
preyCapacity: math.unit(2, "people"),
name: "Side",
image: {
source: "./media/characters/wolf/side.svg",
extra: 432/345,
bottom: 15/447
}
},
front: {
height: math.unit(40, "inches"),
weight: math.unit(200, "lb"),
preyCapacity: math.unit(2, "people"),
name: "Front",
image: {
source: "./media/characters/wolf/front.svg",
extra: 803/467,
bottom: 97/900
}
},
},
[
{
name: "Small",
height: math.unit(40, "inches"),
default: true
},
{
name: "Medium",
height: math.unit(60, "inches")
},
{
name: "Large",
height: math.unit(110, "inches")
},
]
))

//characters

function makeCharacters() {


正在加载...
取消
保存