Browse Source

Add Shadow (the wolf)

master
Fen Dweller 3 years ago
parent
commit
b1515fdcda
3 changed files with 1734 additions and 0 deletions
  1. +12
    -0
      media/attribution.js
  2. +1699
    -0
      media/characters/shadow-wolf/front.svg
  3. +23
    -0
      presets/characters.js

+ 12
- 0
media/attribution.js View File

@@ -22053,6 +22053,18 @@ const attributionData = {
"baltica"
]
},
{
prefix: "./media/characters/shadow-wolf/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/46249171/" }
],
authors: [
"angelthecatgirl"
],
owners: [
"angelthecatgirl"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


+ 1699
- 0
media/characters/shadow-wolf/front.svg
File diff suppressed because it is too large
View File


+ 23
- 0
presets/characters.js View File

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

characterMakers.push(() => makeCharacter(
{ name: "Shadow (Wolf)", species: ["wolf", "demi"], tags: ["anthro"] },
{
front: {
height: math.unit(6 + 10/12, "feet"),
weight: math.unit(200, "lb"),
name: "Front",
image: {
source: "./media/characters/shadow-wolf/front.svg",
extra: 1931/1760,
bottom: 88/2019
}
},
},
[
{
name: "Normal",
height: math.unit(6 + 10/12, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save