diff --git a/media/attribution.js b/media/attribution.js index 46081b1f..1db19984 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -6054,6 +6054,23 @@ const attributionData = { "counts-his-toes" ] }, + { + prefix: "./media/characters/cassandra/", + files: [ + { name: "front.svg", source: "http://ref.fox.mom/bakedbeans" }, + { name: "back.svg", source: "http://ref.fox.mom/bakedbeans" }, + { name: "beans.svg", source: "http://ref.fox.mom/bakedbeans" }, + { name: "skirt.svg", source: "http://ref.fox.mom/bakedbeans" }, + { name: "hoodie.svg", source: "http://ref.fox.mom/bakedbeans" }, + { name: "casual.svg", source: "http://ref.fox.mom/bakedbeans" }, + ], + authors: [ + "fireflufferz" + ], + owners: [ + "arcanei" + ] + }, //characters { prefix: "./media/landmarks/", @@ -8355,6 +8372,10 @@ const attributionData = { "name": "Jazzumi", "url": "https://www.furaffinity.net/user/jazzumi", }, + "arcanei": { + "name": "Cassandra", + "url": "https://www.furaffinity.net/user/arcaeni", + }, } } diff --git a/media/characters/cassandra/back.svg b/media/characters/cassandra/back.svg new file mode 100644 index 00000000..bdb9aee5 --- /dev/null +++ b/media/characters/cassandra/back.svg @@ -0,0 +1,283 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/cassandra/beans.svg b/media/characters/cassandra/beans.svg new file mode 100644 index 00000000..1fdd88ba --- /dev/null +++ b/media/characters/cassandra/beans.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + diff --git a/media/characters/cassandra/casual.svg b/media/characters/cassandra/casual.svg new file mode 100644 index 00000000..e33d0abd --- /dev/null +++ b/media/characters/cassandra/casual.svg @@ -0,0 +1,447 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/cassandra/front.svg b/media/characters/cassandra/front.svg new file mode 100644 index 00000000..b91112a3 --- /dev/null +++ b/media/characters/cassandra/front.svg @@ -0,0 +1,359 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/cassandra/hoodie.svg b/media/characters/cassandra/hoodie.svg new file mode 100644 index 00000000..dcc20c5b --- /dev/null +++ b/media/characters/cassandra/hoodie.svg @@ -0,0 +1,361 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/cassandra/skirt.svg b/media/characters/cassandra/skirt.svg new file mode 100644 index 00000000..7675f0e1 --- /dev/null +++ b/media/characters/cassandra/skirt.svg @@ -0,0 +1,389 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 001bb85d..e58febac 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -14484,6 +14484,83 @@ characterMakers["Sax"] = () => { ) }; +characterMakers["Cassandra"] = () => { + return makeCharacter( + "Cassandra", + "Cassandra", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/cassandra/front.svg", + extra: 2720/2556, + bottom: 0.015 + } + }, + back: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Back", + image: { + source: "./media/characters/cassandra/back.svg", + extra: 2720/2556, + bottom: 0.01 + } + }, + beans: { + height: math.unit(6/8, "feet"), + name: "Beans", + image: { + source: "./media/characters/cassandra/beans.svg" + } + }, + skirt: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Skirt", + image: { + source: "./media/characters/cassandra/skirt.svg", + extra: 1622/1525, + bottom: 0.015 + } + }, + hoodie: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Hoodie", + image: { + source: "./media/characters/cassandra/hoodie.svg", + extra: 1622/1525, + bottom: 0.015 + } + }, + casual: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Casual", + image: { + source: "./media/characters/cassandra/casual.svg", + extra: 1622/1525, + bottom: 0.015 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6, "feet") + }, + { + name: "Big Steppy", + height: math.unit(1, "km"), + default: true + }, + ] + ) +}; + //characters function makeCharacters() {