浏览代码

Add Leighton Marrow

master
Fen Dweller 3 年前
父节点
当前提交
3c06a5e110
共有 3 个文件被更改,包括 1646 次插入0 次删除
  1. +20
    -0
      media/attribution.js
  2. +1603
    -0
      media/characters/leighton-marrow/front.svg
  3. +23
    -0
      presets/characters.js

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

@@ -20329,6 +20329,18 @@ const attributionData = {
"egkangaroo"
]
},
{
prefix: "./media/characters/leighton-marrow/",
files: [
{ name: "front.svg", source: "https://twitter.com/LeightonMarrow/status/1398910166498693120" }
],
authors: [
"lizarddraws"
],
owners: [
"leightonmarrow"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -28360,6 +28372,14 @@ const attributionData = {
"name": "Vad",
"url": "https://twitter.com/VAfterDark"
},
"lizarddraws": {
"name": "lizarddraws",
"url": "https://www.furaffinity.net/user/lizarddraws/"
},
"leightonmarrow": {
"name": "Leighton Marrow",
"url": "https://twitter.com/LeightonMarrow/"
},
}
}



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


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

@@ -56291,6 +56291,29 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Leighton Marrow", species: ["deer"], tags: ["anthro"] },
{
front: {
height: math.unit(5 + 2/12, "feet"),
weight: math.unit(120, "lb"),
name: "Front",
image: {
source: "./media/characters/leighton-marrow/front.svg",
extra: 441/409,
bottom: 37/478
}
},
},
[
{
name: "Normal",
height: math.unit(5 + 2/12, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


正在加载...
取消
保存