diff --git a/media/attribution.js b/media/attribution.js index f052e52b..fd9ab449 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -20734,6 +20734,9 @@ const attributionData = { { 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}, + { name: "reshiram-front.svg", source: "https://twitter.com/Cassettewaves/status/1485750448866869248" }, + { name: "reshiram-back.svg", source: "https://twitter.com/Cassettewaves/status/1485750448866869248" }, + { name: "reshiram-front-nsfw.svg", source: null, nsfw: true}, ], authors: [ "cassettewaves" diff --git a/media/characters/robin-phox/reshiram-back.svg b/media/characters/robin-phox/reshiram-back.svg new file mode 100644 index 00000000..d3d354f3 --- /dev/null +++ b/media/characters/robin-phox/reshiram-back.svg @@ -0,0 +1,1475 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/robin-phox/reshiram-front-nsfw.svg b/media/characters/robin-phox/reshiram-front-nsfw.svg new file mode 100644 index 00000000..0e3caa51 --- /dev/null +++ b/media/characters/robin-phox/reshiram-front-nsfw.svg @@ -0,0 +1,1824 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/robin-phox/reshiram-front.svg b/media/characters/robin-phox/reshiram-front.svg new file mode 100644 index 00000000..d2caa8ce --- /dev/null +++ b/media/characters/robin-phox/reshiram-front.svg @@ -0,0 +1,1755 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 71dde2a1..c4e08ccc 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -57768,6 +57768,39 @@ characterMakers.push(() => makeCharacter( }, form: "inteleon", }, + reshiram_front: { + height: math.unit(10 + 6/12, "feet"), + weight: math.unit(727.5, "lb"), + name: "Front", + image: { + source: "./media/characters/robin-phox/reshiram-front.svg", + extra: 1198/940, + bottom: 123/1321 + }, + form: "reshiram", + }, + reshiram_frontNsfw: { + height: math.unit(10 + 6/12, "feet"), + weight: math.unit(727.5, "lb"), + name: "Front-nsfw", + image: { + source: "./media/characters/robin-phox/reshiram-front-nsfw.svg", + extra: 1198/940, + bottom: 123/1321 + }, + form: "reshiram", + }, + reshiram_back: { + height: math.unit(10 + 6/12, "feet"), + weight: math.unit(727.5, "lb"), + name: "Back", + image: { + source: "./media/characters/robin-phox/reshiram-back.svg", + extra: 1024/904, + bottom: 85/1109 + }, + form: "reshiram", + }, }, [ { @@ -57800,6 +57833,12 @@ characterMakers.push(() => makeCharacter( default: true, form: "inteleon" }, + { + name: "Normal", + height: math.unit(10 + 6/12, "feet"), + default: true, + form: "reshiram" + }, { name: "Macro", height: math.unit(500, "feet"), @@ -57838,6 +57877,9 @@ characterMakers.push(() => makeCharacter( "inteleon": { name: "Inteleon", }, + "reshiram": { + name: "Reshiram", + }, } ))