Kaynağa Gözat

Add Caveat

master
Fen Dweller 4 yıl önce
ebeveyn
işleme
270a761ffc
3 değiştirilmiş dosya ile 1894 ekleme ve 0 silme
  1. +12
    -0
      media/attribution.js
  2. +1859
    -0
      media/characters/caveat/front.svg
  3. +23
    -0
      presets/characters.js

+ 12
- 0
media/attribution.js Dosyayı Görüntüle

@@ -21390,6 +21390,18 @@ const attributionData = {
"va0027"
]
},
{
prefix: "./media/characters/caveat/",
files: [
{ name: "front.svg", source: "https://twitter.com/geckonori/status/1498791332151758859" }
],
authors: [
"cattinypaws"
],
owners: [
"geckonori"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


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


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

@@ -60899,6 +60899,29 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Caveat", species: ["luxray", "plush"], tags: ["anthro"] },
{
front: {
height: math.unit(8 + 4/12, "feet"),
weight: math.unit(464, "lb"),
name: "Front",
image: {
source: "./media/characters/caveat/front.svg",
extra: 1861/1678,
bottom: 40/1901
}
},
},
[
{
name: "Normal",
height: math.unit(8 + 4/12, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Yükleniyor…
İptal
Kaydet