瀏覽代碼

Add Buck Whitetail

master
Fen Dweller 3 年之前
父節點
當前提交
6a257d3c5d
共有 3 個檔案被更改,包括 2897 行新增0 行删除
  1. +12
    -0
      media/attribution.js
  2. +2854
    -0
      media/characters/buck-whitetail/front.svg
  3. +31
    -0
      presets/characters.js

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

@@ -22938,6 +22938,18 @@ const attributionData = {
"beathebehemoth"
]
},
{
prefix: "./media/characters/buck-whitetail/",
files: [
{ name: "front.svg", source: null }
],
authors: [
"beathebehemoth"
],
owners: [
"beathebehemoth"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


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


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

@@ -66940,6 +66940,37 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Buck Whitetail", species: ["deer"], tags: ["anthro"] },
{
front: {
height: math.unit(5 + 4/12, "feet"),
weight: math.unit(110, "lb"),
name: "Front",
image: {
source: "./media/characters/buck-whitetail/front.svg",
extra: 2430/2186,
bottom: 125/2555
}
},
},
[
{
name: "Normal",
height: math.unit(5 + 4/12, "feet")
},
{
name: "Galactic",
height: math.unit(5.4e22, "meters"),
default: true
},
{
name: "Universal",
height: math.unit(9.6e28, "meters")
},
]
))

//characters

function makeCharacters() {


Loading…
取消
儲存