diff --git a/media/attribution.js b/media/attribution.js index c4a63aff..c61dff99 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -4667,9 +4667,11 @@ const attributionData = { ] }, { - prefix: "./media/characters/rose-lion/", + prefix: "./media/characters/rose/", files: [ - { name: "front.svg", source: "https://twitter.com/MewMus" } + { name: "front.svg", source: null }, + { name: "front-alt.svg", source: null }, + { name: "plush.svg", source: null }, ], authors: [ "enormouse" @@ -4678,18 +4680,6 @@ const attributionData = { "enormouse" ] }, - { - prefix: "./media/characters/rose-lion/", - files: [ - { name: "bent.svg", source: "https://www.furaffinity.net/view/34392494/" } - ], - authors: [ - "princessrei" - ], - owners: [ - "enormouse" - ] - }, { prefix: "./media/characters/samantha/", files: [ diff --git a/media/characters/rose-lion/bent.svg b/media/characters/rose-lion/bent.svg deleted file mode 100644 index 1e37b6e1..00000000 --- a/media/characters/rose-lion/bent.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - diff --git a/media/characters/rose-lion/front.svg b/media/characters/rose-lion/front.svg deleted file mode 100644 index 55af90ef..00000000 --- a/media/characters/rose-lion/front.svg +++ /dev/null @@ -1,223 +0,0 @@ - - - - - - - - - - - - - diff --git a/media/characters/rose/front-alt.svg b/media/characters/rose/front-alt.svg new file mode 100644 index 00000000..10eceff9 --- /dev/null +++ b/media/characters/rose/front-alt.svg @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + diff --git a/media/characters/rose/front.svg b/media/characters/rose/front.svg new file mode 100644 index 00000000..0ff2c0bf --- /dev/null +++ b/media/characters/rose/front.svg @@ -0,0 +1,365 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/rose/plush.svg b/media/characters/rose/plush.svg new file mode 100644 index 00000000..1f53371e --- /dev/null +++ b/media/characters/rose/plush.svg @@ -0,0 +1,241 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 3a5937ef..23ab8d7f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1406,6 +1406,10 @@ const speciesData = { name: "Gryphdelphais", parents: ["dolphin", "gryphon"] }, + "plush": { + name: "Plush", + parents: ["construct"] + }, } //species @@ -6355,24 +6359,38 @@ characterMakers.push(() => makeCharacter( )) characterMakers.push(() => makeCharacter( - { name: "Rose Lion", species: ["lion", "mouse"], tags: ["anthro"] }, + { name: "Rose", species: ["lion", "mouse", "plush"], tags: ["anthro"] }, { front: { height: math.unit(2, "meters"), weight: math.unit(86, "kg"), name: "Front", image: { - source: "./media/characters/rose-lion/front.svg" + source: "./media/characters/rose/front.svg", + extra: 350/335, + bottom: 10/360 } }, - bent: { - height: math.unit(2 / 1.4288, "meters"), + frontAlt: { + height: math.unit(1.6, "meters"), weight: math.unit(86, "kg"), - name: "Bent", + name: "Front (Alt)", image: { - source: "./media/characters/rose-lion/bent.svg" + source: "./media/characters/rose/front-alt.svg", + extra: 299/283, + bottom: 3/302 } - } + }, + plush: { + height: math.unit(2, "meters"), + weight: math.unit(86/3, "kg"), + name: "Plush", + image: { + source: "./media/characters/rose/plush.svg", + extra: 361/337, + bottom: 11/372 + } + }, }, [ {