瀏覽代碼

Add Chimera

master
Fen Dweller 4 年之前
父節點
當前提交
132594b6ae
共有 3 個文件被更改,包括 1507 次插入0 次删除
  1. +16
    -0
      media/attribution.js
  2. +1461
    -0
      media/characters/chimera/front.svg
  3. +30
    -0
      presets/characters.js

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

@@ -19452,6 +19452,18 @@ const attributionData = {
"themuffinly" "themuffinly"
] ]
}, },
{
prefix: "./media/characters/chimera/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/41029049/" }
],
authors: [
"kassy"
],
owners: [
"chimera"
]
},
//characters //characters
{ {
prefix: "./media/fiction/halo/halo/", prefix: "./media/fiction/halo/halo/",
@@ -26978,6 +26990,10 @@ const attributionData = {
"name": "TheMuffinly", "name": "TheMuffinly",
"url": "https://www.furaffinity.net/user/themuffinly/" "url": "https://www.furaffinity.net/user/themuffinly/"
}, },
"kassy": {
"name": "Kassy",
"url": "https://portfolio.commishes.com/user/Kassy"
},
} }
} }




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


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

@@ -53238,6 +53238,36 @@ characterMakers.push(() => makeCharacter(
] ]
)) ))


characterMakers.push(() => makeCharacter(
{ name: "Chimera", species: ["pegasus"], tags: ["anthro"] },
{
front: {
height: math.unit(7, "feet"),
name: "Front",
image: {
source: "./media/characters/chimera/front.svg",
extra: 1752/1614,
bottom: 68/1820
}
},
},
[
{
name: "Normal",
height: math.unit(7, "feet"),
default: true
},
{
name: "Gigamacro",
height: math.unit(2.9, "gigameters")
},
{
name: "Universal",
height: math.unit(1.56e26, "yottameters")
},
]
))

//characters //characters


function makeCharacters() { function makeCharacters() {


Loading…
取消
儲存