Przeglądaj źródła

Add Aster

master
Fen Dweller 4 lat temu
rodzic
commit
cf2192c514
3 zmienionych plików z 3363 dodań i 0 usunięć
  1. +16
    -0
      media/attribution.js
  2. +3317
    -0
      media/characters/aster/standing.svg
  3. +30
    -0
      presets/characters.js

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

@@ -18282,6 +18282,18 @@ const attributionData = {
"kal278"
]
},
{
prefix: "./media/characters/aster/",
files: [
{ name: "standing.svg", source: "https://www.furaffinity.net/view/41169346/" }
],
authors: [
"ninnomgeko"
],
owners: [
"kurrikage"
]
},
//characters
{
prefix: "./media/dildos/chance/",
@@ -25264,6 +25276,10 @@ const attributionData = {
"name": "AdelindsAdopts",
"url": "https://www.furaffinity.net/user/adelindsadopts"
},
"ninnomgeko": {
"name": "NinNomGeko",
"url": "https://www.furaffinity.net/user/ninnomgeko"
},
}
}



+ 3317
- 0
media/characters/aster/standing.svg
Plik diff jest za duży
Wyświetl plik


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

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

characterMakers.push(() => makeCharacter(
{ name: "Aster", species: ["alien"], tags: ["anthro"] },
{
standing: {
height: math.unit(17, "feet"),
name: "Standing",
image: {
source: "./media/characters/aster/standing.svg",
extra: 1798/1598,
bottom: 117/1915
}
},
},
[
{
name: "Normal",
height: math.unit(17, "feet"),
default: true
},
{
name: "Homewrecker",
height: math.unit(95, "feet")
},
{
name: "Planet Devourer",
height: math.unit(1008000, "miles")
},
]
))

//characters

function makeCharacters() {


Ładowanie…
Anuluj
Zapisz