Browse Source

Add Jason Crowe

master
Fen Dweller 3 years ago
parent
commit
55c96ee143
3 changed files with 1877 additions and 0 deletions
  1. +16
    -0
      media/attribution.js
  2. +1826
    -0
      media/characters/jason-crowe/side.svg
  3. +35
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js View File

@@ -19983,6 +19983,18 @@ const attributionData = {
"tiden"
]
},
{
prefix: "./media/characters/jason-crowe/",
files: [
{ name: "side.svg", source: "https://www.furaffinity.net/view/37537497/" }
],
authors: [
"shenzaibird"
],
owners: [
"immaturecontent"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -27868,6 +27880,10 @@ const attributionData = {
"name": "Rai-Brid",
"url": "https://www.furaffinity.net/user/rai-brid/"
},
"shenzaibird": {
"name": "ShenzaiBird",
"url": "https://www.furaffinity.net/user/shenzaibird"
},
}
}



+ 1826
- 0
media/characters/jason-crowe/side.svg
File diff suppressed because it is too large
View File


+ 35
- 0
presets/characters.js View File

@@ -2085,6 +2085,10 @@ const speciesData = {
name: "Housecat",
parents: ["cat"]
},
"bombay-cat": {
name: "Bombay Cat",
parents: ["housecat"]
},
}

//species
@@ -54856,6 +54860,37 @@ characterMakers.push(() => makeCharacter(
}
))

characterMakers.push(() => makeCharacter(
{ name: "Jason Crowe", species: ["gryphon", "raven", "bombay-cat"], tags: ["feral"] },
{
side: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
name: "Side",
image: {
source: "./media/characters/jason-crowe/side.svg",
extra: 1771/766,
bottom: 219/1990
}
},
},
[
{
name: "Pocket Gryphon",
height: math.unit(6, "cm")
},
{
name: "Raven",
height: math.unit(60, "cm")
},
{
name: "Normal",
height: math.unit(1, "meter"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save