Parcourir la source

Add Azalie Croixland

master
Fen Dweller il y a 5 ans
Parent
révision
c51d7070ed
3 fichiers modifiés avec 1190 ajouts et 0 suppressions
  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 Voir le fichier

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



+ 1148
- 0
media/characters/azalie-croixland/front.svg
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


+ 26
- 0
presets/characters.js Voir le fichier

@@ -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

function makeCharacters() {


Chargement…
Annuler
Enregistrer