Kaynağa Gözat

Add Lori Lopez

master
Fen Dweller 3 yıl önce
ebeveyn
işleme
10778f03b9
3 değiştirilmiş dosya ile 2019 ekleme ve 0 silme
  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 Dosyayı Görüntüle

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


+ 1980
- 0
media/characters/lori-lopez/back.svg
Dosya farkı çok büyük olduğundan ihmal edildi
Dosyayı Görüntüle


+ 27
- 0
presets/characters.js Dosyayı Görüntüle

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

function makeCharacters() {


Yükleniyor…
İptal
Kaydet