Переглянути джерело

Add Catherine Busch

master
Fen Dweller 3 роки тому
джерело
коміт
49188019dd
4 змінених файлів з 6115 додано та 0 видалено
  1. +13
    -0
      media/attribution.js
  2. +3996
    -0
      media/characters/catherine-busch/clothed.svg
  3. +2071
    -0
      media/characters/catherine-busch/nude.svg
  4. +35
    -0
      presets/characters.js

+ 13
- 0
media/attribution.js Переглянути файл

@@ -23239,6 +23239,19 @@ const attributionData = {
"ich"
]
},
{
prefix: "./media/characters/catherine-busch/",
files: [
{ name: "clothed.svg", source: "https://www.furaffinity.net/view/48289593/" },
{ name: "nude.svg", source: "https://www.furaffinity.net/view/48289715/" },
],
authors: [
"beathebehemoth"
],
owners: [
"anotherdangernoodle"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


+ 3996
- 0
media/characters/catherine-busch/clothed.svg
Різницю між файлами не показано, бо вона завелика
Переглянути файл


+ 2071
- 0
media/characters/catherine-busch/nude.svg
Різницю між файлами не показано, бо вона завелика
Переглянути файл


+ 35
- 0
presets/characters.js Переглянути файл

@@ -68071,6 +68071,41 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Catherine Busch", species: ["arctic-fox"], tags: ["anthro"] },
{
clothed: {
height: math.unit(5 + 6/12, "feet"),
name: "Clothed",
image: {
source: "./media/characters/catherine-busch/clothed.svg",
extra: 1330/1273,
bottom: 45/1375
}
},
nude: {
height: math.unit(5 + 6/12, "feet"),
name: "Nude",
image: {
source: "./media/characters/catherine-busch/nude.svg",
extra: 1330/1273,
bottom: 45/1375
}
},
},
[
{
name: "Normal",
height: math.unit(5 + 6/12, "feet"),
default: true
},
{
name: "Maximum",
height: math.unit(1644, "feet")
},
]
))

//characters

function makeCharacters() {


Завантаження…
Відмінити
Зберегти