Browse Source

Add Leighton Marrow

master
Fen Dweller 3 years ago
parent
commit
3c06a5e110
3 changed files with 1646 additions and 0 deletions
  1. +20
    -0
      media/attribution.js
  2. +1603
    -0
      media/characters/leighton-marrow/front.svg
  3. +23
    -0
      presets/characters.js

+ 20
- 0
media/attribution.js View File

@@ -20329,6 +20329,18 @@ const attributionData = {
"egkangaroo"
]
},
{
prefix: "./media/characters/leighton-marrow/",
files: [
{ name: "front.svg", source: "https://twitter.com/LeightonMarrow/status/1398910166498693120" }
],
authors: [
"lizarddraws"
],
owners: [
"leightonmarrow"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -28360,6 +28372,14 @@ const attributionData = {
"name": "Vad",
"url": "https://twitter.com/VAfterDark"
},
"lizarddraws": {
"name": "lizarddraws",
"url": "https://www.furaffinity.net/user/lizarddraws/"
},
"leightonmarrow": {
"name": "Leighton Marrow",
"url": "https://twitter.com/LeightonMarrow/"
},
}
}



+ 1603
- 0
media/characters/leighton-marrow/front.svg
File diff suppressed because it is too large
View File


+ 23
- 0
presets/characters.js View File

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

characterMakers.push(() => makeCharacter(
{ name: "Leighton Marrow", species: ["deer"], tags: ["anthro"] },
{
front: {
height: math.unit(5 + 2/12, "feet"),
weight: math.unit(120, "lb"),
name: "Front",
image: {
source: "./media/characters/leighton-marrow/front.svg",
extra: 441/409,
bottom: 37/478
}
},
},
[
{
name: "Normal",
height: math.unit(5 + 2/12, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save