diff --git a/media/attribution.js b/media/attribution.js index 7d219bb9..fd1c6a1a 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -7055,6 +7055,18 @@ const attributionData = { "kyrehx" ] }, + { + prefix: "./media/characters/xang/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/28062994/" } + ], + authors: [ + "sketchpawz" + ], + owners: [ + "xangoose" + ] + }, //characters { prefix: "./media/food/animals/", @@ -9738,6 +9750,14 @@ const attributionData = { "name": "kyrehx", "url": "https://www.furaffinity.net/user/kyrehx/", }, + "xangoose": { + "name": "Xangoose", + "url": "https://www.furaffinity.net/user/xangoose/", + }, + "sketchpawz": { + "name": "sketchpawz", + "url": "https://www.furaffinity.net/user/sketchpawz", + }, } } diff --git a/media/characters/xang/front.svg b/media/characters/xang/front.svg new file mode 100644 index 00000000..1160d49e --- /dev/null +++ b/media/characters/xang/front.svg @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 2d785114..b5905067 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -17219,6 +17219,39 @@ characterMakers["Kyrehx"] = () => { ) }; +characterMakers["Xang"] = () => { + return makeCharacter( + "Xang", + "Xangoose", + { + front: { + height: math.unit(0.935 * (6 + 8/12), "feet"), + weight: math.unit(184, "lb"), + name: "Front", + image: { + source: "./media/characters/xang/front.svg", + extra: 845/755 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(0.935 * (6 + 8/12), "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(0.935 * 146, "feet") + }, + { + name: "Megamacro", + height: math.unit(0.935 * 3, "miles") + }, + ] + ) +}; + //characters