소스 검색

Add Theo (the Arcanine)

master
Fen Dweller 4 년 전
부모
커밋
09d2e40b3c
3개의 변경된 파일1177개의 추가작업 그리고 0개의 파일을 삭제
  1. +12
    -0
      media/attribution.js
  2. +1142
    -0
      media/characters/theo-arcanine/side.svg
  3. +23
    -0
      presets/characters.js

+ 12
- 0
media/attribution.js 파일 보기

@@ -16456,6 +16456,18 @@ const attributionData = {
"anonymous" "anonymous"
] ]
}, },
{
prefix: "./media/characters/theo-arcanine/",
files: [
{ name: "side.svg", source: "https://www.furaffinity.net/view/21341551/" }
],
authors: [
"verysoft"
],
owners: [
"zanzia"
]
},
//characters //characters
{ {
prefix: "./media/dildos/chance/", prefix: "./media/dildos/chance/",


+ 1142
- 0
media/characters/theo-arcanine/side.svg
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 23
- 0
presets/characters.js 파일 보기

@@ -43295,6 +43295,29 @@ characterMakers.push(() => makeCharacter(
] ]
)) ))


characterMakers.push(() => makeCharacter(
{ name: "Theo (Arcanine)", species: ["arcanine"], tags: ["feral"] },
{
side: {
height: math.unit(8 + 2/12, "feet"),
weight: math.unit(500, "kg"),
name: "Side",
image: {
source: "./media/characters/theo-arcanine/side.svg",
extra: 1342/1074,
bottom: 111/1453
}
},
},
[
{
name: "Normal",
height: math.unit(8 + 2/12, "feet"),
default: true
},
]
))

//characters //characters


function makeCharacters() { function makeCharacters() {


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