diff --git a/media/attribution.js b/media/attribution.js
index 09fc6b26..449d5a0f 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -17296,6 +17296,19 @@ const attributionData = {
"fortlucenne"
]
},
+ {
+ prefix: "./media/characters/abacus/",
+ files: [
+ { name: "anthro.svg", source: "https://twitter.com/HuniiHeart/status/1333870890170396675" },
+ { name: "pigeon.svg", source: "https://twitter.com/HuniiHeart/status/1333870890170396675" },
+ ],
+ authors: [
+ "huniiheart"
+ ],
+ owners: [
+ "definepigeon"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -23885,6 +23898,10 @@ const attributionData = {
"name": "EdaMonstr",
"url": "https://twitter.com/EdaMonstr"
},
+ "definepigeon": {
+ "name": "definepigeon",
+ "url": "https://twitter.com/definepigeon"
+ },
}
}
diff --git a/media/characters/abacus/anthro.svg b/media/characters/abacus/anthro.svg
new file mode 100644
index 00000000..34a35fd0
--- /dev/null
+++ b/media/characters/abacus/anthro.svg
@@ -0,0 +1,442 @@
+
+
+
diff --git a/media/characters/abacus/pigeon.svg b/media/characters/abacus/pigeon.svg
new file mode 100644
index 00000000..abb9148a
--- /dev/null
+++ b/media/characters/abacus/pigeon.svg
@@ -0,0 +1,162 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 8850b8c2..e13e48ef 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -45705,6 +45705,38 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Abacus", species: ["construct", "corvid"], tags: ["anthro"] },
+ {
+ anthro: {
+ height: math.unit(9, "feet"),
+ weight: math.unit(2076, "lb"),
+ name: "Anthro",
+ image: {
+ source: "./media/characters/abacus/anthro.svg",
+ extra: 1540/1494,
+ bottom: 233/1773
+ }
+ },
+ pigeon: {
+ height: math.unit(1, "feet"),
+ name: "Pigeon",
+ image: {
+ source: "./media/characters/abacus/pigeon.svg",
+ extra: 528/525,
+ bottom: 46/574
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(9, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {