diff --git a/media/attribution.js b/media/attribution.js index 5deb9649..c7edc504 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19061,6 +19061,18 @@ const attributionData = { "zain" ] }, + { + prefix: "./media/characters/ruchex/", + files: [ + { name: "front.svg", source: "https://twitter.com/TsubakiNykohara/status/1460132208929390594/" } + ], + authors: [ + "tsubaki" + ], + owners: [ + "ruchex" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -26263,6 +26275,14 @@ const attributionData = { "name": "Zain", "url": null }, + "tsubaki": { + "name": "Tsubaki", + "url": "https://twitter.com/TsubakiNykohara/" + }, + "ruchex": { + "name": "Ruchex", + "url": "https://twitter.com/ThiccRaichu/" + }, } } diff --git a/media/characters/ruchex/front.svg b/media/characters/ruchex/front.svg new file mode 100644 index 00000000..cf450380 --- /dev/null +++ b/media/characters/ruchex/front.svg @@ -0,0 +1,760 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 8613048a..b6e6fcf1 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2009,6 +2009,10 @@ const speciesData = { name: "Titanoboa", parents: ["snake"] }, + "raichu": { + name: "Raichu", + parents: ["pikachu"] + }, } //species @@ -51875,6 +51879,37 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Ruchex", species: ["raichu"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 5/12, "feet"), + weight: math.unit(750, "lb"), + name: "Front", + image: { + source: "./media/characters/ruchex/front.svg", + extra: 877/820, + bottom: 17/894 + }, + extraAttributes: { + "width": { + name: "Width", + power: 1, + type: "length", + base: math.unit(4.757, "feet") + }, + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 5/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {