diff --git a/media/attribution.js b/media/attribution.js index e75e9a28..e91d7a44 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -22759,6 +22759,18 @@ const attributionData = { "kurrikage" ] }, + { + prefix: "./media/characters/kiba-ulrich/", + files: [ + { name: "front.svg", source: "https://twitter.com/UmbraHusky/status/1506692261396070402" } + ], + authors: [ + "umbrahusky" + ], + owners: [ + "umbrahusky" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/kiba-ulrich/front.svg b/media/characters/kiba-ulrich/front.svg new file mode 100644 index 00000000..743a8eb6 --- /dev/null +++ b/media/characters/kiba-ulrich/front.svg @@ -0,0 +1,2422 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 0d4d507a..c373887c 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -66152,6 +66152,49 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Kiba Ulrich", species: ["dire-wolf"], tags: ["anthro"] }, + { + front: { + height: math.unit(10, "feet"), + weight: math.unit(1750, "lb"), + name: "Front", + image: { + source: "./media/characters/kiba-ulrich/front.svg", + extra: 1037/973, + bottom: 36/1073 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(10, "feet"), + default: true + }, + { + name: "Minimacro", + height: math.unit(20, "feet") + }, + { + name: "Macro", + height: math.unit(200, "feet") + }, + { + name: "Megamacro", + height: math.unit(22500, "feet") + }, + { + name: "Gigamacro", + height: math.unit(2700, "miles") + }, + { + name: "Teramacro", + height: math.unit(10000, "miles") + }, + ] +)) + //characters function makeCharacters() {