Browse Source

Add Trance

master
Fen Dweller 4 years ago
parent
commit
7257528f8a
3 changed files with 1543 additions and 0 deletions
  1. +20
    -0
      media/attribution.js
  2. +1500
    -0
      media/characters/trance/hyena-side.svg
  3. +23
    -0
      presets/characters.js

+ 20
- 0
media/attribution.js View File

@@ -19744,6 +19744,18 @@ const attributionData = {
"airless" "airless"
] ]
}, },
{
prefix: "./media/characters/trance/",
files: [
{ name: "hyena-side.svg", source: null }
],
authors: [
"zombchomp"
],
owners: [
"trance-sortfolf"
]
},
//characters //characters
{ {
prefix: "./media/fiction/halo/halo/", prefix: "./media/fiction/halo/halo/",
@@ -27511,6 +27523,14 @@ const attributionData = {
"name": "AirlessDragon", "name": "AirlessDragon",
"url": "https://twitter.com/airlessdragon" "url": "https://twitter.com/airlessdragon"
}, },
"trance-sortfolf": {
"name": "Trance-Sortfolf",
"url": "https://www.furaffinity.net/user/trance-sortfolf"
},
"zombchomp": {
"name": "Zomb",
"url": "https://twitter.com/zombchomp"
},
} }
} }




+ 1500
- 0
media/characters/trance/hyena-side.svg
File diff suppressed because it is too large
View File


+ 23
- 0
presets/characters.js View File

@@ -54066,6 +54066,29 @@ characterMakers.push(() => makeCharacter(
] ]
)) ))


characterMakers.push(() => makeCharacter(
{ name: "Trance", species: ["hyena"], tags: ["anthro"] },
{
hyenaSide: {
height: math.unit(80, "cm"),
weight: math.unit(110, "lb"),
name: "Side",
image: {
source: "./media/characters/trance/hyena-side.svg",
extra: 998/904,
bottom: 76/1074
}
},
},
[
{
name: "Macro",
height: math.unit(37, "feet"),
default: true
},
]
))

//characters //characters


function makeCharacters() { function makeCharacters() {


Loading…
Cancel
Save