Browse Source

Add Camia "Vertigo" Zott

master
Fen Dweller 3 years ago
parent
commit
74cb4aba2e
3 changed files with 3227 additions and 0 deletions
  1. +12
    -0
      media/attribution.js
  2. +3184
    -0
      media/characters/camia-vertigo-zott/front.svg
  3. +31
    -0
      presets/characters.js

+ 12
- 0
media/attribution.js View File

@@ -22890,6 +22890,18 @@ const attributionData = {
"beathebehemoth"
]
},
{
prefix: "./media/characters/camia-vertigo-zott/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/31449224/" }
],
authors: [
"beathebehemoth"
],
owners: [
"beathebehemoth"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


+ 3184
- 0
media/characters/camia-vertigo-zott/front.svg
File diff suppressed because it is too large
View File


+ 31
- 0
presets/characters.js View File

@@ -2449,6 +2449,10 @@ const speciesData = {
name: "Brown Bear",
parents: ["bear"]
},
"vampire-bat": {
name: "Vampire Bat",
parents: ["bat"]
},
}

//species
@@ -66824,6 +66828,33 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Camia \"Vertigo\" Zott", species: ["vampire-bat", "kaiju"], tags: ["anthro"] },
{
front: {
height: math.unit(122, "cm"),
weight: math.unit(80, "lb"),
name: "Front",
image: {
source: "./media/characters/camia-vertigo-zott/front.svg",
extra: 2112/1902,
bottom: 21/2133
}
},
},
[
{
name: "Base Height",
height: math.unit(122, "cm")
},
{
name: "Macro Height",
height: math.unit(345, "meters"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save