Browse Source

Add Vorrel Harroc

master
Fen Dweller 4 years ago
parent
commit
89e585e515
3 changed files with 4223 additions and 1 deletions
  1. +16
    -0
      media/attribution.js
  2. +4171
    -0
      media/characters/vorrel-harroc/front.svg
  3. +36
    -1
      presets/characters.js

+ 16
- 0
media/attribution.js View File

@@ -15302,6 +15302,18 @@ const attributionData = {
"magpi"
]
},
{
prefix: "./media/characters/vorrel-harroc/",
files: [
{ name: "front.svg", source: "https://twitter.com/VeritableCalam/status/1265811733542776835" }
],
authors: [
"sixsydes"
],
owners: [
"veritablecalamity"
]
},
//characters
{
prefix: "./media/dildos/chance/",
@@ -20983,6 +20995,10 @@ const attributionData = {
"name": "Magπ",
"url": "https://www.furaffinity.net/user/magpi/"
},
"veritablecalamity": {
"name": "VeritableCalamity",
"url": "https://twitter.com/VeritableCalam/"
},
}
}



+ 4171
- 0
media/characters/vorrel-harroc/front.svg
File diff suppressed because it is too large
View File


+ 36
- 1
presets/characters.js View File

@@ -1024,7 +1024,7 @@ const speciesData = {
parents: ["avian"]
},
"t-rex": {
name: "T Rex",
name: "Tyrannosaurus Rex",
parents: ["dinosaur"]
},
"mactarian": {
@@ -40589,6 +40589,41 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Vorrel Harroc", species: ["t-rex"], tags: ["anthro"] },
{
front: {
height: math.unit(512, "feet"),
weight: math.unit(63509, "tonnes"),
name: "Front",
image: {
source: "./media/characters/vorrel-harroc/front.svg",
extra: 1075/1063,
bottom: 62/1137
}
},
},
[
{
name: "Normal",
height: math.unit(10, "feet")
},
{
name: "Macro",
height: math.unit(512, "feet"),
default: true
},
{
name: "Megamacro",
height: math.unit(256, "miles")
},
{
name: "Gigamacro",
height: math.unit(4096, "miles")
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save