diff --git a/src/npc/descriptions/belly/bellyInflation.js b/src/npc/descriptions/belly/bellyInflation.js
index 5cc1b98765f359271ddb8ab54a03f75c427b1489..623f8001e4a03a1e154d659832e54a1bf19f8a34 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;