Kaynağa Gözat

Add Taylor (the dilophosaurus)

master
Fen Dweller 3 yıl önce
ebeveyn
işleme
5daa6035ca
4 değiştirilmiş dosya ile 3966 ekleme ve 0 silme
  1. +17
    -0
      media/attribution.js
  2. +2704
    -0
      media/characters/taylor-dilophosaurus/front.svg
  3. +1204
    -0
      media/characters/taylor-dilophosaurus/maw.svg
  4. +41
    -0
      presets/characters.js

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

@@ -23042,6 +23042,19 @@ const attributionData = {
"argondergad"
]
},
{
prefix: "./media/characters/taylor-dilophosaurus/",
files: [
{ name: "front.svg", source: "https://twitter.com/fromjaf/status/1489734087715606529" },
{ name: "maw.svg", source: "https://twitter.com/fromjaf/status/1489734087715606529" },
],
authors: [
"tehnonto"
],
owners: [
"fromjaf"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -31850,6 +31863,10 @@ const attributionData = {
"name": "FiggDraws",
"url": "https://twitter.com/FiggDraws"
},
"tehnonto": {
"name": "tonto",
"url": "https://twitter.com/tehnonto"
},
}
}



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


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


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

@@ -2453,6 +2453,10 @@ const speciesData = {
name: "Vampire Bat",
parents: ["bat"]
},
"dilophosaurus": {
name: "Dilophosaurus",
parents: ["theropod"]
},
}

//species
@@ -67324,6 +67328,43 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Taylor (Dilophosaurus)", species: ["dilophosaurus"], tags: ["anthro"] },
{
front: {
height: math.unit(5 + 3/12, "feet"),
name: "Front",
image: {
source: "./media/characters/taylor-dilophosaurus/front.svg",
extra: 1209/1159,
bottom: 33/1242
}
},
maw: {
height: math.unit(1.75, "feet"),
name: "Maw",
image: {
source: "./media/characters/taylor-dilophosaurus/maw.svg"
}
},
},
[
{
name: "Micro",
height: math.unit(3, "inches")
},
{
name: "Regular",
height: math.unit(5 + 3/12, "feet"),
default: true
},
{
name: "Imagined",
height: math.unit(90, "meters")
},
]
))

//characters

function makeCharacters() {


Yükleniyor…
İptal
Kaydet