From ae5d7b84032e67ea37589be822b205bda475a8a6 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 27 Mar 2020 13:37:52 -0400 Subject: [PATCH] Add Rena Dyne's anthro form and adjust her weight --- media/attribution.js | 16 + media/characters/rena-dyne/anthro.svg | 445 ++++++++++++++++++++++++++ presets/characters.js | 14 +- 3 files changed, 473 insertions(+), 2 deletions(-) create mode 100644 media/characters/rena-dyne/anthro.svg diff --git a/media/attribution.js b/media/attribution.js index e6eb2b32..a1321aaa 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8046,6 +8046,18 @@ const attributionData = { "renadyne" ] }, + { + prefix: "./media/characters/rena-dyne/", + files: [ + { name: "anthro.svg", source: "https://www.furaffinity.net/view/31563584/" } + ], + authors: [ + "currypuppy" + ], + owners: [ + "renadyne" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -11083,6 +11095,10 @@ const attributionData = { "name": "renadyne", "url": "https://www.furaffinity.net/user/renadyne/", }, + "currypuppy": { + "name": "currypuppy", + "url": "https://www.furaffinity.net/user/currypuppy", + }, } } diff --git a/media/characters/rena-dyne/anthro.svg b/media/characters/rena-dyne/anthro.svg new file mode 100644 index 00000000..63bdf770 --- /dev/null +++ b/media/characters/rena-dyne/anthro.svg @@ -0,0 +1,445 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f8272e41..064393dc 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -19575,9 +19575,19 @@ characterMakers["Rena Dyne"] = () => { "Rena Dyne", "renadyne", { + anthro: { + height: math.unit(5 + 7/12, "feet"), + weight: math.unit(175, "lb"), + name: "Anthro", + image: { + source: "./media/characters/rena-dyne/anthro.svg", + extra: 1849/1785, + bottom: 0.005 + } + }, taur: { height: math.unit(15 + 6/12, "feet"), - weight: math.unit(150, "lb"), + weight: math.unit(8000, "lb"), name: "Taur", image: { source: "./media/characters/rena-dyne/taur.svg", @@ -19589,7 +19599,7 @@ characterMakers["Rena Dyne"] = () => { [ { name: "Normal", - height: math.unit(15 + 6/12, "feet"), + height: math.unit(5 + 7/12, "feet"), default: true }, ]