Browse Source

Add Valuria

master
Fen Dweller 3 years ago
parent
commit
1b656d0453
3 changed files with 1662 additions and 0 deletions
  1. +12
    -0
      media/attribution.js
  2. +1603
    -0
      media/characters/valuria/front.svg
  3. +47
    -0
      presets/characters.js

+ 12
- 0
media/attribution.js View File

@@ -21766,6 +21766,18 @@ const attributionData = {
"braxia"
]
},
{
prefix: "./media/characters/valuria/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/46241990/" }
],
authors: [
"braxia"
],
owners: [
"braxia"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


+ 1603
- 0
media/characters/valuria/front.svg
File diff suppressed because it is too large
View File


+ 47
- 0
presets/characters.js View File

@@ -2305,6 +2305,14 @@ const speciesData = {
name: "Catfish",
parents: ["fish"]
},
"vesempress": {
name: "Vesempress",
parents: ["vespiquen"]
},
"vespiquen": {
name: "Vespiquen",
parents: ["pokemon", "bee"]
},
}

//species
@@ -62382,6 +62390,45 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Valuria", species: ["vesempress"], tags: ["anthro"] },
{
front: {
height: math.unit(15, "feet"),
weight: math.unit(1500, "lb"),
name: "Front",
image: {
source: "./media/characters/valuria/front.svg",
extra: 1588/1486,
bottom: 31/1619
}
},
},
[
{
name: "Normal",
height: math.unit(15, "feet"),
default: true
},
{
name: "Small",
height: math.unit(500, "feet")
},
{
name: "Macro",
height: math.unit(4000, "feet")
},
{
name: "Mega Macro",
height: math.unit(2000, "miles")
},
{
name: "Giga Macro",
height: math.unit(3e6, "miles")
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save