Fen Dweller 3 лет назад
Родитель
Сommit
6e9a3df00c
4 измененных файлов: 3836 добавлений и 0 удалений
  1. +13
    -0
      media/attribution.js
  2. +2759
    -0
      media/characters/elisa-mitchell/front.svg
  3. +1025
    -0
      media/characters/elisa-mitchell/maw.svg
  4. +39
    -0
      presets/characters.js

+ 13
- 0
media/attribution.js Просмотреть файл

@@ -22876,6 +22876,19 @@ const attributionData = {
"veluren" "veluren"
] ]
}, },
{
prefix: "./media/characters/elisa-mitchell/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/41432260/" },
{ name: "maw.svg", source: "https://www.furaffinity.net/view/41432260/" },
],
authors: [
"beathebehemoth"
],
owners: [
"beathebehemoth"
]
},
//characters //characters
{ {
prefix: "./media/fiction/halo/halo/", prefix: "./media/fiction/halo/halo/",


+ 2759
- 0
media/characters/elisa-mitchell/front.svg
Разница между файлами не показана из-за своего большого размера
Просмотреть файл


+ 1025
- 0
media/characters/elisa-mitchell/maw.svg
Разница между файлами не показана из-за своего большого размера
Просмотреть файл


+ 39
- 0
presets/characters.js Просмотреть файл

@@ -2445,6 +2445,10 @@ const speciesData = {
name: "Sea Dragon", name: "Sea Dragon",
parents: ["dragon", "aquatic"] parents: ["dragon", "aquatic"]
}, },
"brown-bear": {
name: "Brown Bear",
parents: ["bear"]
},
} }


//species //species
@@ -66776,6 +66780,41 @@ characterMakers.push(() => makeCharacter(
} }
)) ))


characterMakers.push(() => makeCharacter(
{ name: "Elisa Mitchell", species: ["brown-bear", "kaiju"], tags: ["anthro"] },
{
front: {
height: math.unit(7 + 10/12, "feet"),
weight: math.unit(300, "lb"),
name: "Front",
image: {
source: "./media/characters/elisa-mitchell/front.svg",
extra: 2562/2355,
bottom: 62/2624
}
},
maw: {
height: math.unit(2.37, "feet"),
name: "Maw",
image: {
source: "./media/characters/elisa-mitchell/maw.svg"
}
},
},
[
{
name: "Normal",
height: math.unit(7 + 10/12, "feet"),
default: true
},
{
name: "Macro",
height: math.unit(1490, "feet"),
default: true
},
]
))

//characters //characters


function makeCharacters() { function makeCharacters() {


Загрузка…
Отмена
Сохранить