瀏覽代碼

Add Lydia Lopez

master
Fen Dweller 3 年之前
父節點
當前提交
485390a9fa
共有 4 個文件被更改,包括 5002 次插入0 次删除
  1. +13
    -0
      media/attribution.js
  2. +3179
    -0
      media/characters/lydia-lopez/dressed.svg
  3. +1775
    -0
      media/characters/lydia-lopez/nude.svg
  4. +35
    -0
      presets/characters.js

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

@@ -22463,6 +22463,19 @@ const attributionData = {
"egkangaroo"
]
},
{
prefix: "./media/characters/lydia-lopez/",
files: [
{ name: "dressed.svg", source: "https://www.furaffinity.net/view/47164385/" },
{ name: "nude.svg", source: "https://www.furaffinity.net/view/47164385/" },
],
authors: [
"beathebehemoth"
],
owners: [
"anotherdangernoodle"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


+ 3179
- 0
media/characters/lydia-lopez/dressed.svg
文件差異過大導致無法顯示
查看文件


+ 1775
- 0
media/characters/lydia-lopez/nude.svg
文件差異過大導致無法顯示
查看文件


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

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

characterMakers.push(() => makeCharacter(
{ name: "Lydia Lopez", species: ["shark"], tags: ["anthro"] },
{
dressed: {
height: math.unit(6, "feet"),
name: "Dressed",
image: {
source: "./media/characters/lydia-lopez/dressed.svg",
extra: 1319/1277,
bottom: 90/1409
}
},
nude: {
height: math.unit(6, "feet"),
name: "Nude",
image: {
source: "./media/characters/lydia-lopez/nude.svg",
extra: 1319/1277,
bottom: 90/1409
}
},
},
[
{
name: "Normal",
height: math.unit(6, "feet"),
default: true
},
{
name: "Maximum",
height: math.unit(2101, "feet")
},
]
))

//characters

function makeCharacters() {


Loading…
取消
儲存