From 9db18f114b213b8945381e758c7c5be36ce01e97 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 30 May 2020 14:17:25 -0400 Subject: [PATCH] Add Arsenal; update the character snippet --- .vscode/snippets.code-snippets | 6 +- media/attribution.js | 16 + media/characters/arsenal/front.svg | 970 +++++++++++++++++++++++++++++ presets/characters.js | 23 + 4 files changed, 1012 insertions(+), 3 deletions(-) create mode 100644 media/characters/arsenal/front.svg diff --git a/.vscode/snippets.code-snippets b/.vscode/snippets.code-snippets index 675f811e..79848a4b 100644 --- a/.vscode/snippets.code-snippets +++ b/.vscode/snippets.code-snippets @@ -48,12 +48,12 @@ "prefix": "character", "body": [ "characterMakers.push(() => makeCharacter(", - " { name: \"$1\" },", + " { name: \"$1\", species: [\"$2\"], tags: [\"${3:anthro}\"] },", " {", - " $2", + " $4", " },", " [", - " $3", + " $5", " ]", "))" ], diff --git a/media/attribution.js b/media/attribution.js index 7d19ef18..f0692dbb 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10485,6 +10485,18 @@ const attributionData = { "purpleflame" ] }, + { + prefix: "./media/characters/arsenal/", + files: [ + { name: "front.svg", source: "https://www.deviantart.com/justicewolf337/art/NEW-Eternity-Arsenal-Wolf-Fullbody-Style-799804555" } + ], + authors: [ + "justicewolf337" + ], + owners: [ + "justicewolf337" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -14461,6 +14473,10 @@ const attributionData = { "name": "PurpleFlame~", "url": "https://www.furaffinity.net/user/purpleflame~/", }, + "justicewolf337": { + "name": "Justicewolf337", + "url": "https://twitter.com/Justicewolf337", + }, } } diff --git a/media/characters/arsenal/front.svg b/media/characters/arsenal/front.svg new file mode 100644 index 00000000..9a621da3 --- /dev/null +++ b/media/characters/arsenal/front.svg @@ -0,0 +1,970 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index b08c41fa..60f61d9c 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -26242,6 +26242,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Arsenal", species: ["wolf", "deity"], tags: ["anthro"] }, + { + front: { + height: math.unit(14, "feet"), + weight: math.unit(959, "lb"), + name: "Front", + image: { + source: "./media/characters/arsenal/front.svg", + extra: 2357/2157, + bottom: 93/2458 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(14, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {