Parcourir la source

Add PENNY

master
Fen Dweller il y a 4 ans
Parent
révision
e36cc0c0cb
3 fichiers modifiés avec 1818 ajouts et 4 suppressions
  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 Voir le fichier

@@ -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
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


+ 48
- 0
presets/characters.js Voir le fichier

@@ -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() {


Chargement…
Annuler
Enregistrer