Переглянути джерело

Add Atlas (the goat)

master
Fen Dweller 3 роки тому
джерело
коміт
d084ceeb35
3 змінених файлів з 1668 додано та 0 видалено
  1. +16
    -0
      media/attribution.js
  2. +1618
    -0
      media/characters/atlas-goat/front.svg
  3. +34
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js Переглянути файл

@@ -20993,6 +20993,18 @@ const attributionData = {
"myriad"
]
},
{
prefix: "./media/characters/atlas-goat/",
files: [
{ name: "front.svg", source: "https://twitter.com/wilthking/status/1498007545889308676" }
],
authors: [
"wilthking"
],
owners: [
"kurrikage"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -29286,6 +29298,10 @@ const attributionData = {
"name": "Shinkei Shinto",
"url": "https://www.furaffinity.net/user/shinkei-shinto/"
},
"wilthking": {
"name": "WILTHKING",
"url": "https://twitter.com/wilthking/status/1498007545889308676"
},
}
}



+ 1618
- 0
media/characters/atlas-goat/front.svg
Різницю між файлами не показано, бо вона завелика
Переглянути файл


+ 34
- 0
presets/characters.js Переглянути файл

@@ -58852,6 +58852,40 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Atlas (Goat)", species: ["goat"], tags: ["anthro"] },
{
front: {
height: math.unit(8 + 9/12, "feet"),
name: "Front",
image: {
source: "./media/characters/atlas-goat/front.svg",
extra: 1462/1323,
bottom: 12/1474
}
},
},
[
{
name: "Normal",
height: math.unit(8 + 9/12, "feet"),
default: true
},
{
name: "Skyline",
height: math.unit(845, "feet")
},
{
name: "Orbital",
height: math.unit(93000, "miles")
},
{
name: "Constellation",
height: math.unit(27000, "lightyears")
},
]
))

//characters

function makeCharacters() {


Завантаження…
Відмінити
Зберегти