Browse Source

Add Taffy

master
Fen Dweller 3 years ago
parent
commit
ecaae884e6
4 changed files with 3238 additions and 0 deletions
  1. +13
    -0
      media/attribution.js
  2. +1129
    -0
      media/characters/taffy/back.svg
  3. +2059
    -0
      media/characters/taffy/front.svg
  4. +37
    -0
      presets/characters.js

+ 13
- 0
media/attribution.js View File

@@ -22436,6 +22436,19 @@ const attributionData = {
"burn"
]
},
{
prefix: "./media/characters/taffy/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/47033790/" },
{ name: "back.svg", source: "https://www.furaffinity.net/view/47033790/" },
],
authors: [
"egkangaroo"
],
owners: [
"egkangaroo"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


+ 1129
- 0
media/characters/taffy/back.svg
File diff suppressed because it is too large
View File


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


+ 37
- 0
presets/characters.js View File

@@ -2373,6 +2373,10 @@ const speciesData = {
name: "Allusus",
parents: ["humanoid"]
},
"saltwater-crocodile": {
name: "Saltwater Crocodile",
parents: ["crocodile"]
},
}

//species
@@ -64855,6 +64859,39 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Taffy", species: ["saltwater-crocodile"], tags: ["anthro"] },
{
front: {
height: math.unit(2, "meters"),
weight: math.unit(200, "lb"),
name: "Front",
image: {
source: "./media/characters/taffy/front.svg",
extra: 1666/1618,
bottom: 157/1823
}
},
back: {
height: math.unit(2, "meters"),
weight: math.unit(200, "lb"),
name: "Back",
image: {
source: "./media/characters/taffy/back.svg",
extra: 1635/1583,
bottom: 153/1788
}
},
},
[
{
name: "Normal",
height: math.unit(2, "meters"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save