diff --git a/media/attribution.js b/media/attribution.js index 55705727..f3c4820d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -6801,6 +6801,18 @@ const attributionData = { "marciekangaroo" ] }, + { + prefix: "./media/characters/kachina/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "kononiko" + ], + owners: [ + "trisha" + ] + }, //characters { prefix: "./media/food/animals/", @@ -9392,6 +9404,10 @@ const attributionData = { "name": "Marcie Roo", "url": "https://twitter.com/MarcieKangaroo/", }, + "trisha": { + "name": "Trisha", + "url": "https://www.f-list.net/c/kachina%20queens/", + }, } } diff --git a/media/characters/kachina/front.svg b/media/characters/kachina/front.svg new file mode 100644 index 00000000..73893b65 --- /dev/null +++ b/media/characters/kachina/front.svg @@ -0,0 +1,360 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index d046be43..3b8ed5c5 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -16521,6 +16521,32 @@ characterMakers["Marcie"] = () => { ) }; +characterMakers["Kachina"] = () => { + return makeCharacter( + "Kachina", + "Trisha", + { + front: { + height: math.unit(7, "feet"), + weight: math.unit(200, "lb"), + name: "Front", + image: { + source: "./media/characters/kachina/front.svg", + extra: 1290.68/1119, + bottom: 36.5/1327.18 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(7, "feet"), + default: true + }, + ] + ) +}; + //characters function makeCharacters() {