소스 검색

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" "beathebehemoth"
] ]
}, },
{
prefix: "./media/characters/buck-whitetail/",
files: [
{ name: "front.svg", source: null }
],
authors: [
"beathebehemoth"
],
owners: [
"beathebehemoth"
]
},
//characters //characters
{ {
prefix: "./media/fiction/halo/halo/", 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 //characters


function makeCharacters() { function makeCharacters() {


불러오는 중...
취소
저장