瀏覽代碼

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() {


Loading…
取消
儲存