Quellcode durchsuchen

Update Natalie Kellon

master
Fen Dweller vor 3 Jahren
Ursprung
Commit
551705d8e9
5 geänderte Dateien mit 4993 neuen und 200 gelöschten Zeilen
  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 Datei anzeigen

@@ -7011,10 +7011,12 @@ const attributionData = {
{ {
prefix: "./media/characters/natalie-kellon/", prefix: "./media/characters/natalie-kellon/",
files: [ 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: [ authors: [
"vvalkyrie99"
"thekc"
], ],
owners: [ owners: [
"lestrange110" "lestrange110"
@@ -26986,10 +26988,6 @@ const attributionData = {
"name": "krowy", "name": "krowy",
"url": "https://www.furaffinity.net/user/krowy", "url": "https://www.furaffinity.net/user/krowy",
}, },
"vvalkyrie99": {
"name": "vvalkyrie99",
"url": "https://www.furaffinity.net/user/vvalkyrie99",
},
"lestrange110": { "lestrange110": {
"name": "lestrange110", "name": "lestrange110",
"url": "https://twitter.com/lestrange110", "url": "https://twitter.com/lestrange110",
@@ -32370,6 +32368,10 @@ const attributionData = {
"name": "BBC", "name": "BBC",
"url": "https://bbc.co.uk" "url": "https://bbc.co.uk"
}, },
"thekc": {
"name": "TheKC",
"url": "https://www.furaffinity.net/user/thekc/"
},
} }
} }




+ 1196
- 0
media/characters/natalie-kellon/back.svg
Datei-Diff unterdrückt, da er zu groß ist
Datei anzeigen


+ 1987
- 182
media/characters/natalie-kellon/front.svg
Datei-Diff unterdrückt, da er zu groß ist
Datei anzeigen


+ 1747
- 0
media/characters/natalie-kellon/head.svg
Datei-Diff unterdrückt, da er zu groß ist
Datei anzeigen


+ 55
- 12
presets/characters.js Datei anzeigen

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




characterMakers.push(() => makeCharacter( characterMakers.push(() => makeCharacter(
{ name: "Natalie Kellon", species: ["fox"], tags: ["anthro"] },
{ name: "Natalie Kellon", species: ["red-fox"], tags: ["anthro"] },
{ {
front: { 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", name: "Front",
image: { image: {
source: "./media/characters/natalie-kellon/front.svg", 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", 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", name: "Normal",
height: math.unit(5 + 7 / 12, "feet"),
height: math.unit(5 + 7/12, "feet"),
default: true default: true
}, },
{ {
name: "Amazon", name: "Amazon",
height: math.unit(12, "feet")
height: math.unit(13 + 6/12, "feet")
}, },
{ {
name: "Giantess", name: "Giantess",
height: math.unit(160, "meters")
height: math.unit(50, "feet")
},
{
name: "Massive",
height: math.unit(200, "feet")
}, },
{ {
name: "Titaness", name: "Titaness",
height: math.unit(800, "meters")
height: math.unit(2, "miles")
}, },
] ]
)) ))


Laden…
Abbrechen
Speichern