From fe17873226992e501f9ce6777222b51306197de1 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 1 Mar 2022 15:05:29 -0500 Subject: [PATCH] Add Robin Phox's Inteleon form --- media/attribution.js | 3 + media/characters/robin-phox/inteleon-back.svg | 252 +++++++++++ .../robin-phox/inteleon-front-nsfw.svg | 419 ++++++++++++++++++ .../characters/robin-phox/inteleon-front.svg | 389 ++++++++++++++++ presets/characters.js | 43 ++ 5 files changed, 1106 insertions(+) create mode 100644 media/characters/robin-phox/inteleon-back.svg create mode 100644 media/characters/robin-phox/inteleon-front-nsfw.svg create mode 100644 media/characters/robin-phox/inteleon-front.svg diff --git a/media/attribution.js b/media/attribution.js index 0aa64374..f052e52b 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -20731,6 +20731,9 @@ const attributionData = { { name: "mienshao-front.svg", source: "https://twitter.com/Cassettewaves/status/1412562774371323910" }, { name: "mienshao-back.svg", source: "https://twitter.com/Cassettewaves/status/1412562774371323910" }, { name: "mienshao-front-nsfw.svg", source: null, nsfw: true}, + { name: "inteleon-front.svg", source: "https://twitter.com/Cassettewaves/status/1402430860066840579" }, + { name: "inteleon-back.svg", source: "https://twitter.com/Cassettewaves/status/1402430860066840579" }, + { name: "inteleon-front-nsfw.svg", source: null, nsfw: true}, ], authors: [ "cassettewaves" diff --git a/media/characters/robin-phox/inteleon-back.svg b/media/characters/robin-phox/inteleon-back.svg new file mode 100644 index 00000000..123d5408 --- /dev/null +++ b/media/characters/robin-phox/inteleon-back.svg @@ -0,0 +1,252 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/robin-phox/inteleon-front-nsfw.svg b/media/characters/robin-phox/inteleon-front-nsfw.svg new file mode 100644 index 00000000..2a6dc1cf --- /dev/null +++ b/media/characters/robin-phox/inteleon-front-nsfw.svg @@ -0,0 +1,419 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/robin-phox/inteleon-front.svg b/media/characters/robin-phox/inteleon-front.svg new file mode 100644 index 00000000..3c4bfffd --- /dev/null +++ b/media/characters/robin-phox/inteleon-front.svg @@ -0,0 +1,389 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index e6498cad..71dde2a1 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -57734,6 +57734,40 @@ characterMakers.push(() => makeCharacter( }, form: "mienshao", }, + inteleon_front: { + height: math.unit(6 + 3/12, "feet"), + weight: math.unit(99.6, "lb"), + name: "Front", + image: { + source: "./media/characters/robin-phox/inteleon-front.svg", + extra: 910/799, + bottom: 76/986 + }, + form: "inteleon", + default: true + }, + inteleon_frontNsfw: { + height: math.unit(6 + 3/12, "feet"), + weight: math.unit(99.6, "lb"), + name: "Front (NSFW)", + image: { + source: "./media/characters/robin-phox/inteleon-front-nsfw.svg", + extra: 910/799, + bottom: 76/986 + }, + form: "inteleon", + }, + inteleon_back: { + height: math.unit(6 + 3/12, "feet"), + weight: math.unit(99.6, "lb"), + name: "Back", + image: { + source: "./media/characters/robin-phox/inteleon-back.svg", + extra: 907/796, + bottom: 25/932 + }, + form: "inteleon", + }, }, [ { @@ -57760,6 +57794,12 @@ characterMakers.push(() => makeCharacter( default: true, form: "mienshao" }, + { + name: "Normal", + height: math.unit(6 + 3/12, "feet"), + default: true, + form: "inteleon" + }, { name: "Macro", height: math.unit(500, "feet"), @@ -57795,6 +57835,9 @@ characterMakers.push(() => makeCharacter( "mienshao": { name: "Mienshao", }, + "inteleon": { + name: "Inteleon", + }, } ))