diff --git a/media/attribution.js b/media/attribution.js index 71601754..14c421ce 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -2707,6 +2707,18 @@ const attributionData = { "odi-lunar" ] }, + { + prefix: "./media/characters/odyssey/", + files: [ + { name: "side.svg", source: null } + ], + authors: [ + "aello" + ], + owners: [ + "freschclauhs" + ] + }, { prefix: "./media/characters/okuri/", files: [ @@ -4979,6 +4991,14 @@ const attributionData = { "name": "MegaShi8027", "url": "https://twitter.com/MShi8027", }, + "aello": { + "name": "Aello", + "url": "https://www.furaffinity.net/user/aello", + }, + "freschclauhs": { + "name": "freschclauhs", + "url": "https://www.furaffinity.net/user/freschrenders", + }, } } diff --git a/media/characters/odyssey/side.svg b/media/characters/odyssey/side.svg new file mode 100644 index 00000000..0f2362ab --- /dev/null +++ b/media/characters/odyssey/side.svg @@ -0,0 +1,342 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f3b923b0..dc944778 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -8040,6 +8040,30 @@ characterMakers["Mega Shi"] = () => { ) }; +characterMakers["Odyssey"] = () => { + return makeCharacter( + "Odyssey", + "Freschlauhs", + { + side: { + height: math.unit(6, "feet"), + weight: math.unit(140, "lb"), + name: "Side", + image: { + source: "./media/characters/odyssey/side.svg" + } + }, + }, + [ + { + name: "Gigamacro", + height: math.unit(1, "AU"), + default: true + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({