Browse Source

Add Telkar

master
Fen Dweller 2 years ago
parent
commit
20ddff883f
3 changed files with 2219 additions and 0 deletions
  1. +20
    -0
      media/attribution.js
  2. +2171
    -0
      media/characters/telkar/front.svg
  3. +28
    -0
      presets/characters.js

+ 20
- 0
media/attribution.js View File

@@ -23547,6 +23547,18 @@ const attributionData = {
"xar"
]
},
{
prefix: "./media/characters/telkar/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/48141541/" }
],
authors: [
"jaebaobread"
],
owners: [
"tadeo-saffron"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -32494,6 +32506,14 @@ const attributionData = {
"name": "Xar",
"url": "https://twitter.com/xarbird"
},
"jaebaobread": {
"name": "JaeBaoBread",
"url": "https://twitter.com/JaeBaoBread"
},
"tadeo-saffron": {
"name": "Tadeo_Saffron",
"url": "https://www.furaffinity.net/user/tadeosaffron/"
},
}
}



+ 2171
- 0
media/characters/telkar/front.svg
File diff suppressed because it is too large
View File


+ 28
- 0
presets/characters.js View File

@@ -2497,6 +2497,10 @@ const speciesData = {
name: "Virginia Opossum",
parents: ["opossum"]
},
"furret": {
name: "Furret",
parents: ["pokemon", "ferret"]
},
}

//species
@@ -69286,6 +69290,30 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Telkar", species: ["furret"], tags: ["anthro"] },
{
front: {
height: math.unit(5 + 6/12, "feet"),
weight: math.unit(150, "lb"),
preyCapacity: math.unit(3, "people"),
name: "Front",
image: {
source: "./media/characters/telkar/front.svg",
extra: 429/398,
bottom: 11/440
}
},
},
[
{
name: "Normal",
height: math.unit(5 + 6/12, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save