diff --git a/media/attribution.js b/media/attribution.js
index 575fc14f..22c397eb 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -2105,7 +2105,9 @@ const attributionData = {
{
prefix: "./media/characters/cordite/",
files: [
- { name: "anthro.svg", source: null }
+ { name: "front.svg", source: "https://www.furaffinity.net/view/35721352/", nsfw: true },
+ { name: "side.svg", source: "https://www.furaffinity.net/view/35721352/", nsfw: true },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/35721352/", nsfw: true },
],
authors: [
"bunnox"
@@ -4046,7 +4048,7 @@ const attributionData = {
{ name: "front.svg", source: "https://twitter.com/Bunnox1/status/1215858071731408896" }
],
authors: [
- "bunnox1"
+ "bunnox"
],
owners: [
"northybat"
@@ -17934,10 +17936,6 @@ const attributionData = {
"name": "Koijot",
"url": "https://twitter.com/Brit_Bork"
},
- "bunnox1": {
- "name": "Bunnox1",
- "url": "https://twitter.com/bunnox1"
- },
"canictricity": {
"name": "Canictricity",
"url": "https://www.furaffinity.net/user/canictricity"
diff --git a/media/characters/cordite/anthro.svg b/media/characters/cordite/anthro.svg
deleted file mode 100644
index ec8ab739..00000000
--- a/media/characters/cordite/anthro.svg
+++ /dev/null
@@ -1,267 +0,0 @@
-
-
-
diff --git a/media/characters/cordite/back.svg b/media/characters/cordite/back.svg
new file mode 100644
index 00000000..98527898
--- /dev/null
+++ b/media/characters/cordite/back.svg
@@ -0,0 +1,1061 @@
+
+
+
diff --git a/media/characters/cordite/front.svg b/media/characters/cordite/front.svg
new file mode 100644
index 00000000..287a23ee
--- /dev/null
+++ b/media/characters/cordite/front.svg
@@ -0,0 +1,1643 @@
+
+
+
diff --git a/media/characters/cordite/side.svg b/media/characters/cordite/side.svg
new file mode 100644
index 00000000..8ee04c3a
--- /dev/null
+++ b/media/characters/cordite/side.svg
@@ -0,0 +1,1359 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index c0337cf4..9b418c09 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -1898,17 +1898,17 @@ characterMakers.push(() => makeCharacter(
},
[
{
- name: "Normal",
+ name: "Small",
height: math.unit(2.2428, "meter")
},
{
- name: "Big",
- height: math.unit(12, "feet")
+ name: "Normal",
+ height: math.unit(12, "feet"),
+ default: true,
},
{
name: "Minimacro",
height: math.unit(40, "feet"),
- default: true,
info: {
description: {
mode: "append",
@@ -11408,14 +11408,34 @@ characterMakers.push(() => makeCharacter(
characterMakers.push(() => makeCharacter(
{ name: "Cordite", species: ["candy-orca-dragon"], tags: ["anthro"] },
{
- anthro: {
- height: math.unit(6 + 5 / 12, "feet"),
- weight: math.unit(280, "lb"),
- name: "Anthro",
+ front: {
+ height: math.unit(11, "feet"),
+ weight: math.unit(1400, "lb"),
+ name: "Front",
image: {
- source: "./media/characters/cordite/anthro.svg",
- extra: 1986 / 1905,
- bottom: 0.025
+ source: "./media/characters/cordite/front.svg",
+ extra: 1919/1827,
+ bottom: 40/1959
+ }
+ },
+ side: {
+ height: math.unit(11, "feet"),
+ weight: math.unit(1400, "lb"),
+ name: "Side",
+ image: {
+ source: "./media/characters/cordite/side.svg",
+ extra: 1908/1793,
+ bottom: 38/1946
+ }
+ },
+ back: {
+ height: math.unit(11, "feet"),
+ weight: math.unit(1400, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/cordite/back.svg",
+ extra: 1938/1837,
+ bottom: 10/1948
}
},
feral: {
@@ -11432,7 +11452,7 @@ characterMakers.push(() => makeCharacter(
[
{
name: "Normal",
- height: math.unit(6 + 5 / 12, "feet"),
+ height: math.unit(11, "feet"),
default: true
},
]