Kaynağa Gözat

Add Rebecca 'Becky' Houston

master
Fen Dweller 3 yıl önce
ebeveyn
işleme
2de6a3ea35
4 değiştirilmiş dosya ile 4845 ekleme ve 0 silme
  1. +13
    -0
      media/attribution.js
  2. +2127
    -0
      media/characters/rebecca-becky-houston/front-dressed.svg
  3. +2670
    -0
      media/characters/rebecca-becky-houston/front-nude.svg
  4. +35
    -0
      presets/characters.js

+ 13
- 0
media/attribution.js Dosyayı Görüntüle

@@ -20480,6 +20480,19 @@ const attributionData = {
"marks-barks"
]
},
{
prefix: "./media/characters/rebecca-becky-houston/",
files: [
{ name: "front-nude.svg", source: "https://www.furaffinity.net/view/45788285/" },
{ name: "front-dressed.svg", source: "https://www.furaffinity.net/view/45788195/" },
],
authors: [
"beathebehemoth"
],
owners: [
"anotherdangernoodle"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


+ 2127
- 0
media/characters/rebecca-becky-houston/front-dressed.svg
Dosya farkı çok büyük olduğundan ihmal edildi
Dosyayı Görüntüle


+ 2670
- 0
media/characters/rebecca-becky-houston/front-nude.svg
Dosya farkı çok büyük olduğundan ihmal edildi
Dosyayı Görüntüle


+ 35
- 0
presets/characters.js Dosyayı Görüntüle

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

characterMakers.push(() => makeCharacter(
{ name: "Rebecca 'Becky' Houston", species: ["gryphon"], tags: ["anthro"] },
{
frontNude: {
height: math.unit(6, "feet"),
name: "Front (Nude)",
image: {
source: "./media/characters/rebecca-becky-houston/front-nude.svg",
extra: 1384/1321,
bottom: 57/1441
}
},
frontDressed: {
height: math.unit(6, "feet"),
name: "Front (Dressed)",
image: {
source: "./media/characters/rebecca-becky-houston/front-dressed.svg",
extra: 1384/1321,
bottom: 57/1441
}
},
},
[
{
name: "Normal",
height: math.unit(6, "feet"),
default: true
},
{
name: "Maximum",
height: math.unit(1776, "feet")
},
]
))

//characters

function makeCharacters() {


Yükleniyor…
İptal
Kaydet