浏览代码

Update Natalie Kellon

master
Fen Dweller 2 年前
父节点
当前提交
551705d8e9
共有 5 个文件被更改,包括 4993 次插入200 次删除
  1. +8
    -6
      media/attribution.js
  2. +1196
    -0
      media/characters/natalie-kellon/back.svg
  3. +1987
    -182
      media/characters/natalie-kellon/front.svg
  4. +1747
    -0
      media/characters/natalie-kellon/head.svg
  5. +55
    -12
      presets/characters.js

+ 8
- 6
media/attribution.js 查看文件

@@ -7011,10 +7011,12 @@ const attributionData = {
{
prefix: "./media/characters/natalie-kellon/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/35394418" }
{ name: "front.svg", source: "https://www.furaffinity.net/view/49114282/" },
{ name: "back.svg", source: "https://www.furaffinity.net/view/49114282/" },
{ name: "head.svg", source: "https://www.furaffinity.net/view/49114282/" },
],
authors: [
"vvalkyrie99"
"thekc"
],
owners: [
"lestrange110"
@@ -26986,10 +26988,6 @@ const attributionData = {
"name": "krowy",
"url": "https://www.furaffinity.net/user/krowy",
},
"vvalkyrie99": {
"name": "vvalkyrie99",
"url": "https://www.furaffinity.net/user/vvalkyrie99",
},
"lestrange110": {
"name": "lestrange110",
"url": "https://twitter.com/lestrange110",
@@ -32370,6 +32368,10 @@ const attributionData = {
"name": "BBC",
"url": "https://bbc.co.uk"
},
"thekc": {
"name": "TheKC",
"url": "https://www.furaffinity.net/user/thekc/"
},
}
}



+ 1196
- 0
media/characters/natalie-kellon/back.svg
文件差异内容过多而无法显示
查看文件


+ 1987
- 182
media/characters/natalie-kellon/front.svg
文件差异内容过多而无法显示
查看文件


+ 1747
- 0
media/characters/natalie-kellon/head.svg
文件差异内容过多而无法显示
查看文件


+ 55
- 12
presets/characters.js 查看文件

@@ -19287,45 +19287,88 @@ characterMakers.push(() => makeCharacter(
]
))



characterMakers.push(() => makeCharacter(
{ name: "Natalie Kellon", species: ["fox"], tags: ["anthro"] },
{ name: "Natalie Kellon", species: ["red-fox"], tags: ["anthro"] },
{
front: {
height: math.unit(5 + 7 / 12, "feet"),
weight: math.unit(147, "lb"),
height: math.unit(5 + 7/12, "feet"),
weight: math.unit(170, "lb"),
name: "Front",
image: {
source: "./media/characters/natalie-kellon/front.svg",
extra: 1214 / 1141,
bottom: 0.02
extra: 1723/1656,
bottom: 87/1810
},
extraAttributes: {
"tailLength": {
name: "Tail Length",
power: 1,
type: "length",
base: math.unit(2 + 6/12, "feet")
},
}
},
back: {
height: math.unit(5 + 7/12, "feet"),
weight: math.unit(170, "lb"),
name: "Back",
image: {
source: "./media/characters/natalie-kellon/back.svg",
extra: 1738/1663,
bottom: 30/1768
},
extraAttributes: {
"tailLength": {
name: "Tail Length",
power: 1,
type: "length",
base: math.unit(2 + 6/12, "feet")
},
}
},
head: {
height: math.unit(1.67769, "feet"),
name: "Head",
image: {
source: "./media/characters/natalie-kellon/head.svg"
}
},
},
[
{
name: "Tiny",
height: math.unit(1/16, "inches")
},
{
name: "Micro",
height: math.unit(1 / 16, "inch")
height: math.unit(1, "inch")
},
{
name: "Tiny",
height: math.unit(4, "inches")
name: "Small",
height: math.unit(5, "inches")
},
{
name: "Normal",
height: math.unit(5 + 7 / 12, "feet"),
height: math.unit(5 + 7/12, "feet"),
default: true
},
{
name: "Amazon",
height: math.unit(12, "feet")
height: math.unit(13 + 6/12, "feet")
},
{
name: "Giantess",
height: math.unit(160, "meters")
height: math.unit(50, "feet")
},
{
name: "Massive",
height: math.unit(200, "feet")
},
{
name: "Titaness",
height: math.unit(800, "meters")
height: math.unit(2, "miles")
},
]
))


正在加载...
取消
保存