From c77b709756e742de52ce09daa9ac00c35c7d7ba2 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 7 Mar 2020 08:05:33 -0500 Subject: [PATCH] Add Dayza --- media/attribution.js | 18 +++ media/characters/dayza/back.svg | 239 +++++++++++++++++++++++++++++++ media/characters/dayza/front.svg | 216 ++++++++++++++++++++++++++++ media/characters/dayza/side.svg | 235 ++++++++++++++++++++++++++++++ presets/characters.js | 49 +++++++ 5 files changed, 757 insertions(+) create mode 100644 media/characters/dayza/back.svg create mode 100644 media/characters/dayza/front.svg create mode 100644 media/characters/dayza/side.svg diff --git a/media/attribution.js b/media/attribution.js index c9fa0b1d..90bacc18 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -1878,6 +1878,20 @@ const attributionData = { "danny-gryphon" ] }, + { + prefix: "./media/characters/dayza/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/31199018/" }, + { name: "side.svg", source: "https://www.furaffinity.net/view/31199018/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/31199018/" }, + ], + authors: [ + "kei100" + ], + owners: [ + "vonadi" + ] + }, { prefix: "./media/characters/dixon/", files: [ @@ -6270,6 +6284,10 @@ const attributionData = { "name": "pocketcookie", "url": "https://www.furaffinity.net/user/pocketcookie", }, + "kei100": { + "name": "kei100", + "url": "https://www.furaffinity.net/user/kei100", + }, } } diff --git a/media/characters/dayza/back.svg b/media/characters/dayza/back.svg new file mode 100644 index 00000000..3793d77f --- /dev/null +++ b/media/characters/dayza/back.svg @@ -0,0 +1,239 @@ + + + + + + + + + + + + + + + diff --git a/media/characters/dayza/front.svg b/media/characters/dayza/front.svg new file mode 100644 index 00000000..0a0105b4 --- /dev/null +++ b/media/characters/dayza/front.svg @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + + diff --git a/media/characters/dayza/side.svg b/media/characters/dayza/side.svg new file mode 100644 index 00000000..3815dc1f --- /dev/null +++ b/media/characters/dayza/side.svg @@ -0,0 +1,235 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index b0c51fbc..e6dcd7f5 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -10933,6 +10933,55 @@ characterMakers["Varg"] = () => { ) }; +characterMakers["Dayza"] = () => { + return makeCharacter( + "Dayza", + "Vonadi", + { + front: { + height: math.unit(7 + 7/12, "feet"), + weight: math.unit(267, "lb"), + name: "Front", + image: { + source: "./media/characters/dayza/front.svg", + extra: 1262/1200 * (1 / (1 - 0.035)), + bottom: 0.035 + } + }, + side: { + height: math.unit(7 + 7/12, "feet"), + weight: math.unit(267, "lb"), + name: "Side", + image: { + source: "./media/characters/dayza/side.svg", + extra: 1295/1245 * (1 / (1 - 0.05)), + bottom: 0.05 + } + }, + back: { + height: math.unit(7 + 7/12, "feet"), + weight: math.unit(267, "lb"), + name: "Back", + image: { + source: "./media/characters/dayza/back.svg", + extra: 1241/1170 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(7 + 7/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(155, "feet") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({