소스 검색

Add Alice

master
Fen Dweller 3 년 전
부모
커밋
d05edc010b
6개의 변경된 파일8408개의 추가작업 그리고 0개의 파일을 삭제
  1. +19
    -0
      media/attribution.js
  2. +2099
    -0
      media/characters/alice/dressed.svg
  3. +3888
    -0
      media/characters/alice/fishnet.svg
  4. +1263
    -0
      media/characters/alice/front.svg
  5. +1082
    -0
      media/characters/alice/side.svg
  6. +57
    -0
      presets/characters.js

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

@@ -20664,6 +20664,21 @@ const attributionData = {
"fffwankie" "fffwankie"
] ]
}, },
{
prefix: "./media/characters/alice/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/17763640", nsfw: true },
{ name: "side.svg", source: "https://www.furaffinity.net/view/17763640", nsfw: true },
{ name: "dressed.svg", source: "https://www.furaffinity.net/view/17763640", nsfw: false },
{ name: "fishnet.svg", source: "https://www.furaffinity.net/view/17763640", nsfw: false },
],
authors: [
"discoverychannelofficial"
],
owners: [
"fffwankie"
]
},
//characters //characters
{ {
prefix: "./media/fiction/halo/halo/", prefix: "./media/fiction/halo/halo/",
@@ -28825,6 +28840,10 @@ const attributionData = {
"name": "Kanel", "name": "Kanel",
"url": "https://www.furaffinity.net/user/kanel/" "url": "https://www.furaffinity.net/user/kanel/"
}, },
"discoverychannelofficial": {
"name": "discoverychannelofficial",
"url": "https://www.furaffinity.net/user/discoverychannelofficial/"
},
} }
} }




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


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


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


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


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

@@ -2180,6 +2180,10 @@ const speciesData = {
name: "AI", name: "AI",
parents: [] parents: []
}, },
"black-tip-reef-shark": {
name: "Black Tip Reef Shark",
parents: ["shark"]
},
} }


//species //species
@@ -57353,6 +57357,59 @@ characterMakers.push(() => makeCharacter(
] ]
)) ))


characterMakers.push(() => makeCharacter(
{ name: "Alice", species: ["black-tip-reef-shark"], tags: ["anthro"] },
{
front: {
height: math.unit(2.4, "meters"),
weight: math.unit(270, "kg"),
name: "Front",
image: {
source: "./media/characters/alice/front.svg",
extra: 950/900,
bottom: 36/986
}
},
side: {
height: math.unit(2.4, "meters"),
weight: math.unit(270, "kg"),
name: "Side",
image: {
source: "./media/characters/alice/side.svg",
extra: 921/876,
bottom: 19/940
}
},
dressed: {
height: math.unit(2.4, "meters"),
weight: math.unit(270, "kg"),
name: "Dressed",
image: {
source: "./media/characters/alice/dressed.svg",
extra: 905/850,
bottom: 81/986
}
},
fishnet: {
height: math.unit(2.4, "meters"),
weight: math.unit(270, "kg"),
name: "Fishnet",
image: {
source: "./media/characters/alice/fishnet.svg",
extra: 905/850,
bottom: 81/986
}
},
},
[
{
name: "Normal",
height: math.unit(2.4, "meters"),
default: true
},
]
))

//characters //characters


function makeCharacters() { function makeCharacters() {


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