From 5ba82269e97745fa31c8fa052f5924ecc6cf1870 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 2 Jun 2021 15:25:50 -0500 Subject: [PATCH] Add booties --- media/attribution.js | 19 +++++++++++++++++++ media/clothing/Boots/Bootie-Back Corner.svg | 1 + media/clothing/Boots/Bootie-Back.svg | 1 + media/clothing/Boots/Bootie-Bottom.svg | 1 + media/clothing/Boots/Bootie-Front Corner.svg | 1 + media/clothing/Boots/Bootie-Front.svg | 1 + media/clothing/Boots/Bootie-Side.svg | 1 + media/clothing/Boots/Bootie-Top.svg | 1 + presets/clothing.js | 13 ++++++++++++- 9 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 media/clothing/Boots/Bootie-Back Corner.svg create mode 100644 media/clothing/Boots/Bootie-Back.svg create mode 100644 media/clothing/Boots/Bootie-Bottom.svg create mode 100644 media/clothing/Boots/Bootie-Front Corner.svg create mode 100644 media/clothing/Boots/Bootie-Front.svg create mode 100644 media/clothing/Boots/Bootie-Side.svg create mode 100644 media/clothing/Boots/Bootie-Top.svg diff --git a/media/attribution.js b/media/attribution.js index 646f0c1a..cd467dce 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -1285,6 +1285,21 @@ const attributionData = { "maurizio-barabani" ] }, + { + prefix: "./media/clothing/Boots/", + files: [ + { name: "Bootie-Front.svg", source: "https://www.blendswap.com/blend/18876" }, + { name: "Bootie-Front Corner.svg", source: "https://www.blendswap.com/blend/18876" }, + { name: "Bootie-Side.svg", source: "https://www.blendswap.com/blend/18876" }, + { name: "Bootie-Back Corner.svg", source: "https://www.blendswap.com/blend/18876" }, + { name: "Bootie-Back.svg", source: "https://www.blendswap.com/blend/18876" }, + { name: "Bootie-Bottom.svg", source: "https://www.blendswap.com/blend/18876" }, + { name: "Bootie-Top.svg", source: "https://www.blendswap.com/blend/18876" }, + ], + authors: [ + "cgrifter" + ] + }, { prefix: "./media/clothing/Shoes/", files: [ @@ -21375,6 +21390,10 @@ const attributionData = { "name": "Tom Andy Stripe", "url": "https://www.cgtrader.com/tom-andy-stripe" }, + "cgrifter": { + "name": "cgrifter", + "url": "https://www.blendswap.com/profile/624385" + }, } } diff --git a/media/clothing/Boots/Bootie-Back Corner.svg b/media/clothing/Boots/Bootie-Back Corner.svg new file mode 100644 index 00000000..b92041f0 --- /dev/null +++ b/media/clothing/Boots/Bootie-Back Corner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/media/clothing/Boots/Bootie-Back.svg b/media/clothing/Boots/Bootie-Back.svg new file mode 100644 index 00000000..abcb6f34 --- /dev/null +++ b/media/clothing/Boots/Bootie-Back.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/media/clothing/Boots/Bootie-Bottom.svg b/media/clothing/Boots/Bootie-Bottom.svg new file mode 100644 index 00000000..64bea9fd --- /dev/null +++ b/media/clothing/Boots/Bootie-Bottom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/media/clothing/Boots/Bootie-Front Corner.svg b/media/clothing/Boots/Bootie-Front Corner.svg new file mode 100644 index 00000000..5b92dd0a --- /dev/null +++ b/media/clothing/Boots/Bootie-Front Corner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/media/clothing/Boots/Bootie-Front.svg b/media/clothing/Boots/Bootie-Front.svg new file mode 100644 index 00000000..38a74968 --- /dev/null +++ b/media/clothing/Boots/Bootie-Front.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/media/clothing/Boots/Bootie-Side.svg b/media/clothing/Boots/Bootie-Side.svg new file mode 100644 index 00000000..2073cc49 --- /dev/null +++ b/media/clothing/Boots/Bootie-Side.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/media/clothing/Boots/Bootie-Top.svg b/media/clothing/Boots/Bootie-Top.svg new file mode 100644 index 00000000..2d2e73a0 --- /dev/null +++ b/media/clothing/Boots/Bootie-Top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/presets/clothing.js b/presets/clothing.js index 350e90a9..b9dcf9a6 100644 --- a/presets/clothing.js +++ b/presets/clothing.js @@ -13,6 +13,18 @@ function makeClothing() { "Bottom": { height: math.unit(0.49710506200790405, "meters") }, "Top": { height: math.unit(0.49710506200790405, "meters") } } + }, + { + name: "Bootie", + sides: { + "Front": { height: math.unit(0.36327508091926575, "meters") }, + "Front Corner": { height: math.unit(0.36327508091926575, "meters") }, + "Side": { height: math.unit(0.36327508091926575, "meters") }, + "Back Corner": { height: math.unit(0.36327508091926575, "meters") }, + "Back": { height: math.unit(0.36327508091926575, "meters") }, + "Bottom": { height: math.unit(0.5577294230461121, "meters") }, + "Top": { height: math.unit(0.5577294230461121, "meters") } + } } ] @@ -60,7 +72,6 @@ function makeClothing() { "Top": { height: math.unit(0.559783935546875, "meters") } } } - ] results.push({