Przeglądaj źródła

Add Emily Whitetail

master
Fen Dweller 3 lat temu
rodzic
commit
8bcc2f994c
3 zmienionych plików z 3125 dodań i 0 usunięć
  1. +12
    -0
      media/attribution.js
  2. +3082
    -0
      media/characters/emily-whitetail/front.svg
  3. +31
    -0
      presets/characters.js

+ 12
- 0
media/attribution.js Wyświetl plik

@@ -22926,6 +22926,18 @@ const attributionData = {
"beathebehemoth"
]
},
{
prefix: "./media/characters/emily-whitetail/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/41113146/" }
],
authors: [
"beathebehemoth"
],
owners: [
"beathebehemoth"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


+ 3082
- 0
media/characters/emily-whitetail/front.svg
Plik diff jest za duży
Wyświetl plik


+ 31
- 0
presets/characters.js Wyświetl plik

@@ -66909,6 +66909,37 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Emily Whitetail", species: ["deer"], tags: ["anthro"] },
{
front: {
height: math.unit(5 + 11/12, "feet"),
weight: math.unit(145, "lb"),
name: "Front",
image: {
source: "./media/characters/emily-whitetail/front.svg",
extra: 2510/2280,
bottom: 128/2638
}
},
},
[
{
name: "Normal",
height: math.unit(5 + 11/12, "feet")
},
{
name: "Galactic",
height: math.unit(6.3e22, "meters"),
default: true
},
{
name: "Universal",
height: math.unit(1.12e29, "meters")
},
]
))

//characters

function makeCharacters() {


Ładowanie…
Anuluj
Zapisz