diff --git a/media/attribution.js b/media/attribution.js index 5f212f50..14ed4c34 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -1646,6 +1646,18 @@ const attributionData = { "ashtrek" ] }, + { + prefix: "./media/characters/chip/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/34325691/" } + ], + authors: [ + "chiptuni" + ], + owners: [ + "chiptuni" + ] + }, { prefix: "./media/characters/chiros/", files: [ @@ -6075,6 +6087,10 @@ const attributionData = { "name": "Rufran", "url": "https://www.furaffinity.net/user/rufran/", }, + "chiptuni": { + "name": "Chiptuni", + "url": "https://www.furaffinity.net/user/chiptuni/", + }, } } diff --git a/media/characters/chip/front.svg b/media/characters/chip/front.svg new file mode 100644 index 00000000..442193c5 --- /dev/null +++ b/media/characters/chip/front.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 27eae37d..f423785b 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -10567,6 +10567,31 @@ characterMakers["Rufran"] = () => { ) }; +characterMakers["Chip"] = () => { + return makeCharacter( + "Chip", + "Chiptuni", + { + front: { + height: math.unit(0.3, "meters"), + weight: math.unit(3.5, "kg"), + name: "Front", + image: { + source: "./media/characters/chip/front.svg", + extra: 748/674 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(1, "inch"), + default: true + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({