diff --git a/media/attribution.js b/media/attribution.js
index 0f5e29a7..23419a11 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -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/",
diff --git a/media/characters/braxia/human-front.svg b/media/characters/braxia/human-front.svg
new file mode 100644
index 00000000..225b2665
--- /dev/null
+++ b/media/characters/braxia/human-front.svg
@@ -0,0 +1,1350 @@
+
+
+
diff --git a/media/characters/braxia/pistrogre-front.svg b/media/characters/braxia/pistrogre-front.svg
new file mode 100644
index 00000000..4e37a7e1
--- /dev/null
+++ b/media/characters/braxia/pistrogre-front.svg
@@ -0,0 +1,2865 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 951ca587..e6104207 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -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() {