From 5ae22dfe7dc4bb0058a3fb39ede7883c2500601a Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 6 May 2020 17:32:26 -0400 Subject: [PATCH] Add Luka Bryzant --- media/attribution.js | 20 ++ media/characters/luka-bryzant/back.svg | 198 +++++++++++++++++++ media/characters/luka-bryzant/front.svg | 251 ++++++++++++++++++++++++ presets/characters.js | 41 ++++ 4 files changed, 510 insertions(+) create mode 100644 media/characters/luka-bryzant/back.svg create mode 100644 media/characters/luka-bryzant/front.svg diff --git a/media/attribution.js b/media/attribution.js index 6ffa67b4..67eb8ac5 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9613,6 +9613,18 @@ const attributionData = { "retroinferno" ] }, + { + prefix: "./media/characters/luka-bryzant/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/22830826/" } + ], + authors: [ + "pulex" + ], + owners: [ + "trippster890" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -13329,6 +13341,14 @@ const attributionData = { "name": "RetroInferno", "url": "https://www.furaffinity.net/user/retroinferno/", }, + "trippster890": { + "name": "trippster890", + "url": "https://www.furaffinity.net/user/trippster890/", + }, + "pulex": { + "name": "Pulex", + "url": "https://www.furaffinity.net/user/pulex/", + }, } } diff --git a/media/characters/luka-bryzant/back.svg b/media/characters/luka-bryzant/back.svg new file mode 100644 index 00000000..df8ae75c --- /dev/null +++ b/media/characters/luka-bryzant/back.svg @@ -0,0 +1,198 @@ + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/luka-bryzant/front.svg b/media/characters/luka-bryzant/front.svg new file mode 100644 index 00000000..8886075f --- /dev/null +++ b/media/characters/luka-bryzant/front.svg @@ -0,0 +1,251 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 70ef4f9c..47290295 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -22272,6 +22272,47 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Luka Bryzant" }, + { + front: { + height: math.unit(6 + 4/12, "feet"), + weight: math.unit(175, "lb"), + name: "Front", + image: { + source: "./media/characters/luka-bryzant/front.svg", + extra: 311/289, + bottom: 4/315 + } + }, + back: { + height: math.unit(6 + 4/12, "feet"), + weight: math.unit(175, "lb"), + name: "Back", + image: { + source: "./media/characters/luka-bryzant/back.svg", + extra: 311/289, + bottom: 3.8/313.7 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(10, "inches") + }, + { + name: "Normal", + height: math.unit(6 + 4/12, "feet"), + default: true + }, + { + name: "Large", + height: math.unit(12, "feet") + }, + ] +)) + //characters