Przeglądaj źródła

Add Barus

master
Fen Dweller 3 lat temu
rodzic
commit
4a9460c563
3 zmienionych plików z 3841 dodań i 0 usunięć
  1. +16
    -0
      media/attribution.js
  2. +3782
    -0
      media/characters/barus/front.svg
  3. +43
    -0
      presets/characters.js

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

@@ -22380,6 +22380,18 @@ const attributionData = {
"yamatokuhabara"
]
},
{
prefix: "./media/characters/barus/",
files: [
{ name: "front.svg", source: null }
],
authors: [
"kinklez"
],
owners: [
"morea-sergal"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -30954,6 +30966,10 @@ const attributionData = {
"name": "YamatoKuhabara",
"url": "https://www.furaffinity.net/user/yamatokuhabara/"
},
"kinklez": {
"name": "Kinklez",
"url": "https://www.furaffinity.net/user/kinklez/"
},
}
}



+ 3782
- 0
media/characters/barus/front.svg
Plik diff jest za duży
Wyświetl plik


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

@@ -64510,6 +64510,49 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Barus", species: ["deity"], tags: ["anthro"] },
{
front: {
height: math.unit(9, "feet"),
weight: math.unit(518, "lb"),
name: "Front",
image: {
source: "./media/characters/barus/front.svg",
extra: 1877/1795,
bottom: 55/1932
}
},
},
[
{
name: "Base Height",
height: math.unit(9, "feet"),
default: true
},
{
name: "Large",
height: math.unit(18, "feet")
},
{
name: "Giant",
height: math.unit(100, "feet")
},
{
name: "Huge",
height: math.unit(500, "feet")
},
{
name: "Enormous",
height: math.unit(300, "meters")
},
{
name: "Deity Among Man",
height: math.unit(3000, "meters")
},
]
))

//characters

function makeCharacters() {


Ładowanie…
Anuluj
Zapisz