소스 검색

Add PENNY

master
Fen Dweller 4 년 전
부모
커밋
e36cc0c0cb
3개의 변경된 파일1818개의 추가작업 그리고 4개의 파일을 삭제
  1. +20
    -4
      media/attribution.js
  2. +1750
    -0
      media/characters/penny-lynx/front.svg
  3. +48
    -0
      presets/characters.js

+ 20
- 4
media/attribution.js 파일 보기

@@ -11636,7 +11636,7 @@ const attributionData = {
"cougr"
],
owners: [
"remmyzee"
"remmyzilla"
]
},
{
@@ -19121,6 +19121,18 @@ const attributionData = {
"ruleroftherainforest"
]
},
{
prefix: "./media/characters/penny-lynx/",
files: [
{ name: "front.svg", source: "https://twitter.com/Kyyrin/status/720781532533760000" }
],
authors: [
"kyyrin"
],
owners: [
"remmyzilla"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -23663,9 +23675,9 @@ const attributionData = {
"name": "ForcesWerwolf",
"url": "https://www.furaffinity.net/user/forceswerwolf/"
},
"remmyzee": {
"name": "RemmyZee",
"url": "https://www.furaffinity.net/user/remmyzee/"
"remmyzilla": {
"name": "Remmyzilla",
"url": "https://twitter.com/Remmyzilla/"
},
"amalthus": {
"name": "Amalthus",
@@ -26335,6 +26347,10 @@ const attributionData = {
"name": "OpTicBuster",
"url": "https://www.furaffinity.net/user/opticbuster/"
},
"kyyrin": {
"name": "Kyyrin",
"url": "https://twitter.com/Kyyrin/"
},
}
}



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


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

@@ -52136,6 +52136,54 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "PENNY", species: ["lynx" ,"computer-virus"], tags: ["anthro"] },
{
front: {
height: math.unit(60, "inches"),
weight: math.unit(16, "lb"),
preyCapacity: math.unit(80, "liters"),
name: "Front",
image: {
source: "./media/characters/penny-lynx/front.svg",
extra: 1959/1769,
bottom: 49/2008
}
},
},
[
{
name: "Nokia",
height: math.unit(2, "inches")
},
{
name: "Desktop",
height: math.unit(24, "inches")
},
{
name: "TV",
height: math.unit(60, "inches")
},
{
name: "Jumbotron",
height: math.unit(12, "feet")
},
{
name: "Billboard",
height: math.unit(48, "feet"),
default: true
},
{
name: "IMAX",
height: math.unit(96, "feet")
},
{
name: "SINGULARITY",
height: math.unit(864938, "miles")
},
]
))

//characters

function makeCharacters() {


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