瀏覽代碼

Add Bylur

master
Fen Dweller 3 年之前
父節點
當前提交
d7509c8c69
共有 7 個檔案被更改,包括 12398 行新增0 行删除
  1. +16
    -0
      media/attribution.js
  2. +1615
    -0
      media/characters/bylur/back.svg
  3. +2798
    -0
      media/characters/bylur/front-erect.svg
  4. +2455
    -0
      media/characters/bylur/front-sfw.svg
  5. +2588
    -0
      media/characters/bylur/front-sheath.svg
  6. +2853
    -0
      media/characters/bylur/maw.svg
  7. +73
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js 查看文件

@@ -22534,6 +22534,22 @@ const attributionData = {
"smowl"
]
},
{
prefix: "./media/characters/bylur/",
files: [
{ name: "front-sfw.svg", source: "https://www.furaffinity.net/view/44965964/" },
{ name: "front-sheath.svg", source: null },
{ name: "front-erect.svg", source: null },
{ name: "back.svg", source: "https://www.furaffinity.net/view/44965964/" },
{ name: "maw.svg", source: "https://www.furaffinity.net/view/44965964/" },
],
authors: [
"bigblueghost"
],
owners: [
"bigblueghost"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


+ 1615
- 0
media/characters/bylur/back.svg
文件差異過大導致無法顯示
查看文件


+ 2798
- 0
media/characters/bylur/front-erect.svg
文件差異過大導致無法顯示
查看文件


+ 2455
- 0
media/characters/bylur/front-sfw.svg
文件差異過大導致無法顯示
查看文件


+ 2588
- 0
media/characters/bylur/front-sheath.svg
文件差異過大導致無法顯示
查看文件


+ 2853
- 0
media/characters/bylur/maw.svg
文件差異過大導致無法顯示
查看文件


+ 73
- 0
presets/characters.js 查看文件

@@ -65231,6 +65231,79 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Bylur", species: ["monster"], tags: ["anthro"] },
{
frontSfw: {
height: math.unit(10, "feet"),
weight: math.unit(1000, "kg"),
preyCapacity: math.unit(2, "people"),
name: "Front (SFW)",
image: {
source: "./media/characters/bylur/front-sfw.svg",
extra: 419/343,
bottom: 3/422
},
default: true
},
frontSheath: {
height: math.unit(10, "feet"),
weight: math.unit(1000, "kg"),
preyCapacity: math.unit(2, "people"),
name: "Front (Sheath)",
image: {
source: "./media/characters/bylur/front-sheath.svg",
extra: 419/343,
bottom: 3/422
}
},
frontErect: {
height: math.unit(10, "feet"),
weight: math.unit(1000, "kg"),
preyCapacity: math.unit(2, "people"),
name: "Front (Erect)",
image: {
source: "./media/characters/bylur/front-erect.svg",
extra: 419/343,
bottom: 3/422
}
},
back: {
height: math.unit(10, "feet"),
weight: math.unit(1000, "kg"),
preyCapacity: math.unit(2, "people"),
name: "Back",
image: {
source: "./media/characters/bylur/back.svg",
extra: 392/315,
bottom: 3/395
}
},
maw: {
height: math.unit(3.65, "feet"),
name: "Maw",
image: {
source: "./media/characters/bylur/maw.svg"
}
},
},
[
{
name: "Slightly Human Sized",
height: math.unit(10, "feet")
},
{
name: "Normal",
height: math.unit(35, "feet"),
default: true
},
{
name: "Macro",
height: math.unit(130, "feet")
},
]
))

//characters

function makeCharacters() {


Loading…
取消
儲存