diff --git a/media/attribution.js b/media/attribution.js index 6d23625a..53e618ab 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9166,6 +9166,30 @@ const attributionData = { "jasmith" ] }, + { + prefix: "./media/characters/kuru/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/29728066/" } + ], + authors: [ + "stonerabbit" + ], + owners: [ + "stonerabbit" + ] + }, + { + prefix: "./media/characters/rakka/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "stonerabbit" + ], + owners: [ + "stonerabbit" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/kuru/front.svg b/media/characters/kuru/front.svg new file mode 100644 index 00000000..fa347de7 --- /dev/null +++ b/media/characters/kuru/front.svg @@ -0,0 +1,690 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/rakka/front.svg b/media/characters/rakka/front.svg new file mode 100644 index 00000000..a8ee50e8 --- /dev/null +++ b/media/characters/rakka/front.svg @@ -0,0 +1,972 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 798bd857..7860ab82 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -21038,6 +21038,52 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Kuru", species: "Umbra" }, + { + front: { + height: math.unit(21, "meters"), + weight: math.unit(12, "tonnes"), + name: "Front", + image: { + source: "./media/characters/kuru/front.svg", + extra: 4301/3785, + bottom: 371.3/4691 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(21, "meters"), + default: true + }, + ] +)) + +characterMakers.push(() => makeCharacter( + { name: "Rakka", species: "Umbra" }, + { + front: { + height: math.unit(23, "meters"), + weight: math.unit(12.2, "tonnes"), + name: "Front", + image: { + source: "./media/characters/rakka/front.svg", + extra: 4670/4169, + bottom: 301/4968.7 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(23, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {