瀏覽代碼

Add Xeaduulix

master
Fen Dweller 4 年之前
父節點
當前提交
a8e9e52f2e
共有 6 個檔案被更改,包括 6720 行新增0 行删除
  1. +23
    -0
      media/attribution.js
  2. +1567
    -0
      media/characters/xeaduulix/back-nsfw.svg
  3. +1472
    -0
      media/characters/xeaduulix/back.svg
  4. +1882
    -0
      media/characters/xeaduulix/front-nsfw.svg
  5. +1727
    -0
      media/characters/xeaduulix/front.svg
  6. +49
    -0
      presets/characters.js

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

@@ -16923,6 +16923,21 @@ const attributionData = {
"aggressiveblindspook"
]
},
{
prefix: "./media/characters/xeaduulix/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/43447168/" },
{ name: "back.svg", source: "https://www.furaffinity.net/view/43447168/" },
{ name: "front-nsfw.svg", source: "https://www.furaffinity.net/view/43447199/", nsfw: true },
{ name: "back-nsfw.svg", source: "https://www.furaffinity.net/view/43447199/", nsfw: true },
],
authors: [
"corpsedragons"
],
owners: [
"xeaduulix"
]
},
//characters
{
prefix: "./media/dildos/chance/",
@@ -23356,6 +23371,14 @@ const attributionData = {
"name": "keitz",
"url": "https://www.furaffinity.net/user/keitz/"
},
"xeaduulix": {
"name": "Xeaduulix",
"url": "https://www.furaffinity.net/user/xeaduulix/"
},
"corpsedragons": {
"name": "CorpseDragons",
"url": "https://twitter.com/CorpseDragons"
},
}
}



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


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


+ 1882
- 0
media/characters/xeaduulix/front-nsfw.svg
文件差異過大導致無法顯示
查看文件


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


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

@@ -44460,6 +44460,55 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Xeaduulix", species: ["dragon"], tags: ["anthro"] },
{
front: {
height: math.unit(18, "feet"),
name: "Front",
image: {
source: "./media/characters/xeaduulix/front.svg",
extra: 1380/1166,
bottom: 110/1490
}
},
back: {
height: math.unit(18, "feet"),
name: "Back",
image: {
source: "./media/characters/xeaduulix/back.svg",
extra: 1592/1170,
bottom: 128/1720
}
},
frontNsfw: {
height: math.unit(18, "feet"),
name: "Front (NSFW)",
image: {
source: "./media/characters/xeaduulix/front-nsfw.svg",
extra: 1380/1166,
bottom: 110/1490
}
},
backNsfw: {
height: math.unit(18, "feet"),
name: "Back (NSFW)",
image: {
source: "./media/characters/xeaduulix/back-nsfw.svg",
extra: 1592/1170,
bottom: 128/1720
}
},
},
[
{
name: "Normal",
height: math.unit(18, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
取消
儲存