Przeglądaj źródła

Add Denora

master
Fen Dweller 4 lat temu
rodzic
commit
f40b4df341
3 zmienionych plików z 1066 dodań i 0 usunięć
  1. +20
    -0
      media/attribution.js
  2. +1016
    -0
      media/characters/denora/side.svg
  3. +30
    -0
      presets/characters.js

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

@@ -16988,6 +16988,18 @@ const attributionData = {
"adelonda2"
]
},
{
prefix: "./media/characters/denora/",
files: [
{ name: "side.svg", source: "https://www.furaffinity.net/view/34990435/" }
],
authors: [
"piratefoxbox"
],
owners: [
"galactor"
]
},
//characters
{
prefix: "./media/dildos/chance/",
@@ -23441,6 +23453,14 @@ const attributionData = {
"name": "WaywardLycan",
"url": "https://www.furaffinity.net/user/waywardlycan"
},
"piratefoxbox": {
"name": "piratefoxbox",
"url": "https://www.furaffinity.net/user/piratefoxbox"
},
"galactor": {
"name": "Galactor",
"url": "https://www.furaffinity.net/user/galactor/"
},
}
}



+ 1016
- 0
media/characters/denora/side.svg
Plik diff jest za duży
Wyświetl plik


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

@@ -44726,6 +44726,36 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Denora", species: ["husky"], tags: ["anthro"] },
{
side: {
height: math.unit(100, "feet"),
name: "Side",
image: {
source: "./media/characters/denora/side.svg",
extra: 875/803,
bottom: 9/884
}
},
},
[
{
name: "Standard",
height: math.unit(100, "feet"),
default: true
},
{
name: "Grand",
height: math.unit(1000, "feet")
},
{
name: "Conquering",
height: math.unit(10000, "feet")
},
]
))

//characters

function makeCharacters() {


Ładowanie…
Anuluj
Zapisz