From 90dcec6a7240beb462926d0ad6d80eb93b18e550 Mon Sep 17 00:00:00 2001
From: turnop <17540-turnop@users.noreply.gitgud.io>
Date: Sat, 12 Sep 2020 11:35:18 -0700
Subject: [PATCH] imperial variants

---
 src/npc/descriptions/belly/bellyInflation.js | 24 ++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/src/npc/descriptions/belly/bellyInflation.js b/src/npc/descriptions/belly/bellyInflation.js
index 5cc1b98765f..623f8001e4a 100644
--- a/src/npc/descriptions/belly/bellyInflation.js
+++ b/src/npc/descriptions/belly/bellyInflation.js
@@ -146,6 +146,9 @@ App.Desc.bellyInflation = function(slave, {market, eventDescription} = {}) {
 					case "battlearmor":
 						r.push(`${slave.slaveName}'s armor barely clings to ${his} hugely swollen belly.`);
 						break;
+					case "Imperial Plate":
+						r.push(`${slave.slaveName}'s armor barely clings to ${his} hugely swollen belly.`);
+						break;
 					case "a mounty outfit":
 						r.push(`${slave.slaveName}'s tunic barely clings to ${his} hugely swollen belly.`);
 						break;
@@ -340,6 +343,9 @@ App.Desc.bellyInflation = function(slave, {market, eventDescription} = {}) {
 					case "a cybersuit":
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} hugely swollen belly, displaying ${his} popped navel and every jiggle of ${his} bloated stomach.`);
 						break;
+					case "a tight Imperial bodysuit":
+						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} hugely swollen belly, displaying ${his} popped navel and every jiggle of ${his} bloated stomach.`);
+						break;
 					case "a chattel habit":
 						r.push(`The strip of cloth running down ${his} front is parted to one side by ${his} hugely swollen belly.`);
 						break;
@@ -450,6 +456,9 @@ App.Desc.bellyInflation = function(slave, {market, eventDescription} = {}) {
 					case "battlearmor":
 						r.push(`${slave.slaveName}'s armor tightly clings to ${his} jiggling ${slave.inflationType}-filled belly.`);
 						break;
+					case "Imperial Plate":
+						r.push(`${slave.slaveName}'s armor tightly clings to ${his} jiggling ${slave.inflationType}-filled belly.`);
+						break;
 					case "a mounty outfit":
 						r.push(`${slave.slaveName}'s tunic tightly clings to ${his} jiggling ${slave.inflationType}-filled belly.`);
 						break;
@@ -642,6 +651,9 @@ App.Desc.bellyInflation = function(slave, {market, eventDescription} = {}) {
 					case "a cybersuit":
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} jiggling ${slave.inflationType}-filled belly, displaying ${his} popped navel and every motion ${his} contents make.`);
 						break;
+					case "a tight Imperial bodysuit":
+						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} jiggling ${slave.inflationType}-filled belly, displaying ${his} popped navel and every motion ${his} contents make.`);
+						break;
 					case "a chattel habit":
 						r.push(`The strip of cloth running down ${his} front is parted to one side by ${his} jiggling ${slave.inflationType}-filled belly.`);
 						break;
@@ -717,6 +729,9 @@ App.Desc.bellyInflation = function(slave, {market, eventDescription} = {}) {
 					case "battlearmor":
 						r.push(`${slave.slaveName}'s armor can barely contain ${his} fat belly.`);
 						break;
+					case "Imperial Plate":
+						r.push(`${slave.slaveName}'s armor can barely contain ${his} fat belly.`);
+						break;
 					case "lederhosen":
 						r.push(`${slave.slaveName}'s tunic can barely be pulled shut over ${his} fat belly.`);
 						break;
@@ -946,6 +961,9 @@ App.Desc.bellyInflation = function(slave, {market, eventDescription} = {}) {
 					case "a cybersuit":
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} fat belly, displaying every fold and roll in it.`);
 						break;
+					case "a tight Imperial bodysuit":
+						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} fat belly, displaying every fold and roll in it.`);
+						break;
 					case "a chattel habit":
 						r.push(`The strip of cloth running down ${his} front is gently sinks into ${his} fat belly.`);
 						break;
@@ -1050,6 +1068,9 @@ App.Desc.bellyInflation = function(slave, {market, eventDescription} = {}) {
 					case "battlearmor":
 						r.push(`${slave.slaveName}'s armor tightly clings to ${his} ${slave.inflationType}-swollen belly.`);
 						break;
+					case "Imperial Plate":
+						r.push(`${slave.slaveName}'s armor tightly clings to ${his} ${slave.inflationType}-swollen belly.`);
+						break;
 					case "lederhosen":
 						r.push(`${slave.slaveName}'s tunic tightly clings to ${his} ${slave.inflationType}-swollen belly.`);
 						break;
@@ -1251,6 +1272,9 @@ App.Desc.bellyInflation = function(slave, {market, eventDescription} = {}) {
 					case "a cybersuit":
 						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} ${slave.inflationType}-swollen belly, displaying ${his} bloated body.`);
 						break;
+					case "a tight Imperial bodysuit":
+						r.push(`${slave.slaveName}'s bodysuit tightly clings to ${his} ${slave.inflationType}-swollen belly, displaying ${his} bloated body.`);
+						break;
 					case "a chattel habit":
 						r.push(`The strip of cloth running down ${his} front is pushed out by ${his} ${slave.inflationType}-swollen belly.`);
 						break;
-- 
GitLab