Przeglądaj źródła

Add Lori Lopez

master
Fen Dweller 3 lat temu
rodzic
commit
10778f03b9
3 zmienionych plików z 2019 dodań i 0 usunięć
  1. +12
    -0
      media/attribution.js
  2. +1980
    -0
      media/characters/lori-lopez/back.svg
  3. +27
    -0
      presets/characters.js

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

@@ -22245,6 +22245,18 @@ const attributionData = {
"epicoart" "epicoart"
] ]
}, },
{
prefix: "./media/characters/lori-lopez/",
files: [
{ name: "back.svg", source: "https://www.deviantart.com/epicoart/art/Lori-Lopez-897639484" }
],
authors: [
"epicoart"
],
owners: [
"epicoart"
]
},
//characters //characters
{ {
prefix: "./media/fiction/halo/halo/", prefix: "./media/fiction/halo/halo/",


+ 1980
- 0
media/characters/lori-lopez/back.svg
Plik diff jest za duży
Wyświetl plik


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

@@ -64058,6 +64058,33 @@ characterMakers.push(() => makeCharacter(
] ]
)) ))


characterMakers.push(() => makeCharacter(
{ name: "Lori Lopez", species: ["human"], tags: ["anthro"] },
{
back: {
height: math.unit(5 + 6/12, "feet"),
weight: math.unit(115, "lb"),
name: "Back",
image: {
source: "./media/characters/lori-lopez/back.svg",
extra: 483/474,
bottom: 6/489
}
},
},
[
{
name: "Human",
height: math.unit(5 + 6/12, "feet")
},
{
name: "Macro",
height: math.unit(198, "feet"),
default: true
},
]
))

//characters //characters


function makeCharacters() { function makeCharacters() {


Ładowanie…
Anuluj
Zapisz