Browse Source

Add Braxia

master
Fen Dweller 3 years ago
parent
commit
09765c95eb
4 changed files with 4299 additions and 0 deletions
  1. +13
    -0
      media/attribution.js
  2. +1350
    -0
      media/characters/braxia/human-front.svg
  3. +2865
    -0
      media/characters/braxia/pistrogre-front.svg
  4. +71
    -0
      presets/characters.js

+ 13
- 0
media/attribution.js View File

@@ -21802,6 +21802,19 @@ const attributionData = {
"braxia"
]
},
{
prefix: "./media/characters/braxia/",
files: [
{ name: "pistrogre-front.svg", source: "https://www.furaffinity.net/view/34437725/", nsfw: true },
{ name: "human-front.svg", source: "https://www.furaffinity.net/view/40177892/", nsfw: true }
],
authors: [
"braxia"
],
owners: [
"braxia"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


+ 1350
- 0
media/characters/braxia/human-front.svg
File diff suppressed because it is too large
View File


+ 2865
- 0
media/characters/braxia/pistrogre-front.svg
File diff suppressed because it is too large
View File


+ 71
- 0
presets/characters.js View File

@@ -2317,6 +2317,10 @@ const speciesData = {
name: "Gaelterranian",
parents: ["alien"]
},
"pistrogre": {
name: "Pistrogre",
parents: ["alien", "deity", "insect", "reptile"]
},
}

//species
@@ -62478,6 +62482,73 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Braxia", species: ["pistrogre", "human"], tags: ["anthro"] },
{
pistrogre_front: {
height: math.unit(10, "feet"),
weight: math.unit(10, "tons"),
name: "Front",
image: {
source: "./media/characters/braxia/pistrogre-front.svg",
extra: 1531/1334,
bottom: 114/1645
},
form: "pistrogre",
default: true
},
human_front: {
height: math.unit(10, "feet"),
weight: math.unit(10, "tons"),
name: "Front",
image: {
source: "./media/characters/braxia/human-front.svg",
extra: 1574/1501,
bottom: 37/1611
},
form: "human",
default: true
},
},
[
{
name: "Normal",
height: math.unit(10, "feet"),
default: true,
allForms: true
},
{
name: "Macro",
height: math.unit(1000, "feet"),
allForms: true
},
{
name: "Mega Macro",
height: math.unit(100, "miles"),
allForms: true
},
{
name: "Cosmic",
height: math.unit(1000000, "lightyears"),
allForms: true
},
{
name: "ϐѮԆԬӁꭍϞԢ",
height: math.unit(1000, "multiverses"),
allForms: true
},
],
{
"pistrogre": {
name: "Pistrogre",
default: true
},
"human": {
name: "Human",
},
}
))

//characters

function makeCharacters() {


Loading…
Cancel
Save