From a937581c9c0a225c0b0e04c043c29142fb10967d Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 13 Mar 2020 16:31:21 -0400 Subject: [PATCH] Add another view for Cafat --- media/attribution.js | 3 +- media/characters/cafat/side.svg | 344 +++++------------- .../cafat/{side-full.svg => upright-full.svg} | 0 media/characters/cafat/upright.svg | 256 +++++++++++++ presets/characters.js | 20 +- 5 files changed, 366 insertions(+), 257 deletions(-) rename media/characters/cafat/{side-full.svg => upright-full.svg} (100%) create mode 100644 media/characters/cafat/upright.svg diff --git a/media/attribution.js b/media/attribution.js index f2b6e686..70d98595 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -5971,8 +5971,9 @@ const attributionData = { { prefix: "./media/characters/cafat/", files: [ + { name: "upright.svg", source: "https://t.me/addstickers/Fhaalen" }, + { name: "upright-full.svg", source: "https://t.me/addstickers/Fhaalen" }, { name: "side.svg", source: "https://t.me/addstickers/Fhaalen" }, - { name: "side-full.svg", source: "https://t.me/addstickers/Fhaalen" }, ], authors: [ "kuppy" diff --git a/media/characters/cafat/side.svg b/media/characters/cafat/side.svg index f4d33ff7..3f8fd54a 100644 --- a/media/characters/cafat/side.svg +++ b/media/characters/cafat/side.svg @@ -1,256 +1,100 @@ - + viewBox="0 0 908.91 892.14" style="enable-background:new 0 0 908.91 892.14;" xml:space="preserve"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/media/characters/cafat/side-full.svg b/media/characters/cafat/upright-full.svg similarity index 100% rename from media/characters/cafat/side-full.svg rename to media/characters/cafat/upright-full.svg diff --git a/media/characters/cafat/upright.svg b/media/characters/cafat/upright.svg new file mode 100644 index 00000000..f4d33ff7 --- /dev/null +++ b/media/characters/cafat/upright.svg @@ -0,0 +1,256 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 2212380b..45979d36 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -14295,24 +14295,32 @@ characterMakers["Cafat"] = () => { "Cafat", "Dalken", { - side: { + upright: { height: math.unit(7, "feet"), weight: math.unit(170, "lb"), - name: "Side", + name: "Upright", image: { - source: "./media/characters/cafat/side.svg", + source: "./media/characters/cafat/upright.svg", bottom: 0.01 } }, - sideFull: { + uprightFull: { height: math.unit(7, "feet"), weight: math.unit(170, "lb"), - name: "Side (Full)", + name: "Upright (Full)", image: { - source: "./media/characters/cafat/side-full.svg", + source: "./media/characters/cafat/upright-full.svg", bottom: 0.01 } }, + side: { + height: math.unit(5, "feet"), + weight: math.unit(150, "lb"), + name: "Side", + image: { + source: "./media/characters/cafat/side.svg" + } + }, }, [ {