Procházet zdrojové kódy

Add Elisa Mitchell

master
Fen Dweller před 3 roky
rodič
revize
6e9a3df00c
4 změnil soubory, kde provedl 3836 přidání a 0 odebrání
  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 Zobrazit soubor

@@ -22876,6 +22876,19 @@ const attributionData = {
"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
{
prefix: "./media/fiction/halo/halo/",


+ 2759
- 0
media/characters/elisa-mitchell/front.svg
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1025
- 0
media/characters/elisa-mitchell/maw.svg
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 39
- 0
presets/characters.js Zobrazit soubor

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

//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

function makeCharacters() {


Načítá se…
Zrušit
Uložit