Browse Source

Add Jericho

master
Fen Dweller 3 years ago
parent
commit
d244c8bb93
3 changed files with 3954 additions and 0 deletions
  1. +16
    -0
      media/attribution.js
  2. +3916
    -0
      media/characters/jericho/side.svg
  3. +22
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js View File

@@ -23463,6 +23463,18 @@ const attributionData = {
"klezmer-gryphon" "klezmer-gryphon"
] ]
}, },
{
prefix: "./media/characters/jericho/",
files: [
{ name: "side.svg", source: null }
],
authors: [
"mythrilkittyart"
],
owners: [
"myriad"
]
},
//characters //characters
{ {
prefix: "./media/fiction/halo/halo/", prefix: "./media/fiction/halo/halo/",
@@ -32398,6 +32410,10 @@ const attributionData = {
"name": "TheKC", "name": "TheKC",
"url": "https://www.furaffinity.net/user/thekc/" "url": "https://www.furaffinity.net/user/thekc/"
}, },
"mythrilkittyart": {
"name": "Mythrilkittyart",
"url": "https://twitter.com/mythrilkittyart"
},
} }
} }




+ 3916
- 0
media/characters/jericho/side.svg
File diff suppressed because it is too large
View File


+ 22
- 0
presets/characters.js View File

@@ -68967,6 +68967,28 @@ characterMakers.push(() => makeCharacter(
] ]
)) ))


characterMakers.push(() => makeCharacter(
{ name: "Jericho", species: ["obstagoon"], tags: ["taur"] },
{
side: {
height: math.unit(5, "meters"),
name: "Side",
image: {
source: "./media/characters/jericho/side.svg",
extra: 626/569,
bottom: 80/706
}
}
},
[
{
name: "Normal",
height: math.unit(5, "meters"),
default: true
},
]
))

//characters //characters


function makeCharacters() { function makeCharacters() {


Loading…
Cancel
Save