diff --git a/media/attribution.js b/media/attribution.js
index a6b3baa0..98b80d1a 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -8337,6 +8337,19 @@ const attributionData = {
"hajinn"
]
},
+ {
+ prefix: "./media/characters/gabira/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/22244723/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/22244723/" },
+ ],
+ authors: [
+ "gabira"
+ ],
+ owners: [
+ "gabira"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
diff --git a/media/characters/gabira/back.svg b/media/characters/gabira/back.svg
new file mode 100644
index 00000000..7d15ed3d
--- /dev/null
+++ b/media/characters/gabira/back.svg
@@ -0,0 +1,234 @@
+
+
+
diff --git a/media/characters/gabira/front.svg b/media/characters/gabira/front.svg
new file mode 100644
index 00000000..be3f08eb
--- /dev/null
+++ b/media/characters/gabira/front.svg
@@ -0,0 +1,388 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index ff242315..9c4e89df 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -18702,6 +18702,39 @@ characterMakers["Tahajin"] = () => makeCharacter(
]
)
+ characterMakers["Gabira"] = () => makeCharacter(
+ { name: "Gabira" },
+ {
+ front: {
+ height: math.unit(8, "feet"),
+ weight: math.unit(350, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/gabira/front.svg",
+ extra: 608/580,
+ bottom: 0.03
+ }
+ },
+ back: {
+ height: math.unit(8, "feet"),
+ weight: math.unit(350, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/gabira/back.svg",
+ extra: 608/580,
+ bottom: 0.03
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(8, "feet"),
+ default: true
+ },
+ ]
+ )
+
//characters
function makeCharacters() {