diff --git a/media/attribution.js b/media/attribution.js
index 2c95ba34..42b268f3 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -1599,6 +1599,18 @@ const attributionData = {
"lucha-libre-libro"
]
},
+ {
+ prefix: "./media/characters/danny/",
+ files: [
+ { name: "front.svg", source: "https://twitter.com/danny_gryphon/status/1212835551180517376" }
+ ],
+ authors: [
+ "xrosettaxx"
+ ],
+ owners: [
+ "danny-gryphon"
+ ]
+ },
{
prefix: "./media/characters/dr-clay/",
files: [
@@ -3530,6 +3542,14 @@ const attributionData = {
"name": "Darrell Jackal (Petty)",
"url": "https://twitter.com/pettyjackal",
},
+ "xrosettaxx": {
+ "name": "XRosettaxx",
+ "url": "https://twitter.com/XRosettaxx",
+ },
+ "danny-gryphon": {
+ "name": "Danny Gryphon",
+ "url": "https://twitter.com/danny_gryphon",
+ },
}
}
diff --git a/media/characters/danny/back.svg b/media/characters/danny/back.svg
new file mode 100644
index 00000000..db8463dc
--- /dev/null
+++ b/media/characters/danny/back.svg
@@ -0,0 +1,156 @@
+
+
+
diff --git a/media/characters/danny/front.svg b/media/characters/danny/front.svg
new file mode 100644
index 00000000..2c988a2c
--- /dev/null
+++ b/media/characters/danny/front.svg
@@ -0,0 +1,316 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 2799833c..e81642fe 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -6826,6 +6826,41 @@ characterMakers["Tyrone"] = () => {
]
)
};
+
+characterMakers["Danny"] = () => {
+ return makeCharacter(
+ "Danny",
+ "danny_gryphon",
+ {
+ front: {
+ height: math.unit(7 + 8/12, "feet"),
+ weight: math.unit(120, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/danny/front.svg",
+ extra: 1490/1350
+ }
+ },
+ back: {
+ height: math.unit(7 + 8/12, "feet"),
+ weight: math.unit(120, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/danny/back.svg",
+ extra: 1490/1350
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(7 + 8/12, "feet"),
+ default: true
+ },
+ ]
+ )
+};r
+
function makeCharacters() {
const results = [];
results.push({