diff --git a/media/attribution.js b/media/attribution.js
index 347b583c..3fb847ec 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -1886,10 +1886,13 @@ const attributionData = {
{
prefix: "./media/characters/bmc/",
files: [
- { name: "front.svg", source: "https://www.furaffinity.net/view/35295996/" }
+ { name: "front.svg", source: "https://www.furaffinity.net/view/41977944/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/41977944/" },
+ { name: "front-armor.svg", source: "https://twitter.com/BigMountainCat1/status/1372023558403190790"}
],
authors: [
- "bigmountaincat"
+ "scrumptiousbean",
+ "voreasaurusrex"
],
owners: [
"bigmountaincat"
@@ -22431,6 +22434,14 @@ const attributionData = {
"name": "Hidasan",
"url": "https://twitter.com/Hidasan"
},
+ "scrumptiousbean": {
+ "name": "ScrumptiousBean",
+ "url": "https://twitter.com/ScrumptiousBean"
+ },
+ "voreasaurusrex": {
+ "name": "voreasaurusrex",
+ "url": "https://twitter.com/voreasaurusrex"
+ },
}
}
diff --git a/media/characters/bmc/back.svg b/media/characters/bmc/back.svg
new file mode 100644
index 00000000..2c342147
--- /dev/null
+++ b/media/characters/bmc/back.svg
@@ -0,0 +1,2563 @@
+
+
+
diff --git a/media/characters/bmc/front-armor.svg b/media/characters/bmc/front-armor.svg
new file mode 100644
index 00000000..ede998e1
--- /dev/null
+++ b/media/characters/bmc/front-armor.svg
@@ -0,0 +1,1426 @@
+
+
+
diff --git a/media/characters/bmc/front.svg b/media/characters/bmc/front.svg
index 1026447e..e5f01d55 100644
--- a/media/characters/bmc/front.svg
+++ b/media/characters/bmc/front.svg
@@ -1,105 +1,2534 @@
-
+
diff --git a/presets/characters.js b/presets/characters.js
index 738665c5..ac1ac69c 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -11469,13 +11469,33 @@ characterMakers.push(() => makeCharacter(
{ name: "BMC", species: ["sabertooth-tiger", "cougar"], tags: ["anthro"] },
{
front: {
- height: math.unit(6 + 4 / 12, "feet"),
- weight: math.unit(188, "lb"),
+ height: math.unit(6 + 4/12, "feet"),
+ weight: math.unit(190, "lb"),
name: "Front",
image: {
source: "./media/characters/bmc/front.svg",
- extra: 1067 / 1022,
- bottom: 0.047
+ extra: 1626/1472,
+ bottom: 79/1705
+ }
+ },
+ back: {
+ height: math.unit(6 + 4/12, "feet"),
+ weight: math.unit(190, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/bmc/back.svg",
+ extra: 1640/1479,
+ bottom: 45/1685
+ }
+ },
+ frontArmor: {
+ height: math.unit(6 + 4/12, "feet"),
+ weight: math.unit(190, "lb"),
+ name: "Front-armor",
+ image: {
+ source: "./media/characters/bmc/front-armor.svg",
+ extra: 1538/1468,
+ bottom: 79/1617
}
},
},
@@ -11484,6 +11504,10 @@ characterMakers.push(() => makeCharacter(
name: "Human-sized",
height: math.unit(6 + 4 / 12, "feet")
},
+ {
+ name: "Interactive Size",
+ height: math.unit(25, "feet")
+ },
{
name: "Small",
height: math.unit(250, "feet")
@@ -11499,7 +11523,7 @@ characterMakers.push(() => makeCharacter(
},
{
name: "Largest Measured Size",
- height: math.unit(11.2e6, "lightyears")
+ height: math.unit(105.960, "galaxies")
},
]
))