Procházet zdrojové kódy

Add Azalie Croixland

master
Fen Dweller před 5 roky
rodič
revize
c51d7070ed
3 změnil soubory, kde provedl 1190 přidání a 0 odebrání
  1. +16
    -0
      media/attribution.js
  2. +1148
    -0
      media/characters/azalie-croixland/front.svg
  3. +26
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js Zobrazit soubor

@@ -13250,6 +13250,18 @@ const attributionData = {
"rufran" "rufran"
] ]
}, },
{
prefix: "./media/characters/azalie-croixland/",
files: [
{ name: "front.svg", source: "https://toyhou.se/8404240.azalie-croixland#28148531" }
],
authors: [
"dotty"
],
owners: [
"arenovas"
]
},
//characters //characters
{ {
prefix: "./media/dildos/chance/", prefix: "./media/dildos/chance/",
@@ -18265,6 +18277,10 @@ const attributionData = {
"name": "Troutsworth", "name": "Troutsworth",
"url": "https://www.furaffinity.net/user/troutsworth/" "url": "https://www.furaffinity.net/user/troutsworth/"
}, },
"dotty": {
"name": "Dotty",
"url": "https://twitter.com/Dotintheparadox"
},
} }
} }




+ 1148
- 0
media/characters/azalie-croixland/front.svg
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 26
- 0
presets/characters.js Zobrazit soubor

@@ -34713,6 +34713,32 @@ characterMakers.push(() => makeCharacter(
] ]
)) ))


characterMakers.push(() => makeCharacter(
{ name: "Azalie Croixland", species: ["gryphon"], tags: ["anthro"] },
{
front: {
height: math.unit(10 + 8/12, "feet"),
name: "Front",
image: {
source: "./media/characters/azalie-croixland/front.svg",
extra: 1972/1856,
bottom: 31/2003
}
},
},
[
{
name: "Original Height",
height: math.unit(5 + 4/12, "feet")
},
{
name: "Normal Height",
height: math.unit(10 + 8/12, "feet"),
default: true
},
]
))

//characters //characters


function makeCharacters() { function makeCharacters() {


Načítá se…
Zrušit
Uložit