Browse Source

Add Buck Whitetail

master
Fen Dweller 3 years ago
parent
commit
6a257d3c5d
3 changed files with 2897 additions and 0 deletions
  1. +12
    -0
      media/attribution.js
  2. +2854
    -0
      media/characters/buck-whitetail/front.svg
  3. +31
    -0
      presets/characters.js

+ 12
- 0
media/attribution.js View File

@@ -22938,6 +22938,18 @@ const attributionData = {
"beathebehemoth"
]
},
{
prefix: "./media/characters/buck-whitetail/",
files: [
{ name: "front.svg", source: null }
],
authors: [
"beathebehemoth"
],
owners: [
"beathebehemoth"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


+ 2854
- 0
media/characters/buck-whitetail/front.svg
File diff suppressed because it is too large
View File


+ 31
- 0
presets/characters.js View File

@@ -66940,6 +66940,37 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Buck Whitetail", species: ["deer"], tags: ["anthro"] },
{
front: {
height: math.unit(5 + 4/12, "feet"),
weight: math.unit(110, "lb"),
name: "Front",
image: {
source: "./media/characters/buck-whitetail/front.svg",
extra: 2430/2186,
bottom: 125/2555
}
},
},
[
{
name: "Normal",
height: math.unit(5 + 4/12, "feet")
},
{
name: "Galactic",
height: math.unit(5.4e22, "meters"),
default: true
},
{
name: "Universal",
height: math.unit(9.6e28, "meters")
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save