diff --git a/devTools/javaSanityCheck/src/Main.java b/devTools/javaSanityCheck/src/Main.java
index 72e0e7cfdd42526b36868ec9f431af53ef4eb9f2..1cf56950cc03c88d5ee3e6bf0bf0e82d26b628f3 100644
--- a/devTools/javaSanityCheck/src/Main.java
+++ b/devTools/javaSanityCheck/src/Main.java
@@ -313,7 +313,7 @@ public class Main {
 				stack.push(new CommentElement(currentLine, currentPosition));
 				break;
 			//case '(':
-			//	stack.push(new BracketElement(currentLine, currentPosition));
+			//stack.push(new BracketElement(currentLine, currentPosition));
 		}
 	}
 
diff --git a/devTools/javaSanityCheck/src/element/AngleBracketElement.java b/devTools/javaSanityCheck/src/element/AngleBracketElement.java
index 18ef66c8c33f8918a6da338fd8c025d0698ba2a8..124c85954458795262dafd34d96de9064f3965b0 100644
--- a/devTools/javaSanityCheck/src/element/AngleBracketElement.java
+++ b/devTools/javaSanityCheck/src/element/AngleBracketElement.java
@@ -55,7 +55,7 @@ public class AngleBracketElement extends Element {
 						return 1;
 					case '>':// empty <>
 					case ' ':// assume comparison
-					case '='://	"		"
+					case '=':// "		"
 					case '3':// a heart: <3
 						return 2;
 					default:
diff --git a/devTools/sugarcube.d.ts b/devTools/sugarcube.d.ts
index 8ecc4ea5dbeb387749a9c2ab70e58e103a97eb0b..eb6c41221c6189eed979215c160f377ba31ced22 100644
--- a/devTools/sugarcube.d.ts
+++ b/devTools/sugarcube.d.ts
@@ -2001,13 +2001,13 @@ declare global {
 		 * JSON.reviveWrapper( <valid JavaScript code string> ); // -> Without data chunk
 		 * JSON.reviveWrapper( <valid JavaScript code string> , myOwnData); // -> With data chunk
 		 * // E.g. Assume that you're attempting to revive an instance of a custom class named
-		 * //	  `Character`, which is assigned to a story variable named `$pc`.  The call
-		 * //	  to `JSON.reviveWrapper()` might look something like the following.
+		 * // `Character`, which is assigned to a story variable named `$pc`.  The call
+		 * // to `JSON.reviveWrapper()` might look something like the following.
 		 * var ownData = {};
 		 * Object.keys(this).forEach(function (pn) { ownData[pn] = clone(this[pn]); }, this);
 		 * return JSON.reviveWrapper('new Character($ReviveData$)', ownData);
 		 */
-		reviveWrapper(codeString: strin, reviveData?: any): [];
+		reviveWrapper(codeString: string, reviveData?: any): [];
 	}
 
 	interface Math {
diff --git a/src/001-lib/Jquery/Jquery.js b/src/001-lib/Jquery/Jquery.js
index cc817707cf93a2f0a8d78be7175b2351a6b24247..d86ddd25711246540b12c129cadd0cb0e5654597 100644
--- a/src/001-lib/Jquery/Jquery.js
+++ b/src/001-lib/Jquery/Jquery.js
@@ -3,7 +3,7 @@
     * http://jqueryui.com
     * Includes: widget.js, position.js, data.js, disable-selection.js, effect.js, effects/effect-blind.js, effects/effect-bounce.js, effects/effect-clip.js, effects/effect-drop.js, effects/effect-explode.js, effects/effect-fade.js, effects/effect-fold.js, effects/effect-highlight.js, effects/effect-puff.js, effects/effect-pulsate.js, effects/effect-scale.js, effects/effect-shake.js, effects/effect-size.js, effects/effect-slide.js, effects/effect-transfer.js, focusable.js, form-reset-mixin.js, jquery-1-7.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/accordion.js, widgets/autocomplete.js, widgets/button.js, widgets/checkboxradio.js, widgets/controlgroup.js, widgets/datepicker.js, widgets/dialog.js, widgets/draggable.js, widgets/droppable.js, widgets/menu.js, widgets/mouse.js, widgets/progressbar.js, widgets/resizable.js, widgets/selectable.js, widgets/selectmenu.js, widgets/slider.js, widgets/sortable.js, widgets/spinner.js, widgets/tabs.js, widgets/tooltip.js
     * Copyright jQuery Foundation and other contributors; Licensed MIT */
-    
+
     (function(t){"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)})(function(t){function e(t){for(var e=t.css("visibility");"inherit"===e;)t=t.parent(),e=t.css("visibility");return"hidden"!==e}function i(t){for(var e,i;t.length&&t[0]!==document;){if(e=t.css("position"),("absolute"===e||"relative"===e||"fixed"===e)&&(i=parseInt(t.css("zIndex"),10),!isNaN(i)&&0!==i))return i;t=t.parent()}return 0}function s(){this._curInst=null,this._keyEvent=!1,this._disabledInputs=[],this._datepickerShowing=!1,this._inDialog=!1,this._mainDivId="ui-datepicker-div",this._inlineClass="ui-datepicker-inline",this._appendClass="ui-datepicker-append",this._triggerClass="ui-datepicker-trigger",this._dialogClass="ui-datepicker-dialog",this._disableClass="ui-datepicker-disabled",this._unselectableClass="ui-datepicker-unselectable",this._currentClass="ui-datepicker-current-day",this._dayOverClass="ui-datepicker-days-cell-over",this.regional=[],this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"mm/dd/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},this._defaults={showOn:"focus",showAnim:"fadeIn",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:!1,hideIfNoPrevNext:!1,navigationAsDateFormat:!1,gotoCurrent:!1,changeMonth:!1,changeYear:!1,yearRange:"c-10:c+10",showOtherMonths:!1,selectOtherMonths:!1,showWeek:!1,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"fast",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:!0,showButtonPanel:!1,autoSize:!1,disabled:!1},t.extend(this._defaults,this.regional[""]),this.regional.en=t.extend(!0,{},this.regional[""]),this.regional["en-US"]=t.extend(!0,{},this.regional.en),this.dpDiv=n(t("<div id='"+this._mainDivId+"' class='ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>"))}function n(e){var i="button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a";return e.on("mouseout",i,function(){t(this).removeClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&t(this).removeClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&t(this).removeClass("ui-datepicker-next-hover")}).on("mouseover",i,o)}function o(){t.datepicker._isDisabledDatepicker(m.inline?m.dpDiv.parent()[0]:m.input[0])||(t(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover"),t(this).addClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&t(this).addClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&t(this).addClass("ui-datepicker-next-hover"))}function a(e,i){t.extend(e,i);for(var s in i)null==i[s]&&(e[s]=i[s]);return e}function r(t){return function(){var e=this.element.val();t.apply(this,arguments),this._refresh(),e!==this.element.val()&&this._trigger("change")}}t.ui=t.ui||{},t.ui.version="1.12.1";var h=0,l=Array.prototype.slice;t.cleanData=function(e){return function(i){var s,n,o;for(o=0;null!=(n=i[o]);o++)try{s=t._data(n,"events"),s&&s.remove&&t(n).triggerHandler("remove")}catch(a){}e(i)}}(t.cleanData),t.widget=function(e,i,s){var n,o,a,r={},h=e.split(".")[0];e=e.split(".")[1];var l=h+"-"+e;return s||(s=i,i=t.Widget),t.isArray(s)&&(s=t.extend.apply(null,[{}].concat(s))),t.expr[":"][l.toLowerCase()]=function(e){return!!t.data(e,l)},t[h]=t[h]||{},n=t[h][e],o=t[h][e]=function(t,e){return this._createWidget?(arguments.length&&this._createWidget(t,e),void 0):new o(t,e)},t.extend(o,n,{version:s.version,_proto:t.extend({},s),_childConstructors:[]}),a=new i,a.options=t.widget.extend({},a.options),t.each(s,function(e,s){return t.isFunction(s)?(r[e]=function(){function t(){return i.prototype[e].apply(this,arguments)}function n(t){return i.prototype[e].apply(this,t)}return function(){var e,i=this._super,o=this._superApply;return this._super=t,this._superApply=n,e=s.apply(this,arguments),this._super=i,this._superApply=o,e}}(),void 0):(r[e]=s,void 0)}),o.prototype=t.widget.extend(a,{widgetEventPrefix:n?a.widgetEventPrefix||e:e},r,{constructor:o,namespace:h,widgetName:e,widgetFullName:l}),n?(t.each(n._childConstructors,function(e,i){var s=i.prototype;t.widget(s.namespace+"."+s.widgetName,o,i._proto)}),delete n._childConstructors):i._childConstructors.push(o),t.widget.bridge(e,o),o},t.widget.extend=function(e){for(var i,s,n=l.call(arguments,1),o=0,a=n.length;a>o;o++)for(i in n[o])s=n[o][i],n[o].hasOwnProperty(i)&&void 0!==s&&(e[i]=t.isPlainObject(s)?t.isPlainObject(e[i])?t.widget.extend({},e[i],s):t.widget.extend({},s):s);return e},t.widget.bridge=function(e,i){var s=i.prototype.widgetFullName||e;t.fn[e]=function(n){var o="string"==typeof n,a=l.call(arguments,1),r=this;return o?this.length||"instance"!==n?this.each(function(){var i,o=t.data(this,s);return"instance"===n?(r=o,!1):o?t.isFunction(o[n])&&"_"!==n.charAt(0)?(i=o[n].apply(o,a),i!==o&&void 0!==i?(r=i&&i.jquery?r.pushStack(i.get()):i,!1):void 0):t.error("no such method '"+n+"' for "+e+" widget instance"):t.error("cannot call methods on "+e+" prior to initialization; "+"attempted to call method '"+n+"'")}):r=void 0:(a.length&&(n=t.widget.extend.apply(null,[n].concat(a))),this.each(function(){var e=t.data(this,s);e?(e.option(n||{}),e._init&&e._init()):t.data(this,s,new i(n,this))})),r}},t.Widget=function(){},t.Widget._childConstructors=[],t.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"<div>",options:{classes:{},disabled:!1,create:null},_createWidget:function(e,i){i=t(i||this.defaultElement||this)[0],this.element=t(i),this.uuid=h++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=t(),this.hoverable=t(),this.focusable=t(),this.classesElementLookup={},i!==this&&(t.data(i,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===i&&this.destroy()}}),this.document=t(i.style?i.ownerDocument:i.document||i),this.window=t(this.document[0].defaultView||this.document[0].parentWindow)),this.options=t.widget.extend({},this.options,this._getCreateOptions(),e),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:t.noop,_create:t.noop,_init:t.noop,destroy:function(){var e=this;this._destroy(),t.each(this.classesElementLookup,function(t,i){e._removeClass(i,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:t.noop,widget:function(){return this.element},option:function(e,i){var s,n,o,a=e;if(0===arguments.length)return t.widget.extend({},this.options);if("string"==typeof e)if(a={},s=e.split("."),e=s.shift(),s.length){for(n=a[e]=t.widget.extend({},this.options[e]),o=0;s.length-1>o;o++)n[s[o]]=n[s[o]]||{},n=n[s[o]];if(e=s.pop(),1===arguments.length)return void 0===n[e]?null:n[e];n[e]=i}else{if(1===arguments.length)return void 0===this.options[e]?null:this.options[e];a[e]=i}return this._setOptions(a),this},_setOptions:function(t){var e;for(e in t)this._setOption(e,t[e]);return this},_setOption:function(t,e){return"classes"===t&&this._setOptionClasses(e),this.options[t]=e,"disabled"===t&&this._setOptionDisabled(e),this},_setOptionClasses:function(e){var i,s,n;for(i in e)n=this.classesElementLookup[i],e[i]!==this.options.classes[i]&&n&&n.length&&(s=t(n.get()),this._removeClass(n,i),s.addClass(this._classes({element:s,keys:i,classes:e,add:!0})))},_setOptionDisabled:function(t){this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!!t),t&&(this._removeClass(this.hoverable,null,"ui-state-hover"),this._removeClass(this.focusable,null,"ui-state-focus"))},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_classes:function(e){function i(i,o){var a,r;for(r=0;i.length>r;r++)a=n.classesElementLookup[i[r]]||t(),a=e.add?t(t.unique(a.get().concat(e.element.get()))):t(a.not(e.element).get()),n.classesElementLookup[i[r]]=a,s.push(i[r]),o&&e.classes[i[r]]&&s.push(e.classes[i[r]])}var s=[],n=this;return e=t.extend({element:this.element,classes:this.options.classes||{}},e),this._on(e.element,{remove:"_untrackClassesElement"}),e.keys&&i(e.keys.match(/\S+/g)||[],!0),e.extra&&i(e.extra.match(/\S+/g)||[]),s.join(" ")},_untrackClassesElement:function(e){var i=this;t.each(i.classesElementLookup,function(s,n){-1!==t.inArray(e.target,n)&&(i.classesElementLookup[s]=t(n.not(e.target).get()))})},_removeClass:function(t,e,i){return this._toggleClass(t,e,i,!1)},_addClass:function(t,e,i){return this._toggleClass(t,e,i,!0)},_toggleClass:function(t,e,i,s){s="boolean"==typeof s?s:i;var n="string"==typeof t||null===t,o={extra:n?e:i,keys:n?t:e,element:n?this.element:t,add:s};return o.element.toggleClass(this._classes(o),s),this},_on:function(e,i,s){var n,o=this;"boolean"!=typeof e&&(s=i,i=e,e=!1),s?(i=n=t(i),this.bindings=this.bindings.add(i)):(s=i,i=this.element,n=this.widget()),t.each(s,function(s,a){function r(){return e||o.options.disabled!==!0&&!t(this).hasClass("ui-state-disabled")?("string"==typeof a?o[a]:a).apply(o,arguments):void 0}"string"!=typeof a&&(r.guid=a.guid=a.guid||r.guid||t.guid++);var h=s.match(/^([\w:-]*)\s*(.*)$/),l=h[1]+o.eventNamespace,c=h[2];c?n.on(l,c,r):i.on(l,r)})},_off:function(e,i){i=(i||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,e.off(i).off(i),this.bindings=t(this.bindings.not(e).get()),this.focusable=t(this.focusable.not(e).get()),this.hoverable=t(this.hoverable.not(e).get())},_delay:function(t,e){function i(){return("string"==typeof t?s[t]:t).apply(s,arguments)}var s=this;return setTimeout(i,e||0)},_hoverable:function(e){this.hoverable=this.hoverable.add(e),this._on(e,{mouseenter:function(e){this._addClass(t(e.currentTarget),null,"ui-state-hover")},mouseleave:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-hover")}})},_focusable:function(e){this.focusable=this.focusable.add(e),this._on(e,{focusin:function(e){this._addClass(t(e.currentTarget),null,"ui-state-focus")},focusout:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-focus")}})},_trigger:function(e,i,s){var n,o,a=this.options[e];if(s=s||{},i=t.Event(i),i.type=(e===this.widgetEventPrefix?e:this.widgetEventPrefix+e).toLowerCase(),i.target=this.element[0],o=i.originalEvent)for(n in o)n in i||(i[n]=o[n]);return this.element.trigger(i,s),!(t.isFunction(a)&&a.apply(this.element[0],[i].concat(s))===!1||i.isDefaultPrevented())}},t.each({show:"fadeIn",hide:"fadeOut"},function(e,i){t.Widget.prototype["_"+e]=function(s,n,o){"string"==typeof n&&(n={effect:n});var a,r=n?n===!0||"number"==typeof n?i:n.effect||i:e;n=n||{},"number"==typeof n&&(n={duration:n}),a=!t.isEmptyObject(n),n.complete=o,n.delay&&s.delay(n.delay),a&&t.effects&&t.effects.effect[r]?s[e](n):r!==e&&s[r]?s[r](n.duration,n.easing,o):s.queue(function(i){t(this)[e](),o&&o.call(s[0]),i()})}}),t.widget,function(){function e(t,e,i){return[parseFloat(t[0])*(u.test(t[0])?e/100:1),parseFloat(t[1])*(u.test(t[1])?i/100:1)]}function i(e,i){return parseInt(t.css(e,i),10)||0}function s(e){var i=e[0];return 9===i.nodeType?{width:e.width(),height:e.height(),offset:{top:0,left:0}}:t.isWindow(i)?{width:e.width(),height:e.height(),offset:{top:e.scrollTop(),left:e.scrollLeft()}}:i.preventDefault?{width:0,height:0,offset:{top:i.pageY,left:i.pageX}}:{width:e.outerWidth(),height:e.outerHeight(),offset:e.offset()}}var n,o=Math.max,a=Math.abs,r=/left|center|right/,h=/top|center|bottom/,l=/[\+\-]\d+(\.[\d]+)?%?/,c=/^\w+/,u=/%$/,d=t.fn.position;t.position={scrollbarWidth:function(){if(void 0!==n)return n;var e,i,s=t("<div style='display:block;position:absolute;width:50px;height:50px;overflow:hidden;'><div style='height:100px;width:auto;'></div></div>"),o=s.children()[0];return t("body").append(s),e=o.offsetWidth,s.css("overflow","scroll"),i=o.offsetWidth,e===i&&(i=s[0].clientWidth),s.remove(),n=e-i},getScrollInfo:function(e){var i=e.isWindow||e.isDocument?"":e.element.css("overflow-x"),s=e.isWindow||e.isDocument?"":e.element.css("overflow-y"),n="scroll"===i||"auto"===i&&e.width<e.element[0].scrollWidth,o="scroll"===s||"auto"===s&&e.height<e.element[0].scrollHeight;return{width:o?t.position.scrollbarWidth():0,height:n?t.position.scrollbarWidth():0}},getWithinInfo:function(e){var i=t(e||window),s=t.isWindow(i[0]),n=!!i[0]&&9===i[0].nodeType,o=!s&&!n;return{element:i,isWindow:s,isDocument:n,offset:o?t(e).offset():{left:0,top:0},scrollLeft:i.scrollLeft(),scrollTop:i.scrollTop(),width:i.outerWidth(),height:i.outerHeight()}}},t.fn.position=function(n){if(!n||!n.of)return d.apply(this,arguments);n=t.extend({},n);var u,p,f,g,m,_,v=t(n.of),b=t.position.getWithinInfo(n.within),y=t.position.getScrollInfo(b),w=(n.collision||"flip").split(" "),k={};return _=s(v),v[0].preventDefault&&(n.at="left top"),p=_.width,f=_.height,g=_.offset,m=t.extend({},g),t.each(["my","at"],function(){var t,e,i=(n[this]||"").split(" ");1===i.length&&(i=r.test(i[0])?i.concat(["center"]):h.test(i[0])?["center"].concat(i):["center","center"]),i[0]=r.test(i[0])?i[0]:"center",i[1]=h.test(i[1])?i[1]:"center",t=l.exec(i[0]),e=l.exec(i[1]),k[this]=[t?t[0]:0,e?e[0]:0],n[this]=[c.exec(i[0])[0],c.exec(i[1])[0]]}),1===w.length&&(w[1]=w[0]),"right"===n.at[0]?m.left+=p:"center"===n.at[0]&&(m.left+=p/2),"bottom"===n.at[1]?m.top+=f:"center"===n.at[1]&&(m.top+=f/2),u=e(k.at,p,f),m.left+=u[0],m.top+=u[1],this.each(function(){var s,r,h=t(this),l=h.outerWidth(),c=h.outerHeight(),d=i(this,"marginLeft"),_=i(this,"marginTop"),x=l+d+i(this,"marginRight")+y.width,C=c+_+i(this,"marginBottom")+y.height,D=t.extend({},m),I=e(k.my,h.outerWidth(),h.outerHeight());"right"===n.my[0]?D.left-=l:"center"===n.my[0]&&(D.left-=l/2),"bottom"===n.my[1]?D.top-=c:"center"===n.my[1]&&(D.top-=c/2),D.left+=I[0],D.top+=I[1],s={marginLeft:d,marginTop:_},t.each(["left","top"],function(e,i){t.ui.position[w[e]]&&t.ui.position[w[e]][i](D,{targetWidth:p,targetHeight:f,elemWidth:l,elemHeight:c,collisionPosition:s,collisionWidth:x,collisionHeight:C,offset:[u[0]+I[0],u[1]+I[1]],my:n.my,at:n.at,within:b,elem:h})}),n.using&&(r=function(t){var e=g.left-D.left,i=e+p-l,s=g.top-D.top,r=s+f-c,u={target:{element:v,left:g.left,top:g.top,width:p,height:f},element:{element:h,left:D.left,top:D.top,width:l,height:c},horizontal:0>i?"left":e>0?"right":"center",vertical:0>r?"top":s>0?"bottom":"middle"};l>p&&p>a(e+i)&&(u.horizontal="center"),c>f&&f>a(s+r)&&(u.vertical="middle"),u.important=o(a(e),a(i))>o(a(s),a(r))?"horizontal":"vertical",n.using.call(this,t,u)}),h.offset(t.extend(D,{using:r}))})},t.ui.position={fit:{left:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollLeft:s.offset.left,a=s.width,r=t.left-e.collisionPosition.marginLeft,h=n-r,l=r+e.collisionWidth-a-n;e.collisionWidth>a?h>0&&0>=l?(i=t.left+h+e.collisionWidth-a-n,t.left+=h-i):t.left=l>0&&0>=h?n:h>l?n+a-e.collisionWidth:n:h>0?t.left+=h:l>0?t.left-=l:t.left=o(t.left-r,t.left)},top:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollTop:s.offset.top,a=e.within.height,r=t.top-e.collisionPosition.marginTop,h=n-r,l=r+e.collisionHeight-a-n;e.collisionHeight>a?h>0&&0>=l?(i=t.top+h+e.collisionHeight-a-n,t.top+=h-i):t.top=l>0&&0>=h?n:h>l?n+a-e.collisionHeight:n:h>0?t.top+=h:l>0?t.top-=l:t.top=o(t.top-r,t.top)}},flip:{left:function(t,e){var i,s,n=e.within,o=n.offset.left+n.scrollLeft,r=n.width,h=n.isWindow?n.scrollLeft:n.offset.left,l=t.left-e.collisionPosition.marginLeft,c=l-h,u=l+e.collisionWidth-r-h,d="left"===e.my[0]?-e.elemWidth:"right"===e.my[0]?e.elemWidth:0,p="left"===e.at[0]?e.targetWidth:"right"===e.at[0]?-e.targetWidth:0,f=-2*e.offset[0];0>c?(i=t.left+d+p+f+e.collisionWidth-r-o,(0>i||a(c)>i)&&(t.left+=d+p+f)):u>0&&(s=t.left-e.collisionPosition.marginLeft+d+p+f-h,(s>0||u>a(s))&&(t.left+=d+p+f))},top:function(t,e){var i,s,n=e.within,o=n.offset.top+n.scrollTop,r=n.height,h=n.isWindow?n.scrollTop:n.offset.top,l=t.top-e.collisionPosition.marginTop,c=l-h,u=l+e.collisionHeight-r-h,d="top"===e.my[1],p=d?-e.elemHeight:"bottom"===e.my[1]?e.elemHeight:0,f="top"===e.at[1]?e.targetHeight:"bottom"===e.at[1]?-e.targetHeight:0,g=-2*e.offset[1];0>c?(s=t.top+p+f+g+e.collisionHeight-r-o,(0>s||a(c)>s)&&(t.top+=p+f+g)):u>0&&(i=t.top-e.collisionPosition.marginTop+p+f+g-h,(i>0||u>a(i))&&(t.top+=p+f+g))}},flipfit:{left:function(){t.ui.position.flip.left.apply(this,arguments),t.ui.position.fit.left.apply(this,arguments)},top:function(){t.ui.position.flip.top.apply(this,arguments),t.ui.position.fit.top.apply(this,arguments)}}}}(),t.ui.position,t.extend(t.expr[":"],{data:t.expr.createPseudo?t.expr.createPseudo(function(e){return function(i){return!!t.data(i,e)}}):function(e,i,s){return!!t.data(e,s[3])}}),t.fn.extend({disableSelection:function(){var t="onselectstart"in document.createElement("div")?"selectstart":"mousedown";return function(){return this.on(t+".ui-disableSelection",function(t){t.preventDefault()})}}(),enableSelection:function(){return this.off(".ui-disableSelection")}});var c="ui-effects-",u="ui-effects-style",d="ui-effects-animated",p=t;t.effects={effect:{}},function(t,e){function i(t,e,i){var s=u[e.type]||{};return null==t?i||!e.def?null:e.def:(t=s.floor?~~t:parseFloat(t),isNaN(t)?e.def:s.mod?(t+s.mod)%s.mod:0>t?0:t>s.max?s.max:t)}function s(i){var s=l(),n=s._rgba=[];return i=i.toLowerCase(),f(h,function(t,o){var a,r=o.re.exec(i),h=r&&o.parse(r),l=o.space||"rgba";return h?(a=s[l](h),s[c[l].cache]=a[c[l].cache],n=s._rgba=a._rgba,!1):e}),n.length?("0,0,0,0"===n.join()&&t.extend(n,o.transparent),s):o[i]}function n(t,e,i){return i=(i+1)%1,1>6*i?t+6*(e-t)*i:1>2*i?e:2>3*i?t+6*(e-t)*(2/3-i):t}var o,a="backgroundColor borderBottomColor borderLeftColor borderRightColor borderTopColor color columnRuleColor outlineColor textDecorationColor textEmphasisColor",r=/^([\-+])=\s*(\d+\.?\d*)/,h=[{re:/rgba?\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,parse:function(t){return[t[1],t[2],t[3],t[4]]}},{re:/rgba?\(\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,parse:function(t){return[2.55*t[1],2.55*t[2],2.55*t[3],t[4]]}},{re:/#([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})/,parse:function(t){return[parseInt(t[1],16),parseInt(t[2],16),parseInt(t[3],16)]}},{re:/#([a-f0-9])([a-f0-9])([a-f0-9])/,parse:function(t){return[parseInt(t[1]+t[1],16),parseInt(t[2]+t[2],16),parseInt(t[3]+t[3],16)]}},{re:/hsla?\(\s*(\d+(?:\.\d+)?)\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,space:"hsla",parse:function(t){return[t[1],t[2]/100,t[3]/100,t[4]]}}],l=t.Color=function(e,i,s,n){return new t.Color.fn.parse(e,i,s,n)},c={rgba:{props:{red:{idx:0,type:"byte"},green:{idx:1,type:"byte"},blue:{idx:2,type:"byte"}}},hsla:{props:{hue:{idx:0,type:"degrees"},saturation:{idx:1,type:"percent"},lightness:{idx:2,type:"percent"}}}},u={"byte":{floor:!0,max:255},percent:{max:1},degrees:{mod:360,floor:!0}},d=l.support={},p=t("<p>")[0],f=t.each;p.style.cssText="background-color:rgba(1,1,1,.5)",d.rgba=p.style.backgroundColor.indexOf("rgba")>-1,f(c,function(t,e){e.cache="_"+t,e.props.alpha={idx:3,type:"percent",def:1}}),l.fn=t.extend(l.prototype,{parse:function(n,a,r,h){if(n===e)return this._rgba=[null,null,null,null],this;(n.jquery||n.nodeType)&&(n=t(n).css(a),a=e);var u=this,d=t.type(n),p=this._rgba=[];return a!==e&&(n=[n,a,r,h],d="array"),"string"===d?this.parse(s(n)||o._default):"array"===d?(f(c.rgba.props,function(t,e){p[e.idx]=i(n[e.idx],e)}),this):"object"===d?(n instanceof l?f(c,function(t,e){n[e.cache]&&(u[e.cache]=n[e.cache].slice())}):f(c,function(e,s){var o=s.cache;f(s.props,function(t,e){if(!u[o]&&s.to){if("alpha"===t||null==n[t])return;u[o]=s.to(u._rgba)}u[o][e.idx]=i(n[t],e,!0)}),u[o]&&0>t.inArray(null,u[o].slice(0,3))&&(u[o][3]=1,s.from&&(u._rgba=s.from(u[o])))}),this):e},is:function(t){var i=l(t),s=!0,n=this;return f(c,function(t,o){var a,r=i[o.cache];return r&&(a=n[o.cache]||o.to&&o.to(n._rgba)||[],f(o.props,function(t,i){return null!=r[i.idx]?s=r[i.idx]===a[i.idx]:e})),s}),s},_space:function(){var t=[],e=this;return f(c,function(i,s){e[s.cache]&&t.push(i)}),t.pop()},transition:function(t,e){var s=l(t),n=s._space(),o=c[n],a=0===this.alpha()?l("transparent"):this,r=a[o.cache]||o.to(a._rgba),h=r.slice();return s=s[o.cache],f(o.props,function(t,n){var o=n.idx,a=r[o],l=s[o],c=u[n.type]||{};null!==l&&(null===a?h[o]=l:(c.mod&&(l-a>c.mod/2?a+=c.mod:a-l>c.mod/2&&(a-=c.mod)),h[o]=i((l-a)*e+a,n)))}),this[n](h)},blend:function(e){if(1===this._rgba[3])return this;var i=this._rgba.slice(),s=i.pop(),n=l(e)._rgba;return l(t.map(i,function(t,e){return(1-s)*n[e]+s*t}))},toRgbaString:function(){var e="rgba(",i=t.map(this._rgba,function(t,e){return null==t?e>2?1:0:t});return 1===i[3]&&(i.pop(),e="rgb("),e+i.join()+")"},toHslaString:function(){var e="hsla(",i=t.map(this.hsla(),function(t,e){return null==t&&(t=e>2?1:0),e&&3>e&&(t=Math.round(100*t)+"%"),t});return 1===i[3]&&(i.pop(),e="hsl("),e+i.join()+")"},toHexString:function(e){var i=this._rgba.slice(),s=i.pop();return e&&i.push(~~(255*s)),"#"+t.map(i,function(t){return t=(t||0).toString(16),1===t.length?"0"+t:t}).join("")},toString:function(){return 0===this._rgba[3]?"transparent":this.toRgbaString()}}),l.fn.parse.prototype=l.fn,c.hsla.to=function(t){if(null==t[0]||null==t[1]||null==t[2])return[null,null,null,t[3]];var e,i,s=t[0]/255,n=t[1]/255,o=t[2]/255,a=t[3],r=Math.max(s,n,o),h=Math.min(s,n,o),l=r-h,c=r+h,u=.5*c;return e=h===r?0:s===r?60*(n-o)/l+360:n===r?60*(o-s)/l+120:60*(s-n)/l+240,i=0===l?0:.5>=u?l/c:l/(2-c),[Math.round(e)%360,i,u,null==a?1:a]},c.hsla.from=function(t){if(null==t[0]||null==t[1]||null==t[2])return[null,null,null,t[3]];var e=t[0]/360,i=t[1],s=t[2],o=t[3],a=.5>=s?s*(1+i):s+i-s*i,r=2*s-a;return[Math.round(255*n(r,a,e+1/3)),Math.round(255*n(r,a,e)),Math.round(255*n(r,a,e-1/3)),o]},f(c,function(s,n){var o=n.props,a=n.cache,h=n.to,c=n.from;l.fn[s]=function(s){if(h&&!this[a]&&(this[a]=h(this._rgba)),s===e)return this[a].slice();var n,r=t.type(s),u="array"===r||"object"===r?s:arguments,d=this[a].slice();return f(o,function(t,e){var s=u["object"===r?t:e.idx];null==s&&(s=d[e.idx]),d[e.idx]=i(s,e)}),c?(n=l(c(d)),n[a]=d,n):l(d)},f(o,function(e,i){l.fn[e]||(l.fn[e]=function(n){var o,a=t.type(n),h="alpha"===e?this._hsla?"hsla":"rgba":s,l=this[h](),c=l[i.idx];return"undefined"===a?c:("function"===a&&(n=n.call(this,c),a=t.type(n)),null==n&&i.empty?this:("string"===a&&(o=r.exec(n),o&&(n=c+parseFloat(o[2])*("+"===o[1]?1:-1))),l[i.idx]=n,this[h](l)))})})}),l.hook=function(e){var i=e.split(" ");f(i,function(e,i){t.cssHooks[i]={set:function(e,n){var o,a,r="";if("transparent"!==n&&("string"!==t.type(n)||(o=s(n)))){if(n=l(o||n),!d.rgba&&1!==n._rgba[3]){for(a="backgroundColor"===i?e.parentNode:e;(""===r||"transparent"===r)&&a&&a.style;)try{r=t.css(a,"backgroundColor"),a=a.parentNode}catch(h){}n=n.blend(r&&"transparent"!==r?r:"_default")}n=n.toRgbaString()}try{e.style[i]=n}catch(h){}}},t.fx.step[i]=function(e){e.colorInit||(e.start=l(e.elem,i),e.end=l(e.end),e.colorInit=!0),t.cssHooks[i].set(e.elem,e.start.transition(e.end,e.pos))}})},l.hook(a),t.cssHooks.borderColor={expand:function(t){var e={};return f(["Top","Right","Bottom","Left"],function(i,s){e["border"+s+"Color"]=t}),e}},o=t.Color.names={aqua:"#00ffff",black:"#000000",blue:"#0000ff",fuchsia:"#ff00ff",gray:"#808080",green:"#008000",lime:"#00ff00",maroon:"#800000",navy:"#000080",olive:"#808000",purple:"#800080",red:"#ff0000",silver:"#c0c0c0",teal:"#008080",white:"#ffffff",yellow:"#ffff00",transparent:[null,null,null,0],_default:"#ffffff"}}(p),function(){function e(e){var i,s,n=e.ownerDocument.defaultView?e.ownerDocument.defaultView.getComputedStyle(e,null):e.currentStyle,o={};if(n&&n.length&&n[0]&&n[n[0]])for(s=n.length;s--;)i=n[s],"string"==typeof n[i]&&(o[t.camelCase(i)]=n[i]);else for(i in n)"string"==typeof n[i]&&(o[i]=n[i]);return o}function i(e,i){var s,o,a={};for(s in i)o=i[s],e[s]!==o&&(n[s]||(t.fx.step[s]||!isNaN(parseFloat(o)))&&(a[s]=o));return a}var s=["add","remove","toggle"],n={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};t.each(["borderLeftStyle","borderRightStyle","borderBottomStyle","borderTopStyle"],function(e,i){t.fx.step[i]=function(t){("none"!==t.end&&!t.setAttr||1===t.pos&&!t.setAttr)&&(p.style(t.elem,i,t.end),t.setAttr=!0)}}),t.fn.addBack||(t.fn.addBack=function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}),t.effects.animateClass=function(n,o,a,r){var h=t.speed(o,a,r);return this.queue(function(){var o,a=t(this),r=a.attr("class")||"",l=h.children?a.find("*").addBack():a;l=l.map(function(){var i=t(this);return{el:i,start:e(this)}}),o=function(){t.each(s,function(t,e){n[e]&&a[e+"Class"](n[e])})},o(),l=l.map(function(){return this.end=e(this.el[0]),this.diff=i(this.start,this.end),this}),a.attr("class",r),l=l.map(function(){var e=this,i=t.Deferred(),s=t.extend({},h,{queue:!1,complete:function(){i.resolve(e)}});return this.el.animate(this.diff,s),i.promise()}),t.when.apply(t,l.get()).done(function(){o(),t.each(arguments,function(){var e=this.el;t.each(this.diff,function(t){e.css(t,"")})}),h.complete.call(a[0])})})},t.fn.extend({addClass:function(e){return function(i,s,n,o){return s?t.effects.animateClass.call(this,{add:i},s,n,o):e.apply(this,arguments)}}(t.fn.addClass),removeClass:function(e){return function(i,s,n,o){return arguments.length>1?t.effects.animateClass.call(this,{remove:i},s,n,o):e.apply(this,arguments)}}(t.fn.removeClass),toggleClass:function(e){return function(i,s,n,o,a){return"boolean"==typeof s||void 0===s?n?t.effects.animateClass.call(this,s?{add:i}:{remove:i},n,o,a):e.apply(this,arguments):t.effects.animateClass.call(this,{toggle:i},s,n,o)}}(t.fn.toggleClass),switchClass:function(e,i,s,n,o){return t.effects.animateClass.call(this,{add:i,remove:e},s,n,o)}})}(),function(){function e(e,i,s,n){return t.isPlainObject(e)&&(i=e,e=e.effect),e={effect:e},null==i&&(i={}),t.isFunction(i)&&(n=i,s=null,i={}),("number"==typeof i||t.fx.speeds[i])&&(n=s,s=i,i={}),t.isFunction(s)&&(n=s,s=null),i&&t.extend(e,i),s=s||i.duration,e.duration=t.fx.off?0:"number"==typeof s?s:s in t.fx.speeds?t.fx.speeds[s]:t.fx.speeds._default,e.complete=n||i.complete,e}function i(e){return!e||"number"==typeof e||t.fx.speeds[e]?!0:"string"!=typeof e||t.effects.effect[e]?t.isFunction(e)?!0:"object"!=typeof e||e.effect?!1:!0:!0}function s(t,e){var i=e.outerWidth(),s=e.outerHeight(),n=/^rect\((-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto)\)$/,o=n.exec(t)||["",0,i,s,0];return{top:parseFloat(o[1])||0,right:"auto"===o[2]?i:parseFloat(o[2]),bottom:"auto"===o[3]?s:parseFloat(o[3]),left:parseFloat(o[4])||0}}t.expr&&t.expr.filters&&t.expr.filters.animated&&(t.expr.filters.animated=function(e){return function(i){return!!t(i).data(d)||e(i)}}(t.expr.filters.animated)),t.uiBackCompat!==!1&&t.extend(t.effects,{save:function(t,e){for(var i=0,s=e.length;s>i;i++)null!==e[i]&&t.data(c+e[i],t[0].style[e[i]])},restore:function(t,e){for(var i,s=0,n=e.length;n>s;s++)null!==e[s]&&(i=t.data(c+e[s]),t.css(e[s],i))},setMode:function(t,e){return"toggle"===e&&(e=t.is(":hidden")?"show":"hide"),e},createWrapper:function(e){if(e.parent().is(".ui-effects-wrapper"))return e.parent();var i={width:e.outerWidth(!0),height:e.outerHeight(!0),"float":e.css("float")},s=t("<div></div>").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}),n={width:e.width(),height:e.height()},o=document.activeElement;try{o.id}catch(a){o=document.body}return e.wrap(s),(e[0]===o||t.contains(e[0],o))&&t(o).trigger("focus"),s=e.parent(),"static"===e.css("position")?(s.css({position:"relative"}),e.css({position:"relative"})):(t.extend(i,{position:e.css("position"),zIndex:e.css("z-index")}),t.each(["top","left","bottom","right"],function(t,s){i[s]=e.css(s),isNaN(parseInt(i[s],10))&&(i[s]="auto")}),e.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})),e.css(n),s.css(i).show()},removeWrapper:function(e){var i=document.activeElement;return e.parent().is(".ui-effects-wrapper")&&(e.parent().replaceWith(e),(e[0]===i||t.contains(e[0],i))&&t(i).trigger("focus")),e}}),t.extend(t.effects,{version:"1.12.1",define:function(e,i,s){return s||(s=i,i="effect"),t.effects.effect[e]=s,t.effects.effect[e].mode=i,s},scaledDimensions:function(t,e,i){if(0===e)return{height:0,width:0,outerHeight:0,outerWidth:0};var s="horizontal"!==i?(e||100)/100:1,n="vertical"!==i?(e||100)/100:1;return{height:t.height()*n,width:t.width()*s,outerHeight:t.outerHeight()*n,outerWidth:t.outerWidth()*s}},clipToBox:function(t){return{width:t.clip.right-t.clip.left,height:t.clip.bottom-t.clip.top,left:t.clip.left,top:t.clip.top}},unshift:function(t,e,i){var s=t.queue();e>1&&s.splice.apply(s,[1,0].concat(s.splice(e,i))),t.dequeue()},saveStyle:function(t){t.data(u,t[0].style.cssText)},restoreStyle:function(t){t[0].style.cssText=t.data(u)||"",t.removeData(u)},mode:function(t,e){var i=t.is(":hidden");return"toggle"===e&&(e=i?"show":"hide"),(i?"hide"===e:"show"===e)&&(e="none"),e},getBaseline:function(t,e){var i,s;switch(t[0]){case"top":i=0;break;case"middle":i=.5;break;case"bottom":i=1;break;default:i=t[0]/e.height}switch(t[1]){case"left":s=0;break;case"center":s=.5;break;case"right":s=1;break;default:s=t[1]/e.width}return{x:s,y:i}},createPlaceholder:function(e){var i,s=e.css("position"),n=e.position();return e.css({marginTop:e.css("marginTop"),marginBottom:e.css("marginBottom"),marginLeft:e.css("marginLeft"),marginRight:e.css("marginRight")}).outerWidth(e.outerWidth()).outerHeight(e.outerHeight()),/^(static|relative)/.test(s)&&(s="absolute",i=t("<"+e[0].nodeName+">").insertAfter(e).css({display:/^(inline|ruby)/.test(e.css("display"))?"inline-block":"block",visibility:"hidden",marginTop:e.css("marginTop"),marginBottom:e.css("marginBottom"),marginLeft:e.css("marginLeft"),marginRight:e.css("marginRight"),"float":e.css("float")}).outerWidth(e.outerWidth()).outerHeight(e.outerHeight()).addClass("ui-effects-placeholder"),e.data(c+"placeholder",i)),e.css({position:s,left:n.left,top:n.top}),i},removePlaceholder:function(t){var e=c+"placeholder",i=t.data(e);i&&(i.remove(),t.removeData(e))},cleanUp:function(e){t.effects.restoreStyle(e),t.effects.removePlaceholder(e)},setTransition:function(e,i,s,n){return n=n||{},t.each(i,function(t,i){var o=e.cssUnit(i);o[0]>0&&(n[i]=o[0]*s+o[1])}),n}}),t.fn.extend({effect:function(){function i(e){function i(){r.removeData(d),t.effects.cleanUp(r),"hide"===s.mode&&r.hide(),a()}function a(){t.isFunction(h)&&h.call(r[0]),t.isFunction(e)&&e()}var r=t(this);s.mode=c.shift(),t.uiBackCompat===!1||o?"none"===s.mode?(r[l](),a()):n.call(r[0],s,i):(r.is(":hidden")?"hide"===l:"show"===l)?(r[l](),a()):n.call(r[0],s,a)}var s=e.apply(this,arguments),n=t.effects.effect[s.effect],o=n.mode,a=s.queue,r=a||"fx",h=s.complete,l=s.mode,c=[],u=function(e){var i=t(this),s=t.effects.mode(i,l)||o;i.data(d,!0),c.push(s),o&&("show"===s||s===o&&"hide"===s)&&i.show(),o&&"none"===s||t.effects.saveStyle(i),t.isFunction(e)&&e()};return t.fx.off||!n?l?this[l](s.duration,h):this.each(function(){h&&h.call(this)}):a===!1?this.each(u).each(i):this.queue(r,u).queue(r,i)},show:function(t){return function(s){if(i(s))return t.apply(this,arguments);var n=e.apply(this,arguments);return n.mode="show",this.effect.call(this,n)
     }}(t.fn.show),hide:function(t){return function(s){if(i(s))return t.apply(this,arguments);var n=e.apply(this,arguments);return n.mode="hide",this.effect.call(this,n)}}(t.fn.hide),toggle:function(t){return function(s){if(i(s)||"boolean"==typeof s)return t.apply(this,arguments);var n=e.apply(this,arguments);return n.mode="toggle",this.effect.call(this,n)}}(t.fn.toggle),cssUnit:function(e){var i=this.css(e),s=[];return t.each(["em","px","%","pt"],function(t,e){i.indexOf(e)>0&&(s=[parseFloat(i),e])}),s},cssClip:function(t){return t?this.css("clip","rect("+t.top+"px "+t.right+"px "+t.bottom+"px "+t.left+"px)"):s(this.css("clip"),this)},transfer:function(e,i){var s=t(this),n=t(e.to),o="fixed"===n.css("position"),a=t("body"),r=o?a.scrollTop():0,h=o?a.scrollLeft():0,l=n.offset(),c={top:l.top-r,left:l.left-h,height:n.innerHeight(),width:n.innerWidth()},u=s.offset(),d=t("<div class='ui-effects-transfer'></div>").appendTo("body").addClass(e.className).css({top:u.top-r,left:u.left-h,height:s.innerHeight(),width:s.innerWidth(),position:o?"fixed":"absolute"}).animate(c,e.duration,e.easing,function(){d.remove(),t.isFunction(i)&&i()})}}),t.fx.step.clip=function(e){e.clipInit||(e.start=t(e.elem).cssClip(),"string"==typeof e.end&&(e.end=s(e.end,e.elem)),e.clipInit=!0),t(e.elem).cssClip({top:e.pos*(e.end.top-e.start.top)+e.start.top,right:e.pos*(e.end.right-e.start.right)+e.start.right,bottom:e.pos*(e.end.bottom-e.start.bottom)+e.start.bottom,left:e.pos*(e.end.left-e.start.left)+e.start.left})}}(),function(){var e={};t.each(["Quad","Cubic","Quart","Quint","Expo"],function(t,i){e[i]=function(e){return Math.pow(e,t+2)}}),t.extend(e,{Sine:function(t){return 1-Math.cos(t*Math.PI/2)},Circ:function(t){return 1-Math.sqrt(1-t*t)},Elastic:function(t){return 0===t||1===t?t:-Math.pow(2,8*(t-1))*Math.sin((80*(t-1)-7.5)*Math.PI/15)},Back:function(t){return t*t*(3*t-2)},Bounce:function(t){for(var e,i=4;((e=Math.pow(2,--i))-1)/11>t;);return 1/Math.pow(4,3-i)-7.5625*Math.pow((3*e-2)/22-t,2)}}),t.each(e,function(e,i){t.easing["easeIn"+e]=i,t.easing["easeOut"+e]=function(t){return 1-i(1-t)},t.easing["easeInOut"+e]=function(t){return.5>t?i(2*t)/2:1-i(-2*t+2)/2}})}();var f=t.effects;t.effects.define("blind","hide",function(e,i){var s={up:["bottom","top"],vertical:["bottom","top"],down:["top","bottom"],left:["right","left"],horizontal:["right","left"],right:["left","right"]},n=t(this),o=e.direction||"up",a=n.cssClip(),r={clip:t.extend({},a)},h=t.effects.createPlaceholder(n);r.clip[s[o][0]]=r.clip[s[o][1]],"show"===e.mode&&(n.cssClip(r.clip),h&&h.css(t.effects.clipToBox(r)),r.clip=a),h&&h.animate(t.effects.clipToBox(r),e.duration,e.easing),n.animate(r,{queue:!1,duration:e.duration,easing:e.easing,complete:i})}),t.effects.define("bounce",function(e,i){var s,n,o,a=t(this),r=e.mode,h="hide"===r,l="show"===r,c=e.direction||"up",u=e.distance,d=e.times||5,p=2*d+(l||h?1:0),f=e.duration/p,g=e.easing,m="up"===c||"down"===c?"top":"left",_="up"===c||"left"===c,v=0,b=a.queue().length;for(t.effects.createPlaceholder(a),o=a.css(m),u||(u=a["top"===m?"outerHeight":"outerWidth"]()/3),l&&(n={opacity:1},n[m]=o,a.css("opacity",0).css(m,_?2*-u:2*u).animate(n,f,g)),h&&(u/=Math.pow(2,d-1)),n={},n[m]=o;d>v;v++)s={},s[m]=(_?"-=":"+=")+u,a.animate(s,f,g).animate(n,f,g),u=h?2*u:u/2;h&&(s={opacity:0},s[m]=(_?"-=":"+=")+u,a.animate(s,f,g)),a.queue(i),t.effects.unshift(a,b,p+1)}),t.effects.define("clip","hide",function(e,i){var s,n={},o=t(this),a=e.direction||"vertical",r="both"===a,h=r||"horizontal"===a,l=r||"vertical"===a;s=o.cssClip(),n.clip={top:l?(s.bottom-s.top)/2:s.top,right:h?(s.right-s.left)/2:s.right,bottom:l?(s.bottom-s.top)/2:s.bottom,left:h?(s.right-s.left)/2:s.left},t.effects.createPlaceholder(o),"show"===e.mode&&(o.cssClip(n.clip),n.clip=s),o.animate(n,{queue:!1,duration:e.duration,easing:e.easing,complete:i})}),t.effects.define("drop","hide",function(e,i){var s,n=t(this),o=e.mode,a="show"===o,r=e.direction||"left",h="up"===r||"down"===r?"top":"left",l="up"===r||"left"===r?"-=":"+=",c="+="===l?"-=":"+=",u={opacity:0};t.effects.createPlaceholder(n),s=e.distance||n["top"===h?"outerHeight":"outerWidth"](!0)/2,u[h]=l+s,a&&(n.css(u),u[h]=c+s,u.opacity=1),n.animate(u,{queue:!1,duration:e.duration,easing:e.easing,complete:i})}),t.effects.define("explode","hide",function(e,i){function s(){b.push(this),b.length===u*d&&n()}function n(){p.css({visibility:"visible"}),t(b).remove(),i()}var o,a,r,h,l,c,u=e.pieces?Math.round(Math.sqrt(e.pieces)):3,d=u,p=t(this),f=e.mode,g="show"===f,m=p.show().css("visibility","hidden").offset(),_=Math.ceil(p.outerWidth()/d),v=Math.ceil(p.outerHeight()/u),b=[];for(o=0;u>o;o++)for(h=m.top+o*v,c=o-(u-1)/2,a=0;d>a;a++)r=m.left+a*_,l=a-(d-1)/2,p.clone().appendTo("body").wrap("<div></div>").css({position:"absolute",visibility:"visible",left:-a*_,top:-o*v}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:_,height:v,left:r+(g?l*_:0),top:h+(g?c*v:0),opacity:g?0:1}).animate({left:r+(g?0:l*_),top:h+(g?0:c*v),opacity:g?1:0},e.duration||500,e.easing,s)}),t.effects.define("fade","toggle",function(e,i){var s="show"===e.mode;t(this).css("opacity",s?0:1).animate({opacity:s?1:0},{queue:!1,duration:e.duration,easing:e.easing,complete:i})}),t.effects.define("fold","hide",function(e,i){var s=t(this),n=e.mode,o="show"===n,a="hide"===n,r=e.size||15,h=/([0-9]+)%/.exec(r),l=!!e.horizFirst,c=l?["right","bottom"]:["bottom","right"],u=e.duration/2,d=t.effects.createPlaceholder(s),p=s.cssClip(),f={clip:t.extend({},p)},g={clip:t.extend({},p)},m=[p[c[0]],p[c[1]]],_=s.queue().length;h&&(r=parseInt(h[1],10)/100*m[a?0:1]),f.clip[c[0]]=r,g.clip[c[0]]=r,g.clip[c[1]]=0,o&&(s.cssClip(g.clip),d&&d.css(t.effects.clipToBox(g)),g.clip=p),s.queue(function(i){d&&d.animate(t.effects.clipToBox(f),u,e.easing).animate(t.effects.clipToBox(g),u,e.easing),i()}).animate(f,u,e.easing).animate(g,u,e.easing).queue(i),t.effects.unshift(s,_,4)}),t.effects.define("highlight","show",function(e,i){var s=t(this),n={backgroundColor:s.css("backgroundColor")};"hide"===e.mode&&(n.opacity=0),t.effects.saveStyle(s),s.css({backgroundImage:"none",backgroundColor:e.color||"#ffff99"}).animate(n,{queue:!1,duration:e.duration,easing:e.easing,complete:i})}),t.effects.define("size",function(e,i){var s,n,o,a=t(this),r=["fontSize"],h=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"],l=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"],c=e.mode,u="effect"!==c,d=e.scale||"both",p=e.origin||["middle","center"],f=a.css("position"),g=a.position(),m=t.effects.scaledDimensions(a),_=e.from||m,v=e.to||t.effects.scaledDimensions(a,0);t.effects.createPlaceholder(a),"show"===c&&(o=_,_=v,v=o),n={from:{y:_.height/m.height,x:_.width/m.width},to:{y:v.height/m.height,x:v.width/m.width}},("box"===d||"both"===d)&&(n.from.y!==n.to.y&&(_=t.effects.setTransition(a,h,n.from.y,_),v=t.effects.setTransition(a,h,n.to.y,v)),n.from.x!==n.to.x&&(_=t.effects.setTransition(a,l,n.from.x,_),v=t.effects.setTransition(a,l,n.to.x,v))),("content"===d||"both"===d)&&n.from.y!==n.to.y&&(_=t.effects.setTransition(a,r,n.from.y,_),v=t.effects.setTransition(a,r,n.to.y,v)),p&&(s=t.effects.getBaseline(p,m),_.top=(m.outerHeight-_.outerHeight)*s.y+g.top,_.left=(m.outerWidth-_.outerWidth)*s.x+g.left,v.top=(m.outerHeight-v.outerHeight)*s.y+g.top,v.left=(m.outerWidth-v.outerWidth)*s.x+g.left),a.css(_),("content"===d||"both"===d)&&(h=h.concat(["marginTop","marginBottom"]).concat(r),l=l.concat(["marginLeft","marginRight"]),a.find("*[width]").each(function(){var i=t(this),s=t.effects.scaledDimensions(i),o={height:s.height*n.from.y,width:s.width*n.from.x,outerHeight:s.outerHeight*n.from.y,outerWidth:s.outerWidth*n.from.x},a={height:s.height*n.to.y,width:s.width*n.to.x,outerHeight:s.height*n.to.y,outerWidth:s.width*n.to.x};n.from.y!==n.to.y&&(o=t.effects.setTransition(i,h,n.from.y,o),a=t.effects.setTransition(i,h,n.to.y,a)),n.from.x!==n.to.x&&(o=t.effects.setTransition(i,l,n.from.x,o),a=t.effects.setTransition(i,l,n.to.x,a)),u&&t.effects.saveStyle(i),i.css(o),i.animate(a,e.duration,e.easing,function(){u&&t.effects.restoreStyle(i)})})),a.animate(v,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){var e=a.offset();0===v.opacity&&a.css("opacity",_.opacity),u||(a.css("position","static"===f?"relative":f).offset(e),t.effects.saveStyle(a)),i()}})}),t.effects.define("scale",function(e,i){var s=t(this),n=e.mode,o=parseInt(e.percent,10)||(0===parseInt(e.percent,10)?0:"effect"!==n?0:100),a=t.extend(!0,{from:t.effects.scaledDimensions(s),to:t.effects.scaledDimensions(s,o,e.direction||"both"),origin:e.origin||["middle","center"]},e);e.fade&&(a.from.opacity=1,a.to.opacity=0),t.effects.effect.size.call(this,a,i)}),t.effects.define("puff","hide",function(e,i){var s=t.extend(!0,{},e,{fade:!0,percent:parseInt(e.percent,10)||150});t.effects.effect.scale.call(this,s,i)}),t.effects.define("pulsate","show",function(e,i){var s=t(this),n=e.mode,o="show"===n,a="hide"===n,r=o||a,h=2*(e.times||5)+(r?1:0),l=e.duration/h,c=0,u=1,d=s.queue().length;for((o||!s.is(":visible"))&&(s.css("opacity",0).show(),c=1);h>u;u++)s.animate({opacity:c},l,e.easing),c=1-c;s.animate({opacity:c},l,e.easing),s.queue(i),t.effects.unshift(s,d,h+1)}),t.effects.define("shake",function(e,i){var s=1,n=t(this),o=e.direction||"left",a=e.distance||20,r=e.times||3,h=2*r+1,l=Math.round(e.duration/h),c="up"===o||"down"===o?"top":"left",u="up"===o||"left"===o,d={},p={},f={},g=n.queue().length;for(t.effects.createPlaceholder(n),d[c]=(u?"-=":"+=")+a,p[c]=(u?"+=":"-=")+2*a,f[c]=(u?"-=":"+=")+2*a,n.animate(d,l,e.easing);r>s;s++)n.animate(p,l,e.easing).animate(f,l,e.easing);n.animate(p,l,e.easing).animate(d,l/2,e.easing).queue(i),t.effects.unshift(n,g,h+1)}),t.effects.define("slide","show",function(e,i){var s,n,o=t(this),a={up:["bottom","top"],down:["top","bottom"],left:["right","left"],right:["left","right"]},r=e.mode,h=e.direction||"left",l="up"===h||"down"===h?"top":"left",c="up"===h||"left"===h,u=e.distance||o["top"===l?"outerHeight":"outerWidth"](!0),d={};t.effects.createPlaceholder(o),s=o.cssClip(),n=o.position()[l],d[l]=(c?-1:1)*u+n,d.clip=o.cssClip(),d.clip[a[h][1]]=d.clip[a[h][0]],"show"===r&&(o.cssClip(d.clip),o.css(l,d[l]),d.clip=s,d[l]=n),o.animate(d,{queue:!1,duration:e.duration,easing:e.easing,complete:i})});var f;t.uiBackCompat!==!1&&(f=t.effects.define("transfer",function(e,i){t(this).transfer(e,i)})),t.ui.focusable=function(i,s){var n,o,a,r,h,l=i.nodeName.toLowerCase();return"area"===l?(n=i.parentNode,o=n.name,i.href&&o&&"map"===n.nodeName.toLowerCase()?(a=t("img[usemap='#"+o+"']"),a.length>0&&a.is(":visible")):!1):(/^(input|select|textarea|button|object)$/.test(l)?(r=!i.disabled,r&&(h=t(i).closest("fieldset")[0],h&&(r=!h.disabled))):r="a"===l?i.href||s:s,r&&t(i).is(":visible")&&e(t(i)))},t.extend(t.expr[":"],{focusable:function(e){return t.ui.focusable(e,null!=t.attr(e,"tabindex"))}}),t.ui.focusable,t.fn.form=function(){return"string"==typeof this[0].form?this.closest("form"):t(this[0].form)},t.ui.formResetMixin={_formResetHandler:function(){var e=t(this);setTimeout(function(){var i=e.data("ui-form-reset-instances");t.each(i,function(){this.refresh()})})},_bindFormResetHandler:function(){if(this.form=this.element.form(),this.form.length){var t=this.form.data("ui-form-reset-instances")||[];t.length||this.form.on("reset.ui-form-reset",this._formResetHandler),t.push(this),this.form.data("ui-form-reset-instances",t)}},_unbindFormResetHandler:function(){if(this.form.length){var e=this.form.data("ui-form-reset-instances");e.splice(t.inArray(this,e),1),e.length?this.form.data("ui-form-reset-instances",e):this.form.removeData("ui-form-reset-instances").off("reset.ui-form-reset")}}},"1.7"===t.fn.jquery.substring(0,3)&&(t.each(["Width","Height"],function(e,i){function s(e,i,s,o){return t.each(n,function(){i-=parseFloat(t.css(e,"padding"+this))||0,s&&(i-=parseFloat(t.css(e,"border"+this+"Width"))||0),o&&(i-=parseFloat(t.css(e,"margin"+this))||0)}),i}var n="Width"===i?["Left","Right"]:["Top","Bottom"],o=i.toLowerCase(),a={innerWidth:t.fn.innerWidth,innerHeight:t.fn.innerHeight,outerWidth:t.fn.outerWidth,outerHeight:t.fn.outerHeight};t.fn["inner"+i]=function(e){return void 0===e?a["inner"+i].call(this):this.each(function(){t(this).css(o,s(this,e)+"px")})},t.fn["outer"+i]=function(e,n){return"number"!=typeof e?a["outer"+i].call(this,e):this.each(function(){t(this).css(o,s(this,e,!0,n)+"px")})}}),t.fn.addBack=function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}),t.ui.keyCode={BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38},t.ui.escapeSelector=function(){var t=/([!"#$%&'()*+,.\/:;<=>?@[\]^`{|}~])/g;return function(e){return e.replace(t,"\\$1")}}(),t.fn.labels=function(){var e,i,s,n,o;return this[0].labels&&this[0].labels.length?this.pushStack(this[0].labels):(n=this.eq(0).parents("label"),s=this.attr("id"),s&&(e=this.eq(0).parents().last(),o=e.add(e.length?e.siblings():this.siblings()),i="label[for='"+t.ui.escapeSelector(s)+"']",n=n.add(o.find(i).addBack(i))),this.pushStack(n))},t.fn.scrollParent=function(e){var i=this.css("position"),s="absolute"===i,n=e?/(auto|scroll|hidden)/:/(auto|scroll)/,o=this.parents().filter(function(){var e=t(this);return s&&"static"===e.css("position")?!1:n.test(e.css("overflow")+e.css("overflow-y")+e.css("overflow-x"))}).eq(0);return"fixed"!==i&&o.length?o:t(this[0].ownerDocument||document)},t.extend(t.expr[":"],{tabbable:function(e){var i=t.attr(e,"tabindex"),s=null!=i;return(!s||i>=0)&&t.ui.focusable(e,s)}}),t.fn.extend({uniqueId:function(){var t=0;return function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++t)})}}(),removeUniqueId:function(){return this.each(function(){/^ui-id-\d+$/.test(this.id)&&t(this).removeAttr("id")})}}),t.widget("ui.accordion",{version:"1.12.1",options:{active:0,animate:{},classes:{"ui-accordion-header":"ui-corner-top","ui-accordion-header-collapsed":"ui-corner-all","ui-accordion-content":"ui-corner-bottom"},collapsible:!1,event:"click",header:"> li > :first-child, > :not(li):even",heightStyle:"auto",icons:{activeHeader:"ui-icon-triangle-1-s",header:"ui-icon-triangle-1-e"},activate:null,beforeActivate:null},hideProps:{borderTopWidth:"hide",borderBottomWidth:"hide",paddingTop:"hide",paddingBottom:"hide",height:"hide"},showProps:{borderTopWidth:"show",borderBottomWidth:"show",paddingTop:"show",paddingBottom:"show",height:"show"},_create:function(){var e=this.options;this.prevShow=this.prevHide=t(),this._addClass("ui-accordion","ui-widget ui-helper-reset"),this.element.attr("role","tablist"),e.collapsible||e.active!==!1&&null!=e.active||(e.active=0),this._processPanels(),0>e.active&&(e.active+=this.headers.length),this._refresh()},_getCreateEventData:function(){return{header:this.active,panel:this.active.length?this.active.next():t()}},_createIcons:function(){var e,i,s=this.options.icons;s&&(e=t("<span>"),this._addClass(e,"ui-accordion-header-icon","ui-icon "+s.header),e.prependTo(this.headers),i=this.active.children(".ui-accordion-header-icon"),this._removeClass(i,s.header)._addClass(i,null,s.activeHeader)._addClass(this.headers,"ui-accordion-icons"))},_destroyIcons:function(){this._removeClass(this.headers,"ui-accordion-icons"),this.headers.children(".ui-accordion-header-icon").remove()},_destroy:function(){var t;this.element.removeAttr("role"),this.headers.removeAttr("role aria-expanded aria-selected aria-controls tabIndex").removeUniqueId(),this._destroyIcons(),t=this.headers.next().css("display","").removeAttr("role aria-hidden aria-labelledby").removeUniqueId(),"content"!==this.options.heightStyle&&t.css("height","")},_setOption:function(t,e){return"active"===t?(this._activate(e),void 0):("event"===t&&(this.options.event&&this._off(this.headers,this.options.event),this._setupEvents(e)),this._super(t,e),"collapsible"!==t||e||this.options.active!==!1||this._activate(0),"icons"===t&&(this._destroyIcons(),e&&this._createIcons()),void 0)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",t),this._toggleClass(null,"ui-state-disabled",!!t),this._toggleClass(this.headers.add(this.headers.next()),null,"ui-state-disabled",!!t)},_keydown:function(e){if(!e.altKey&&!e.ctrlKey){var i=t.ui.keyCode,s=this.headers.length,n=this.headers.index(e.target),o=!1;switch(e.keyCode){case i.RIGHT:case i.DOWN:o=this.headers[(n+1)%s];break;case i.LEFT:case i.UP:o=this.headers[(n-1+s)%s];break;case i.SPACE:case i.ENTER:this._eventHandler(e);break;case i.HOME:o=this.headers[0];break;case i.END:o=this.headers[s-1]}o&&(t(e.target).attr("tabIndex",-1),t(o).attr("tabIndex",0),t(o).trigger("focus"),e.preventDefault())}},_panelKeyDown:function(e){e.keyCode===t.ui.keyCode.UP&&e.ctrlKey&&t(e.currentTarget).prev().trigger("focus")},refresh:function(){var e=this.options;this._processPanels(),e.active===!1&&e.collapsible===!0||!this.headers.length?(e.active=!1,this.active=t()):e.active===!1?this._activate(0):this.active.length&&!t.contains(this.element[0],this.active[0])?this.headers.length===this.headers.find(".ui-state-disabled").length?(e.active=!1,this.active=t()):this._activate(Math.max(0,e.active-1)):e.active=this.headers.index(this.active),this._destroyIcons(),this._refresh()},_processPanels:function(){var t=this.headers,e=this.panels;this.headers=this.element.find(this.options.header),this._addClass(this.headers,"ui-accordion-header ui-accordion-header-collapsed","ui-state-default"),this.panels=this.headers.next().filter(":not(.ui-accordion-content-active)").hide(),this._addClass(this.panels,"ui-accordion-content","ui-helper-reset ui-widget-content"),e&&(this._off(t.not(this.headers)),this._off(e.not(this.panels)))},_refresh:function(){var e,i=this.options,s=i.heightStyle,n=this.element.parent();this.active=this._findActive(i.active),this._addClass(this.active,"ui-accordion-header-active","ui-state-active")._removeClass(this.active,"ui-accordion-header-collapsed"),this._addClass(this.active.next(),"ui-accordion-content-active"),this.active.next().show(),this.headers.attr("role","tab").each(function(){var e=t(this),i=e.uniqueId().attr("id"),s=e.next(),n=s.uniqueId().attr("id");e.attr("aria-controls",n),s.attr("aria-labelledby",i)}).next().attr("role","tabpanel"),this.headers.not(this.active).attr({"aria-selected":"false","aria-expanded":"false",tabIndex:-1}).next().attr({"aria-hidden":"true"}).hide(),this.active.length?this.active.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0}).next().attr({"aria-hidden":"false"}):this.headers.eq(0).attr("tabIndex",0),this._createIcons(),this._setupEvents(i.event),"fill"===s?(e=n.height(),this.element.siblings(":visible").each(function(){var i=t(this),s=i.css("position");"absolute"!==s&&"fixed"!==s&&(e-=i.outerHeight(!0))}),this.headers.each(function(){e-=t(this).outerHeight(!0)}),this.headers.next().each(function(){t(this).height(Math.max(0,e-t(this).innerHeight()+t(this).height()))}).css("overflow","auto")):"auto"===s&&(e=0,this.headers.next().each(function(){var i=t(this).is(":visible");i||t(this).show(),e=Math.max(e,t(this).css("height","").height()),i||t(this).hide()}).height(e))},_activate:function(e){var i=this._findActive(e)[0];i!==this.active[0]&&(i=i||this.active[0],this._eventHandler({target:i,currentTarget:i,preventDefault:t.noop}))},_findActive:function(e){return"number"==typeof e?this.headers.eq(e):t()},_setupEvents:function(e){var i={keydown:"_keydown"};e&&t.each(e.split(" "),function(t,e){i[e]="_eventHandler"}),this._off(this.headers.add(this.headers.next())),this._on(this.headers,i),this._on(this.headers.next(),{keydown:"_panelKeyDown"}),this._hoverable(this.headers),this._focusable(this.headers)},_eventHandler:function(e){var i,s,n=this.options,o=this.active,a=t(e.currentTarget),r=a[0]===o[0],h=r&&n.collapsible,l=h?t():a.next(),c=o.next(),u={oldHeader:o,oldPanel:c,newHeader:h?t():a,newPanel:l};e.preventDefault(),r&&!n.collapsible||this._trigger("beforeActivate",e,u)===!1||(n.active=h?!1:this.headers.index(a),this.active=r?t():a,this._toggle(u),this._removeClass(o,"ui-accordion-header-active","ui-state-active"),n.icons&&(i=o.children(".ui-accordion-header-icon"),this._removeClass(i,null,n.icons.activeHeader)._addClass(i,null,n.icons.header)),r||(this._removeClass(a,"ui-accordion-header-collapsed")._addClass(a,"ui-accordion-header-active","ui-state-active"),n.icons&&(s=a.children(".ui-accordion-header-icon"),this._removeClass(s,null,n.icons.header)._addClass(s,null,n.icons.activeHeader)),this._addClass(a.next(),"ui-accordion-content-active")))},_toggle:function(e){var i=e.newPanel,s=this.prevShow.length?this.prevShow:e.oldPanel;this.prevShow.add(this.prevHide).stop(!0,!0),this.prevShow=i,this.prevHide=s,this.options.animate?this._animate(i,s,e):(s.hide(),i.show(),this._toggleComplete(e)),s.attr({"aria-hidden":"true"}),s.prev().attr({"aria-selected":"false","aria-expanded":"false"}),i.length&&s.length?s.prev().attr({tabIndex:-1,"aria-expanded":"false"}):i.length&&this.headers.filter(function(){return 0===parseInt(t(this).attr("tabIndex"),10)}).attr("tabIndex",-1),i.attr("aria-hidden","false").prev().attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0})},_animate:function(t,e,i){var s,n,o,a=this,r=0,h=t.css("box-sizing"),l=t.length&&(!e.length||t.index()<e.index()),c=this.options.animate||{},u=l&&c.down||c,d=function(){a._toggleComplete(i)};return"number"==typeof u&&(o=u),"string"==typeof u&&(n=u),n=n||u.easing||c.easing,o=o||u.duration||c.duration,e.length?t.length?(s=t.show().outerHeight(),e.animate(this.hideProps,{duration:o,easing:n,step:function(t,e){e.now=Math.round(t)}}),t.hide().animate(this.showProps,{duration:o,easing:n,complete:d,step:function(t,i){i.now=Math.round(t),"height"!==i.prop?"content-box"===h&&(r+=i.now):"content"!==a.options.heightStyle&&(i.now=Math.round(s-e.outerHeight()-r),r=0)}}),void 0):e.animate(this.hideProps,o,n,d):t.animate(this.showProps,o,n,d)},_toggleComplete:function(t){var e=t.oldPanel,i=e.prev();this._removeClass(e,"ui-accordion-content-active"),this._removeClass(i,"ui-accordion-header-active")._addClass(i,"ui-accordion-header-collapsed"),e.length&&(e.parent()[0].className=e.parent()[0].className),this._trigger("activate",null,t)}}),t.ui.safeActiveElement=function(t){var e;try{e=t.activeElement}catch(i){e=t.body}return e||(e=t.body),e.nodeName||(e=t.body),e},t.widget("ui.menu",{version:"1.12.1",defaultElement:"<ul>",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault()},"click .ui-menu-item":function(e){var i=t(e.target),s=t(t.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&i.not(".ui-state-disabled").length&&(this.select(e),e.isPropagationStopped()||(this.mouseHandled=!0),i.has(".ui-menu").length?this.expand(e):!this.element.is(":focus")&&s.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":function(e){if(!this.previousFilter){var i=t(e.target).closest(".ui-menu-item"),s=t(e.currentTarget);i[0]===s[0]&&(this._removeClass(s.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(e,s))}},mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this.element.find(this.options.items).eq(0);e||this.focus(t,i)},blur:function(e){this._delay(function(){var i=!t.contains(this.element[0],t.ui.safeActiveElement(this.document[0]));i&&this.collapseAll(e)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t),this.mouseHandled=!1}})},_destroy:function(){var e=this.element.find(".ui-menu-item").removeAttr("role aria-disabled"),i=e.children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),i.children().each(function(){var e=t(this);e.data("ui-menu-submenu-caret")&&e.remove()})},_keydown:function(e){var i,s,n,o,a=!0;switch(e.keyCode){case t.ui.keyCode.PAGE_UP:this.previousPage(e);break;case t.ui.keyCode.PAGE_DOWN:this.nextPage(e);break;case t.ui.keyCode.HOME:this._move("first","first",e);break;case t.ui.keyCode.END:this._move("last","last",e);break;case t.ui.keyCode.UP:this.previous(e);break;case t.ui.keyCode.DOWN:this.next(e);break;case t.ui.keyCode.LEFT:this.collapse(e);break;case t.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(e);break;case t.ui.keyCode.ENTER:case t.ui.keyCode.SPACE:this._activate(e);break;case t.ui.keyCode.ESCAPE:this.collapse(e);break;default:a=!1,s=this.previousFilter||"",o=!1,n=e.keyCode>=96&&105>=e.keyCode?""+(e.keyCode-96):String.fromCharCode(e.keyCode),clearTimeout(this.filterTimer),n===s?o=!0:n=s+n,i=this._filterMenuItems(n),i=o&&-1!==i.index(this.active.next())?this.active.nextAll(".ui-menu-item"):i,i.length||(n=String.fromCharCode(e.keyCode),i=this._filterMenuItems(n)),i.length?(this.focus(e,i),this.previousFilter=n,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}a&&e.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var e,i,s,n,o,a=this,r=this.options.icons.submenu,h=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),s=h.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var e=t(this),i=e.prev(),s=t("<span>").data("ui-menu-submenu-caret",!0);a._addClass(s,"ui-menu-icon","ui-icon "+r),i.attr("aria-haspopup","true").prepend(s),e.attr("aria-labelledby",i.attr("id"))}),this._addClass(s,"ui-menu","ui-widget ui-widget-content ui-front"),e=h.add(this.element),i=e.find(this.options.items),i.not(".ui-menu-item").each(function(){var e=t(this);a._isDivider(e)&&a._addClass(e,"ui-menu-divider","ui-widget-content")}),n=i.not(".ui-menu-item, .ui-menu-divider"),o=n.children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(n,"ui-menu-item")._addClass(o,"ui-menu-item-wrapper"),i.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!t.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){if("icons"===t){var i=this.element.find(".ui-menu-icon");this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)}this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",t+""),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i,s,n;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),s=this.active.children(".ui-menu-item-wrapper"),this._addClass(s,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",s.attr("id")),n=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(n,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),i=e.children(".ui-menu"),i.length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(e){var i,s,n,o,a,r;this._hasScroll()&&(i=parseFloat(t.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(t.css(this.activeMenu[0],"paddingTop"))||0,n=e.offset().top-this.activeMenu.offset().top-i-s,o=this.activeMenu.scrollTop(),a=this.activeMenu.height(),r=e.outerHeight(),0>n?this.activeMenu.scrollTop(o+n):n+r>a&&this.activeMenu.scrollTop(o+n-a+r))},blur:function(t,e){e||clearTimeout(this.timer),this.active&&(this._removeClass(this.active.children(".ui-menu-item-wrapper"),null,"ui-state-active"),this._trigger("blur",t,{item:this.active}),this.active=null)},_startOpening:function(t){clearTimeout(this.timer),"true"===t.attr("aria-hidden")&&(this.timer=this._delay(function(){this._close(),this._open(t)},this.delay))},_open:function(e){var i=t.extend({of:this.active},this.options.position);clearTimeout(this.timer),this.element.find(".ui-menu").not(e.parents(".ui-menu")).hide().attr("aria-hidden","true"),e.show().removeAttr("aria-hidden").attr("aria-expanded","true").position(i)},collapseAll:function(e,i){clearTimeout(this.timer),this.timer=this._delay(function(){var s=i?this.element:t(e&&e.target).closest(this.element.find(".ui-menu"));s.length||(s=this.element),this._close(s),this.blur(e),this._removeClass(s.find(".ui-state-active"),null,"ui-state-active"),this.activeMenu=s},this.delay)},_close:function(t){t||(t=this.active?this.active.parent():this.element),t.find(".ui-menu").hide().attr("aria-hidden","true").attr("aria-expanded","false")},_closeOnDocumentClick:function(e){return!t(e.target).closest(".ui-menu").length},_isDivider:function(t){return!/[^\-\u2014\u2013\s]/.test(t.text())},collapse:function(t){var e=this.active&&this.active.parent().closest(".ui-menu-item",this.element);e&&e.length&&(this._close(),this.focus(t,e))},expand:function(t){var e=this.active&&this.active.children(".ui-menu ").find(this.options.items).first();e&&e.length&&(this._open(e.parent()),this._delay(function(){this.focus(t,e)}))},next:function(t){this._move("next","first",t)},previous:function(t){this._move("prev","last",t)},isFirstItem:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},isLastItem:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},_move:function(t,e,i){var s;this.active&&(s="first"===t||"last"===t?this.active["first"===t?"prevAll":"nextAll"](".ui-menu-item").eq(-1):this.active[t+"All"](".ui-menu-item").eq(0)),s&&s.length&&this.active||(s=this.activeMenu.find(this.options.items)[e]()),this.focus(i,s)},nextPage:function(e){var i,s,n;return this.active?(this.isLastItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.nextAll(".ui-menu-item").each(function(){return i=t(this),0>i.offset().top-s-n}),this.focus(e,i)):this.focus(e,this.activeMenu.find(this.options.items)[this.active?"last":"first"]())),void 0):(this.next(e),void 0)},previousPage:function(e){var i,s,n;return this.active?(this.isFirstItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.prevAll(".ui-menu-item").each(function(){return i=t(this),i.offset().top-s+n>0}),this.focus(e,i)):this.focus(e,this.activeMenu.find(this.options.items).first())),void 0):(this.next(e),void 0)},_hasScroll:function(){return this.element.outerHeight()<this.element.prop("scrollHeight")},select:function(e){this.active=this.active||t(e.target).closest(".ui-menu-item");var i={item:this.active};this.active.has(".ui-menu").length||this.collapseAll(e,!0),this._trigger("select",e,i)},_filterMenuItems:function(e){var i=e.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"),s=RegExp("^"+i,"i");return this.activeMenu.find(this.options.items).filter(".ui-menu-item").filter(function(){return s.test(t.trim(t(this).children(".ui-menu-item-wrapper").text()))})}}),t.widget("ui.autocomplete",{version:"1.12.1",defaultElement:"<input>",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,_create:function(){var e,i,s,n=this.element[0].nodeName.toLowerCase(),o="textarea"===n,a="input"===n;
     this.isMultiLine=o||!a&&this._isContentEditable(this.element),this.valueMethod=this.element[o||a?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(n){if(this.element.prop("readOnly"))return e=!0,s=!0,i=!0,void 0;e=!1,s=!1,i=!1;var o=t.ui.keyCode;switch(n.keyCode){case o.PAGE_UP:e=!0,this._move("previousPage",n);break;case o.PAGE_DOWN:e=!0,this._move("nextPage",n);break;case o.UP:e=!0,this._keyEvent("previous",n);break;case o.DOWN:e=!0,this._keyEvent("next",n);break;case o.ENTER:this.menu.active&&(e=!0,n.preventDefault(),this.menu.select(n));break;case o.TAB:this.menu.active&&this.menu.select(n);break;case o.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(n),n.preventDefault());break;default:i=!0,this._searchTimeout(n)}},keypress:function(s){if(e)return e=!1,(!this.isMultiLine||this.menu.element.is(":visible"))&&s.preventDefault(),void 0;if(!i){var n=t.ui.keyCode;switch(s.keyCode){case n.PAGE_UP:this._move("previousPage",s);break;case n.PAGE_DOWN:this._move("nextPage",s);break;case n.UP:this._keyEvent("previous",s);break;case n.DOWN:this._keyEvent("next",s)}}},input:function(t){return s?(s=!1,t.preventDefault(),void 0):(this._searchTimeout(t),void 0)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){return this.cancelBlur?(delete this.cancelBlur,void 0):(clearTimeout(this.searching),this.close(t),this._change(t),void 0)}}),this._initSource(),this.menu=t("<ul>").appendTo(this._appendTo()).menu({role:null}).hide().menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(e){e.preventDefault(),this.cancelBlur=!0,this._delay(function(){delete this.cancelBlur,this.element[0]!==t.ui.safeActiveElement(this.document[0])&&this.element.trigger("focus")})},menufocus:function(e,i){var s,n;return this.isNewMenu&&(this.isNewMenu=!1,e.originalEvent&&/^mouse/.test(e.originalEvent.type))?(this.menu.blur(),this.document.one("mousemove",function(){t(e.target).trigger(e.originalEvent)}),void 0):(n=i.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",e,{item:n})&&e.originalEvent&&/^key/.test(e.originalEvent.type)&&this._value(n.value),s=i.item.attr("aria-label")||n.value,s&&t.trim(s).length&&(this.liveRegion.children().hide(),t("<div>").text(s).appendTo(this.liveRegion)),void 0)},menuselect:function(e,i){var s=i.item.data("ui-autocomplete-item"),n=this.previous;this.element[0]!==t.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=n,this._delay(function(){this.previous=n,this.selectedItem=s})),!1!==this._trigger("select",e,{item:s})&&this._value(s.value),this.term=this._value(),this.close(e),this.selectedItem=s}}),this.liveRegion=t("<div>",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(e){var i=this.menu.element[0];return e.target===this.element[0]||e.target===i||t.contains(i,e.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var e=this.options.appendTo;return e&&(e=e.jquery||e.nodeType?t(e):this.document.find(e).eq(0)),e&&e[0]||(e=this.element.closest(".ui-front, dialog")),e.length||(e=this.document[0].body),e},_initSource:function(){var e,i,s=this;t.isArray(this.options.source)?(e=this.options.source,this.source=function(i,s){s(t.ui.autocomplete.filter(e,i.term))}):"string"==typeof this.options.source?(i=this.options.source,this.source=function(e,n){s.xhr&&s.xhr.abort(),s.xhr=t.ajax({url:i,data:e,dataType:"json",success:function(t){n(t)},error:function(){n([])}})}):this.source=this.options.source},_searchTimeout:function(t){clearTimeout(this.searching),this.searching=this._delay(function(){var e=this.term===this._value(),i=this.menu.element.is(":visible"),s=t.altKey||t.ctrlKey||t.metaKey||t.shiftKey;(!e||e&&!i&&!s)&&(this.selectedItem=null,this.search(null,t))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length<this.options.minLength?this.close(e):this._trigger("search",e)!==!1?this._search(t):void 0},_search:function(t){this.pending++,this._addClass("ui-autocomplete-loading"),this.cancelSearch=!1,this.source({term:t},this._response())},_response:function(){var e=++this.requestIndex;return t.proxy(function(t){e===this.requestIndex&&this.__response(t),this.pending--,this.pending||this._removeClass("ui-autocomplete-loading")},this)},__response:function(t){t&&(t=this._normalize(t)),this._trigger("response",null,{content:t}),!this.options.disabled&&t&&t.length&&!this.cancelSearch?(this._suggest(t),this._trigger("open")):this._close()},close:function(t){this.cancelSearch=!0,this._close(t)},_close:function(t){this._off(this.document,"mousedown"),this.menu.element.is(":visible")&&(this.menu.element.hide(),this.menu.blur(),this.isNewMenu=!0,this._trigger("close",t))},_change:function(t){this.previous!==this._value()&&this._trigger("change",t,{item:this.selectedItem})},_normalize:function(e){return e.length&&e[0].label&&e[0].value?e:t.map(e,function(e){return"string"==typeof e?{label:e,value:e}:t.extend({},e,{label:e.label||e.value,value:e.value||e.label})})},_suggest:function(e){var i=this.menu.element.empty();this._renderMenu(i,e),this.isNewMenu=!0,this.menu.refresh(),i.show(),this._resizeMenu(),i.position(t.extend({of:this.element},this.options.position)),this.options.autoFocus&&this.menu.next(),this._on(this.document,{mousedown:"_closeOnClickOutside"})},_resizeMenu:function(){var t=this.menu.element;t.outerWidth(Math.max(t.width("").outerWidth()+1,this.element.outerWidth()))},_renderMenu:function(e,i){var s=this;t.each(i,function(t,i){s._renderItemData(e,i)})},_renderItemData:function(t,e){return this._renderItem(t,e).data("ui-autocomplete-item",e)},_renderItem:function(e,i){return t("<li>").append(t("<div>").text(i.label)).appendTo(e)},_move:function(t,e){return this.menu.element.is(":visible")?this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),this.menu.blur(),void 0):(this.menu[t](e),void 0):(this.search(null,e),void 0)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){(!this.isMultiLine||this.menu.element.is(":visible"))&&(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),t.extend(t.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(e,i){var s=RegExp(t.ui.autocomplete.escapeRegex(i),"i");return t.grep(e,function(t){return s.test(t.label||t.value||t)})}}),t.widget("ui.autocomplete",t.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(t>1?" results are":" result is")+" available, use up and down arrow keys to navigate."}}},__response:function(e){var i;this._superApply(arguments),this.options.disabled||this.cancelSearch||(i=e&&e.length?this.options.messages.results(e.length):this.options.messages.noResults,this.liveRegion.children().hide(),t("<div>").text(i).appendTo(this.liveRegion))}}),t.ui.autocomplete;var g=/ui-corner-([a-z]){2,6}/g;t.widget("ui.controlgroup",{version:"1.12.1",defaultElement:"<div>",options:{direction:"horizontal",disabled:null,onlyVisible:!0,items:{button:"input[type=button], input[type=submit], input[type=reset], button, a",controlgroupLabel:".ui-controlgroup-label",checkboxradio:"input[type='checkbox'], input[type='radio']",selectmenu:"select",spinner:".ui-spinner-input"}},_create:function(){this._enhance()},_enhance:function(){this.element.attr("role","toolbar"),this.refresh()},_destroy:function(){this._callChildMethod("destroy"),this.childWidgets.removeData("ui-controlgroup-data"),this.element.removeAttr("role"),this.options.items.controlgroupLabel&&this.element.find(this.options.items.controlgroupLabel).find(".ui-controlgroup-label-contents").contents().unwrap()},_initWidgets:function(){var e=this,i=[];t.each(this.options.items,function(s,n){var o,a={};return n?"controlgroupLabel"===s?(o=e.element.find(n),o.each(function(){var e=t(this);e.children(".ui-controlgroup-label-contents").length||e.contents().wrapAll("<span class='ui-controlgroup-label-contents'></span>")}),e._addClass(o,null,"ui-widget ui-widget-content ui-state-default"),i=i.concat(o.get()),void 0):(t.fn[s]&&(a=e["_"+s+"Options"]?e["_"+s+"Options"]("middle"):{classes:{}},e.element.find(n).each(function(){var n=t(this),o=n[s]("instance"),r=t.widget.extend({},a);if("button"!==s||!n.parent(".ui-spinner").length){o||(o=n[s]()[s]("instance")),o&&(r.classes=e._resolveClassesValues(r.classes,o)),n[s](r);var h=n[s]("widget");t.data(h[0],"ui-controlgroup-data",o?o:n[s]("instance")),i.push(h[0])}})),void 0):void 0}),this.childWidgets=t(t.unique(i)),this._addClass(this.childWidgets,"ui-controlgroup-item")},_callChildMethod:function(e){this.childWidgets.each(function(){var i=t(this),s=i.data("ui-controlgroup-data");s&&s[e]&&s[e]()})},_updateCornerClass:function(t,e){var i="ui-corner-top ui-corner-bottom ui-corner-left ui-corner-right ui-corner-all",s=this._buildSimpleOptions(e,"label").classes.label;this._removeClass(t,null,i),this._addClass(t,null,s)},_buildSimpleOptions:function(t,e){var i="vertical"===this.options.direction,s={classes:{}};return s.classes[e]={middle:"",first:"ui-corner-"+(i?"top":"left"),last:"ui-corner-"+(i?"bottom":"right"),only:"ui-corner-all"}[t],s},_spinnerOptions:function(t){var e=this._buildSimpleOptions(t,"ui-spinner");return e.classes["ui-spinner-up"]="",e.classes["ui-spinner-down"]="",e},_buttonOptions:function(t){return this._buildSimpleOptions(t,"ui-button")},_checkboxradioOptions:function(t){return this._buildSimpleOptions(t,"ui-checkboxradio-label")},_selectmenuOptions:function(t){var e="vertical"===this.options.direction;return{width:e?"auto":!1,classes:{middle:{"ui-selectmenu-button-open":"","ui-selectmenu-button-closed":""},first:{"ui-selectmenu-button-open":"ui-corner-"+(e?"top":"tl"),"ui-selectmenu-button-closed":"ui-corner-"+(e?"top":"left")},last:{"ui-selectmenu-button-open":e?"":"ui-corner-tr","ui-selectmenu-button-closed":"ui-corner-"+(e?"bottom":"right")},only:{"ui-selectmenu-button-open":"ui-corner-top","ui-selectmenu-button-closed":"ui-corner-all"}}[t]}},_resolveClassesValues:function(e,i){var s={};return t.each(e,function(n){var o=i.options.classes[n]||"";o=t.trim(o.replace(g,"")),s[n]=(o+" "+e[n]).replace(/\s+/g," ")}),s},_setOption:function(t,e){return"direction"===t&&this._removeClass("ui-controlgroup-"+this.options.direction),this._super(t,e),"disabled"===t?(this._callChildMethod(e?"disable":"enable"),void 0):(this.refresh(),void 0)},refresh:function(){var e,i=this;this._addClass("ui-controlgroup ui-controlgroup-"+this.options.direction),"horizontal"===this.options.direction&&this._addClass(null,"ui-helper-clearfix"),this._initWidgets(),e=this.childWidgets,this.options.onlyVisible&&(e=e.filter(":visible")),e.length&&(t.each(["first","last"],function(t,s){var n=e[s]().data("ui-controlgroup-data");if(n&&i["_"+n.widgetName+"Options"]){var o=i["_"+n.widgetName+"Options"](1===e.length?"only":s);o.classes=i._resolveClassesValues(o.classes,n),n.element[n.widgetName](o)}else i._updateCornerClass(e[s](),s)}),this._callChildMethod("refresh"))}}),t.widget("ui.checkboxradio",[t.ui.formResetMixin,{version:"1.12.1",options:{disabled:null,label:null,icon:!0,classes:{"ui-checkboxradio-label":"ui-corner-all","ui-checkboxradio-icon":"ui-corner-all"}},_getCreateOptions:function(){var e,i,s=this,n=this._super()||{};return this._readType(),i=this.element.labels(),this.label=t(i[i.length-1]),this.label.length||t.error("No label found for checkboxradio widget"),this.originalLabel="",this.label.contents().not(this.element[0]).each(function(){s.originalLabel+=3===this.nodeType?t(this).text():this.outerHTML}),this.originalLabel&&(n.label=this.originalLabel),e=this.element[0].disabled,null!=e&&(n.disabled=e),n},_create:function(){var t=this.element[0].checked;this._bindFormResetHandler(),null==this.options.disabled&&(this.options.disabled=this.element[0].disabled),this._setOption("disabled",this.options.disabled),this._addClass("ui-checkboxradio","ui-helper-hidden-accessible"),this._addClass(this.label,"ui-checkboxradio-label","ui-button ui-widget"),"radio"===this.type&&this._addClass(this.label,"ui-checkboxradio-radio-label"),this.options.label&&this.options.label!==this.originalLabel?this._updateLabel():this.originalLabel&&(this.options.label=this.originalLabel),this._enhance(),t&&(this._addClass(this.label,"ui-checkboxradio-checked","ui-state-active"),this.icon&&this._addClass(this.icon,null,"ui-state-hover")),this._on({change:"_toggleClasses",focus:function(){this._addClass(this.label,null,"ui-state-focus ui-visual-focus")},blur:function(){this._removeClass(this.label,null,"ui-state-focus ui-visual-focus")}})},_readType:function(){var e=this.element[0].nodeName.toLowerCase();this.type=this.element[0].type,"input"===e&&/radio|checkbox/.test(this.type)||t.error("Can't create checkboxradio on element.nodeName="+e+" and element.type="+this.type)},_enhance:function(){this._updateIcon(this.element[0].checked)},widget:function(){return this.label},_getRadioGroup:function(){var e,i=this.element[0].name,s="input[name='"+t.ui.escapeSelector(i)+"']";return i?(e=this.form.length?t(this.form[0].elements).filter(s):t(s).filter(function(){return 0===t(this).form().length}),e.not(this.element)):t([])},_toggleClasses:function(){var e=this.element[0].checked;this._toggleClass(this.label,"ui-checkboxradio-checked","ui-state-active",e),this.options.icon&&"checkbox"===this.type&&this._toggleClass(this.icon,null,"ui-icon-check ui-state-checked",e)._toggleClass(this.icon,null,"ui-icon-blank",!e),"radio"===this.type&&this._getRadioGroup().each(function(){var e=t(this).checkboxradio("instance");e&&e._removeClass(e.label,"ui-checkboxradio-checked","ui-state-active")})},_destroy:function(){this._unbindFormResetHandler(),this.icon&&(this.icon.remove(),this.iconSpace.remove())},_setOption:function(t,e){return"label"!==t||e?(this._super(t,e),"disabled"===t?(this._toggleClass(this.label,null,"ui-state-disabled",e),this.element[0].disabled=e,void 0):(this.refresh(),void 0)):void 0},_updateIcon:function(e){var i="ui-icon ui-icon-background ";this.options.icon?(this.icon||(this.icon=t("<span>"),this.iconSpace=t("<span> </span>"),this._addClass(this.iconSpace,"ui-checkboxradio-icon-space")),"checkbox"===this.type?(i+=e?"ui-icon-check ui-state-checked":"ui-icon-blank",this._removeClass(this.icon,null,e?"ui-icon-blank":"ui-icon-check")):i+="ui-icon-blank",this._addClass(this.icon,"ui-checkboxradio-icon",i),e||this._removeClass(this.icon,null,"ui-icon-check ui-state-checked"),this.icon.prependTo(this.label).after(this.iconSpace)):void 0!==this.icon&&(this.icon.remove(),this.iconSpace.remove(),delete this.icon)},_updateLabel:function(){var t=this.label.contents().not(this.element[0]);this.icon&&(t=t.not(this.icon[0])),this.iconSpace&&(t=t.not(this.iconSpace[0])),t.remove(),this.label.append(this.options.label)},refresh:function(){var t=this.element[0].checked,e=this.element[0].disabled;this._updateIcon(t),this._toggleClass(this.label,"ui-checkboxradio-checked","ui-state-active",t),null!==this.options.label&&this._updateLabel(),e!==this.options.disabled&&this._setOptions({disabled:e})}}]),t.ui.checkboxradio,t.widget("ui.button",{version:"1.12.1",defaultElement:"<button>",options:{classes:{"ui-button":"ui-corner-all"},disabled:null,icon:null,iconPosition:"beginning",label:null,showLabel:!0},_getCreateOptions:function(){var t,e=this._super()||{};return this.isInput=this.element.is("input"),t=this.element[0].disabled,null!=t&&(e.disabled=t),this.originalLabel=this.isInput?this.element.val():this.element.html(),this.originalLabel&&(e.label=this.originalLabel),e},_create:function(){!this.option.showLabel&!this.options.icon&&(this.options.showLabel=!0),null==this.options.disabled&&(this.options.disabled=this.element[0].disabled||!1),this.hasTitle=!!this.element.attr("title"),this.options.label&&this.options.label!==this.originalLabel&&(this.isInput?this.element.val(this.options.label):this.element.html(this.options.label)),this._addClass("ui-button","ui-widget"),this._setOption("disabled",this.options.disabled),this._enhance(),this.element.is("a")&&this._on({keyup:function(e){e.keyCode===t.ui.keyCode.SPACE&&(e.preventDefault(),this.element[0].click?this.element[0].click():this.element.trigger("click"))}})},_enhance:function(){this.element.is("button")||this.element.attr("role","button"),this.options.icon&&(this._updateIcon("icon",this.options.icon),this._updateTooltip())},_updateTooltip:function(){this.title=this.element.attr("title"),this.options.showLabel||this.title||this.element.attr("title",this.options.label)},_updateIcon:function(e,i){var s="iconPosition"!==e,n=s?this.options.iconPosition:i,o="top"===n||"bottom"===n;this.icon?s&&this._removeClass(this.icon,null,this.options.icon):(this.icon=t("<span>"),this._addClass(this.icon,"ui-button-icon","ui-icon"),this.options.showLabel||this._addClass("ui-button-icon-only")),s&&this._addClass(this.icon,null,i),this._attachIcon(n),o?(this._addClass(this.icon,null,"ui-widget-icon-block"),this.iconSpace&&this.iconSpace.remove()):(this.iconSpace||(this.iconSpace=t("<span> </span>"),this._addClass(this.iconSpace,"ui-button-icon-space")),this._removeClass(this.icon,null,"ui-wiget-icon-block"),this._attachIconSpace(n))},_destroy:function(){this.element.removeAttr("role"),this.icon&&this.icon.remove(),this.iconSpace&&this.iconSpace.remove(),this.hasTitle||this.element.removeAttr("title")},_attachIconSpace:function(t){this.icon[/^(?:end|bottom)/.test(t)?"before":"after"](this.iconSpace)},_attachIcon:function(t){this.element[/^(?:end|bottom)/.test(t)?"append":"prepend"](this.icon)},_setOptions:function(t){var e=void 0===t.showLabel?this.options.showLabel:t.showLabel,i=void 0===t.icon?this.options.icon:t.icon;e||i||(t.showLabel=!0),this._super(t)},_setOption:function(t,e){"icon"===t&&(e?this._updateIcon(t,e):this.icon&&(this.icon.remove(),this.iconSpace&&this.iconSpace.remove())),"iconPosition"===t&&this._updateIcon(t,e),"showLabel"===t&&(this._toggleClass("ui-button-icon-only",null,!e),this._updateTooltip()),"label"===t&&(this.isInput?this.element.val(e):(this.element.html(e),this.icon&&(this._attachIcon(this.options.iconPosition),this._attachIconSpace(this.options.iconPosition)))),this._super(t,e),"disabled"===t&&(this._toggleClass(null,"ui-state-disabled",e),this.element[0].disabled=e,e&&this.element.blur())},refresh:function(){var t=this.element.is("input, button")?this.element[0].disabled:this.element.hasClass("ui-button-disabled");t!==this.options.disabled&&this._setOptions({disabled:t}),this._updateTooltip()}}),t.uiBackCompat!==!1&&(t.widget("ui.button",t.ui.button,{options:{text:!0,icons:{primary:null,secondary:null}},_create:function(){this.options.showLabel&&!this.options.text&&(this.options.showLabel=this.options.text),!this.options.showLabel&&this.options.text&&(this.options.text=this.options.showLabel),this.options.icon||!this.options.icons.primary&&!this.options.icons.secondary?this.options.icon&&(this.options.icons.primary=this.options.icon):this.options.icons.primary?this.options.icon=this.options.icons.primary:(this.options.icon=this.options.icons.secondary,this.options.iconPosition="end"),this._super()},_setOption:function(t,e){return"text"===t?(this._super("showLabel",e),void 0):("showLabel"===t&&(this.options.text=e),"icon"===t&&(this.options.icons.primary=e),"icons"===t&&(e.primary?(this._super("icon",e.primary),this._super("iconPosition","beginning")):e.secondary&&(this._super("icon",e.secondary),this._super("iconPosition","end"))),this._superApply(arguments),void 0)}}),t.fn.button=function(e){return function(){return!this.length||this.length&&"INPUT"!==this[0].tagName||this.length&&"INPUT"===this[0].tagName&&"checkbox"!==this.attr("type")&&"radio"!==this.attr("type")?e.apply(this,arguments):(t.ui.checkboxradio||t.error("Checkboxradio widget missing"),0===arguments.length?this.checkboxradio({icon:!1}):this.checkboxradio.apply(this,arguments))}}(t.fn.button),t.fn.buttonset=function(){return t.ui.controlgroup||t.error("Controlgroup widget missing"),"option"===arguments[0]&&"items"===arguments[1]&&arguments[2]?this.controlgroup.apply(this,[arguments[0],"items.button",arguments[2]]):"option"===arguments[0]&&"items"===arguments[1]?this.controlgroup.apply(this,[arguments[0],"items.button"]):("object"==typeof arguments[0]&&arguments[0].items&&(arguments[0].items={button:arguments[0].items}),this.controlgroup.apply(this,arguments))}),t.ui.button,t.extend(t.ui,{datepicker:{version:"1.12.1"}});var m;t.extend(s.prototype,{markerClassName:"hasDatepicker",maxRows:4,_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(t){return a(this._defaults,t||{}),this},_attachDatepicker:function(e,i){var s,n,o;s=e.nodeName.toLowerCase(),n="div"===s||"span"===s,e.id||(this.uuid+=1,e.id="dp"+this.uuid),o=this._newInst(t(e),n),o.settings=t.extend({},i||{}),"input"===s?this._connectDatepicker(e,o):n&&this._inlineDatepicker(e,o)},_newInst:function(e,i){var s=e[0].id.replace(/([^A-Za-z0-9_\-])/g,"\\\\$1");return{id:s,input:e,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:i,dpDiv:i?n(t("<div class='"+this._inlineClass+" ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>")):this.dpDiv}},_connectDatepicker:function(e,i){var s=t(e);i.append=t([]),i.trigger=t([]),s.hasClass(this.markerClassName)||(this._attachments(s,i),s.addClass(this.markerClassName).on("keydown",this._doKeyDown).on("keypress",this._doKeyPress).on("keyup",this._doKeyUp),this._autoSize(i),t.data(e,"datepicker",i),i.settings.disabled&&this._disableDatepicker(e))},_attachments:function(e,i){var s,n,o,a=this._get(i,"appendText"),r=this._get(i,"isRTL");i.append&&i.append.remove(),a&&(i.append=t("<span class='"+this._appendClass+"'>"+a+"</span>"),e[r?"before":"after"](i.append)),e.off("focus",this._showDatepicker),i.trigger&&i.trigger.remove(),s=this._get(i,"showOn"),("focus"===s||"both"===s)&&e.on("focus",this._showDatepicker),("button"===s||"both"===s)&&(n=this._get(i,"buttonText"),o=this._get(i,"buttonImage"),i.trigger=t(this._get(i,"buttonImageOnly")?t("<img/>").addClass(this._triggerClass).attr({src:o,alt:n,title:n}):t("<button type='button'></button>").addClass(this._triggerClass).html(o?t("<img/>").attr({src:o,alt:n,title:n}):n)),e[r?"before":"after"](i.trigger),i.trigger.on("click",function(){return t.datepicker._datepickerShowing&&t.datepicker._lastInput===e[0]?t.datepicker._hideDatepicker():t.datepicker._datepickerShowing&&t.datepicker._lastInput!==e[0]?(t.datepicker._hideDatepicker(),t.datepicker._showDatepicker(e[0])):t.datepicker._showDatepicker(e[0]),!1}))},_autoSize:function(t){if(this._get(t,"autoSize")&&!t.inline){var e,i,s,n,o=new Date(2009,11,20),a=this._get(t,"dateFormat");a.match(/[DM]/)&&(e=function(t){for(i=0,s=0,n=0;t.length>n;n++)t[n].length>i&&(i=t[n].length,s=n);return s},o.setMonth(e(this._get(t,a.match(/MM/)?"monthNames":"monthNamesShort"))),o.setDate(e(this._get(t,a.match(/DD/)?"dayNames":"dayNamesShort"))+20-o.getDay())),t.input.attr("size",this._formatDate(t,o).length)}},_inlineDatepicker:function(e,i){var s=t(e);s.hasClass(this.markerClassName)||(s.addClass(this.markerClassName).append(i.dpDiv),t.data(e,"datepicker",i),this._setDate(i,this._getDefaultDate(i),!0),this._updateDatepicker(i),this._updateAlternate(i),i.settings.disabled&&this._disableDatepicker(e),i.dpDiv.css("display","block"))},_dialogDatepicker:function(e,i,s,n,o){var r,h,l,c,u,d=this._dialogInst;return d||(this.uuid+=1,r="dp"+this.uuid,this._dialogInput=t("<input type='text' id='"+r+"' style='position: absolute; top: -100px; width: 0px;'/>"),this._dialogInput.on("keydown",this._doKeyDown),t("body").append(this._dialogInput),d=this._dialogInst=this._newInst(this._dialogInput,!1),d.settings={},t.data(this._dialogInput[0],"datepicker",d)),a(d.settings,n||{}),i=i&&i.constructor===Date?this._formatDate(d,i):i,this._dialogInput.val(i),this._pos=o?o.length?o:[o.pageX,o.pageY]:null,this._pos||(h=document.documentElement.clientWidth,l=document.documentElement.clientHeight,c=document.documentElement.scrollLeft||document.body.scrollLeft,u=document.documentElement.scrollTop||document.body.scrollTop,this._pos=[h/2-100+c,l/2-150+u]),this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px"),d.settings.onSelect=s,this._inDialog=!0,this.dpDiv.addClass(this._dialogClass),this._showDatepicker(this._dialogInput[0]),t.blockUI&&t.blockUI(this.dpDiv),t.data(this._dialogInput[0],"datepicker",d),this},_destroyDatepicker:function(e){var i,s=t(e),n=t.data(e,"datepicker");s.hasClass(this.markerClassName)&&(i=e.nodeName.toLowerCase(),t.removeData(e,"datepicker"),"input"===i?(n.append.remove(),n.trigger.remove(),s.removeClass(this.markerClassName).off("focus",this._showDatepicker).off("keydown",this._doKeyDown).off("keypress",this._doKeyPress).off("keyup",this._doKeyUp)):("div"===i||"span"===i)&&s.removeClass(this.markerClassName).empty(),m===n&&(m=null))},_enableDatepicker:function(e){var i,s,n=t(e),o=t.data(e,"datepicker");n.hasClass(this.markerClassName)&&(i=e.nodeName.toLowerCase(),"input"===i?(e.disabled=!1,o.trigger.filter("button").each(function(){this.disabled=!1}).end().filter("img").css({opacity:"1.0",cursor:""})):("div"===i||"span"===i)&&(s=n.children("."+this._inlineClass),s.children().removeClass("ui-state-disabled"),s.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!1)),this._disabledInputs=t.map(this._disabledInputs,function(t){return t===e?null:t}))},_disableDatepicker:function(e){var i,s,n=t(e),o=t.data(e,"datepicker");n.hasClass(this.markerClassName)&&(i=e.nodeName.toLowerCase(),"input"===i?(e.disabled=!0,o.trigger.filter("button").each(function(){this.disabled=!0}).end().filter("img").css({opacity:"0.5",cursor:"default"})):("div"===i||"span"===i)&&(s=n.children("."+this._inlineClass),s.children().addClass("ui-state-disabled"),s.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!0)),this._disabledInputs=t.map(this._disabledInputs,function(t){return t===e?null:t}),this._disabledInputs[this._disabledInputs.length]=e)},_isDisabledDatepicker:function(t){if(!t)return!1;for(var e=0;this._disabledInputs.length>e;e++)if(this._disabledInputs[e]===t)return!0;return!1},_getInst:function(e){try{return t.data(e,"datepicker")}catch(i){throw"Missing instance data for this datepicker"}},_optionDatepicker:function(e,i,s){var n,o,r,h,l=this._getInst(e);return 2===arguments.length&&"string"==typeof i?"defaults"===i?t.extend({},t.datepicker._defaults):l?"all"===i?t.extend({},l.settings):this._get(l,i):null:(n=i||{},"string"==typeof i&&(n={},n[i]=s),l&&(this._curInst===l&&this._hideDatepicker(),o=this._getDateDatepicker(e,!0),r=this._getMinMaxDate(l,"min"),h=this._getMinMaxDate(l,"max"),a(l.settings,n),null!==r&&void 0!==n.dateFormat&&void 0===n.minDate&&(l.settings.minDate=this._formatDate(l,r)),null!==h&&void 0!==n.dateFormat&&void 0===n.maxDate&&(l.settings.maxDate=this._formatDate(l,h)),"disabled"in n&&(n.disabled?this._disableDatepicker(e):this._enableDatepicker(e)),this._attachments(t(e),l),this._autoSize(l),this._setDate(l,o),this._updateAlternate(l),this._updateDatepicker(l)),void 0)},_changeDatepicker:function(t,e,i){this._optionDatepicker(t,e,i)},_refreshDatepicker:function(t){var e=this._getInst(t);e&&this._updateDatepicker(e)},_setDateDatepicker:function(t,e){var i=this._getInst(t);i&&(this._setDate(i,e),this._updateDatepicker(i),this._updateAlternate(i))},_getDateDatepicker:function(t,e){var i=this._getInst(t);return i&&!i.inline&&this._setDateFromField(i,e),i?this._getDate(i):null},_doKeyDown:function(e){var i,s,n,o=t.datepicker._getInst(e.target),a=!0,r=o.dpDiv.is(".ui-datepicker-rtl");if(o._keyEvent=!0,t.datepicker._datepickerShowing)switch(e.keyCode){case 9:t.datepicker._hideDatepicker(),a=!1;break;case 13:return n=t("td."+t.datepicker._dayOverClass+":not(."+t.datepicker._currentClass+")",o.dpDiv),n[0]&&t.datepicker._selectDay(e.target,o.selectedMonth,o.selectedYear,n[0]),i=t.datepicker._get(o,"onSelect"),i?(s=t.datepicker._formatDate(o),i.apply(o.input?o.input[0]:null,[s,o])):t.datepicker._hideDatepicker(),!1;case 27:t.datepicker._hideDatepicker();break;case 33:t.datepicker._adjustDate(e.target,e.ctrlKey?-t.datepicker._get(o,"stepBigMonths"):-t.datepicker._get(o,"stepMonths"),"M");break;case 34:t.datepicker._adjustDate(e.target,e.ctrlKey?+t.datepicker._get(o,"stepBigMonths"):+t.datepicker._get(o,"stepMonths"),"M");break;case 35:(e.ctrlKey||e.metaKey)&&t.datepicker._clearDate(e.target),a=e.ctrlKey||e.metaKey;break;case 36:(e.ctrlKey||e.metaKey)&&t.datepicker._gotoToday(e.target),a=e.ctrlKey||e.metaKey;break;case 37:(e.ctrlKey||e.metaKey)&&t.datepicker._adjustDate(e.target,r?1:-1,"D"),a=e.ctrlKey||e.metaKey,e.originalEvent.altKey&&t.datepicker._adjustDate(e.target,e.ctrlKey?-t.datepicker._get(o,"stepBigMonths"):-t.datepicker._get(o,"stepMonths"),"M");break;case 38:(e.ctrlKey||e.metaKey)&&t.datepicker._adjustDate(e.target,-7,"D"),a=e.ctrlKey||e.metaKey;break;case 39:(e.ctrlKey||e.metaKey)&&t.datepicker._adjustDate(e.target,r?-1:1,"D"),a=e.ctrlKey||e.metaKey,e.originalEvent.altKey&&t.datepicker._adjustDate(e.target,e.ctrlKey?+t.datepicker._get(o,"stepBigMonths"):+t.datepicker._get(o,"stepMonths"),"M");break;case 40:(e.ctrlKey||e.metaKey)&&t.datepicker._adjustDate(e.target,7,"D"),a=e.ctrlKey||e.metaKey;break;default:a=!1}else 36===e.keyCode&&e.ctrlKey?t.datepicker._showDatepicker(this):a=!1;a&&(e.preventDefault(),e.stopPropagation())},_doKeyPress:function(e){var i,s,n=t.datepicker._getInst(e.target);return t.datepicker._get(n,"constrainInput")?(i=t.datepicker._possibleChars(t.datepicker._get(n,"dateFormat")),s=String.fromCharCode(null==e.charCode?e.keyCode:e.charCode),e.ctrlKey||e.metaKey||" ">s||!i||i.indexOf(s)>-1):void 0},_doKeyUp:function(e){var i,s=t.datepicker._getInst(e.target);if(s.input.val()!==s.lastVal)try{i=t.datepicker.parseDate(t.datepicker._get(s,"dateFormat"),s.input?s.input.val():null,t.datepicker._getFormatConfig(s)),i&&(t.datepicker._setDateFromField(s),t.datepicker._updateAlternate(s),t.datepicker._updateDatepicker(s))}catch(n){}return!0},_showDatepicker:function(e){if(e=e.target||e,"input"!==e.nodeName.toLowerCase()&&(e=t("input",e.parentNode)[0]),!t.datepicker._isDisabledDatepicker(e)&&t.datepicker._lastInput!==e){var s,n,o,r,h,l,c;s=t.datepicker._getInst(e),t.datepicker._curInst&&t.datepicker._curInst!==s&&(t.datepicker._curInst.dpDiv.stop(!0,!0),s&&t.datepicker._datepickerShowing&&t.datepicker._hideDatepicker(t.datepicker._curInst.input[0])),n=t.datepicker._get(s,"beforeShow"),o=n?n.apply(e,[e,s]):{},o!==!1&&(a(s.settings,o),s.lastVal=null,t.datepicker._lastInput=e,t.datepicker._setDateFromField(s),t.datepicker._inDialog&&(e.value=""),t.datepicker._pos||(t.datepicker._pos=t.datepicker._findPos(e),t.datepicker._pos[1]+=e.offsetHeight),r=!1,t(e).parents().each(function(){return r|="fixed"===t(this).css("position"),!r}),h={left:t.datepicker._pos[0],top:t.datepicker._pos[1]},t.datepicker._pos=null,s.dpDiv.empty(),s.dpDiv.css({position:"absolute",display:"block",top:"-1000px"}),t.datepicker._updateDatepicker(s),h=t.datepicker._checkOffset(s,h,r),s.dpDiv.css({position:t.datepicker._inDialog&&t.blockUI?"static":r?"fixed":"absolute",display:"none",left:h.left+"px",top:h.top+"px"}),s.inline||(l=t.datepicker._get(s,"showAnim"),c=t.datepicker._get(s,"duration"),s.dpDiv.css("z-index",i(t(e))+1),t.datepicker._datepickerShowing=!0,t.effects&&t.effects.effect[l]?s.dpDiv.show(l,t.datepicker._get(s,"showOptions"),c):s.dpDiv[l||"show"](l?c:null),t.datepicker._shouldFocusInput(s)&&s.input.trigger("focus"),t.datepicker._curInst=s))
@@ -12,4 +12,4 @@
     },disable:t.noop,enable:t.noop,close:function(e){var i=this;this._isOpen&&this._trigger("beforeClose",e)!==!1&&(this._isOpen=!1,this._focusedElement=null,this._destroyOverlay(),this._untrackInstance(),this.opener.filter(":focusable").trigger("focus").length||t.ui.safeBlur(t.ui.safeActiveElement(this.document[0])),this._hide(this.uiDialog,this.options.hide,function(){i._trigger("close",e)}))},isOpen:function(){return this._isOpen},moveToTop:function(){this._moveToTop()},_moveToTop:function(e,i){var s=!1,n=this.uiDialog.siblings(".ui-front:visible").map(function(){return+t(this).css("z-index")}).get(),o=Math.max.apply(null,n);return o>=+this.uiDialog.css("z-index")&&(this.uiDialog.css("z-index",o+1),s=!0),s&&!i&&this._trigger("focus",e),s},open:function(){var e=this;return this._isOpen?(this._moveToTop()&&this._focusTabbable(),void 0):(this._isOpen=!0,this.opener=t(t.ui.safeActiveElement(this.document[0])),this._size(),this._position(),this._createOverlay(),this._moveToTop(null,!0),this.overlay&&this.overlay.css("z-index",this.uiDialog.css("z-index")-1),this._show(this.uiDialog,this.options.show,function(){e._focusTabbable(),e._trigger("focus")}),this._makeFocusTarget(),this._trigger("open"),void 0)},_focusTabbable:function(){var t=this._focusedElement;t||(t=this.element.find("[autofocus]")),t.length||(t=this.element.find(":tabbable")),t.length||(t=this.uiDialogButtonPane.find(":tabbable")),t.length||(t=this.uiDialogTitlebarClose.filter(":tabbable")),t.length||(t=this.uiDialog),t.eq(0).trigger("focus")},_keepFocus:function(e){function i(){var e=t.ui.safeActiveElement(this.document[0]),i=this.uiDialog[0]===e||t.contains(this.uiDialog[0],e);i||this._focusTabbable()}e.preventDefault(),i.call(this),this._delay(i)},_createWrapper:function(){this.uiDialog=t("<div>").hide().attr({tabIndex:-1,role:"dialog"}).appendTo(this._appendTo()),this._addClass(this.uiDialog,"ui-dialog","ui-widget ui-widget-content ui-front"),this._on(this.uiDialog,{keydown:function(e){if(this.options.closeOnEscape&&!e.isDefaultPrevented()&&e.keyCode&&e.keyCode===t.ui.keyCode.ESCAPE)return e.preventDefault(),this.close(e),void 0;if(e.keyCode===t.ui.keyCode.TAB&&!e.isDefaultPrevented()){var i=this.uiDialog.find(":tabbable"),s=i.filter(":first"),n=i.filter(":last");e.target!==n[0]&&e.target!==this.uiDialog[0]||e.shiftKey?e.target!==s[0]&&e.target!==this.uiDialog[0]||!e.shiftKey||(this._delay(function(){n.trigger("focus")}),e.preventDefault()):(this._delay(function(){s.trigger("focus")}),e.preventDefault())}},mousedown:function(t){this._moveToTop(t)&&this._focusTabbable()}}),this.element.find("[aria-describedby]").length||this.uiDialog.attr({"aria-describedby":this.element.uniqueId().attr("id")})},_createTitlebar:function(){var e;this.uiDialogTitlebar=t("<div>"),this._addClass(this.uiDialogTitlebar,"ui-dialog-titlebar","ui-widget-header ui-helper-clearfix"),this._on(this.uiDialogTitlebar,{mousedown:function(e){t(e.target).closest(".ui-dialog-titlebar-close")||this.uiDialog.trigger("focus")}}),this.uiDialogTitlebarClose=t("<button type='button'></button>").button({label:t("<a>").text(this.options.closeText).html(),icon:"ui-icon-closethick",showLabel:!1}).appendTo(this.uiDialogTitlebar),this._addClass(this.uiDialogTitlebarClose,"ui-dialog-titlebar-close"),this._on(this.uiDialogTitlebarClose,{click:function(t){t.preventDefault(),this.close(t)}}),e=t("<span>").uniqueId().prependTo(this.uiDialogTitlebar),this._addClass(e,"ui-dialog-title"),this._title(e),this.uiDialogTitlebar.prependTo(this.uiDialog),this.uiDialog.attr({"aria-labelledby":e.attr("id")})},_title:function(t){this.options.title?t.text(this.options.title):t.html("&#160;")},_createButtonPane:function(){this.uiDialogButtonPane=t("<div>"),this._addClass(this.uiDialogButtonPane,"ui-dialog-buttonpane","ui-widget-content ui-helper-clearfix"),this.uiButtonSet=t("<div>").appendTo(this.uiDialogButtonPane),this._addClass(this.uiButtonSet,"ui-dialog-buttonset"),this._createButtons()},_createButtons:function(){var e=this,i=this.options.buttons;return this.uiDialogButtonPane.remove(),this.uiButtonSet.empty(),t.isEmptyObject(i)||t.isArray(i)&&!i.length?(this._removeClass(this.uiDialog,"ui-dialog-buttons"),void 0):(t.each(i,function(i,s){var n,o;s=t.isFunction(s)?{click:s,text:i}:s,s=t.extend({type:"button"},s),n=s.click,o={icon:s.icon,iconPosition:s.iconPosition,showLabel:s.showLabel,icons:s.icons,text:s.text},delete s.click,delete s.icon,delete s.iconPosition,delete s.showLabel,delete s.icons,"boolean"==typeof s.text&&delete s.text,t("<button></button>",s).button(o).appendTo(e.uiButtonSet).on("click",function(){n.apply(e.element[0],arguments)})}),this._addClass(this.uiDialog,"ui-dialog-buttons"),this.uiDialogButtonPane.appendTo(this.uiDialog),void 0)},_makeDraggable:function(){function e(t){return{position:t.position,offset:t.offset}}var i=this,s=this.options;this.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close",handle:".ui-dialog-titlebar",containment:"document",start:function(s,n){i._addClass(t(this),"ui-dialog-dragging"),i._blockFrames(),i._trigger("dragStart",s,e(n))},drag:function(t,s){i._trigger("drag",t,e(s))},stop:function(n,o){var a=o.offset.left-i.document.scrollLeft(),r=o.offset.top-i.document.scrollTop();s.position={my:"left top",at:"left"+(a>=0?"+":"")+a+" "+"top"+(r>=0?"+":"")+r,of:i.window},i._removeClass(t(this),"ui-dialog-dragging"),i._unblockFrames(),i._trigger("dragStop",n,e(o))}})},_makeResizable:function(){function e(t){return{originalPosition:t.originalPosition,originalSize:t.originalSize,position:t.position,size:t.size}}var i=this,s=this.options,n=s.resizable,o=this.uiDialog.css("position"),a="string"==typeof n?n:"n,e,s,w,se,sw,ne,nw";this.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:this.element,maxWidth:s.maxWidth,maxHeight:s.maxHeight,minWidth:s.minWidth,minHeight:this._minHeight(),handles:a,start:function(s,n){i._addClass(t(this),"ui-dialog-resizing"),i._blockFrames(),i._trigger("resizeStart",s,e(n))},resize:function(t,s){i._trigger("resize",t,e(s))},stop:function(n,o){var a=i.uiDialog.offset(),r=a.left-i.document.scrollLeft(),h=a.top-i.document.scrollTop();s.height=i.uiDialog.height(),s.width=i.uiDialog.width(),s.position={my:"left top",at:"left"+(r>=0?"+":"")+r+" "+"top"+(h>=0?"+":"")+h,of:i.window},i._removeClass(t(this),"ui-dialog-resizing"),i._unblockFrames(),i._trigger("resizeStop",n,e(o))}}).css("position",o)},_trackFocus:function(){this._on(this.widget(),{focusin:function(e){this._makeFocusTarget(),this._focusedElement=t(e.target)}})},_makeFocusTarget:function(){this._untrackInstance(),this._trackingInstances().unshift(this)},_untrackInstance:function(){var e=this._trackingInstances(),i=t.inArray(this,e);-1!==i&&e.splice(i,1)},_trackingInstances:function(){var t=this.document.data("ui-dialog-instances");return t||(t=[],this.document.data("ui-dialog-instances",t)),t},_minHeight:function(){var t=this.options;return"auto"===t.height?t.minHeight:Math.min(t.minHeight,t.height)},_position:function(){var t=this.uiDialog.is(":visible");t||this.uiDialog.show(),this.uiDialog.position(this.options.position),t||this.uiDialog.hide()},_setOptions:function(e){var i=this,s=!1,n={};t.each(e,function(t,e){i._setOption(t,e),t in i.sizeRelatedOptions&&(s=!0),t in i.resizableRelatedOptions&&(n[t]=e)}),s&&(this._size(),this._position()),this.uiDialog.is(":data(ui-resizable)")&&this.uiDialog.resizable("option",n)},_setOption:function(e,i){var s,n,o=this.uiDialog;"disabled"!==e&&(this._super(e,i),"appendTo"===e&&this.uiDialog.appendTo(this._appendTo()),"buttons"===e&&this._createButtons(),"closeText"===e&&this.uiDialogTitlebarClose.button({label:t("<a>").text(""+this.options.closeText).html()}),"draggable"===e&&(s=o.is(":data(ui-draggable)"),s&&!i&&o.draggable("destroy"),!s&&i&&this._makeDraggable()),"position"===e&&this._position(),"resizable"===e&&(n=o.is(":data(ui-resizable)"),n&&!i&&o.resizable("destroy"),n&&"string"==typeof i&&o.resizable("option","handles",i),n||i===!1||this._makeResizable()),"title"===e&&this._title(this.uiDialogTitlebar.find(".ui-dialog-title")))},_size:function(){var t,e,i,s=this.options;this.element.show().css({width:"auto",minHeight:0,maxHeight:"none",height:0}),s.minWidth>s.width&&(s.width=s.minWidth),t=this.uiDialog.css({height:"auto",width:s.width}).outerHeight(),e=Math.max(0,s.minHeight-t),i="number"==typeof s.maxHeight?Math.max(0,s.maxHeight-t):"none","auto"===s.height?this.element.css({minHeight:e,maxHeight:i,height:"auto"}):this.element.height(Math.max(0,s.height-t)),this.uiDialog.is(":data(ui-resizable)")&&this.uiDialog.resizable("option","minHeight",this._minHeight())},_blockFrames:function(){this.iframeBlocks=this.document.find("iframe").map(function(){var e=t(this);return t("<div>").css({position:"absolute",width:e.outerWidth(),height:e.outerHeight()}).appendTo(e.parent()).offset(e.offset())[0]})},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_allowInteraction:function(e){return t(e.target).closest(".ui-dialog").length?!0:!!t(e.target).closest(".ui-datepicker").length},_createOverlay:function(){if(this.options.modal){var e=!0;this._delay(function(){e=!1}),this.document.data("ui-dialog-overlays")||this._on(this.document,{focusin:function(t){e||this._allowInteraction(t)||(t.preventDefault(),this._trackingInstances()[0]._focusTabbable())}}),this.overlay=t("<div>").appendTo(this._appendTo()),this._addClass(this.overlay,null,"ui-widget-overlay ui-front"),this._on(this.overlay,{mousedown:"_keepFocus"}),this.document.data("ui-dialog-overlays",(this.document.data("ui-dialog-overlays")||0)+1)}},_destroyOverlay:function(){if(this.options.modal&&this.overlay){var t=this.document.data("ui-dialog-overlays")-1;t?this.document.data("ui-dialog-overlays",t):(this._off(this.document,"focusin"),this.document.removeData("ui-dialog-overlays")),this.overlay.remove(),this.overlay=null}}}),t.uiBackCompat!==!1&&t.widget("ui.dialog",t.ui.dialog,{options:{dialogClass:""},_createWrapper:function(){this._super(),this.uiDialog.addClass(this.options.dialogClass)},_setOption:function(t,e){"dialogClass"===t&&this.uiDialog.removeClass(this.options.dialogClass).addClass(e),this._superApply(arguments)}}),t.ui.dialog,t.widget("ui.droppable",{version:"1.12.1",widgetEventPrefix:"drop",options:{accept:"*",addClasses:!0,greedy:!1,scope:"default",tolerance:"intersect",activate:null,deactivate:null,drop:null,out:null,over:null},_create:function(){var e,i=this.options,s=i.accept;this.isover=!1,this.isout=!0,this.accept=t.isFunction(s)?s:function(t){return t.is(s)},this.proportions=function(){return arguments.length?(e=arguments[0],void 0):e?e:e={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight}},this._addToManager(i.scope),i.addClasses&&this._addClass("ui-droppable")},_addToManager:function(e){t.ui.ddmanager.droppables[e]=t.ui.ddmanager.droppables[e]||[],t.ui.ddmanager.droppables[e].push(this)},_splice:function(t){for(var e=0;t.length>e;e++)t[e]===this&&t.splice(e,1)},_destroy:function(){var e=t.ui.ddmanager.droppables[this.options.scope];this._splice(e)},_setOption:function(e,i){if("accept"===e)this.accept=t.isFunction(i)?i:function(t){return t.is(i)};else if("scope"===e){var s=t.ui.ddmanager.droppables[this.options.scope];this._splice(s),this._addToManager(i)}this._super(e,i)},_activate:function(e){var i=t.ui.ddmanager.current;this._addActiveClass(),i&&this._trigger("activate",e,this.ui(i))},_deactivate:function(e){var i=t.ui.ddmanager.current;this._removeActiveClass(),i&&this._trigger("deactivate",e,this.ui(i))},_over:function(e){var i=t.ui.ddmanager.current;i&&(i.currentItem||i.element)[0]!==this.element[0]&&this.accept.call(this.element[0],i.currentItem||i.element)&&(this._addHoverClass(),this._trigger("over",e,this.ui(i)))},_out:function(e){var i=t.ui.ddmanager.current;i&&(i.currentItem||i.element)[0]!==this.element[0]&&this.accept.call(this.element[0],i.currentItem||i.element)&&(this._removeHoverClass(),this._trigger("out",e,this.ui(i)))},_drop:function(e,i){var s=i||t.ui.ddmanager.current,n=!1;return s&&(s.currentItem||s.element)[0]!==this.element[0]?(this.element.find(":data(ui-droppable)").not(".ui-draggable-dragging").each(function(){var i=t(this).droppable("instance");return i.options.greedy&&!i.options.disabled&&i.options.scope===s.options.scope&&i.accept.call(i.element[0],s.currentItem||s.element)&&v(s,t.extend(i,{offset:i.element.offset()}),i.options.tolerance,e)?(n=!0,!1):void 0}),n?!1:this.accept.call(this.element[0],s.currentItem||s.element)?(this._removeActiveClass(),this._removeHoverClass(),this._trigger("drop",e,this.ui(s)),this.element):!1):!1},ui:function(t){return{draggable:t.currentItem||t.element,helper:t.helper,position:t.position,offset:t.positionAbs}},_addHoverClass:function(){this._addClass("ui-droppable-hover")},_removeHoverClass:function(){this._removeClass("ui-droppable-hover")},_addActiveClass:function(){this._addClass("ui-droppable-active")},_removeActiveClass:function(){this._removeClass("ui-droppable-active")}});var v=t.ui.intersect=function(){function t(t,e,i){return t>=e&&e+i>t}return function(e,i,s,n){if(!i.offset)return!1;var o=(e.positionAbs||e.position.absolute).left+e.margins.left,a=(e.positionAbs||e.position.absolute).top+e.margins.top,r=o+e.helperProportions.width,h=a+e.helperProportions.height,l=i.offset.left,c=i.offset.top,u=l+i.proportions().width,d=c+i.proportions().height;switch(s){case"fit":return o>=l&&u>=r&&a>=c&&d>=h;case"intersect":return o+e.helperProportions.width/2>l&&u>r-e.helperProportions.width/2&&a+e.helperProportions.height/2>c&&d>h-e.helperProportions.height/2;case"pointer":return t(n.pageY,c,i.proportions().height)&&t(n.pageX,l,i.proportions().width);case"touch":return(a>=c&&d>=a||h>=c&&d>=h||c>a&&h>d)&&(o>=l&&u>=o||r>=l&&u>=r||l>o&&r>u);default:return!1}}}();t.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(e,i){var s,n,o=t.ui.ddmanager.droppables[e.options.scope]||[],a=i?i.type:null,r=(e.currentItem||e.element).find(":data(ui-droppable)").addBack();t:for(s=0;o.length>s;s++)if(!(o[s].options.disabled||e&&!o[s].accept.call(o[s].element[0],e.currentItem||e.element))){for(n=0;r.length>n;n++)if(r[n]===o[s].element[0]){o[s].proportions().height=0;continue t}o[s].visible="none"!==o[s].element.css("display"),o[s].visible&&("mousedown"===a&&o[s]._activate.call(o[s],i),o[s].offset=o[s].element.offset(),o[s].proportions({width:o[s].element[0].offsetWidth,height:o[s].element[0].offsetHeight}))}},drop:function(e,i){var s=!1;return t.each((t.ui.ddmanager.droppables[e.options.scope]||[]).slice(),function(){this.options&&(!this.options.disabled&&this.visible&&v(e,this,this.options.tolerance,i)&&(s=this._drop.call(this,i)||s),!this.options.disabled&&this.visible&&this.accept.call(this.element[0],e.currentItem||e.element)&&(this.isout=!0,this.isover=!1,this._deactivate.call(this,i)))}),s},dragStart:function(e,i){e.element.parentsUntil("body").on("scroll.droppable",function(){e.options.refreshPositions||t.ui.ddmanager.prepareOffsets(e,i)})},drag:function(e,i){e.options.refreshPositions&&t.ui.ddmanager.prepareOffsets(e,i),t.each(t.ui.ddmanager.droppables[e.options.scope]||[],function(){if(!this.options.disabled&&!this.greedyChild&&this.visible){var s,n,o,a=v(e,this,this.options.tolerance,i),r=!a&&this.isover?"isout":a&&!this.isover?"isover":null;r&&(this.options.greedy&&(n=this.options.scope,o=this.element.parents(":data(ui-droppable)").filter(function(){return t(this).droppable("instance").options.scope===n}),o.length&&(s=t(o[0]).droppable("instance"),s.greedyChild="isover"===r)),s&&"isover"===r&&(s.isover=!1,s.isout=!0,s._out.call(s,i)),this[r]=!0,this["isout"===r?"isover":"isout"]=!1,this["isover"===r?"_over":"_out"].call(this,i),s&&"isout"===r&&(s.isout=!1,s.isover=!0,s._over.call(s,i)))}})},dragStop:function(e,i){e.element.parentsUntil("body").off("scroll.droppable"),e.options.refreshPositions||t.ui.ddmanager.prepareOffsets(e,i)}},t.uiBackCompat!==!1&&t.widget("ui.droppable",t.ui.droppable,{options:{hoverClass:!1,activeClass:!1},_addActiveClass:function(){this._super(),this.options.activeClass&&this.element.addClass(this.options.activeClass)},_removeActiveClass:function(){this._super(),this.options.activeClass&&this.element.removeClass(this.options.activeClass)},_addHoverClass:function(){this._super(),this.options.hoverClass&&this.element.addClass(this.options.hoverClass)},_removeHoverClass:function(){this._super(),this.options.hoverClass&&this.element.removeClass(this.options.hoverClass)}}),t.ui.droppable,t.widget("ui.progressbar",{version:"1.12.1",options:{classes:{"ui-progressbar":"ui-corner-all","ui-progressbar-value":"ui-corner-left","ui-progressbar-complete":"ui-corner-right"},max:100,value:0,change:null,complete:null},min:0,_create:function(){this.oldValue=this.options.value=this._constrainedValue(),this.element.attr({role:"progressbar","aria-valuemin":this.min}),this._addClass("ui-progressbar","ui-widget ui-widget-content"),this.valueDiv=t("<div>").appendTo(this.element),this._addClass(this.valueDiv,"ui-progressbar-value","ui-widget-header"),this._refreshValue()},_destroy:function(){this.element.removeAttr("role aria-valuemin aria-valuemax aria-valuenow"),this.valueDiv.remove()},value:function(t){return void 0===t?this.options.value:(this.options.value=this._constrainedValue(t),this._refreshValue(),void 0)},_constrainedValue:function(t){return void 0===t&&(t=this.options.value),this.indeterminate=t===!1,"number"!=typeof t&&(t=0),this.indeterminate?!1:Math.min(this.options.max,Math.max(this.min,t))},_setOptions:function(t){var e=t.value;delete t.value,this._super(t),this.options.value=this._constrainedValue(e),this._refreshValue()},_setOption:function(t,e){"max"===t&&(e=Math.max(this.min,e)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",t),this._toggleClass(null,"ui-state-disabled",!!t)},_percentage:function(){return this.indeterminate?100:100*(this.options.value-this.min)/(this.options.max-this.min)},_refreshValue:function(){var e=this.options.value,i=this._percentage();this.valueDiv.toggle(this.indeterminate||e>this.min).width(i.toFixed(0)+"%"),this._toggleClass(this.valueDiv,"ui-progressbar-complete",null,e===this.options.max)._toggleClass("ui-progressbar-indeterminate",null,this.indeterminate),this.indeterminate?(this.element.removeAttr("aria-valuenow"),this.overlayDiv||(this.overlayDiv=t("<div>").appendTo(this.valueDiv),this._addClass(this.overlayDiv,"ui-progressbar-overlay"))):(this.element.attr({"aria-valuemax":this.options.max,"aria-valuenow":e}),this.overlayDiv&&(this.overlayDiv.remove(),this.overlayDiv=null)),this.oldValue!==e&&(this.oldValue=e,this._trigger("change")),e===this.options.max&&this._trigger("complete")}}),t.widget("ui.selectable",t.ui.mouse,{version:"1.12.1",options:{appendTo:"body",autoRefresh:!0,distance:0,filter:"*",tolerance:"touch",selected:null,selecting:null,start:null,stop:null,unselected:null,unselecting:null},_create:function(){var e=this;this._addClass("ui-selectable"),this.dragged=!1,this.refresh=function(){e.elementPos=t(e.element[0]).offset(),e.selectees=t(e.options.filter,e.element[0]),e._addClass(e.selectees,"ui-selectee"),e.selectees.each(function(){var i=t(this),s=i.offset(),n={left:s.left-e.elementPos.left,top:s.top-e.elementPos.top};t.data(this,"selectable-item",{element:this,$element:i,left:n.left,top:n.top,right:n.left+i.outerWidth(),bottom:n.top+i.outerHeight(),startselected:!1,selected:i.hasClass("ui-selected"),selecting:i.hasClass("ui-selecting"),unselecting:i.hasClass("ui-unselecting")})})},this.refresh(),this._mouseInit(),this.helper=t("<div>"),this._addClass(this.helper,"ui-selectable-helper")},_destroy:function(){this.selectees.removeData("selectable-item"),this._mouseDestroy()},_mouseStart:function(e){var i=this,s=this.options;this.opos=[e.pageX,e.pageY],this.elementPos=t(this.element[0]).offset(),this.options.disabled||(this.selectees=t(s.filter,this.element[0]),this._trigger("start",e),t(s.appendTo).append(this.helper),this.helper.css({left:e.pageX,top:e.pageY,width:0,height:0}),s.autoRefresh&&this.refresh(),this.selectees.filter(".ui-selected").each(function(){var s=t.data(this,"selectable-item");s.startselected=!0,e.metaKey||e.ctrlKey||(i._removeClass(s.$element,"ui-selected"),s.selected=!1,i._addClass(s.$element,"ui-unselecting"),s.unselecting=!0,i._trigger("unselecting",e,{unselecting:s.element}))}),t(e.target).parents().addBack().each(function(){var s,n=t.data(this,"selectable-item");return n?(s=!e.metaKey&&!e.ctrlKey||!n.$element.hasClass("ui-selected"),i._removeClass(n.$element,s?"ui-unselecting":"ui-selected")._addClass(n.$element,s?"ui-selecting":"ui-unselecting"),n.unselecting=!s,n.selecting=s,n.selected=s,s?i._trigger("selecting",e,{selecting:n.element}):i._trigger("unselecting",e,{unselecting:n.element}),!1):void 0}))},_mouseDrag:function(e){if(this.dragged=!0,!this.options.disabled){var i,s=this,n=this.options,o=this.opos[0],a=this.opos[1],r=e.pageX,h=e.pageY;return o>r&&(i=r,r=o,o=i),a>h&&(i=h,h=a,a=i),this.helper.css({left:o,top:a,width:r-o,height:h-a}),this.selectees.each(function(){var i=t.data(this,"selectable-item"),l=!1,c={};i&&i.element!==s.element[0]&&(c.left=i.left+s.elementPos.left,c.right=i.right+s.elementPos.left,c.top=i.top+s.elementPos.top,c.bottom=i.bottom+s.elementPos.top,"touch"===n.tolerance?l=!(c.left>r||o>c.right||c.top>h||a>c.bottom):"fit"===n.tolerance&&(l=c.left>o&&r>c.right&&c.top>a&&h>c.bottom),l?(i.selected&&(s._removeClass(i.$element,"ui-selected"),i.selected=!1),i.unselecting&&(s._removeClass(i.$element,"ui-unselecting"),i.unselecting=!1),i.selecting||(s._addClass(i.$element,"ui-selecting"),i.selecting=!0,s._trigger("selecting",e,{selecting:i.element}))):(i.selecting&&((e.metaKey||e.ctrlKey)&&i.startselected?(s._removeClass(i.$element,"ui-selecting"),i.selecting=!1,s._addClass(i.$element,"ui-selected"),i.selected=!0):(s._removeClass(i.$element,"ui-selecting"),i.selecting=!1,i.startselected&&(s._addClass(i.$element,"ui-unselecting"),i.unselecting=!0),s._trigger("unselecting",e,{unselecting:i.element}))),i.selected&&(e.metaKey||e.ctrlKey||i.startselected||(s._removeClass(i.$element,"ui-selected"),i.selected=!1,s._addClass(i.$element,"ui-unselecting"),i.unselecting=!0,s._trigger("unselecting",e,{unselecting:i.element})))))}),!1}},_mouseStop:function(e){var i=this;return this.dragged=!1,t(".ui-unselecting",this.element[0]).each(function(){var s=t.data(this,"selectable-item");i._removeClass(s.$element,"ui-unselecting"),s.unselecting=!1,s.startselected=!1,i._trigger("unselected",e,{unselected:s.element})}),t(".ui-selecting",this.element[0]).each(function(){var s=t.data(this,"selectable-item");i._removeClass(s.$element,"ui-selecting")._addClass(s.$element,"ui-selected"),s.selecting=!1,s.selected=!0,s.startselected=!0,i._trigger("selected",e,{selected:s.element})}),this._trigger("stop",e),this.helper.remove(),!1}}),t.widget("ui.selectmenu",[t.ui.formResetMixin,{version:"1.12.1",defaultElement:"<select>",options:{appendTo:null,classes:{"ui-selectmenu-button-open":"ui-corner-top","ui-selectmenu-button-closed":"ui-corner-all"},disabled:null,icons:{button:"ui-icon-triangle-1-s"},position:{my:"left top",at:"left bottom",collision:"none"},width:!1,change:null,close:null,focus:null,open:null,select:null},_create:function(){var e=this.element.uniqueId().attr("id");this.ids={element:e,button:e+"-button",menu:e+"-menu"},this._drawButton(),this._drawMenu(),this._bindFormResetHandler(),this._rendered=!1,this.menuItems=t()},_drawButton:function(){var e,i=this,s=this._parseOption(this.element.find("option:selected"),this.element[0].selectedIndex);this.labels=this.element.labels().attr("for",this.ids.button),this._on(this.labels,{click:function(t){this.button.focus(),t.preventDefault()}}),this.element.hide(),this.button=t("<span>",{tabindex:this.options.disabled?-1:0,id:this.ids.button,role:"combobox","aria-expanded":"false","aria-autocomplete":"list","aria-owns":this.ids.menu,"aria-haspopup":"true",title:this.element.attr("title")}).insertAfter(this.element),this._addClass(this.button,"ui-selectmenu-button ui-selectmenu-button-closed","ui-button ui-widget"),e=t("<span>").appendTo(this.button),this._addClass(e,"ui-selectmenu-icon","ui-icon "+this.options.icons.button),this.buttonItem=this._renderButtonItem(s).appendTo(this.button),this.options.width!==!1&&this._resizeButton(),this._on(this.button,this._buttonEvents),this.button.one("focusin",function(){i._rendered||i._refreshMenu()})},_drawMenu:function(){var e=this;this.menu=t("<ul>",{"aria-hidden":"true","aria-labelledby":this.ids.button,id:this.ids.menu}),this.menuWrap=t("<div>").append(this.menu),this._addClass(this.menuWrap,"ui-selectmenu-menu","ui-front"),this.menuWrap.appendTo(this._appendTo()),this.menuInstance=this.menu.menu({classes:{"ui-menu":"ui-corner-bottom"},role:"listbox",select:function(t,i){t.preventDefault(),e._setSelection(),e._select(i.item.data("ui-selectmenu-item"),t)},focus:function(t,i){var s=i.item.data("ui-selectmenu-item");null!=e.focusIndex&&s.index!==e.focusIndex&&(e._trigger("focus",t,{item:s}),e.isOpen||e._select(s,t)),e.focusIndex=s.index,e.button.attr("aria-activedescendant",e.menuItems.eq(s.index).attr("id"))}}).menu("instance"),this.menuInstance._off(this.menu,"mouseleave"),this.menuInstance._closeOnDocumentClick=function(){return!1},this.menuInstance._isDivider=function(){return!1}},refresh:function(){this._refreshMenu(),this.buttonItem.replaceWith(this.buttonItem=this._renderButtonItem(this._getSelectedItem().data("ui-selectmenu-item")||{})),null===this.options.width&&this._resizeButton()},_refreshMenu:function(){var t,e=this.element.find("option");this.menu.empty(),this._parseOptions(e),this._renderMenu(this.menu,this.items),this.menuInstance.refresh(),this.menuItems=this.menu.find("li").not(".ui-selectmenu-optgroup").find(".ui-menu-item-wrapper"),this._rendered=!0,e.length&&(t=this._getSelectedItem(),this.menuInstance.focus(null,t),this._setAria(t.data("ui-selectmenu-item")),this._setOption("disabled",this.element.prop("disabled")))},open:function(t){this.options.disabled||(this._rendered?(this._removeClass(this.menu.find(".ui-state-active"),null,"ui-state-active"),this.menuInstance.focus(null,this._getSelectedItem())):this._refreshMenu(),this.menuItems.length&&(this.isOpen=!0,this._toggleAttr(),this._resizeMenu(),this._position(),this._on(this.document,this._documentClick),this._trigger("open",t)))},_position:function(){this.menuWrap.position(t.extend({of:this.button},this.options.position))},close:function(t){this.isOpen&&(this.isOpen=!1,this._toggleAttr(),this.range=null,this._off(this.document),this._trigger("close",t))},widget:function(){return this.button},menuWidget:function(){return this.menu},_renderButtonItem:function(e){var i=t("<span>");return this._setText(i,e.label),this._addClass(i,"ui-selectmenu-text"),i},_renderMenu:function(e,i){var s=this,n="";t.each(i,function(i,o){var a;o.optgroup!==n&&(a=t("<li>",{text:o.optgroup}),s._addClass(a,"ui-selectmenu-optgroup","ui-menu-divider"+(o.element.parent("optgroup").prop("disabled")?" ui-state-disabled":"")),a.appendTo(e),n=o.optgroup),s._renderItemData(e,o)})},_renderItemData:function(t,e){return this._renderItem(t,e).data("ui-selectmenu-item",e)},_renderItem:function(e,i){var s=t("<li>"),n=t("<div>",{title:i.element.attr("title")});return i.disabled&&this._addClass(s,null,"ui-state-disabled"),this._setText(n,i.label),s.append(n).appendTo(e)},_setText:function(t,e){e?t.text(e):t.html("&#160;")},_move:function(t,e){var i,s,n=".ui-menu-item";this.isOpen?i=this.menuItems.eq(this.focusIndex).parent("li"):(i=this.menuItems.eq(this.element[0].selectedIndex).parent("li"),n+=":not(.ui-state-disabled)"),s="first"===t||"last"===t?i["first"===t?"prevAll":"nextAll"](n).eq(-1):i[t+"All"](n).eq(0),s.length&&this.menuInstance.focus(e,s)},_getSelectedItem:function(){return this.menuItems.eq(this.element[0].selectedIndex).parent("li")},_toggle:function(t){this[this.isOpen?"close":"open"](t)},_setSelection:function(){var t;this.range&&(window.getSelection?(t=window.getSelection(),t.removeAllRanges(),t.addRange(this.range)):this.range.select(),this.button.focus())},_documentClick:{mousedown:function(e){this.isOpen&&(t(e.target).closest(".ui-selectmenu-menu, #"+t.ui.escapeSelector(this.ids.button)).length||this.close(e))}},_buttonEvents:{mousedown:function(){var t;window.getSelection?(t=window.getSelection(),t.rangeCount&&(this.range=t.getRangeAt(0))):this.range=document.selection.createRange()},click:function(t){this._setSelection(),this._toggle(t)},keydown:function(e){var i=!0;switch(e.keyCode){case t.ui.keyCode.TAB:case t.ui.keyCode.ESCAPE:this.close(e),i=!1;break;case t.ui.keyCode.ENTER:this.isOpen&&this._selectFocusedItem(e);break;case t.ui.keyCode.UP:e.altKey?this._toggle(e):this._move("prev",e);break;case t.ui.keyCode.DOWN:e.altKey?this._toggle(e):this._move("next",e);break;case t.ui.keyCode.SPACE:this.isOpen?this._selectFocusedItem(e):this._toggle(e);break;case t.ui.keyCode.LEFT:this._move("prev",e);break;case t.ui.keyCode.RIGHT:this._move("next",e);break;case t.ui.keyCode.HOME:case t.ui.keyCode.PAGE_UP:this._move("first",e);break;case t.ui.keyCode.END:case t.ui.keyCode.PAGE_DOWN:this._move("last",e);break;default:this.menu.trigger(e),i=!1}i&&e.preventDefault()}},_selectFocusedItem:function(t){var e=this.menuItems.eq(this.focusIndex).parent("li");e.hasClass("ui-state-disabled")||this._select(e.data("ui-selectmenu-item"),t)},_select:function(t,e){var i=this.element[0].selectedIndex;this.element[0].selectedIndex=t.index,this.buttonItem.replaceWith(this.buttonItem=this._renderButtonItem(t)),this._setAria(t),this._trigger("select",e,{item:t}),t.index!==i&&this._trigger("change",e,{item:t}),this.close(e)},_setAria:function(t){var e=this.menuItems.eq(t.index).attr("id");this.button.attr({"aria-labelledby":e,"aria-activedescendant":e}),this.menu.attr("aria-activedescendant",e)},_setOption:function(t,e){if("icons"===t){var i=this.button.find("span.ui-icon");this._removeClass(i,null,this.options.icons.button)._addClass(i,null,e.button)}this._super(t,e),"appendTo"===t&&this.menuWrap.appendTo(this._appendTo()),"width"===t&&this._resizeButton()},_setOptionDisabled:function(t){this._super(t),this.menuInstance.option("disabled",t),this.button.attr("aria-disabled",t),this._toggleClass(this.button,null,"ui-state-disabled",t),this.element.prop("disabled",t),t?(this.button.attr("tabindex",-1),this.close()):this.button.attr("tabindex",0)},_appendTo:function(){var e=this.options.appendTo;return e&&(e=e.jquery||e.nodeType?t(e):this.document.find(e).eq(0)),e&&e[0]||(e=this.element.closest(".ui-front, dialog")),e.length||(e=this.document[0].body),e},_toggleAttr:function(){this.button.attr("aria-expanded",this.isOpen),this._removeClass(this.button,"ui-selectmenu-button-"+(this.isOpen?"closed":"open"))._addClass(this.button,"ui-selectmenu-button-"+(this.isOpen?"open":"closed"))._toggleClass(this.menuWrap,"ui-selectmenu-open",null,this.isOpen),this.menu.attr("aria-hidden",!this.isOpen)},_resizeButton:function(){var t=this.options.width;return t===!1?(this.button.css("width",""),void 0):(null===t&&(t=this.element.show().outerWidth(),this.element.hide()),this.button.outerWidth(t),void 0)},_resizeMenu:function(){this.menu.outerWidth(Math.max(this.button.outerWidth(),this.menu.width("").outerWidth()+1))},_getCreateOptions:function(){var t=this._super();return t.disabled=this.element.prop("disabled"),t},_parseOptions:function(e){var i=this,s=[];e.each(function(e,n){s.push(i._parseOption(t(n),e))}),this.items=s},_parseOption:function(t,e){var i=t.parent("optgroup");return{element:t,index:e,value:t.val(),label:t.text(),optgroup:i.attr("label")||"",disabled:i.prop("disabled")||t.prop("disabled")}},_destroy:function(){this._unbindFormResetHandler(),this.menuWrap.remove(),this.button.remove(),this.element.show(),this.element.removeUniqueId(),this.labels.attr("for",this.ids.element)}}]),t.widget("ui.slider",t.ui.mouse,{version:"1.12.1",widgetEventPrefix:"slide",options:{animate:!1,classes:{"ui-slider":"ui-corner-all","ui-slider-handle":"ui-corner-all","ui-slider-range":"ui-corner-all ui-widget-header"},distance:0,max:100,min:0,orientation:"horizontal",range:!1,step:1,value:0,values:null,change:null,slide:null,start:null,stop:null},numPages:5,_create:function(){this._keySliding=!1,this._mouseSliding=!1,this._animateOff=!0,this._handleIndex=null,this._detectOrientation(),this._mouseInit(),this._calculateNewMax(),this._addClass("ui-slider ui-slider-"+this.orientation,"ui-widget ui-widget-content"),this._refresh(),this._animateOff=!1
     },_refresh:function(){this._createRange(),this._createHandles(),this._setupEvents(),this._refreshValue()},_createHandles:function(){var e,i,s=this.options,n=this.element.find(".ui-slider-handle"),o="<span tabindex='0'></span>",a=[];for(i=s.values&&s.values.length||1,n.length>i&&(n.slice(i).remove(),n=n.slice(0,i)),e=n.length;i>e;e++)a.push(o);this.handles=n.add(t(a.join("")).appendTo(this.element)),this._addClass(this.handles,"ui-slider-handle","ui-state-default"),this.handle=this.handles.eq(0),this.handles.each(function(e){t(this).data("ui-slider-handle-index",e).attr("tabIndex",0)})},_createRange:function(){var e=this.options;e.range?(e.range===!0&&(e.values?e.values.length&&2!==e.values.length?e.values=[e.values[0],e.values[0]]:t.isArray(e.values)&&(e.values=e.values.slice(0)):e.values=[this._valueMin(),this._valueMin()]),this.range&&this.range.length?(this._removeClass(this.range,"ui-slider-range-min ui-slider-range-max"),this.range.css({left:"",bottom:""})):(this.range=t("<div>").appendTo(this.element),this._addClass(this.range,"ui-slider-range")),("min"===e.range||"max"===e.range)&&this._addClass(this.range,"ui-slider-range-"+e.range)):(this.range&&this.range.remove(),this.range=null)},_setupEvents:function(){this._off(this.handles),this._on(this.handles,this._handleEvents),this._hoverable(this.handles),this._focusable(this.handles)},_destroy:function(){this.handles.remove(),this.range&&this.range.remove(),this._mouseDestroy()},_mouseCapture:function(e){var i,s,n,o,a,r,h,l,c=this,u=this.options;return u.disabled?!1:(this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()},this.elementOffset=this.element.offset(),i={x:e.pageX,y:e.pageY},s=this._normValueFromMouse(i),n=this._valueMax()-this._valueMin()+1,this.handles.each(function(e){var i=Math.abs(s-c.values(e));(n>i||n===i&&(e===c._lastChangedValue||c.values(e)===u.min))&&(n=i,o=t(this),a=e)}),r=this._start(e,a),r===!1?!1:(this._mouseSliding=!0,this._handleIndex=a,this._addClass(o,null,"ui-state-active"),o.trigger("focus"),h=o.offset(),l=!t(e.target).parents().addBack().is(".ui-slider-handle"),this._clickOffset=l?{left:0,top:0}:{left:e.pageX-h.left-o.width()/2,top:e.pageY-h.top-o.height()/2-(parseInt(o.css("borderTopWidth"),10)||0)-(parseInt(o.css("borderBottomWidth"),10)||0)+(parseInt(o.css("marginTop"),10)||0)},this.handles.hasClass("ui-state-hover")||this._slide(e,a,s),this._animateOff=!0,!0))},_mouseStart:function(){return!0},_mouseDrag:function(t){var e={x:t.pageX,y:t.pageY},i=this._normValueFromMouse(e);return this._slide(t,this._handleIndex,i),!1},_mouseStop:function(t){return this._removeClass(this.handles,null,"ui-state-active"),this._mouseSliding=!1,this._stop(t,this._handleIndex),this._change(t,this._handleIndex),this._handleIndex=null,this._clickOffset=null,this._animateOff=!1,!1},_detectOrientation:function(){this.orientation="vertical"===this.options.orientation?"vertical":"horizontal"},_normValueFromMouse:function(t){var e,i,s,n,o;return"horizontal"===this.orientation?(e=this.elementSize.width,i=t.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)):(e=this.elementSize.height,i=t.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)),s=i/e,s>1&&(s=1),0>s&&(s=0),"vertical"===this.orientation&&(s=1-s),n=this._valueMax()-this._valueMin(),o=this._valueMin()+s*n,this._trimAlignValue(o)},_uiHash:function(t,e,i){var s={handle:this.handles[t],handleIndex:t,value:void 0!==e?e:this.value()};return this._hasMultipleValues()&&(s.value=void 0!==e?e:this.values(t),s.values=i||this.values()),s},_hasMultipleValues:function(){return this.options.values&&this.options.values.length},_start:function(t,e){return this._trigger("start",t,this._uiHash(e))},_slide:function(t,e,i){var s,n,o=this.value(),a=this.values();this._hasMultipleValues()&&(n=this.values(e?0:1),o=this.values(e),2===this.options.values.length&&this.options.range===!0&&(i=0===e?Math.min(n,i):Math.max(n,i)),a[e]=i),i!==o&&(s=this._trigger("slide",t,this._uiHash(e,i,a)),s!==!1&&(this._hasMultipleValues()?this.values(e,i):this.value(i)))},_stop:function(t,e){this._trigger("stop",t,this._uiHash(e))},_change:function(t,e){this._keySliding||this._mouseSliding||(this._lastChangedValue=e,this._trigger("change",t,this._uiHash(e)))},value:function(t){return arguments.length?(this.options.value=this._trimAlignValue(t),this._refreshValue(),this._change(null,0),void 0):this._value()},values:function(e,i){var s,n,o;if(arguments.length>1)return this.options.values[e]=this._trimAlignValue(i),this._refreshValue(),this._change(null,e),void 0;if(!arguments.length)return this._values();if(!t.isArray(arguments[0]))return this._hasMultipleValues()?this._values(e):this.value();for(s=this.options.values,n=arguments[0],o=0;s.length>o;o+=1)s[o]=this._trimAlignValue(n[o]),this._change(null,o);this._refreshValue()},_setOption:function(e,i){var s,n=0;switch("range"===e&&this.options.range===!0&&("min"===i?(this.options.value=this._values(0),this.options.values=null):"max"===i&&(this.options.value=this._values(this.options.values.length-1),this.options.values=null)),t.isArray(this.options.values)&&(n=this.options.values.length),this._super(e,i),e){case"orientation":this._detectOrientation(),this._removeClass("ui-slider-horizontal ui-slider-vertical")._addClass("ui-slider-"+this.orientation),this._refreshValue(),this.options.range&&this._refreshRange(i),this.handles.css("horizontal"===i?"bottom":"left","");break;case"value":this._animateOff=!0,this._refreshValue(),this._change(null,0),this._animateOff=!1;break;case"values":for(this._animateOff=!0,this._refreshValue(),s=n-1;s>=0;s--)this._change(null,s);this._animateOff=!1;break;case"step":case"min":case"max":this._animateOff=!0,this._calculateNewMax(),this._refreshValue(),this._animateOff=!1;break;case"range":this._animateOff=!0,this._refresh(),this._animateOff=!1}},_setOptionDisabled:function(t){this._super(t),this._toggleClass(null,"ui-state-disabled",!!t)},_value:function(){var t=this.options.value;return t=this._trimAlignValue(t)},_values:function(t){var e,i,s;if(arguments.length)return e=this.options.values[t],e=this._trimAlignValue(e);if(this._hasMultipleValues()){for(i=this.options.values.slice(),s=0;i.length>s;s+=1)i[s]=this._trimAlignValue(i[s]);return i}return[]},_trimAlignValue:function(t){if(this._valueMin()>=t)return this._valueMin();if(t>=this._valueMax())return this._valueMax();var e=this.options.step>0?this.options.step:1,i=(t-this._valueMin())%e,s=t-i;return 2*Math.abs(i)>=e&&(s+=i>0?e:-e),parseFloat(s.toFixed(5))},_calculateNewMax:function(){var t=this.options.max,e=this._valueMin(),i=this.options.step,s=Math.round((t-e)/i)*i;t=s+e,t>this.options.max&&(t-=i),this.max=parseFloat(t.toFixed(this._precision()))},_precision:function(){var t=this._precisionOf(this.options.step);return null!==this.options.min&&(t=Math.max(t,this._precisionOf(this.options.min))),t},_precisionOf:function(t){var e=""+t,i=e.indexOf(".");return-1===i?0:e.length-i-1},_valueMin:function(){return this.options.min},_valueMax:function(){return this.max},_refreshRange:function(t){"vertical"===t&&this.range.css({width:"",left:""}),"horizontal"===t&&this.range.css({height:"",bottom:""})},_refreshValue:function(){var e,i,s,n,o,a=this.options.range,r=this.options,h=this,l=this._animateOff?!1:r.animate,c={};this._hasMultipleValues()?this.handles.each(function(s){i=100*((h.values(s)-h._valueMin())/(h._valueMax()-h._valueMin())),c["horizontal"===h.orientation?"left":"bottom"]=i+"%",t(this).stop(1,1)[l?"animate":"css"](c,r.animate),h.options.range===!0&&("horizontal"===h.orientation?(0===s&&h.range.stop(1,1)[l?"animate":"css"]({left:i+"%"},r.animate),1===s&&h.range[l?"animate":"css"]({width:i-e+"%"},{queue:!1,duration:r.animate})):(0===s&&h.range.stop(1,1)[l?"animate":"css"]({bottom:i+"%"},r.animate),1===s&&h.range[l?"animate":"css"]({height:i-e+"%"},{queue:!1,duration:r.animate}))),e=i}):(s=this.value(),n=this._valueMin(),o=this._valueMax(),i=o!==n?100*((s-n)/(o-n)):0,c["horizontal"===this.orientation?"left":"bottom"]=i+"%",this.handle.stop(1,1)[l?"animate":"css"](c,r.animate),"min"===a&&"horizontal"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({width:i+"%"},r.animate),"max"===a&&"horizontal"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({width:100-i+"%"},r.animate),"min"===a&&"vertical"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({height:i+"%"},r.animate),"max"===a&&"vertical"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({height:100-i+"%"},r.animate))},_handleEvents:{keydown:function(e){var i,s,n,o,a=t(e.target).data("ui-slider-handle-index");switch(e.keyCode){case t.ui.keyCode.HOME:case t.ui.keyCode.END:case t.ui.keyCode.PAGE_UP:case t.ui.keyCode.PAGE_DOWN:case t.ui.keyCode.UP:case t.ui.keyCode.RIGHT:case t.ui.keyCode.DOWN:case t.ui.keyCode.LEFT:if(e.preventDefault(),!this._keySliding&&(this._keySliding=!0,this._addClass(t(e.target),null,"ui-state-active"),i=this._start(e,a),i===!1))return}switch(o=this.options.step,s=n=this._hasMultipleValues()?this.values(a):this.value(),e.keyCode){case t.ui.keyCode.HOME:n=this._valueMin();break;case t.ui.keyCode.END:n=this._valueMax();break;case t.ui.keyCode.PAGE_UP:n=this._trimAlignValue(s+(this._valueMax()-this._valueMin())/this.numPages);break;case t.ui.keyCode.PAGE_DOWN:n=this._trimAlignValue(s-(this._valueMax()-this._valueMin())/this.numPages);break;case t.ui.keyCode.UP:case t.ui.keyCode.RIGHT:if(s===this._valueMax())return;n=this._trimAlignValue(s+o);break;case t.ui.keyCode.DOWN:case t.ui.keyCode.LEFT:if(s===this._valueMin())return;n=this._trimAlignValue(s-o)}this._slide(e,a,n)},keyup:function(e){var i=t(e.target).data("ui-slider-handle-index");this._keySliding&&(this._keySliding=!1,this._stop(e,i),this._change(e,i),this._removeClass(t(e.target),null,"ui-state-active"))}}}),t.widget("ui.sortable",t.ui.mouse,{version:"1.12.1",widgetEventPrefix:"sort",ready:!1,options:{appendTo:"parent",axis:!1,connectWith:!1,containment:!1,cursor:"auto",cursorAt:!1,dropOnEmpty:!0,forcePlaceholderSize:!1,forceHelperSize:!1,grid:!1,handle:!1,helper:"original",items:"> *",opacity:!1,placeholder:!1,revert:!1,scroll:!0,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1e3,activate:null,beforeStop:null,change:null,deactivate:null,out:null,over:null,receive:null,remove:null,sort:null,start:null,stop:null,update:null},_isOverAxis:function(t,e,i){return t>=e&&e+i>t},_isFloating:function(t){return/left|right/.test(t.css("float"))||/inline|table-cell/.test(t.css("display"))},_create:function(){this.containerCache={},this._addClass("ui-sortable"),this.refresh(),this.offset=this.element.offset(),this._mouseInit(),this._setHandleClassName(),this.ready=!0},_setOption:function(t,e){this._super(t,e),"handle"===t&&this._setHandleClassName()},_setHandleClassName:function(){var e=this;this._removeClass(this.element.find(".ui-sortable-handle"),"ui-sortable-handle"),t.each(this.items,function(){e._addClass(this.instance.options.handle?this.item.find(this.instance.options.handle):this.item,"ui-sortable-handle")})},_destroy:function(){this._mouseDestroy();for(var t=this.items.length-1;t>=0;t--)this.items[t].item.removeData(this.widgetName+"-item");return this},_mouseCapture:function(e,i){var s=null,n=!1,o=this;return this.reverting?!1:this.options.disabled||"static"===this.options.type?!1:(this._refreshItems(e),t(e.target).parents().each(function(){return t.data(this,o.widgetName+"-item")===o?(s=t(this),!1):void 0}),t.data(e.target,o.widgetName+"-item")===o&&(s=t(e.target)),s?!this.options.handle||i||(t(this.options.handle,s).find("*").addBack().each(function(){this===e.target&&(n=!0)}),n)?(this.currentItem=s,this._removeCurrentsFromItems(),!0):!1:!1)},_mouseStart:function(e,i,s){var n,o,a=this.options;if(this.currentContainer=this,this.refreshPositions(),this.helper=this._createHelper(e),this._cacheHelperProportions(),this._cacheMargins(),this.scrollParent=this.helper.scrollParent(),this.offset=this.currentItem.offset(),this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left},t.extend(this.offset,{click:{left:e.pageX-this.offset.left,top:e.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()}),this.helper.css("position","absolute"),this.cssPosition=this.helper.css("position"),this.originalPosition=this._generatePosition(e),this.originalPageX=e.pageX,this.originalPageY=e.pageY,a.cursorAt&&this._adjustOffsetFromHelper(a.cursorAt),this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]},this.helper[0]!==this.currentItem[0]&&this.currentItem.hide(),this._createPlaceholder(),a.containment&&this._setContainment(),a.cursor&&"auto"!==a.cursor&&(o=this.document.find("body"),this.storedCursor=o.css("cursor"),o.css("cursor",a.cursor),this.storedStylesheet=t("<style>*{ cursor: "+a.cursor+" !important; }</style>").appendTo(o)),a.opacity&&(this.helper.css("opacity")&&(this._storedOpacity=this.helper.css("opacity")),this.helper.css("opacity",a.opacity)),a.zIndex&&(this.helper.css("zIndex")&&(this._storedZIndex=this.helper.css("zIndex")),this.helper.css("zIndex",a.zIndex)),this.scrollParent[0]!==this.document[0]&&"HTML"!==this.scrollParent[0].tagName&&(this.overflowOffset=this.scrollParent.offset()),this._trigger("start",e,this._uiHash()),this._preserveHelperProportions||this._cacheHelperProportions(),!s)for(n=this.containers.length-1;n>=0;n--)this.containers[n]._trigger("activate",e,this._uiHash(this));return t.ui.ddmanager&&(t.ui.ddmanager.current=this),t.ui.ddmanager&&!a.dropBehaviour&&t.ui.ddmanager.prepareOffsets(this,e),this.dragging=!0,this._addClass(this.helper,"ui-sortable-helper"),this._mouseDrag(e),!0},_mouseDrag:function(e){var i,s,n,o,a=this.options,r=!1;for(this.position=this._generatePosition(e),this.positionAbs=this._convertPositionTo("absolute"),this.lastPositionAbs||(this.lastPositionAbs=this.positionAbs),this.options.scroll&&(this.scrollParent[0]!==this.document[0]&&"HTML"!==this.scrollParent[0].tagName?(this.overflowOffset.top+this.scrollParent[0].offsetHeight-e.pageY<a.scrollSensitivity?this.scrollParent[0].scrollTop=r=this.scrollParent[0].scrollTop+a.scrollSpeed:e.pageY-this.overflowOffset.top<a.scrollSensitivity&&(this.scrollParent[0].scrollTop=r=this.scrollParent[0].scrollTop-a.scrollSpeed),this.overflowOffset.left+this.scrollParent[0].offsetWidth-e.pageX<a.scrollSensitivity?this.scrollParent[0].scrollLeft=r=this.scrollParent[0].scrollLeft+a.scrollSpeed:e.pageX-this.overflowOffset.left<a.scrollSensitivity&&(this.scrollParent[0].scrollLeft=r=this.scrollParent[0].scrollLeft-a.scrollSpeed)):(e.pageY-this.document.scrollTop()<a.scrollSensitivity?r=this.document.scrollTop(this.document.scrollTop()-a.scrollSpeed):this.window.height()-(e.pageY-this.document.scrollTop())<a.scrollSensitivity&&(r=this.document.scrollTop(this.document.scrollTop()+a.scrollSpeed)),e.pageX-this.document.scrollLeft()<a.scrollSensitivity?r=this.document.scrollLeft(this.document.scrollLeft()-a.scrollSpeed):this.window.width()-(e.pageX-this.document.scrollLeft())<a.scrollSensitivity&&(r=this.document.scrollLeft(this.document.scrollLeft()+a.scrollSpeed))),r!==!1&&t.ui.ddmanager&&!a.dropBehaviour&&t.ui.ddmanager.prepareOffsets(this,e)),this.positionAbs=this._convertPositionTo("absolute"),this.options.axis&&"y"===this.options.axis||(this.helper[0].style.left=this.position.left+"px"),this.options.axis&&"x"===this.options.axis||(this.helper[0].style.top=this.position.top+"px"),i=this.items.length-1;i>=0;i--)if(s=this.items[i],n=s.item[0],o=this._intersectsWithPointer(s),o&&s.instance===this.currentContainer&&n!==this.currentItem[0]&&this.placeholder[1===o?"next":"prev"]()[0]!==n&&!t.contains(this.placeholder[0],n)&&("semi-dynamic"===this.options.type?!t.contains(this.element[0],n):!0)){if(this.direction=1===o?"down":"up","pointer"!==this.options.tolerance&&!this._intersectsWithSides(s))break;this._rearrange(e,s),this._trigger("change",e,this._uiHash());break}return this._contactContainers(e),t.ui.ddmanager&&t.ui.ddmanager.drag(this,e),this._trigger("sort",e,this._uiHash()),this.lastPositionAbs=this.positionAbs,!1},_mouseStop:function(e,i){if(e){if(t.ui.ddmanager&&!this.options.dropBehaviour&&t.ui.ddmanager.drop(this,e),this.options.revert){var s=this,n=this.placeholder.offset(),o=this.options.axis,a={};o&&"x"!==o||(a.left=n.left-this.offset.parent.left-this.margins.left+(this.offsetParent[0]===this.document[0].body?0:this.offsetParent[0].scrollLeft)),o&&"y"!==o||(a.top=n.top-this.offset.parent.top-this.margins.top+(this.offsetParent[0]===this.document[0].body?0:this.offsetParent[0].scrollTop)),this.reverting=!0,t(this.helper).animate(a,parseInt(this.options.revert,10)||500,function(){s._clear(e)})}else this._clear(e,i);return!1}},cancel:function(){if(this.dragging){this._mouseUp(new t.Event("mouseup",{target:null})),"original"===this.options.helper?(this.currentItem.css(this._storedCSS),this._removeClass(this.currentItem,"ui-sortable-helper")):this.currentItem.show();for(var e=this.containers.length-1;e>=0;e--)this.containers[e]._trigger("deactivate",null,this._uiHash(this)),this.containers[e].containerCache.over&&(this.containers[e]._trigger("out",null,this._uiHash(this)),this.containers[e].containerCache.over=0)}return this.placeholder&&(this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]),"original"!==this.options.helper&&this.helper&&this.helper[0].parentNode&&this.helper.remove(),t.extend(this,{helper:null,dragging:!1,reverting:!1,_noFinalSort:null}),this.domPosition.prev?t(this.domPosition.prev).after(this.currentItem):t(this.domPosition.parent).prepend(this.currentItem)),this},serialize:function(e){var i=this._getItemsAsjQuery(e&&e.connected),s=[];return e=e||{},t(i).each(function(){var i=(t(e.item||this).attr(e.attribute||"id")||"").match(e.expression||/(.+)[\-=_](.+)/);i&&s.push((e.key||i[1]+"[]")+"="+(e.key&&e.expression?i[1]:i[2]))}),!s.length&&e.key&&s.push(e.key+"="),s.join("&")},toArray:function(e){var i=this._getItemsAsjQuery(e&&e.connected),s=[];return e=e||{},i.each(function(){s.push(t(e.item||this).attr(e.attribute||"id")||"")}),s},_intersectsWith:function(t){var e=this.positionAbs.left,i=e+this.helperProportions.width,s=this.positionAbs.top,n=s+this.helperProportions.height,o=t.left,a=o+t.width,r=t.top,h=r+t.height,l=this.offset.click.top,c=this.offset.click.left,u="x"===this.options.axis||s+l>r&&h>s+l,d="y"===this.options.axis||e+c>o&&a>e+c,p=u&&d;return"pointer"===this.options.tolerance||this.options.forcePointerForContainers||"pointer"!==this.options.tolerance&&this.helperProportions[this.floating?"width":"height"]>t[this.floating?"width":"height"]?p:e+this.helperProportions.width/2>o&&a>i-this.helperProportions.width/2&&s+this.helperProportions.height/2>r&&h>n-this.helperProportions.height/2},_intersectsWithPointer:function(t){var e,i,s="x"===this.options.axis||this._isOverAxis(this.positionAbs.top+this.offset.click.top,t.top,t.height),n="y"===this.options.axis||this._isOverAxis(this.positionAbs.left+this.offset.click.left,t.left,t.width),o=s&&n;return o?(e=this._getDragVerticalDirection(),i=this._getDragHorizontalDirection(),this.floating?"right"===i||"down"===e?2:1:e&&("down"===e?2:1)):!1},_intersectsWithSides:function(t){var e=this._isOverAxis(this.positionAbs.top+this.offset.click.top,t.top+t.height/2,t.height),i=this._isOverAxis(this.positionAbs.left+this.offset.click.left,t.left+t.width/2,t.width),s=this._getDragVerticalDirection(),n=this._getDragHorizontalDirection();return this.floating&&n?"right"===n&&i||"left"===n&&!i:s&&("down"===s&&e||"up"===s&&!e)},_getDragVerticalDirection:function(){var t=this.positionAbs.top-this.lastPositionAbs.top;return 0!==t&&(t>0?"down":"up")},_getDragHorizontalDirection:function(){var t=this.positionAbs.left-this.lastPositionAbs.left;return 0!==t&&(t>0?"right":"left")},refresh:function(t){return this._refreshItems(t),this._setHandleClassName(),this.refreshPositions(),this},_connectWith:function(){var t=this.options;return t.connectWith.constructor===String?[t.connectWith]:t.connectWith},_getItemsAsjQuery:function(e){function i(){r.push(this)}var s,n,o,a,r=[],h=[],l=this._connectWith();if(l&&e)for(s=l.length-1;s>=0;s--)for(o=t(l[s],this.document[0]),n=o.length-1;n>=0;n--)a=t.data(o[n],this.widgetFullName),a&&a!==this&&!a.options.disabled&&h.push([t.isFunction(a.options.items)?a.options.items.call(a.element):t(a.options.items,a.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),a]);for(h.push([t.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):t(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),this]),s=h.length-1;s>=0;s--)h[s][0].each(i);return t(r)},_removeCurrentsFromItems:function(){var e=this.currentItem.find(":data("+this.widgetName+"-item)");this.items=t.grep(this.items,function(t){for(var i=0;e.length>i;i++)if(e[i]===t.item[0])return!1;return!0})},_refreshItems:function(e){this.items=[],this.containers=[this];var i,s,n,o,a,r,h,l,c=this.items,u=[[t.isFunction(this.options.items)?this.options.items.call(this.element[0],e,{item:this.currentItem}):t(this.options.items,this.element),this]],d=this._connectWith();if(d&&this.ready)for(i=d.length-1;i>=0;i--)for(n=t(d[i],this.document[0]),s=n.length-1;s>=0;s--)o=t.data(n[s],this.widgetFullName),o&&o!==this&&!o.options.disabled&&(u.push([t.isFunction(o.options.items)?o.options.items.call(o.element[0],e,{item:this.currentItem}):t(o.options.items,o.element),o]),this.containers.push(o));for(i=u.length-1;i>=0;i--)for(a=u[i][1],r=u[i][0],s=0,l=r.length;l>s;s++)h=t(r[s]),h.data(this.widgetName+"-item",a),c.push({item:h,instance:a,width:0,height:0,left:0,top:0})},refreshPositions:function(e){this.floating=this.items.length?"x"===this.options.axis||this._isFloating(this.items[0].item):!1,this.offsetParent&&this.helper&&(this.offset.parent=this._getParentOffset());var i,s,n,o;for(i=this.items.length-1;i>=0;i--)s=this.items[i],s.instance!==this.currentContainer&&this.currentContainer&&s.item[0]!==this.currentItem[0]||(n=this.options.toleranceElement?t(this.options.toleranceElement,s.item):s.item,e||(s.width=n.outerWidth(),s.height=n.outerHeight()),o=n.offset(),s.left=o.left,s.top=o.top);if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(i=this.containers.length-1;i>=0;i--)o=this.containers[i].element.offset(),this.containers[i].containerCache.left=o.left,this.containers[i].containerCache.top=o.top,this.containers[i].containerCache.width=this.containers[i].element.outerWidth(),this.containers[i].containerCache.height=this.containers[i].element.outerHeight();return this},_createPlaceholder:function(e){e=e||this;var i,s=e.options;s.placeholder&&s.placeholder.constructor!==String||(i=s.placeholder,s.placeholder={element:function(){var s=e.currentItem[0].nodeName.toLowerCase(),n=t("<"+s+">",e.document[0]);return e._addClass(n,"ui-sortable-placeholder",i||e.currentItem[0].className)._removeClass(n,"ui-sortable-helper"),"tbody"===s?e._createTrPlaceholder(e.currentItem.find("tr").eq(0),t("<tr>",e.document[0]).appendTo(n)):"tr"===s?e._createTrPlaceholder(e.currentItem,n):"img"===s&&n.attr("src",e.currentItem.attr("src")),i||n.css("visibility","hidden"),n},update:function(t,n){(!i||s.forcePlaceholderSize)&&(n.height()||n.height(e.currentItem.innerHeight()-parseInt(e.currentItem.css("paddingTop")||0,10)-parseInt(e.currentItem.css("paddingBottom")||0,10)),n.width()||n.width(e.currentItem.innerWidth()-parseInt(e.currentItem.css("paddingLeft")||0,10)-parseInt(e.currentItem.css("paddingRight")||0,10)))}}),e.placeholder=t(s.placeholder.element.call(e.element,e.currentItem)),e.currentItem.after(e.placeholder),s.placeholder.update(e,e.placeholder)},_createTrPlaceholder:function(e,i){var s=this;e.children().each(function(){t("<td>&#160;</td>",s.document[0]).attr("colspan",t(this).attr("colspan")||1).appendTo(i)})},_contactContainers:function(e){var i,s,n,o,a,r,h,l,c,u,d=null,p=null;for(i=this.containers.length-1;i>=0;i--)if(!t.contains(this.currentItem[0],this.containers[i].element[0]))if(this._intersectsWith(this.containers[i].containerCache)){if(d&&t.contains(this.containers[i].element[0],d.element[0]))continue;d=this.containers[i],p=i}else this.containers[i].containerCache.over&&(this.containers[i]._trigger("out",e,this._uiHash(this)),this.containers[i].containerCache.over=0);if(d)if(1===this.containers.length)this.containers[p].containerCache.over||(this.containers[p]._trigger("over",e,this._uiHash(this)),this.containers[p].containerCache.over=1);else{for(n=1e4,o=null,c=d.floating||this._isFloating(this.currentItem),a=c?"left":"top",r=c?"width":"height",u=c?"pageX":"pageY",s=this.items.length-1;s>=0;s--)t.contains(this.containers[p].element[0],this.items[s].item[0])&&this.items[s].item[0]!==this.currentItem[0]&&(h=this.items[s].item.offset()[a],l=!1,e[u]-h>this.items[s][r]/2&&(l=!0),n>Math.abs(e[u]-h)&&(n=Math.abs(e[u]-h),o=this.items[s],this.direction=l?"up":"down"));if(!o&&!this.options.dropOnEmpty)return;if(this.currentContainer===this.containers[p])return this.currentContainer.containerCache.over||(this.containers[p]._trigger("over",e,this._uiHash()),this.currentContainer.containerCache.over=1),void 0;o?this._rearrange(e,o,null,!0):this._rearrange(e,null,this.containers[p].element,!0),this._trigger("change",e,this._uiHash()),this.containers[p]._trigger("change",e,this._uiHash(this)),this.currentContainer=this.containers[p],this.options.placeholder.update(this.currentContainer,this.placeholder),this.containers[p]._trigger("over",e,this._uiHash(this)),this.containers[p].containerCache.over=1}},_createHelper:function(e){var i=this.options,s=t.isFunction(i.helper)?t(i.helper.apply(this.element[0],[e,this.currentItem])):"clone"===i.helper?this.currentItem.clone():this.currentItem;return s.parents("body").length||t("parent"!==i.appendTo?i.appendTo:this.currentItem[0].parentNode)[0].appendChild(s[0]),s[0]===this.currentItem[0]&&(this._storedCSS={width:this.currentItem[0].style.width,height:this.currentItem[0].style.height,position:this.currentItem.css("position"),top:this.currentItem.css("top"),left:this.currentItem.css("left")}),(!s[0].style.width||i.forceHelperSize)&&s.width(this.currentItem.width()),(!s[0].style.height||i.forceHelperSize)&&s.height(this.currentItem.height()),s},_adjustOffsetFromHelper:function(e){"string"==typeof e&&(e=e.split(" ")),t.isArray(e)&&(e={left:+e[0],top:+e[1]||0}),"left"in e&&(this.offset.click.left=e.left+this.margins.left),"right"in e&&(this.offset.click.left=this.helperProportions.width-e.right+this.margins.left),"top"in e&&(this.offset.click.top=e.top+this.margins.top),"bottom"in e&&(this.offset.click.top=this.helperProportions.height-e.bottom+this.margins.top)},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var e=this.offsetParent.offset();return"absolute"===this.cssPosition&&this.scrollParent[0]!==this.document[0]&&t.contains(this.scrollParent[0],this.offsetParent[0])&&(e.left+=this.scrollParent.scrollLeft(),e.top+=this.scrollParent.scrollTop()),(this.offsetParent[0]===this.document[0].body||this.offsetParent[0].tagName&&"html"===this.offsetParent[0].tagName.toLowerCase()&&t.ui.ie)&&(e={top:0,left:0}),{top:e.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:e.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if("relative"===this.cssPosition){var t=this.currentItem.position();return{top:t.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:t.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.currentItem.css("marginLeft"),10)||0,top:parseInt(this.currentItem.css("marginTop"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var e,i,s,n=this.options;"parent"===n.containment&&(n.containment=this.helper[0].parentNode),("document"===n.containment||"window"===n.containment)&&(this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,"document"===n.containment?this.document.width():this.window.width()-this.helperProportions.width-this.margins.left,("document"===n.containment?this.document.height()||document.body.parentNode.scrollHeight:this.window.height()||this.document[0].body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]),/^(document|window|parent)$/.test(n.containment)||(e=t(n.containment)[0],i=t(n.containment).offset(),s="hidden"!==t(e).css("overflow"),this.containment=[i.left+(parseInt(t(e).css("borderLeftWidth"),10)||0)+(parseInt(t(e).css("paddingLeft"),10)||0)-this.margins.left,i.top+(parseInt(t(e).css("borderTopWidth"),10)||0)+(parseInt(t(e).css("paddingTop"),10)||0)-this.margins.top,i.left+(s?Math.max(e.scrollWidth,e.offsetWidth):e.offsetWidth)-(parseInt(t(e).css("borderLeftWidth"),10)||0)-(parseInt(t(e).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,i.top+(s?Math.max(e.scrollHeight,e.offsetHeight):e.offsetHeight)-(parseInt(t(e).css("borderTopWidth"),10)||0)-(parseInt(t(e).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top])},_convertPositionTo:function(e,i){i||(i=this.position);var s="absolute"===e?1:-1,n="absolute"!==this.cssPosition||this.scrollParent[0]!==this.document[0]&&t.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,o=/(html|body)/i.test(n[0].tagName);return{top:i.top+this.offset.relative.top*s+this.offset.parent.top*s-("fixed"===this.cssPosition?-this.scrollParent.scrollTop():o?0:n.scrollTop())*s,left:i.left+this.offset.relative.left*s+this.offset.parent.left*s-("fixed"===this.cssPosition?-this.scrollParent.scrollLeft():o?0:n.scrollLeft())*s}},_generatePosition:function(e){var i,s,n=this.options,o=e.pageX,a=e.pageY,r="absolute"!==this.cssPosition||this.scrollParent[0]!==this.document[0]&&t.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,h=/(html|body)/i.test(r[0].tagName);return"relative"!==this.cssPosition||this.scrollParent[0]!==this.document[0]&&this.scrollParent[0]!==this.offsetParent[0]||(this.offset.relative=this._getRelativeOffset()),this.originalPosition&&(this.containment&&(e.pageX-this.offset.click.left<this.containment[0]&&(o=this.containment[0]+this.offset.click.left),e.pageY-this.offset.click.top<this.containment[1]&&(a=this.containment[1]+this.offset.click.top),e.pageX-this.offset.click.left>this.containment[2]&&(o=this.containment[2]+this.offset.click.left),e.pageY-this.offset.click.top>this.containment[3]&&(a=this.containment[3]+this.offset.click.top)),n.grid&&(i=this.originalPageY+Math.round((a-this.originalPageY)/n.grid[1])*n.grid[1],a=this.containment?i-this.offset.click.top>=this.containment[1]&&i-this.offset.click.top<=this.containment[3]?i:i-this.offset.click.top>=this.containment[1]?i-n.grid[1]:i+n.grid[1]:i,s=this.originalPageX+Math.round((o-this.originalPageX)/n.grid[0])*n.grid[0],o=this.containment?s-this.offset.click.left>=this.containment[0]&&s-this.offset.click.left<=this.containment[2]?s:s-this.offset.click.left>=this.containment[0]?s-n.grid[0]:s+n.grid[0]:s)),{top:a-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.scrollParent.scrollTop():h?0:r.scrollTop()),left:o-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.scrollParent.scrollLeft():h?0:r.scrollLeft())}},_rearrange:function(t,e,i,s){i?i[0].appendChild(this.placeholder[0]):e.item[0].parentNode.insertBefore(this.placeholder[0],"down"===this.direction?e.item[0]:e.item[0].nextSibling),this.counter=this.counter?++this.counter:1;var n=this.counter;
     this._delay(function(){n===this.counter&&this.refreshPositions(!s)})},_clear:function(t,e){function i(t,e,i){return function(s){i._trigger(t,s,e._uiHash(e))}}this.reverting=!1;var s,n=[];if(!this._noFinalSort&&this.currentItem.parent().length&&this.placeholder.before(this.currentItem),this._noFinalSort=null,this.helper[0]===this.currentItem[0]){for(s in this._storedCSS)("auto"===this._storedCSS[s]||"static"===this._storedCSS[s])&&(this._storedCSS[s]="");this.currentItem.css(this._storedCSS),this._removeClass(this.currentItem,"ui-sortable-helper")}else this.currentItem.show();for(this.fromOutside&&!e&&n.push(function(t){this._trigger("receive",t,this._uiHash(this.fromOutside))}),!this.fromOutside&&this.domPosition.prev===this.currentItem.prev().not(".ui-sortable-helper")[0]&&this.domPosition.parent===this.currentItem.parent()[0]||e||n.push(function(t){this._trigger("update",t,this._uiHash())}),this!==this.currentContainer&&(e||(n.push(function(t){this._trigger("remove",t,this._uiHash())}),n.push(function(t){return function(e){t._trigger("receive",e,this._uiHash(this))}}.call(this,this.currentContainer)),n.push(function(t){return function(e){t._trigger("update",e,this._uiHash(this))}}.call(this,this.currentContainer)))),s=this.containers.length-1;s>=0;s--)e||n.push(i("deactivate",this,this.containers[s])),this.containers[s].containerCache.over&&(n.push(i("out",this,this.containers[s])),this.containers[s].containerCache.over=0);if(this.storedCursor&&(this.document.find("body").css("cursor",this.storedCursor),this.storedStylesheet.remove()),this._storedOpacity&&this.helper.css("opacity",this._storedOpacity),this._storedZIndex&&this.helper.css("zIndex","auto"===this._storedZIndex?"":this._storedZIndex),this.dragging=!1,e||this._trigger("beforeStop",t,this._uiHash()),this.placeholder[0].parentNode.removeChild(this.placeholder[0]),this.cancelHelperRemoval||(this.helper[0]!==this.currentItem[0]&&this.helper.remove(),this.helper=null),!e){for(s=0;n.length>s;s++)n[s].call(this,t);this._trigger("stop",t,this._uiHash())}return this.fromOutside=!1,!this.cancelHelperRemoval},_trigger:function(){t.Widget.prototype._trigger.apply(this,arguments)===!1&&this.cancel()},_uiHash:function(e){var i=e||this;return{helper:i.helper,placeholder:i.placeholder||t([]),position:i.position,originalPosition:i.originalPosition,offset:i.positionAbs,item:i.currentItem,sender:e?e.element:null}}}),t.widget("ui.spinner",{version:"1.12.1",defaultElement:"<input>",widgetEventPrefix:"spin",options:{classes:{"ui-spinner":"ui-corner-all","ui-spinner-down":"ui-corner-br","ui-spinner-up":"ui-corner-tr"},culture:null,icons:{down:"ui-icon-triangle-1-s",up:"ui-icon-triangle-1-n"},incremental:!0,max:null,min:null,numberFormat:null,page:10,step:1,change:null,spin:null,start:null,stop:null},_create:function(){this._setOption("max",this.options.max),this._setOption("min",this.options.min),this._setOption("step",this.options.step),""!==this.value()&&this._value(this.element.val(),!0),this._draw(),this._on(this._events),this._refresh(),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_getCreateOptions:function(){var e=this._super(),i=this.element;return t.each(["min","max","step"],function(t,s){var n=i.attr(s);null!=n&&n.length&&(e[s]=n)}),e},_events:{keydown:function(t){this._start(t)&&this._keydown(t)&&t.preventDefault()},keyup:"_stop",focus:function(){this.previous=this.element.val()},blur:function(t){return this.cancelBlur?(delete this.cancelBlur,void 0):(this._stop(),this._refresh(),this.previous!==this.element.val()&&this._trigger("change",t),void 0)},mousewheel:function(t,e){if(e){if(!this.spinning&&!this._start(t))return!1;this._spin((e>0?1:-1)*this.options.step,t),clearTimeout(this.mousewheelTimer),this.mousewheelTimer=this._delay(function(){this.spinning&&this._stop(t)},100),t.preventDefault()}},"mousedown .ui-spinner-button":function(e){function i(){var e=this.element[0]===t.ui.safeActiveElement(this.document[0]);e||(this.element.trigger("focus"),this.previous=s,this._delay(function(){this.previous=s}))}var s;s=this.element[0]===t.ui.safeActiveElement(this.document[0])?this.previous:this.element.val(),e.preventDefault(),i.call(this),this.cancelBlur=!0,this._delay(function(){delete this.cancelBlur,i.call(this)}),this._start(e)!==!1&&this._repeat(null,t(e.currentTarget).hasClass("ui-spinner-up")?1:-1,e)},"mouseup .ui-spinner-button":"_stop","mouseenter .ui-spinner-button":function(e){return t(e.currentTarget).hasClass("ui-state-active")?this._start(e)===!1?!1:(this._repeat(null,t(e.currentTarget).hasClass("ui-spinner-up")?1:-1,e),void 0):void 0},"mouseleave .ui-spinner-button":"_stop"},_enhance:function(){this.uiSpinner=this.element.attr("autocomplete","off").wrap("<span>").parent().append("<a></a><a></a>")},_draw:function(){this._enhance(),this._addClass(this.uiSpinner,"ui-spinner","ui-widget ui-widget-content"),this._addClass("ui-spinner-input"),this.element.attr("role","spinbutton"),this.buttons=this.uiSpinner.children("a").attr("tabIndex",-1).attr("aria-hidden",!0).button({classes:{"ui-button":""}}),this._removeClass(this.buttons,"ui-corner-all"),this._addClass(this.buttons.first(),"ui-spinner-button ui-spinner-up"),this._addClass(this.buttons.last(),"ui-spinner-button ui-spinner-down"),this.buttons.first().button({icon:this.options.icons.up,showLabel:!1}),this.buttons.last().button({icon:this.options.icons.down,showLabel:!1}),this.buttons.height()>Math.ceil(.5*this.uiSpinner.height())&&this.uiSpinner.height()>0&&this.uiSpinner.height(this.uiSpinner.height())},_keydown:function(e){var i=this.options,s=t.ui.keyCode;switch(e.keyCode){case s.UP:return this._repeat(null,1,e),!0;case s.DOWN:return this._repeat(null,-1,e),!0;case s.PAGE_UP:return this._repeat(null,i.page,e),!0;case s.PAGE_DOWN:return this._repeat(null,-i.page,e),!0}return!1},_start:function(t){return this.spinning||this._trigger("start",t)!==!1?(this.counter||(this.counter=1),this.spinning=!0,!0):!1},_repeat:function(t,e,i){t=t||500,clearTimeout(this.timer),this.timer=this._delay(function(){this._repeat(40,e,i)},t),this._spin(e*this.options.step,i)},_spin:function(t,e){var i=this.value()||0;this.counter||(this.counter=1),i=this._adjustValue(i+t*this._increment(this.counter)),this.spinning&&this._trigger("spin",e,{value:i})===!1||(this._value(i),this.counter++)},_increment:function(e){var i=this.options.incremental;return i?t.isFunction(i)?i(e):Math.floor(e*e*e/5e4-e*e/500+17*e/200+1):1},_precision:function(){var t=this._precisionOf(this.options.step);return null!==this.options.min&&(t=Math.max(t,this._precisionOf(this.options.min))),t},_precisionOf:function(t){var e=""+t,i=e.indexOf(".");return-1===i?0:e.length-i-1},_adjustValue:function(t){var e,i,s=this.options;return e=null!==s.min?s.min:0,i=t-e,i=Math.round(i/s.step)*s.step,t=e+i,t=parseFloat(t.toFixed(this._precision())),null!==s.max&&t>s.max?s.max:null!==s.min&&s.min>t?s.min:t},_stop:function(t){this.spinning&&(clearTimeout(this.timer),clearTimeout(this.mousewheelTimer),this.counter=0,this.spinning=!1,this._trigger("stop",t))},_setOption:function(t,e){var i,s,n;return"culture"===t||"numberFormat"===t?(i=this._parse(this.element.val()),this.options[t]=e,this.element.val(this._format(i)),void 0):(("max"===t||"min"===t||"step"===t)&&"string"==typeof e&&(e=this._parse(e)),"icons"===t&&(s=this.buttons.first().find(".ui-icon"),this._removeClass(s,null,this.options.icons.up),this._addClass(s,null,e.up),n=this.buttons.last().find(".ui-icon"),this._removeClass(n,null,this.options.icons.down),this._addClass(n,null,e.down)),this._super(t,e),void 0)},_setOptionDisabled:function(t){this._super(t),this._toggleClass(this.uiSpinner,null,"ui-state-disabled",!!t),this.element.prop("disabled",!!t),this.buttons.button(t?"disable":"enable")},_setOptions:r(function(t){this._super(t)}),_parse:function(t){return"string"==typeof t&&""!==t&&(t=window.Globalize&&this.options.numberFormat?Globalize.parseFloat(t,10,this.options.culture):+t),""===t||isNaN(t)?null:t},_format:function(t){return""===t?"":window.Globalize&&this.options.numberFormat?Globalize.format(t,this.options.numberFormat,this.options.culture):t},_refresh:function(){this.element.attr({"aria-valuemin":this.options.min,"aria-valuemax":this.options.max,"aria-valuenow":this._parse(this.element.val())})},isValid:function(){var t=this.value();return null===t?!1:t===this._adjustValue(t)},_value:function(t,e){var i;""!==t&&(i=this._parse(t),null!==i&&(e||(i=this._adjustValue(i)),t=this._format(i))),this.element.val(t),this._refresh()},_destroy:function(){this.element.prop("disabled",!1).removeAttr("autocomplete role aria-valuemin aria-valuemax aria-valuenow"),this.uiSpinner.replaceWith(this.element)},stepUp:r(function(t){this._stepUp(t)}),_stepUp:function(t){this._start()&&(this._spin((t||1)*this.options.step),this._stop())},stepDown:r(function(t){this._stepDown(t)}),_stepDown:function(t){this._start()&&(this._spin((t||1)*-this.options.step),this._stop())},pageUp:r(function(t){this._stepUp((t||1)*this.options.page)}),pageDown:r(function(t){this._stepDown((t||1)*this.options.page)}),value:function(t){return arguments.length?(r(this._value).call(this,t),void 0):this._parse(this.element.val())},widget:function(){return this.uiSpinner}}),t.uiBackCompat!==!1&&t.widget("ui.spinner",t.ui.spinner,{_enhance:function(){this.uiSpinner=this.element.attr("autocomplete","off").wrap(this._uiSpinnerHtml()).parent().append(this._buttonHtml())},_uiSpinnerHtml:function(){return"<span>"},_buttonHtml:function(){return"<a></a><a></a>"}}),t.ui.spinner,t.widget("ui.tabs",{version:"1.12.1",delay:300,options:{active:null,classes:{"ui-tabs":"ui-corner-all","ui-tabs-nav":"ui-corner-all","ui-tabs-panel":"ui-corner-bottom","ui-tabs-tab":"ui-corner-top"},collapsible:!1,event:"click",heightStyle:"content",hide:null,show:null,activate:null,beforeActivate:null,beforeLoad:null,load:null},_isLocal:function(){var t=/#.*$/;return function(e){var i,s;i=e.href.replace(t,""),s=location.href.replace(t,"");try{i=decodeURIComponent(i)}catch(n){}try{s=decodeURIComponent(s)}catch(n){}return e.hash.length>1&&i===s}}(),_create:function(){var e=this,i=this.options;this.running=!1,this._addClass("ui-tabs","ui-widget ui-widget-content"),this._toggleClass("ui-tabs-collapsible",null,i.collapsible),this._processTabs(),i.active=this._initialActive(),t.isArray(i.disabled)&&(i.disabled=t.unique(i.disabled.concat(t.map(this.tabs.filter(".ui-state-disabled"),function(t){return e.tabs.index(t)}))).sort()),this.active=this.options.active!==!1&&this.anchors.length?this._findActive(i.active):t(),this._refresh(),this.active.length&&this.load(i.active)},_initialActive:function(){var e=this.options.active,i=this.options.collapsible,s=location.hash.substring(1);return null===e&&(s&&this.tabs.each(function(i,n){return t(n).attr("aria-controls")===s?(e=i,!1):void 0}),null===e&&(e=this.tabs.index(this.tabs.filter(".ui-tabs-active"))),(null===e||-1===e)&&(e=this.tabs.length?0:!1)),e!==!1&&(e=this.tabs.index(this.tabs.eq(e)),-1===e&&(e=i?!1:0)),!i&&e===!1&&this.anchors.length&&(e=0),e},_getCreateEventData:function(){return{tab:this.active,panel:this.active.length?this._getPanelForTab(this.active):t()}},_tabKeydown:function(e){var i=t(t.ui.safeActiveElement(this.document[0])).closest("li"),s=this.tabs.index(i),n=!0;if(!this._handlePageNav(e)){switch(e.keyCode){case t.ui.keyCode.RIGHT:case t.ui.keyCode.DOWN:s++;break;case t.ui.keyCode.UP:case t.ui.keyCode.LEFT:n=!1,s--;break;case t.ui.keyCode.END:s=this.anchors.length-1;break;case t.ui.keyCode.HOME:s=0;break;case t.ui.keyCode.SPACE:return e.preventDefault(),clearTimeout(this.activating),this._activate(s),void 0;case t.ui.keyCode.ENTER:return e.preventDefault(),clearTimeout(this.activating),this._activate(s===this.options.active?!1:s),void 0;default:return}e.preventDefault(),clearTimeout(this.activating),s=this._focusNextTab(s,n),e.ctrlKey||e.metaKey||(i.attr("aria-selected","false"),this.tabs.eq(s).attr("aria-selected","true"),this.activating=this._delay(function(){this.option("active",s)},this.delay))}},_panelKeydown:function(e){this._handlePageNav(e)||e.ctrlKey&&e.keyCode===t.ui.keyCode.UP&&(e.preventDefault(),this.active.trigger("focus"))},_handlePageNav:function(e){return e.altKey&&e.keyCode===t.ui.keyCode.PAGE_UP?(this._activate(this._focusNextTab(this.options.active-1,!1)),!0):e.altKey&&e.keyCode===t.ui.keyCode.PAGE_DOWN?(this._activate(this._focusNextTab(this.options.active+1,!0)),!0):void 0},_findNextTab:function(e,i){function s(){return e>n&&(e=0),0>e&&(e=n),e}for(var n=this.tabs.length-1;-1!==t.inArray(s(),this.options.disabled);)e=i?e+1:e-1;return e},_focusNextTab:function(t,e){return t=this._findNextTab(t,e),this.tabs.eq(t).trigger("focus"),t},_setOption:function(t,e){return"active"===t?(this._activate(e),void 0):(this._super(t,e),"collapsible"===t&&(this._toggleClass("ui-tabs-collapsible",null,e),e||this.options.active!==!1||this._activate(0)),"event"===t&&this._setupEvents(e),"heightStyle"===t&&this._setupHeightStyle(e),void 0)},_sanitizeSelector:function(t){return t?t.replace(/[!"$%&'()*+,.\/:;<=>?@\[\]\^`{|}~]/g,"\\$&"):""},refresh:function(){var e=this.options,i=this.tablist.children(":has(a[href])");e.disabled=t.map(i.filter(".ui-state-disabled"),function(t){return i.index(t)}),this._processTabs(),e.active!==!1&&this.anchors.length?this.active.length&&!t.contains(this.tablist[0],this.active[0])?this.tabs.length===e.disabled.length?(e.active=!1,this.active=t()):this._activate(this._findNextTab(Math.max(0,e.active-1),!1)):e.active=this.tabs.index(this.active):(e.active=!1,this.active=t()),this._refresh()},_refresh:function(){this._setOptionDisabled(this.options.disabled),this._setupEvents(this.options.event),this._setupHeightStyle(this.options.heightStyle),this.tabs.not(this.active).attr({"aria-selected":"false","aria-expanded":"false",tabIndex:-1}),this.panels.not(this._getPanelForTab(this.active)).hide().attr({"aria-hidden":"true"}),this.active.length?(this.active.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0}),this._addClass(this.active,"ui-tabs-active","ui-state-active"),this._getPanelForTab(this.active).show().attr({"aria-hidden":"false"})):this.tabs.eq(0).attr("tabIndex",0)},_processTabs:function(){var e=this,i=this.tabs,s=this.anchors,n=this.panels;this.tablist=this._getList().attr("role","tablist"),this._addClass(this.tablist,"ui-tabs-nav","ui-helper-reset ui-helper-clearfix ui-widget-header"),this.tablist.on("mousedown"+this.eventNamespace,"> li",function(e){t(this).is(".ui-state-disabled")&&e.preventDefault()}).on("focus"+this.eventNamespace,".ui-tabs-anchor",function(){t(this).closest("li").is(".ui-state-disabled")&&this.blur()}),this.tabs=this.tablist.find("> li:has(a[href])").attr({role:"tab",tabIndex:-1}),this._addClass(this.tabs,"ui-tabs-tab","ui-state-default"),this.anchors=this.tabs.map(function(){return t("a",this)[0]}).attr({role:"presentation",tabIndex:-1}),this._addClass(this.anchors,"ui-tabs-anchor"),this.panels=t(),this.anchors.each(function(i,s){var n,o,a,r=t(s).uniqueId().attr("id"),h=t(s).closest("li"),l=h.attr("aria-controls");e._isLocal(s)?(n=s.hash,a=n.substring(1),o=e.element.find(e._sanitizeSelector(n))):(a=h.attr("aria-controls")||t({}).uniqueId()[0].id,n="#"+a,o=e.element.find(n),o.length||(o=e._createPanel(a),o.insertAfter(e.panels[i-1]||e.tablist)),o.attr("aria-live","polite")),o.length&&(e.panels=e.panels.add(o)),l&&h.data("ui-tabs-aria-controls",l),h.attr({"aria-controls":a,"aria-labelledby":r}),o.attr("aria-labelledby",r)}),this.panels.attr("role","tabpanel"),this._addClass(this.panels,"ui-tabs-panel","ui-widget-content"),i&&(this._off(i.not(this.tabs)),this._off(s.not(this.anchors)),this._off(n.not(this.panels)))},_getList:function(){return this.tablist||this.element.find("ol, ul").eq(0)},_createPanel:function(e){return t("<div>").attr("id",e).data("ui-tabs-destroy",!0)},_setOptionDisabled:function(e){var i,s,n;for(t.isArray(e)&&(e.length?e.length===this.anchors.length&&(e=!0):e=!1),n=0;s=this.tabs[n];n++)i=t(s),e===!0||-1!==t.inArray(n,e)?(i.attr("aria-disabled","true"),this._addClass(i,null,"ui-state-disabled")):(i.removeAttr("aria-disabled"),this._removeClass(i,null,"ui-state-disabled"));this.options.disabled=e,this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,e===!0)},_setupEvents:function(e){var i={};e&&t.each(e.split(" "),function(t,e){i[e]="_eventHandler"}),this._off(this.anchors.add(this.tabs).add(this.panels)),this._on(!0,this.anchors,{click:function(t){t.preventDefault()}}),this._on(this.anchors,i),this._on(this.tabs,{keydown:"_tabKeydown"}),this._on(this.panels,{keydown:"_panelKeydown"}),this._focusable(this.tabs),this._hoverable(this.tabs)},_setupHeightStyle:function(e){var i,s=this.element.parent();"fill"===e?(i=s.height(),i-=this.element.outerHeight()-this.element.height(),this.element.siblings(":visible").each(function(){var e=t(this),s=e.css("position");"absolute"!==s&&"fixed"!==s&&(i-=e.outerHeight(!0))}),this.element.children().not(this.panels).each(function(){i-=t(this).outerHeight(!0)}),this.panels.each(function(){t(this).height(Math.max(0,i-t(this).innerHeight()+t(this).height()))}).css("overflow","auto")):"auto"===e&&(i=0,this.panels.each(function(){i=Math.max(i,t(this).height("").height())}).height(i))},_eventHandler:function(e){var i=this.options,s=this.active,n=t(e.currentTarget),o=n.closest("li"),a=o[0]===s[0],r=a&&i.collapsible,h=r?t():this._getPanelForTab(o),l=s.length?this._getPanelForTab(s):t(),c={oldTab:s,oldPanel:l,newTab:r?t():o,newPanel:h};e.preventDefault(),o.hasClass("ui-state-disabled")||o.hasClass("ui-tabs-loading")||this.running||a&&!i.collapsible||this._trigger("beforeActivate",e,c)===!1||(i.active=r?!1:this.tabs.index(o),this.active=a?t():o,this.xhr&&this.xhr.abort(),l.length||h.length||t.error("jQuery UI Tabs: Mismatching fragment identifier."),h.length&&this.load(this.tabs.index(o),e),this._toggle(e,c))},_toggle:function(e,i){function s(){o.running=!1,o._trigger("activate",e,i)}function n(){o._addClass(i.newTab.closest("li"),"ui-tabs-active","ui-state-active"),a.length&&o.options.show?o._show(a,o.options.show,s):(a.show(),s())}var o=this,a=i.newPanel,r=i.oldPanel;this.running=!0,r.length&&this.options.hide?this._hide(r,this.options.hide,function(){o._removeClass(i.oldTab.closest("li"),"ui-tabs-active","ui-state-active"),n()}):(this._removeClass(i.oldTab.closest("li"),"ui-tabs-active","ui-state-active"),r.hide(),n()),r.attr("aria-hidden","true"),i.oldTab.attr({"aria-selected":"false","aria-expanded":"false"}),a.length&&r.length?i.oldTab.attr("tabIndex",-1):a.length&&this.tabs.filter(function(){return 0===t(this).attr("tabIndex")}).attr("tabIndex",-1),a.attr("aria-hidden","false"),i.newTab.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0})},_activate:function(e){var i,s=this._findActive(e);s[0]!==this.active[0]&&(s.length||(s=this.active),i=s.find(".ui-tabs-anchor")[0],this._eventHandler({target:i,currentTarget:i,preventDefault:t.noop}))},_findActive:function(e){return e===!1?t():this.tabs.eq(e)},_getIndex:function(e){return"string"==typeof e&&(e=this.anchors.index(this.anchors.filter("[href$='"+t.ui.escapeSelector(e)+"']"))),e},_destroy:function(){this.xhr&&this.xhr.abort(),this.tablist.removeAttr("role").off(this.eventNamespace),this.anchors.removeAttr("role tabIndex").removeUniqueId(),this.tabs.add(this.panels).each(function(){t.data(this,"ui-tabs-destroy")?t(this).remove():t(this).removeAttr("role tabIndex aria-live aria-busy aria-selected aria-labelledby aria-hidden aria-expanded")}),this.tabs.each(function(){var e=t(this),i=e.data("ui-tabs-aria-controls");i?e.attr("aria-controls",i).removeData("ui-tabs-aria-controls"):e.removeAttr("aria-controls")}),this.panels.show(),"content"!==this.options.heightStyle&&this.panels.css("height","")},enable:function(e){var i=this.options.disabled;i!==!1&&(void 0===e?i=!1:(e=this._getIndex(e),i=t.isArray(i)?t.map(i,function(t){return t!==e?t:null}):t.map(this.tabs,function(t,i){return i!==e?i:null})),this._setOptionDisabled(i))},disable:function(e){var i=this.options.disabled;if(i!==!0){if(void 0===e)i=!0;else{if(e=this._getIndex(e),-1!==t.inArray(e,i))return;i=t.isArray(i)?t.merge([e],i).sort():[e]}this._setOptionDisabled(i)}},load:function(e,i){e=this._getIndex(e);var s=this,n=this.tabs.eq(e),o=n.find(".ui-tabs-anchor"),a=this._getPanelForTab(n),r={tab:n,panel:a},h=function(t,e){"abort"===e&&s.panels.stop(!1,!0),s._removeClass(n,"ui-tabs-loading"),a.removeAttr("aria-busy"),t===s.xhr&&delete s.xhr};this._isLocal(o[0])||(this.xhr=t.ajax(this._ajaxSettings(o,i,r)),this.xhr&&"canceled"!==this.xhr.statusText&&(this._addClass(n,"ui-tabs-loading"),a.attr("aria-busy","true"),this.xhr.done(function(t,e,n){setTimeout(function(){a.html(t),s._trigger("load",i,r),h(n,e)},1)}).fail(function(t,e){setTimeout(function(){h(t,e)},1)})))},_ajaxSettings:function(e,i,s){var n=this;return{url:e.attr("href").replace(/#.*$/,""),beforeSend:function(e,o){return n._trigger("beforeLoad",i,t.extend({jqXHR:e,ajaxSettings:o},s))}}},_getPanelForTab:function(e){var i=t(e).attr("aria-controls");return this.element.find(this._sanitizeSelector("#"+i))}}),t.uiBackCompat!==!1&&t.widget("ui.tabs",t.ui.tabs,{_processTabs:function(){this._superApply(arguments),this._addClass(this.tabs,"ui-tab")}}),t.ui.tabs,t.widget("ui.tooltip",{version:"1.12.1",options:{classes:{"ui-tooltip":"ui-corner-all ui-widget-shadow"},content:function(){var e=t(this).attr("title")||"";return t("<a>").text(e).html()},hide:!0,items:"[title]:not([disabled])",position:{my:"left top+15",at:"left bottom",collision:"flipfit flip"},show:!0,track:!1,close:null,open:null},_addDescribedBy:function(e,i){var s=(e.attr("aria-describedby")||"").split(/\s+/);s.push(i),e.data("ui-tooltip-id",i).attr("aria-describedby",t.trim(s.join(" ")))},_removeDescribedBy:function(e){var i=e.data("ui-tooltip-id"),s=(e.attr("aria-describedby")||"").split(/\s+/),n=t.inArray(i,s);-1!==n&&s.splice(n,1),e.removeData("ui-tooltip-id"),s=t.trim(s.join(" ")),s?e.attr("aria-describedby",s):e.removeAttr("aria-describedby")},_create:function(){this._on({mouseover:"open",focusin:"open"}),this.tooltips={},this.parents={},this.liveRegion=t("<div>").attr({role:"log","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this.disabledTitles=t([])},_setOption:function(e,i){var s=this;this._super(e,i),"content"===e&&t.each(this.tooltips,function(t,e){s._updateContent(e.element)})},_setOptionDisabled:function(t){this[t?"_disable":"_enable"]()},_disable:function(){var e=this;t.each(this.tooltips,function(i,s){var n=t.Event("blur");n.target=n.currentTarget=s.element[0],e.close(n,!0)}),this.disabledTitles=this.disabledTitles.add(this.element.find(this.options.items).addBack().filter(function(){var e=t(this);return e.is("[title]")?e.data("ui-tooltip-title",e.attr("title")).removeAttr("title"):void 0}))},_enable:function(){this.disabledTitles.each(function(){var e=t(this);e.data("ui-tooltip-title")&&e.attr("title",e.data("ui-tooltip-title"))}),this.disabledTitles=t([])},open:function(e){var i=this,s=t(e?e.target:this.element).closest(this.options.items);s.length&&!s.data("ui-tooltip-id")&&(s.attr("title")&&s.data("ui-tooltip-title",s.attr("title")),s.data("ui-tooltip-open",!0),e&&"mouseover"===e.type&&s.parents().each(function(){var e,s=t(this);s.data("ui-tooltip-open")&&(e=t.Event("blur"),e.target=e.currentTarget=this,i.close(e,!0)),s.attr("title")&&(s.uniqueId(),i.parents[this.id]={element:this,title:s.attr("title")},s.attr("title",""))}),this._registerCloseHandlers(e,s),this._updateContent(s,e))},_updateContent:function(t,e){var i,s=this.options.content,n=this,o=e?e.type:null;return"string"==typeof s||s.nodeType||s.jquery?this._open(e,t,s):(i=s.call(t[0],function(i){n._delay(function(){t.data("ui-tooltip-open")&&(e&&(e.type=o),this._open(e,t,i))})}),i&&this._open(e,t,i),void 0)},_open:function(e,i,s){function n(t){l.of=t,a.is(":hidden")||a.position(l)}var o,a,r,h,l=t.extend({},this.options.position);if(s){if(o=this._find(i))return o.tooltip.find(".ui-tooltip-content").html(s),void 0;i.is("[title]")&&(e&&"mouseover"===e.type?i.attr("title",""):i.removeAttr("title")),o=this._tooltip(i),a=o.tooltip,this._addDescribedBy(i,a.attr("id")),a.find(".ui-tooltip-content").html(s),this.liveRegion.children().hide(),h=t("<div>").html(a.find(".ui-tooltip-content").html()),h.removeAttr("name").find("[name]").removeAttr("name"),h.removeAttr("id").find("[id]").removeAttr("id"),h.appendTo(this.liveRegion),this.options.track&&e&&/^mouse/.test(e.type)?(this._on(this.document,{mousemove:n}),n(e)):a.position(t.extend({of:i},this.options.position)),a.hide(),this._show(a,this.options.show),this.options.track&&this.options.show&&this.options.show.delay&&(r=this.delayedShow=setInterval(function(){a.is(":visible")&&(n(l.of),clearInterval(r))},t.fx.interval)),this._trigger("open",e,{tooltip:a})}},_registerCloseHandlers:function(e,i){var s={keyup:function(e){if(e.keyCode===t.ui.keyCode.ESCAPE){var s=t.Event(e);s.currentTarget=i[0],this.close(s,!0)}}};i[0]!==this.element[0]&&(s.remove=function(){this._removeTooltip(this._find(i).tooltip)}),e&&"mouseover"!==e.type||(s.mouseleave="close"),e&&"focusin"!==e.type||(s.focusout="close"),this._on(!0,i,s)},close:function(e){var i,s=this,n=t(e?e.currentTarget:this.element),o=this._find(n);return o?(i=o.tooltip,o.closing||(clearInterval(this.delayedShow),n.data("ui-tooltip-title")&&!n.attr("title")&&n.attr("title",n.data("ui-tooltip-title")),this._removeDescribedBy(n),o.hiding=!0,i.stop(!0),this._hide(i,this.options.hide,function(){s._removeTooltip(t(this))}),n.removeData("ui-tooltip-open"),this._off(n,"mouseleave focusout keyup"),n[0]!==this.element[0]&&this._off(n,"remove"),this._off(this.document,"mousemove"),e&&"mouseleave"===e.type&&t.each(this.parents,function(e,i){t(i.element).attr("title",i.title),delete s.parents[e]}),o.closing=!0,this._trigger("close",e,{tooltip:i}),o.hiding||(o.closing=!1)),void 0):(n.removeData("ui-tooltip-open"),void 0)},_tooltip:function(e){var i=t("<div>").attr("role","tooltip"),s=t("<div>").appendTo(i),n=i.uniqueId().attr("id");return this._addClass(s,"ui-tooltip-content"),this._addClass(i,"ui-tooltip","ui-widget ui-widget-content"),i.appendTo(this._appendTo(e)),this.tooltips[n]={element:e,tooltip:i}},_find:function(t){var e=t.data("ui-tooltip-id");return e?this.tooltips[e]:null},_removeTooltip:function(t){t.remove(),delete this.tooltips[t.attr("id")]},_appendTo:function(t){var e=t.closest(".ui-front, dialog");return e.length||(e=this.document[0].body),e},_destroy:function(){var e=this;t.each(this.tooltips,function(i,s){var n=t.Event("blur"),o=s.element;n.target=n.currentTarget=o[0],e.close(n,!0),t("#"+i).remove(),o.data("ui-tooltip-title")&&(o.attr("title")||o.attr("title",o.data("ui-tooltip-title")),o.removeData("ui-tooltip-title"))}),this.liveRegion.remove()}}),t.uiBackCompat!==!1&&t.widget("ui.tooltip",t.ui.tooltip,{options:{tooltipClass:null},_tooltip:function(){var t=this._superApply(arguments);return this.options.tooltipClass&&t.tooltip.addClass(this.options.tooltipClass),t}}),t.ui.tooltip});
-    }).call(window, window);    
\ No newline at end of file
+    }).call(window, window);
\ No newline at end of file
diff --git a/src/SecExp/rebellionGenerator.tw b/src/SecExp/rebellionGenerator.tw
index 648da686e4c336bb729b5c630ff689d1453b6005..f25ca458c8a11bc05cda270cb4d3587a657318f4 100644
--- a/src/SecExp/rebellionGenerator.tw
+++ b/src/SecExp/rebellionGenerator.tw
@@ -6,57 +6,80 @@
 
 <strong>Slaves security analysis:</strong>
 <<if $authority <= 3000>>
-	Your very low authority allows slaves to think too freely.<<set _slave += 30>>
+	Your very low authority allows slaves to think too freely.
+	<<set _slave += 30>>
 <<elseif $authority <= 6000>>
-	Your low authority allows slaves to think too freely.<<set _slave += 25>>
+	Your low authority allows slaves to think too freely.
+	<<set _slave += 25>>
 <<elseif $authority <= 9000>>
-	Your moderate authority allows slaves to think a bit too freely.<<set _slave += 20>>
+	Your moderate authority allows slaves to think a bit too freely.
+	<<set _slave += 20>>
 <<elseif $authority <= 12000>>
-	Your good authority does not allow slaves to think too freely.<<set _slave += 15>>
+	Your good authority does not allow slaves to think too freely.
+	<<set _slave += 15>>
 <<elseif $authority <= 15000>>
-	Your high authority does not allow slaves to think too freely.<<set _slave += 10>>
+	Your high authority does not allow slaves to think too freely.
+	<<set _slave += 10>>
 <<elseif $authority <= 18000>>
-	Your very high authority does not allow slaves to think too freely.<<set _slave += 5>>
+	Your very high authority does not allow slaves to think too freely.
+	<<set _slave += 5>>
 <<else>>
-	Your absolute authority does not allow slaves to have a single free thought.<<set _slave += 1>>
+	Your absolute authority does not allow slaves to have a single free thought.
+	<<set _slave += 1>>
 <</if>>
 <<if _CSratio <= 0.4>>
-	There are a lot more slaves than citizens, making some doubt their masters are strong enough to stop them.<<set _slave += 30>>
+	There are a lot more slaves than citizens, making some doubt their masters are strong enough to stop them.
+	<<set _slave += 30>>
 <<elseif _CSratio <= 0.6>>
-	There are a lot more slaves than citizens, making some doubt their masters are strong enough to stop them.<<set _slave += 25>>
+	There are a lot more slaves than citizens, making some doubt their masters are strong enough to stop them.
+	<<set _slave += 25>>
 <<elseif _CSratio <= 0.8>>
-	There are more slaves than citizens, making some doubt their masters are strong enough to stop them.<<set _slave += 20>>
+	There are more slaves than citizens, making some doubt their masters are strong enough to stop them.
+	<<set _slave += 20>>
 <<elseif _CSratio <= 1>>
-	There are more slaves than citizens, making some doubt their masters are strong enough to stop them.<<set _slave += 15>>
+	There are more slaves than citizens, making some doubt their masters are strong enough to stop them.
+	<<set _slave += 15>>
 <<elseif _CSratio <= 1.5>>
-	There are fewer slaves than citizens, making some doubt they would be strong enough to defeat their masters.<<set _slave += 10>>
+	There are fewer slaves than citizens, making some doubt they would be strong enough to defeat their masters.
+	<<set _slave += 10>>
 <<elseif _CSratio >= 3>>
-	There are fewer slaves than citizens, making some doubt they would be strong enough to defeat their masters.<<set _slave -= 5>>
+	There are fewer slaves than citizens, making some doubt they would be strong enough to defeat their masters.
+	<<set _slave -= 5>>
 <<else>>
-	Citizen and slave population is sufficiently balanced not to cause problems either way.<<set _slave -= 1>>
+	Citizen and slave population is sufficiently balanced not to cause problems either way.
+	<<set _slave -= 1>>
 <</if>>
 <<if $security <= 10>>
-	The very low security of the arcology leaves free space for slaves to organize and agitate.<<set _slave += 30>>
+	The very low security of the arcology leaves free space for slaves to organize and agitate.
+	<<set _slave += 30>>
 <<elseif $security <= 30>>
-	The low security of the arcology leaves free space for slaves to organize and agitate.<<set _slave += 20>>
+	The low security of the arcology leaves free space for slaves to organize and agitate.
+	<<set _slave += 20>>
 <<elseif $security <= 60>>
-	The moderate security of the arcology does not allow free space for slaves to organize and agitate.<<set _slave += 10>>
+	The moderate security of the arcology does not allow free space for slaves to organize and agitate.
+	<<set _slave += 10>>
 <<elseif $security >= 90>>
-	The high security of the arcology does not allow free space for slaves to organize and agitate.<<set _slave -= 5>>
+	The high security of the arcology does not allow free space for slaves to organize and agitate.
+	<<set _slave -= 5>>
 <<else>>
-	The high security of the arcology does not allow free space for slaves to organize and agitate.<<set _slave -= 1>>
+	The high security of the arcology does not allow free space for slaves to organize and agitate.
+	<<set _slave -= 1>>
 <</if>>
 <<if $arcologies[0].FSDegradationist != "unset">>
-	Many slaves are so disgusted by your degradationist society, that are willing to rise up against their masters to escape.<<set _slave += 30>>
+	Many slaves are so disgusted by your degradationist society, that are willing to rise up against their masters to escape.
+	<<set _slave += 30>>
 <<elseif $arcologies[0].FSPaternalist != "unset">>
-	Many slaves are content to live in your paternalist society.<<set _slave -= 5>>
+	Many slaves are content to live in your paternalist society.
+	<<set _slave -= 5>>
 <<else>>
 	<<set _slave += 5>>
 <</if>>
 <<if $arcologies[0].FSRestart != "unset">>
-	Many slaves are worried by your eugenics projects and some are pushed towards radicalization.<<set _slave += 30>>
+	Many slaves are worried by your eugenics projects and some are pushed towards radicalization.
+	<<set _slave += 30>>
 <<elseif $arcologies[0].FSRepopulationFocus != "unset">>
-	Many slaves are pleasantly happy of your repopulation effort, affording them the freedom to reproduce.<<set _slave -= 5>>
+	Many slaves are pleasantly happy of your repopulation effort, affording them the freedom to reproduce.
+	<<set _slave -= 5>>
 <<else>>
 	<<set _slave += 5>>
 <</if>>
@@ -64,64 +87,84 @@
 <br>
 <strong>Citizens security analysis:</strong>
 <<if $authority <= 3000>>
-	Your very low authority allows your citizens to think too freely.<<set _citizen += 30>>
+	Your very low authority allows your citizens to think too freely.
+	<<set _citizen += 30>>
 <<elseif $authority <= 6000>>
-	Your very low authority allows your citizens to think too freely.<<set _citizen += 25>>
+	Your very low authority allows your citizens to think too freely.
+	<<set _citizen += 25>>
 <<elseif $authority <= 9000>>
-	Your moderate authority allows your citizens to think a bit too freely.<<set _citizen += 20>>
+	Your moderate authority allows your citizens to think a bit too freely.
+	<<set _citizen += 20>>
 <<elseif $authority <= 12000>>
-	Your good authority does not allow your citizens to think too freely.<<set _citizen += 15>>
+	Your good authority does not allow your citizens to think too freely.
+	<<set _citizen += 15>>
 <<elseif $authority <= 15000>>
-	Your high authority does not allow your citizens to think too freely.<<set _citizen += 10>>
+	Your high authority does not allow your citizens to think too freely.
+	<<set _citizen += 10>>
 <<elseif $authority <= 18000>>
-	Your very high authority does not allow your citizens to think too freely.<<set _citizen += 5>>
+	Your very high authority does not allow your citizens to think too freely.
+	<<set _citizen += 5>>
 <<else>>
-	Your absolute authority does not allow your citizens to have a single free thought.<<set _citizen += 1>>
+	Your absolute authority does not allow your citizens to have a single free thought.
+	<<set _citizen += 1>>
 <</if>>
 <<if $crime >= 90>>
-	The very high crime level of the arcology breeds extreme discontent between your citizens.<<set _citizen += 30>>
+	The very high crime level of the arcology breeds extreme discontent between your citizens.
+	<<set _citizen += 30>>
 <<elseif $crime >= 60>>
-	The high crime level of the arcology breeds high discontent between your citizens.<<set _citizen += 15>>
+	The high crime level of the arcology breeds high discontent between your citizens.
+	<<set _citizen += 15>>
 <<elseif $crime >= 30>>
-	The low crime level of the arcology leaves your citizens happy and satisfied.<<set _citizen += 5>>
+	The low crime level of the arcology leaves your citizens happy and satisfied.
+	<<set _citizen += 5>>
 <<else>>
-	The very low crime level of the arcology leaves your citizens happy and satisfied.<<set _citizen -= 5>>
+	The very low crime level of the arcology leaves your citizens happy and satisfied.
+	<<set _citizen -= 5>>
 <</if>>
 <<if $militiaFounded == 1>>
 	<<if ($arcologies[0].FSRomanRevivalist == "unset" && $arcologies[0].FSAztecRevivalist == "unset" && $arcologies[0].FSEgyptianRevivalist == "unset" && $arcologies[0].FSEdoRevivalist == "unset" && $arcologies[0].FSArabianRevivalist == "unset" && $arcologies[0].FSChineseRevivalist == "unset")>>
 		<<if $militarizedSociety == 1>>
-			Many of your citizens are offended by your extreme militarization of the arcology's society.<<set _citizen += 20>>
+			Many of your citizens are offended by your extreme militarization of the arcology's society.
+			<<set _citizen += 20>>
 		<<elseif $militaryService == 1>>
-			Many of your citizens are offended by your militarization of the arcology's society.<<set _citizen += 15>>
+			Many of your citizens are offended by your militarization of the arcology's society.
+			<<set _citizen += 15>>
 		<<else>>
 			<<set _citizen += 10>>
 		<</if>>
 	<<else>>
 		<<if $militarizedSociety == 1>>
-			Some of your citizens are offended by your extreme militarization of the arcology's society<<set _citizen += 10>>
+			Some of your citizens are offended by your extreme militarization of the arcology's society.
+			<<set _citizen += 10>>
 		<<elseif $militaryService == 1>>
-			Some of your citizens are offended by your militarization of the arcology's society<<set _citizen += 5>>
+			Some of your citizens are offended by your militarization of the arcology's society.
+			<<set _citizen += 5>>
 		<<else>>
 			<<set _citizen -= 5>>
 		<</if>>
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSNull != "unset">>
-	Many of your more conservative citizens do not enjoy the cultural freedom you afford the residents of the arcology.<<set _citizen += either(20,30)>>
+	Many of your more conservative citizens do not enjoy the cultural freedom you afford the residents of the arcology.
+	<<set _citizen += either(20,30)>>
 <</if>>
 <<if $arcologies[0].FSRestart != "unset">>
 	<<if _CSratio > 2>>
-		Your citizens are not happy with the noticeable lack of slaves compared to their numbers.<<set _citizen += 20>>
+		Your citizens are not happy with the noticeable lack of slaves compared to their numbers.
+		<<set _citizen += 20>>
 	<<elseif _CSratio > 1>>
-		Your citizens are not happy with the lack of slaves compared to their numbers.<<set _citizen += 15>>
+		Your citizens are not happy with the lack of slaves compared to their numbers.
+		<<set _citizen += 15>>
 	<<elseif _CSratio < 0.5>>
 		<<set _citizen -= 5>>
 	<</if>>
 <<elseif $arcologies[0].FSRepopulationFocus != "unset">>
 	<<if _CSratio < 0.5>>
-		Your citizens are not happy about being outbred by the slaves of the arcology.<<set _citizen += 20>>
+		Your citizens are not happy about being outbred by the slaves of the arcology.
+		<<set _citizen += 20>>
 	<<elseif _CSratio < 1>>
-		Your citizens are not happy about being outbred by the slaves of the arcology.<<set _citizen += 15>>
+		Your citizens are not happy about being outbred by the slaves of the arcology.
+		<<set _citizen += 15>>
 	<<elseif _CSratio > 1.4>>
 		<<set _citizen += 5>>
 	<</if>>
diff --git a/src/SecExp/tradeReport.tw b/src/SecExp/tradeReport.tw
index b6ae33a0b61bbc5e2cffcf0fdf9d026ccad26d9e..eaefe588a9ce1d3ae9411e62aa33fe54dcfe53d8 100644
--- a/src/SecExp/tradeReport.tw
+++ b/src/SecExp/tradeReport.tw
@@ -53,11 +53,12 @@
 	Your high reputation attracts trade from all over the world.
 <</if>>
 
+<<setAssistantPronouns>>
 <<if $assistantPower == 1>>
-	Thanks to the computing power available to her, $assistantName is able to guide the commercial development of the arcology to greater levels.
+	Thanks to the computing power available to _himA, $assistantName is able to guide the commercial development of the arcology to greater levels.
 	<<set _tradeChange++>>
 <<elseif $assistantPower == 2>>
-	Thanks to the incredible computing power available to her, $assistantName is able to guide the commercial development of the arcology to greater levels.
+	Thanks to the incredible computing power available to _himA, $assistantName is able to guide the commercial development of the arcology to greater levels.
 	<<set _tradeChange += 2>>
 <</if>>
 
diff --git a/src/SecExp/weaponsManufacturing.tw b/src/SecExp/weaponsManufacturing.tw
index c48d2e98a1771251addde53762037d43c9ade0ed..cb2a130ffb8ca70e0c29aca2a21c2081c2b30533 100644
--- a/src/SecExp/weaponsManufacturing.tw
+++ b/src/SecExp/weaponsManufacturing.tw
@@ -35,21 +35,21 @@ You own <<print num($menials)>> free menial slaves. This manufacturing complex c
 <<set _menialPrice = menialSlaveCost()>>
 <<set _bulkMax = $PopCap-$menials-$fuckdolls-$menialBioreactors>>
 <<if $cash > _menialPrice>>
-<<if _bulkMax > 0 || $menials+$fuckdolls+$menialBioreactors == 0>>
-	<br>
-	[[Buy|weaponsManufacturing][$menials+=1,$menialSupplyFactor-=1,cashX(forceNeg(_menialPrice), "menialTransfer")]]
-	<<if $cash > (menialSlaveCost(10))*10>>
-		[[(x10)|weaponsManufacturing][$menials+=10,$menialSupplyFactor-=10,cashX(forceNeg((menialSlaveCost(10))*10), "menialTransfer")]]
-	<</if>>
-	<<if $cash > (menialSlaveCost(100))*100>>
-		[[(x100)|weaponsManufacturing][$menials+=100,$menialSupplyFactor-=100,cashX(forceNeg((menialSlaveCost(100))*100), "menialTransfer")]]
-	<</if>>
-	<<if $cash > (_menialPrice+1)*2>>
-		<<set _menialBulkPremium = Math.trunc(1 + Math.clamp($cash/_menialPrice,0,_bulkMax)/400)>>
-		[[(max)|weaponsManufacturing][$menials+=Math.trunc(Math.clamp($cash/(_menialPrice+_menialBulkPremium),0,_bulkMax)),$menialSupplyFactor-=Math.trunc(Math.clamp($cash/(_menialPrice+_menialBulkPremium),0,_bulkMax)),cashX(forceNeg(Math.trunc(Math.clamp($cash/(_menialPrice+_menialBulkPremium),0,_bulkMax)*(_menialPrice+_menialBulkPremium))), "menialTransfer")]]
+	<<if _bulkMax > 0 || $menials+$fuckdolls+$menialBioreactors == 0>>
+		<br>
+		[[Buy|weaponsManufacturing][$menials+=1,$menialSupplyFactor-=1,cashX(forceNeg(_menialPrice), "menialTransfer")]]
+		<<if $cash > (menialSlaveCost(10))*10>>
+			[[(x10)|weaponsManufacturing][$menials+=10,$menialSupplyFactor-=10,cashX(forceNeg((menialSlaveCost(10))*10), "menialTransfer")]]
+		<</if>>
+		<<if $cash > (menialSlaveCost(100))*100>>
+			[[(x100)|weaponsManufacturing][$menials+=100,$menialSupplyFactor-=100,cashX(forceNeg((menialSlaveCost(100))*100), "menialTransfer")]]
+		<</if>>
+		<<if $cash > (_menialPrice+1)*2>>
+			<<set _menialBulkPremium = Math.trunc(1 + Math.clamp($cash/_menialPrice,0,_bulkMax)/400)>>
+			[[(max)|weaponsManufacturing][$menials+=Math.trunc(Math.clamp($cash/(_menialPrice+_menialBulkPremium),0,_bulkMax)),$menialSupplyFactor-=Math.trunc(Math.clamp($cash/(_menialPrice+_menialBulkPremium),0,_bulkMax)),cashX(forceNeg(Math.trunc(Math.clamp($cash/(_menialPrice+_menialBulkPremium),0,_bulkMax)*(_menialPrice+_menialBulkPremium))), "menialTransfer")]]
+		<</if>>
+		//Bulk transactions may require offering a premium.//
 	<</if>>
-	//Bulk transactions may require offering a premium.//
-<</if>>
 <</if>>
 
 <<if $weapMenials < 500>>
diff --git a/src/SpecialForce/ColonelSexDec.tw b/src/SpecialForce/ColonelSexDec.tw
index ebf24f073575910c99a84e5238e2352786741ccb..8ed3b8a6392af87e4083643f77bc470aef0583ae 100644
--- a/src/SpecialForce/ColonelSexDec.tw
+++ b/src/SpecialForce/ColonelSexDec.tw
@@ -3,18 +3,18 @@
 <<switch $SF.Colonel.Core>>
 <<case "shell shocked">>
 	<span id="result7">
-	The entire time it is obvious that The Colonel is reliving a horrible event.
-	<br><<link "Try to bring her back">>
-	<<replace "#result7">>
-	"You made an attempt to try to bring her back to the present."
-	<</replace>>
-	<</link>>
+		The entire time it is obvious that The Colonel is reliving a horrible event.
+		<br><<link "Try to bring her back">>
+			<<replace "#result7">>
+				"You made an attempt to try to bring her back to the present."
+			<</replace>>
+		<</link>>
 
-	<br><<link "Leave her be">>
-	<<replace "#result7">>
-	"It is probably better that she tries to deal with her demons alone."
-	<</replace>>
-	<</link>>
+		<br><<link "Leave her be">>
+			<<replace "#result7">>
+				"It is probably better that she tries to deal with her demons alone."
+			<</replace>>
+		<</link>>
 	</span>
 
 <<default>>
diff --git a/src/SpecialForce/SpecialForce.js b/src/SpecialForce/SpecialForce.js
index 1599b139d1f5eb14536fa1da1cb969e8c5f04f94..d98610db201e8d43d8bcd1314ffaf0f62e2bb516 100644
--- a/src/SpecialForce/SpecialForce.js
+++ b/src/SpecialForce/SpecialForce.js
@@ -395,7 +395,7 @@ App.SF.fsIntegration = function(input = 'Menu', textDisplay = 100, text = `\n`)
 		if (V.SF.FS[selectedFS].gift < 1 || (V.SF.FS[selectedFS].lv < 100 && V.SF.FS[selectedFS].vaildOption > 0) ) {
 			const InputText2 = `[[${InputText1}|Firebase][$Cash -= ${cost}, $SF.FS.Tension += ${var0}, $SF.FS.${[selectedFS]}.gift = ${var1}, $SF.FS.${[selectedFS]}.lv += ${fsIncrease}, $SF.FS.upgrade = 1]]`; InputText0 += InputText2;
 			if (fsIncrease > 0) InputText0 += ` (FS acceptance:<span class='green'>+${fsIncrease}%,</span>`;
-			if (cost > 0) if (fsIncrease > 0) InputText0 += ` `; else InputText0 +=  ` (`; InputText0 += `<span class='red'>${	cashFormat(cost)},</span> `;
+			if (cost > 0) if (fsIncrease > 0) InputText0 += ` `; else InputText0 += ` (`; InputText0 += `<span class='red'>${	cashFormat(cost)},</span> `;
 			InputText0 += `tension:`;
 			if (fsIncrease > 0) InputText0 += `<span class='red'>+`; else InputText0 += `<span class='green'>-`;
 			InputText0 += `15%</span>)`;
@@ -406,7 +406,7 @@ App.SF.fsIntegration = function(input = 'Menu', textDisplay = 100, text = `\n`)
 
 	if (input === 'Menu') {
 		if (V.SF.FS.Tension === -1) {
-			text += `<<link "Talk to The Colonel about Future Society intergration.">> <<replace "#result0">> \n\n`;
+			text += `<<link "Talk to The Colonel about Future Society integration.">> <<replace "#result0">> \n\n`;
 			text += `You bring up the topic of cultural development with the Colonel, and in doing so, you share your hopes that she might be willing to help you better acquaint the troops with your cultural mores. Her response was less than positive: `;
 			switch(V.SF.Colonel.Core) {
 				case "Kind":
@@ -415,11 +415,11 @@ App.SF.fsIntegration = function(input = 'Menu', textDisplay = 100, text = `\n`)
 				case "Cruel":
 					text += `"What the fuck? Didn't we talk about this, like, way back? No 'future society' bullshit! That was our agreement, boss. Do not bother me with this."`;
 					break;
-				case "brazen":
+				case "Brazen":
 					text += `"Sir, I distinctly remember asking you not to bring any social experiments down here. This is a military installation. These are soldiers, sir. Professional contractors, one and all. I don't want them getting distracted by any sort of cosplay craziness. We have a job to do."`;
 					break;
 				case "Shell_Shocked":
-					text += `"Oh no, not this shit again. You know, I had another boss a few years back. Just like you... Slick arcology owner who wanted all of us hired guns to dress and act all wierd, like we were in some sort of fucking movie. But we did what he asked, and the arcology burnt to the ground anyway... I knew from then on that Future Societies are bullshit..."`;
+					text += `"Oh no, not this shit again. You know, I had another boss a few years back. Just like you... Slick arcology owner who wanted all of us hired guns to dress and act all weird, like we were in some sort of fucking movie. But we did what he asked, and the arcology burnt to the ground anyway... I knew from then on that Future Societies are bullshit..."`;
 					break;
 				case "Jaded":
 					text += `"Seriously? Why? Your society stuff is stupid. There is a reason that I asked you not to bring that sort of thing down here. We run a tight ship. Its not always the most fun, but it works. Why wear ourselves out playing dress up? That's stupid. Leave us alone."`;
@@ -440,7 +440,7 @@ App.SF.fsIntegration = function(input = 'Menu', textDisplay = 100, text = `\n`)
 		}
 		return text;
 	} else if (input === 'OptionsFlavourText') { text = ``;
-		if (textDisplay === -1) text += `\n__Colonel's gitft(s)__`;
+		if (textDisplay === -1) text += `\n__Colonel's gift(s)__`;
 		if (textDisplay === 5) text += `\n__FS Foods__`;
 		if (textDisplay === 10) text += `\n__FS Media__`;
 		if (textDisplay === 15) text += `\n__FS Slaves__`;
@@ -459,385 +459,385 @@ App.SF.fsIntegration = function(input = 'Menu', textDisplay = 100, text = `\n`)
 		if (textDisplay === 80) text += `\n__Luxuries facilities__`;
 		if (textDisplay === 85) text += `\n__Perimeter decorations__`;
 		if (textDisplay === 90) text += `\n__Mandate FS-Roleplaying__`;
-		if (textDisplay === 100) text += `\n__Colonel's compliance__`; //(deafult value)
+		if (textDisplay === 100) text += `\n__Colonel's compliance__`; //(default value)
 		for (let i = 0; i < FS_OPTIONS.length; i++) {
 			switch (FS_OPTIONS[i]) {
 				case 'Repopulation':
-				if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nTo ease The Colonel's hostility towards Repopulationism, you have gifted her with a very large and unusually shaped armoured Command Vehicle; it is designed to fully support the Colonel herself and all of her Command & Communications needs in the field. Given its one-occupant design, it comes well supported with its global-uplink communications array, onboard super computer, shock and blast resistant interior foam padding, adjustible body harness, extended life support & CBRN protection suites, advanced waste removal systems, and its in-built pregnancy-support systems. Should she ever decide to take to the battlefield whilst hyper pregnant herself, there is no vehicle in the world she would prefer over this one. Depite not yet being hyper-pregnant, she is impressed by how roomy, comfortable, and capable her new Command Vehicle is, despite its large profile. You see her using it quite a bit too, despite her body still being much smaller than the unit was designed for.\n`;
+				if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nTo ease The Colonel's hostility towards Repopulationism, you have gifted her with a very large and unusually shaped armored Command Vehicle; it is designed to fully support the Colonel herself and all of her Command & Communications needs in the field. Given its one-occupant design, it comes well supported with its global-uplink communications array, onboard super computer, shock and blast resistant interior foam padding, adjustable body harness, extended life support & CBRN protection suites, advanced waste removal systems, and its in-built pregnancy-support systems. Should she ever decide to take to the battlefield whilst hyper pregnant herself, there is no vehicle in the world she would prefer over this one. Despite not yet being hyper-pregnant, she is impressed by how roomy, comfortable, and capable her new Command Vehicle is, despite its large profile. You see her using it quite a bit too, despite her body still being much smaller than the unit was designed for.\n`;
 				if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe troops enjoy their Repopulationist food, which tastes better than the old food, while being completely unaware that they increase semen production and promote ovulation.\n`;
 				if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMagazines and porn featuring hyper pregnant women are widely dispersed among troops to increase their interest in reproduction; many of sex scenes they view now feature heavily pregnant women.\n`;
 				if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere are now some hyper pregnant slaves present. Many of the new recruits are morbidly curious about these beings, and the female recruits ask them many questions whenever they have time.\n`;
-				if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAn hour after reception, all captives with pussies are promptly strapped down to an inspection chair and In-Vitro Fertilized by the doctors, before being dragged off the nearby maternity clinic. Your Firebase's soldiers bid for the priviledge of having their sperm used for the fertilization of new captives, and childbirth is a requisite for pussy-slaves to qualify for basic training.\n`;
+				if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAn hour after reception, all captives with pussies are promptly strapped down to an inspection chair and In-Vitro Fertilized by the doctors, before being dragged off the nearby maternity clinic. Your Firebase's soldiers bid for the privilege of having their sperm used for the fertilization of new captives, and childbirth is a requisite for pussy-slaves to qualify for basic training.\n`;
 				if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere are many double-decker baby carriages found both lined up on the outskirts of the common area and on the sides of several tables, and a good amount of them have small babies in them, awaiting their father or mother's attention. Someday soon, all of the carriages will be full.\n`;
 				if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nOff the side of the barracks lies an empty backroom that has since been repurposed into a proper nursery staffed by caring slaves. Conventional incubators for the newborns of the grunts have been installed, and there is even an advanced incubator installed in the corner to age officers' slave children very rapidly.\n`;
 				if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe Armory has a small and transparent soundproofed chamber off its side where an old soldier nearing retirement teaches basic firearm safety and marksmanship to a groups of very young children born and being raised in the Firebase. Meanwhile, the troopers that come here to retrieve their weapons often name their armament after their own families. Word has it that the current Firebase tradition in effect is to name your service rifle after your firstborn, your sidearm after your second born, and your grenades after your bastards.\n`;
-				if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere is a large soundproofed playpen, built with frosted glass, in the middle of the Command Center. It is filled with all sorts of toys and luxuries for the children kept inside, alongside the trusted and suitably modest hired nannies. Here, the sorrounding command and control staff on-shift visit and play with their numerous children within, whenever they are not directing field operations.\n`;
-				if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe drug laboaratory has been supplemented by a large pediatric clinic room, where various drugs that foster and enhance healthy physical and mental development in children are researched, developed, tested, and delivered to the progeny of the Firebase.\n`;
+				if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere is a large soundproofed playpen, built with frosted glass, in the middle of the Command Center. It is filled with all sorts of toys and luxuries for the children kept inside, alongside the trusted and suitably modest hired nannies. Here, the surrounding command and control staff on-shift visit and play with their numerous children within, whenever they are not directing field operations.\n`;
+				if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe drug laboratory has been supplemented by a large pediatric clinic room, where various drugs that foster and enhance healthy physical and mental development in children are researched, developed, tested, and delivered to the progeny of the Firebase.\n`;
 				if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nIn the lockers and duffel bags of the majority of Firebase soldiers, you can find a variety of books about parenthood and large household management. You can also find several bundles of baby apparel, as well as a bottle or two of fertility pills, which vary in function depending on the inventory owner's gender.\n`;
 				if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour slave-capture drones have all been covered with tiny loudspeakers that emit messages reassuring the soon-to-be-captives that the drones engage with that their bloodlines will surely be continued in their new lives within your arcology.\n`;
 				if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe garage has an additional machine room installed, but this one has a special purpose; it is a private research facility for the creation, improvement, and installation of newer, better, and more portable incubators. These incubators are cutting edge by global standards, pioneering the complex science of growing existing babies to become bigger, stronger, smarter, more beautiful, and of course, more fertile. All of this special machinery has a purpose, of course; the next generation of skilled mechanics and crewmen is fast approaching.\n`;
-				if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery main battle tank you have features a much broader and taller turret than before, and even more strangely, each turret is egg-shaped. This peculiar shape accomodates an extreme functionality; the multi-pregnancy cockpit - in which tankers not only control their vehicles, but also conceive, deliver, and incubate their own babies. The latest in compact conventional incubators line the interior walls of the turret, and through these, your tanker crews are known to make and sustain all of their newest children throughout their careers in your armour units. It is well known that your tank crews rarely spend much time away from their vehicles for this very reason, and their offspring often choose to become tankers themselves.\n`;
+				if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery main battle tank you have features a much broader and taller turret than before, and even more strangely, each turret is egg-shaped. This peculiar shape accommodates an extreme functionality; the multi-pregnancy cockpit - in which tankers not only control their vehicles, but also conceive, deliver, and incubate their own babies. The latest in compact conventional incubators line the interior walls of the turret, and through these, your tanker crews are known to make and sustain all of their newest children throughout their careers in your armour units. It is well known that your tank crews rarely spend much time away from their vehicles for this very reason, and their offspring often choose to become tankers themselves.\n`;
 				if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe hangar is a cavernous place, and when takeoffs and landings are not in progress there are many open spaces for gangs of playing children to run around and play, as well as lots of places to simply stow baby carriages out of the way of important airman crews. At any given time, these open spaces are in heavy use by the unattended children of the airmen and airwomen who are busy at work here. The longest wall of the hangar is also host to a massive and beautiful mural altogether depicting all of the newborn children fathered or mothered by the Firebase's pilots and airmen thus far. While artful, this mural also holds the promise that through this multitude of progeny, the hangar will always have a rich supply of dedicated pilots and service personnel for the foreseeable future.\n`;
-				if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nWithin the numerous transport aircraft of the hangar, a unique change can be found; since greater human quantity is a focus and priority of the Firebase, more seating has been carefully welded into the interiors of every passanger section, leading to tighter fits, but bigger troop payloads once the tranport aircraft touch down. While it currently is uncomfortable for the troops, once the great many claimed and registered children of the current generation of Firebase troops grow up and seek to follow in their parent's footsteps, these abundant seating arrangements will be downright neccessary to transport sufficient amounts of these hordes of hopefuls to and from future battles without leaving too many behind.\n`;
-				if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nNear the barracks, the residents of the Firebase are grateful to have the aid of the All-In-One Parenthood Infirmary. This impressively large and well-equipped facility is staffed with profesionals from all over the arcology, and these certified midwives and midmen carry out all the services needed to help this place function as a refuge for personnel during all stages of parenthood; it contains rooms for a fertility clinic, a delivery clinic, a post-natal workshop, and even a high-capacity daycare center.\n`;
-				if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe outside entrance of the Firebase features a modest outdoor playground, complete with jungle gyms, see saws, sandboxes, a few kiddie pools and many other children's amusements. The playground is sorrounded by tall barbed wire fences however, and in the center is an imposing guardtower that serves as a useful vantage point for the squad of snipers and spotter assigned to there to keep watch.\n`;
-				if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nBy now, most of the men of the Firebase are fathers, and the vast majority of the slaves present are visibly pregnant. An envied few are enjoying their hyperpregnancies too, as those slaves are given reduced duties and more rest and food out of neccesity. WOrth noting is the suprisingly high number of pregnant soldiers and staff members absent from their units; a nice portion of them are enjoying their maternity leave benefits as they wait out their pregnancies or post-natal recoveries in either the Firebase's facilities or the perceieved comfort and privacy of your arcology above. Progency of varying ages can be seen just about anywhere in the Firebase; either in rows of cozy bedding or baby carriages (for the abundance of claimed and properly registered children), or in the stacks of baby cages that once again await transport to the slave orphanages (for the multitude of newborn bastards).\n`;
-				if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nRepopulation: The Colonel has spent considerable savings creating and incubating a slave that looks exactly like a younger version of her (but with that steel collar she's wearing, she'll never fool anyone). The Slave has since been repeatedly fertilized with The Colonel's DNA, since The Colonel has no desire to get pregnant herself. The Slave is on many fertily pills, and is currently kept in a special secluded part of the Firebase to study childrearing skills and wait out her hyper-pregnancy, after which she will train and heal up to recover. Of course, next year The Slave will be fertilized again, to add another batch to the pile...\n`;
+				if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nWithin the numerous transport aircraft of the hangar, a unique change can be found; since greater human quantity is a focus and priority of the Firebase, more seating has been carefully welded into the interiors of every passenger section, leading to tighter fits, but bigger troop payloads once the transport aircraft touch down. While it currently is uncomfortable for the troops, once the great many claimed and registered children of the current generation of Firebase troops grow up and seek to follow in their parent's footsteps, these abundant seating arrangements will be downright necessary to transport sufficient amounts of these hordes of hopefuls to and from future battles without leaving too many behind.\n`;
+				if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nNear the barracks, the residents of the Firebase are grateful to have the aid of the All-In-One Parenthood Infirmary. This impressively large and well-equipped facility is staffed with professionals from all over the arcology, and these certified midwives and midmen carry out all the services needed to help this place function as a refuge for personnel during all stages of parenthood; it contains rooms for a fertility clinic, a delivery clinic, a post-natal workshop, and even a high-capacity daycare center.\n`;
+				if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe outside entrance of the Firebase features a modest outdoor playground, complete with jungle gyms, see saws, sandboxes, a few kiddie pools and many other children's amusements. The playground is surrounded by tall barbed wire fences however, and in the center is an imposing guard tower that serves as a useful vantage point for the squad of snipers and spotter assigned to there to keep watch.\n`;
+				if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nBy now, most of the men of the Firebase are fathers, and the vast majority of the slaves present are visibly pregnant. An envied few are enjoying their hyperpregnancies too, as those slaves are given reduced duties and more rest and food out of necessity. WOrth noting is the surprisingly high number of pregnant soldiers and staff members absent from their units; a nice portion of them are enjoying their maternity leave benefits as they wait out their pregnancies or post-natal recoveries in either the Firebase's facilities or the perceived comfort and privacy of your arcology above. Progeny of varying ages can be seen just about anywhere in the Firebase; either in rows of cozy bedding or baby carriages (for the abundance of claimed and properly registered children), or in the stacks of baby cages that once again await transport to the slave orphanages (for the multitude of newborn bastards).\n`;
+				if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nRepopulation: The Colonel has spent considerable savings creating and incubating a slave that looks exactly like a younger version of her (but with that steel collar she's wearing, she'll never fool anyone). The Slave has since been repeatedly fertilized with The Colonel's DNA, since The Colonel has no desire to get pregnant herself. The Slave is on many fertility pills, and is currently kept in a special secluded part of the Firebase to study childrearing skills and wait out her hyper-pregnancy, after which she will train and heal up to recover. Of course, next year The Slave will be fertilized again, to add another batch to the pile...\n`;
 					break;
 				case 'Eugenics':
-					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nTo ease The Colonel's hostility towards Eugenics, you have gifted her with a very rare and prestigious personal vehicle to demonstrate the predigree of the Elite; you have given The Colonel a custom-built designer Super Car, designed to allow her to drive flawlessly both onroad and offroad in finest aesthetic style, whilst boasting excellent speeds all the same. It also has absurd durablity and reliability, able to survive and continue driving even after sustaining direct RPG fire. It boasts a rare lightweight composite material chassis, onboard voice-activated AI personal assistant, advanced ballistics-retardant windows, kevlar-lined run-flat tires, mine-resistant undercarriage, intergrated long-term life support and CBRN protection systems, and even a passenger's seat to bring a friend along. She is floored by how exotic and capable her magnificent new car is. You see her using it quite a bit too, for both joyrides and casual errands around the Free City.\n`;
+					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nTo ease The Colonel's hostility towards Eugenics, you have gifted her with a very rare and prestigious personal vehicle to demonstrate the pedigree of the Elite; you have given The Colonel a custom-built designer Super Car, designed to allow her to drive flawlessly both on-road and off-road in finest aesthetic style, whilst boasting excellent speeds all the same. It also has absurd durability and reliability, able to survive and continue driving even after sustaining direct RPG fire. It boasts a rare lightweight composite material chassis, onboard voice-activated AI personal assistant, advanced ballistics-retardant windows, Kevlar-lined run-flat tires, mine-resistant undercarriage, integrated long-term life support and CBRN protection systems, and even a passenger's seat to bring a friend along. She is floored by how exotic and capable her magnificent new car is. You see her using it quite a bit too, for both joyrides and casual errands around the Free City.\n`;
 					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nFor the male soldiers who eat in-house, every meal comes with a free condom. Instead of a condom, female soldiers are instead given a tiny packet of contraceptive pills that are disguised as sweet tasting hard candies.\n`;
-					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nFree booklets about the many risks of unprotected sex are availible by the stack in most rooms of the Firebase, and a great deal of the porn availible to the troops feature attractive performers who use condoms exclusively.\n`;
+					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nFree booklets about the many risks of unprotected sex are available by the stack in most rooms of the Firebase, and a great deal of the porn available to the troops feature attractive performers who use condoms exclusively.\n`;
 					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMany of the slaves serving here are sterilized, and those that are not carry condoms on their person at all times.\n`;
 					if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery new slave is rigorously inspected by 'personnel' experts send by your arcology's Elite. Those few that meet the exacting standards are housed in the superior individual cages in the rear of the slave processing area. Their training will be distinctive.\n`;
 					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe common area now includes a small den serving as an office for soldiers interested in taking the arcology's Elite citizenship exams. As you pass by, you actually see one of the newer troopers leaving the den. There is a hopeful look on their face.\n`;
 					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe simple staff room next to the storage room of the barracks has been expanded and upgraded to serve as a luxurious 'Officers Club'. This warrior lounge admits only those of adequate rank and status, and comes complete with a private bar, private theatres, a conference room, an indoor garden, and premium, exclusive sex slaves.\n`;
-					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA finely groomed cotorie of Elite armourers descended from higher society has been assigned to the Firebase on a permanent rotation basis. They work dilligently on repainting, retooling, refurbishing, or recalibrating each and every piece of kit, as needed, in between missions while using only the finest of modern instruments and materials. As such, your troops represent your arcology with some of the best kept battlegear in the world.\n`;
-					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere is a discreet team of 'personnel experts' to be found in each station of the command center. These scorekeepers are charged with constantly tallying the talents, successes and failures, and genetic traits of the commanders and officers on duty. Those with the best scores at the end of each half-year are reccomended for immediate promotion to Elite status by reports that the teams compile. For their own part, they are very steadfast and brutally honest in their work, and seemingly immune to intimidation and bribery.\n`;
+					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA finely groomed coterie of Elite armorers descended from higher society has been assigned to the Firebase on a permanent rotation basis. They work diligently on repainting, retooling, refurbishing, or recalibrating each and every piece of kit, as needed, in between missions while using only the finest of modern instruments and materials. As such, your troops represent your arcology with some of the best kept battle gear in the world.\n`;
+					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere is a discreet team of 'personnel experts' to be found in each station of the command center. These scorekeepers are charged with constantly tallying the talents, successes and failures, and genetic traits of the commanders and officers on duty. Those with the best scores at the end of each half-year are recommended for immediate promotion to Elite status by reports that the teams compile. For their own part, they are very steadfast and brutally honest in their work, and seemingly immune to intimidation and bribery.\n`;
 					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe drug laboratory has been supplemented with a luxurious rehabilitation clinic, where soldiers and staff who tend to indulge a bit too much and need to regain control of themselves are free to get the help they need to take back their dignity.\n`;
-				if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nIn the lockers and duffel bags of the majority of Firebase soldiers, you can find a variety of self-help books and self-improvement literature. You can also find several bundles of fine dress suits and/or dresses, along with some custom tailored casual clothing. There is ussually also an assortment of hankercheifs and other assessories, which vary in quality depending on the inventory's owner.\n`;
+				if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nIn the lockers and duffel bags of the majority of Firebase soldiers, you can find a variety of self-help books and self-improvement literature. You can also find several bundles of fine dress suits and/or dresses, along with some custom tailored casual clothing. There is usually also an assortment of handkerchiefs and other accessories, which vary in quality depending on the inventory's owner.\n`;
 				if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour slave-capture drones have all been covered with tiny loudspeakers that emit messages reassuring the soon-to-be-captives that the drones engage with that their time will now surely be better spent serving their betters within your arcology.\n`;
-				if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe garage has an additional service room installed, but this one has a special purpose; it is a private command facility intended for the creation, improvement, and implementation of newer and better armour formation strategies and maneuvers. These strategems are cutting edge by global standards, pioneering the complex science of attacking a variety of opposing forces so as to minimize overall casualties and maximize the demoralization, pacification, and capture of enemy personnel.\n`;
-				if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery vehicle crew leader in the Firebase is an Elite, and is thus privy to the contents of these strategy meetings. As such, every vehicle crew has a great deal of power in determining their own armour kits and loadouts to best fit the tactics used for their next mission. Every crewman is handpicked, and every single vehicle unit is unique, with the only similarity being the common ground vehicle chassis types between them. Your tanker crews have been known to snatch victory from the jaws of defeat with the help of their unique and unpredictable individuality and unconventional unit compositions throughout their careers in your armour units. Inspired of these glorious service records, their offspring often choose to become vehicle crewmen themselves.\n`;
-				if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe hangar is a cavernous place, and when takeoffs and landings are not in progress there are many open spaces for gangs of ambitious air force understudies to gather around veterans and teachers and learn more about their craft, as well as lots of places to simply kick back with a good book and await the next summons for a CASEVAC, air assault, or assualt support flight mission. At any given time, these open spaces are in heavy use by the the airmen and airwomen who are not busy at work here. The longest wall of the hangar is also host to a massive and beautiful mural altogether depicting all of the renowned aces and flight instructors the Firebase has known throughout its history thus far. While artful, this mural also holds the promise that through this multitude of Elite personnel, the hangar should always have a rich pool of skillful pilots and maintainence personnel for the good of the service.\n`;
-				if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nWithin the numerous transport aircraft of the hangar, a unique change can be found; since greater human quality is a focus and priority of the Firebase, the seating for passangers has has been ccompletely replaced by rows of specilized transport pods; every passenger now has a life-support enabled, environmentally-sealed, shock-absorbent, blast-resistant, and fireproof individual pod to climb into and remain inside of until their aircraft arrives at their intended destination. These pods are welded into the interiors of every passanger section, leading to an extreme degree of passenger survivability, even when crashed or shot down by enemy fire, but at the cost of smaller troop payloads once the tranport aircraft touch down. While it currently is uncomfortable for the troops, once the proud few, specially bred and registered children of the current generation of Firebase troops grow up and seek to follow in their parent's footsteps, these advanced 'seating' arrangements will be downright neccessary to protect the lives of the Firebase's greatest and scarcest asset; it's Elite fighting personnel.\n`;
-				if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nNear the barracks, the residents of the Firebase are grateful to have the aid of the Aristocracy Academy. This impressively large and well-equipped facility is staffed with Elites from all over the arcology, and these impeccable men and women carry out all the services needed to help this place function as a part-time 'Finishing School' for all members of the Firebase; the curriculum specializes in training unkempt soldiers and staff to become proper ladies and gentlemen; how to dress, speak, behave, dance, and handle a wide variety of decidely civillian scenarios in the classiest manner possible.\n`;
-					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe outside entrance of the Firebase features a distinguished officer's academy, complete with a state-of-the-art lecture hall, multipurpose war rooms, combat drill chambers, private lodging cabins, a few sand pits, and many other training neccesities. The faculty consists of decorated veteran officers, and throughout the structure there are stationed honour guard sentries assigned to ensure the safety of the Elite officer cadets busily training all around them.\n`;
-					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe Firebase is clean and posh; whatever the festivity or facility, the staff and soldiery carry themslves with an air of superior esteem and dignity and are given only the finest of materials and tools to use when performing their duties. However, a srong social strata is clear those proud few who passed the Elite testing make up the overwhelming majority of the higher command staff and officer ranks, whilst those who have not passed the test are mostly their subordinates. Elites of the Firebase sit first, eat first, and get first pickings of battle loot, aptives, promotions, and of course, sanctioned breeding partners. Without fail, everyone in the Firebase has taken the Elite test, and without fail, everyone Who flunked it has been issued their complimentary vascectomy or hysterectomy.\n`;
-					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEugenics: The Colonel has her 'Right To Breed' Certificate hung up on her pavillion for all to see. She easily passed all of your society's tests, and is now proudly among your Societal Elite. Next to her certificate you also see a framed picture: This is a photograph she took on her tablet not long ago, showing an Elite staring into the camera and holding his bloody nose after he pressed her just a bit too much about having children with him. On her pavillion, You also see a small cardboard box containing some top quality condoms and spermicides. It seems she's enjoying the priviledge of having her pick of any attractive youngster she desires on the upper levels.\n`;
+				if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe garage has an additional service room installed, but this one has a special purpose; it is a private command facility intended for the creation, improvement, and implementation of newer and better armor formation strategies and maneuvers. These stratagems are cutting edge by global standards, pioneering the complex science of attacking a variety of opposing forces so as to minimize overall casualties and maximize the demoralization, pacification, and capture of enemy personnel.\n`;
+				if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery vehicle crew leader in the Firebase is an Elite, and is thus privy to the contents of these strategy meetings. As such, every vehicle crew has a great deal of power in determining their own armor kits and loadouts to best fit the tactics used for their next mission. Every crewman is handpicked, and every single vehicle unit is unique, with the only similarity being the common ground vehicle chassis types between them. Your tanker crews have been known to snatch victory from the jaws of defeat with the help of their unique and unpredictable individuality and unconventional unit compositions throughout their careers in your armor units. Inspired of these glorious service records, their offspring often choose to become vehicle crewmen themselves.\n`;
+				if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe hangar is a cavernous place, and when takeoffs and landings are not in progress there are many open spaces for gangs of ambitious air force understudies to gather around veterans and teachers and learn more about their craft, as well as lots of places to simply kick back with a good book and await the next summons for a CASEVAC, air assault, or assault support flight mission. At any given time, these open spaces are in heavy use by the the airmen and airwomen who are not busy at work here. The longest wall of the hangar is also host to a massive and beautiful mural altogether depicting all of the renowned aces and flight instructors the Firebase has known throughout its history thus far. While artful, this mural also holds the promise that through this multitude of Elite personnel, the hangar should always have a rich pool of skillful pilots and maintenance personnel for the good of the service.\n`;
+				if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nWithin the numerous transport aircraft of the hangar, a unique change can be found; since greater human quality is a focus and priority of the Firebase, the seating for passengers has has been completely replaced by rows of specialized transport pods; every passenger now has a life-support enabled, environmentally-sealed, shock-absorbent, blast-resistant, and fireproof individual pod to climb into and remain inside of until their aircraft arrives at their intended destination. These pods are welded into the interiors of every passenger section, leading to an extreme degree of passenger survivability, even when crashed or shot down by enemy fire, but at the cost of smaller troop payloads once the transport aircraft touch down. While it currently is uncomfortable for the troops, once the proud few, specially bred and registered children of the current generation of Firebase troops grow up and seek to follow in their parent's footsteps, these advanced 'seating' arrangements will be downright necessary to protect the lives of the Firebase's greatest and scarcest asset; it's Elite fighting personnel.\n`;
+				if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nNear the barracks, the residents of the Firebase are grateful to have the aid of the Aristocracy Academy. This impressively large and well-equipped facility is staffed with Elites from all over the arcology, and these impeccable men and women carry out all the services needed to help this place function as a part-time 'Finishing School' for all members of the Firebase; the curriculum specializes in training unkempt soldiers and staff to become proper ladies and gentlemen; how to dress, speak, behave, dance, and handle a wide variety of decidedly civilian scenarios in the classiest manner possible.\n`;
+					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe outside entrance of the Firebase features a distinguished officer's academy, complete with a state-of-the-art lecture hall, multipurpose war rooms, combat drill chambers, private lodging cabins, a few sand pits, and many other training necessities. The faculty consists of decorated veteran officers, and throughout the structure there are stationed honor guard sentries assigned to ensure the safety of the Elite officer cadets busily training all around them.\n`;
+					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe Firebase is clean and posh; whatever the festivity or facility, the staff and soldiery carry themselves with an air of superior esteem and dignity and are given only the finest of materials and tools to use when performing their duties. However, a strong social strata is clear those proud few who passed the Elite testing make up the overwhelming majority of the higher command staff and officer ranks, whilst those who have not passed the test are mostly their subordinates. Elites of the Firebase sit first, eat first, and get first pickings of battle loot, captives, promotions, and of course, sanctioned breeding partners. Without fail, everyone in the Firebase has taken the Elite test, and without fail, everyone Who flunked it has been issued their complimentary vasectomy or hysterectomy.\n`;
+					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEugenics: The Colonel has her 'Right To Breed' Certificate hung up on her pavilion for all to see. She easily passed all of your society's tests, and is now proudly among your Societal Elite. Next to her certificate you also see a framed picture: This is a photograph she took on her tablet not long ago, showing an Elite staring into the camera and holding his bloody nose after he pressed her just a bit too much about having children with him. On her pavilion, You also see a small cardboard box containing some top quality condoms and spermicides. It seems she's enjoying the privilege of having her pick of any attractive youngster she desires on the upper levels.\n`;
 					break;
 				case 'Gender_radicalism':
-					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nThe Colonel is a sophisticated sort of woman; the kind that is genuinely skeptical of the crass, fast & loose values of your raunchy Radicalist society. To ease her further into the Radicalist mindset, you've gone all out: You've carved out an unused sidewall of the Firebase to build her a private champagne room, complete with several stripper stages with exotic lighting options, highly trained stripper slaves, an AI DJ, a marble bar counter with barstools, a cozy long sofa with cooler armrests, and plenty of chairs for lapdances. When she first entered this little house room, she also found the extravagant lingerie wardrobe you've had made to her exact mesaurements, for her off days. And to ensure that her after-hours retreat is extra enjoyable, you have not forgotten to provide her with a specific premium surgery voucher, to grant her a free organ cloning & grafting futanarization procedure at any clinic in the arcology, at any time of her choosing.\n`;
-					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMost foods within the Firebase are now laced with minor and tasteless testosterone additives to gradually promote more masculinity in the troops, while the slave food is specially made with estrogen additives to foster feminimity. With each meal, troops are also given a tiny plastic vial of lube, for later use.\n`;
+					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nThe Colonel is a sophisticated sort of woman; the kind that is genuinely skeptical of the crass, fast & loose values of your raunchy Radicalist society. To ease her further into the Radicalist mindset, you've gone all out: You've carved out an unused sidewall of the Firebase to build her a private champagne room, complete with several stripper stages with exotic lighting options, highly trained stripper slaves, an AI DJ, a marble bar counter with barstools, a cozy long sofa with cooler armrests, and plenty of chairs for lap dances. When she first entered this little house room, she also found the extravagant lingerie wardrobe you've had made to her exact measurements, for her off days. And to ensure that her after-hours retreat is extra enjoyable, you have not forgotten to provide her with a specific premium surgery voucher, to grant her a free organ cloning & grafting futanarization procedure at any clinic in the arcology, at any time of her choosing.\n`;
+					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMost foods within the Firebase are now laced with minor and tasteless testosterone additives to gradually promote more masculinity in the troops, while the slave food is specially made with estrogen additives to foster femininity. With each meal, troops are also given a tiny plastic vial of lube, for later use.\n`;
 					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMuch of the porn and movies seen in the Firebase now feature obvious trannies along with some very convincing traps and sissies. They are all depicted as submitting to powerful characters of both genders, and even the occasional futanari, both sexually and non-sexually.\n`;
-					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSome of the slaves you see now sound, appear, and act very effemine, despite their gender. Your gay male soldiers use these slaves quite a bit, and your female soldiers sometimes even chat with them on occassion.\n`;
+					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSome of the slaves you see now sound, appear, and act very effeminate, despite their gender. Your gay male soldiers use these slaves quite a bit, and your female soldiers sometimes even chat with them on occasion.\n`;
 					if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThanks to the guards, the many dickgirl slaves the Firebase brings in are discreetly offered considerable rewards to sodomize a fellow dickgirl. During daily showers, the slaves are lined up in groups near the shower wall, and given a bar of soap that they are amusedly instructed not to drop.\n`;
-					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe pleasure dens have been neatly rearranged into a small grid of sorts, with straight walkways lying neatly between them, and they now feature gaudy red neon lighting alongside clear glass window booths for the androgynous slave whores inside to advertise their mouths, butts, and if availible, cocks. It all comes together to form a seedy 'Red Light' district of the Firebase, one amiably reminiscent of its counterparts in some Old World cities.\n`;
+					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe pleasure dens have been neatly rearranged into a small grid of sorts, with straight walkways lying neatly between them, and they now feature gaudy red neon lighting alongside clear glass window booths for the androgynous slave whores inside to advertise their mouths, butts, and if available, cocks. It all comes together to form a seedy 'Red Light' district of the Firebase, one amiably reminiscent of its counterparts in some Old World cities.\n`;
 					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe storage room of the barracks has become something of a soundproofed strip club. With crates piled high to the sides to make room, a dozen stripper poles, huge speakers, sofas, a DJ booth, and private 'dance' booths come together to dominate the mood. Soldiers and dancers go to and fro, and the room smells strongly of cigarette smoke, alcohol, and ass.\n`;
-					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEach rack, shelf, and locker in the armory has an obnoxious neon sign above it indicating its purpose and contents. The metallic walls and flooring are covered in frequently updating, advanced motion picture wallpapers depicting animated illustrations of Firebase troops coralling naked civillians and surrendering soldiers at gunpoint. In these animations, the few captives that are not being prodded into transports are being held down and taken anally. The buttstocks of most rifles and machine guns in the armory are hallowed out to make room for a slim vial of lube to be slotted in too. Just in case.\n`;
+					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEach rack, shelf, and locker in the armory has an obnoxious neon sign above it indicating its purpose and contents. The metallic walls and flooring are covered in frequently updating, advanced motion picture wallpapers depicting animated illustrations of Firebase troops corralling naked civilians and surrendering soldiers at gunpoint. In these animations, the few captives that are not being prodded into transports are being held down and taken anally. The buttstocks of most rifles and machine guns in the armory are hallowed out to make room for a slim vial of lube to be slotted in too. Just in case.\n`;
 					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere is a discreet row of small cubicles near the exit of the command center. Each cubicle has an anonymous but skilled sex slave inside and a square hole and condom dispenser at waist level so that deserving commanders have a place to relieve their loins and stress after a tense mission. They cannot discern any details about the slave on the other side; the gender and looks of their attendant are as unknown to them as they are irrelevant.\n`;
-					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere is a funky nightclub room branching out of the drug laboratory, and it is a great place to experience new highs. There is a DJ table with jumbo speakers, and a technicolor discoball overlooking a dancefloor sorrounded by colorful sofas; this is a place where the many partygoers in the Firebase are invited to collectively let loose as they try out the newest recreational substances the drug lab has invented.\n`;
-					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nFirebase personnel can often be seen wearing obnoxious makeup, taking futanari-optimized herbal products & supplements, and renting the services of the dolled-up futanari-slaves availible.\n`;
+					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere is a funky nightclub room branching out of the drug laboratory, and it is a great place to experience new highs. There is a DJ table with jumbo speakers, and a technicolor disco ball overlooking a dancefloor surrounded by colorful sofas; this is a place where the many partygoers in the Firebase are invited to collectively let loose as they try out the newest recreational substances the drug lab has invented.\n`;
+					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nFirebase personnel can often be seen wearing obnoxious makeup, taking futanari-optimized herbal products & supplements, and renting the services of the dolled-up futanari-slaves available.\n`;
 					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour flying hunter-killer drones have been modified to entirely resemble the male genitalia, much like giant flying realistic dildoes; the main hull and body of the drone looks like a giant ballsack, whilst the main armament has been redecorated to look like a giant cock. Of course, the tracers these dick-drones fire are also bright white.\n`;
-					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nOn the longest wall of the garage is a cartoonish motion picture illustration depicting quite a lively, lurid scene; every fighting vehile used in the Firebase is depicted on shown with a phallic turret, and they are all shown to be blasting away at enemy vehicles and fortifications with very fast streams of burning hot semen that melt them on contact.\n`;
-					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nOf course, due to their immense power, every combat vehicle in the garage is reguarded as being 'male', and to celebrate this, every gun barrel and missile launcher that your ground vehicles use have been specially customized to now resemble phallusses. Your dick-shaped cannons now strike as much fear into the enemy as the vehicles they are attached too.\n`;
-					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nWith its high-ceiling and many light fixtures, the hangar is distinctive in its appearance and function; the conventional overhead lighting has been replaced with provacative neon lighting that makes the work staions below perpetually look like naughty nightime city streets. And in a way, they are. Chain-smoking tranny hookers streetwalk the hangar's many dark corners, while the bathroom's many stalls are infested with scribbled vulgar  writings and well-used gloryholes. A shady looking deli shop and adjacent ATM machine lie near the entrance too, their flickering lights almost daring the staff and pilots of the hangar to enter.\n`;
+					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nOn the longest wall of the garage is a cartoonish motion picture illustration depicting quite a lively, lurid scene; every fighting vehicle used in the Firebase is depicted on shown with a phallic turret, and they are all shown to be blasting away at enemy vehicles and fortifications with very fast streams of burning hot semen that melt them on contact.\n`;
+					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nOf course, due to their immense power, every combat vehicle in the garage is regarded as being 'male', and to celebrate this, every gun barrel and missile launcher that your ground vehicles use have been specially customized to now resemble phalluses. Your dick-shaped cannons now strike as much fear into the enemy as the vehicles they are attached too.\n`;
+					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nWith its high-ceiling and many light fixtures, the hangar is distinctive in its appearance and function; the conventional overhead lighting has been replaced with provocative neon lighting that makes the work stations below perpetually look like naughty nighttime city streets. And in a way, they are. Chain-smoking tranny hookers streetwalk the hangar's many dark corners, while the bathroom's many stalls are infested with scribbled vulgar writings and well-used gloryholes. A shady looking deli shop and adjacent ATM machine lie near the entrance too, their flickering lights almost daring the staff and pilots of the hangar to enter.\n`;
 					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe aircraft themselves have taken on a particular mood too. The individual aircraft are refereed to as 'male' so as to acknowledge their inherent power and superiority on the battlefield. Bright neon lights line interiors of the cockpits and/or passenger sections of each craft. The nose-mounted and door gunner armaments of the various craft have been modified to resemble dicks too, even going to far as to have the ammunition drums attached to their bases resemble ballsacks. Of course, the tracers these phallic weapons fire are colored bright white too, much like semen. Therefore, the enemy units that find themselves facing their wrath are quite literally 'Fucked'.\n`;
-					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAdjacent to the command center is the notorious 'sex stage'. Exhibitionism is king here, obviously. Those off-duty employees who have something to prove, something to show off, have a big load to blow, or are just a bit drunk are known to bring their partners and/or slaves to this place to put on a good show for their fellows. The stage itself is just an elevated platform with a few stairs, and atop it is a large but otherwise simple leather couch sorrounded by several king sized matresses to allow for quite a few 'performances' simaltaneously. In front of the stage are a few folding chairs, folding tables, and drink coolers, and during busy nights there will be competitions in which bookies pass by to collect bets.\n`;
+					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAdjacent to the command center is the notorious 'sex stage'. Exhibitionism is king here, obviously. Those off-duty employees who have something to prove, something to show off, have a big load to blow, or are just a bit drunk are known to bring their partners and/or slaves to this place to put on a good show for their fellows. The stage itself is just an elevated platform with a few stairs, and atop it is a large but otherwise simple leather couch surrounded by several king sized mattresses to allow for quite a few 'performances' simultaneously. In front of the stage are a few folding chairs, folding tables, and drink coolers, and during busy nights there will be competitions in which bookies pass by to collect bets.\n`;
 					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe grounds leading up to the entrance admitting land vehicles are paved over with an impressively thick layer of cement. This cement layering is fortified with numerous concrete barricades and proximity mines, and although your vehicle units know which routes to use to avoid these traps, an invading opponent will not.\n`;
-					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere is a powerful trend of redefined sexuality in the Firebase, as many of the soldiers enlisted in your service have come out as openly homosexual, bisexual, or pansexual. Futanari transformation options have taken the public psyche by storm as well, as your gay, lesbian, and bi/pan-sexual personnel have taken the plunge and joined the futanari movement. One can see the results of their surgeries proudly on display during the more frequent public nudity and public sex episodes visible throughout the environment as well.  Especially notable is the expression and recognition of gender within the Firebase; every free person who has been sufficiently promoted is regarded as being 'Male' and every slave and rookie soldier or staff member is considered as female, regardless of their actual biology. Finally, the remaining demographic of ardently heterosexual men and women find their refuge in the new fashion for sexy futanari slaves. These slaves are prized and shared for their sexual versatility, with their tits, curves, genitalia, and skills, they thankfully have something for everybody. These juicy innovations form the core of your fluid, lurid cultural norm.\n`;
-					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nGender Radicalism: The Colonel is now a Futanari with a hefty package; you see her having fun with it quite often with the slavegirls on her couch. When she's not on her pavillion you see her slaves cleaning off cum stains on the couch and table; it seems she enjoys having her own dick and balls quite a bit.\n`;
+					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere is a powerful trend of redefined sexuality in the Firebase, as many of the soldiers enlisted in your service have come out as openly homosexual, bisexual, or pansexual. Futanari transformation options have taken the public psyche by storm as well, as your gay, lesbian, and bi/pan-sexual personnel have taken the plunge and joined the futanari movement. One can see the results of their surgeries proudly on display during the more frequent public nudity and public sex episodes visible throughout the environment as well. Especially notable is the expression and recognition of gender within the Firebase; every free person who has been sufficiently promoted is regarded as being 'Male' and every slave and rookie soldier or staff member is considered as female, regardless of their actual biology. Finally, the remaining demographic of ardently heterosexual men and women find their refuge in the new fashion for sexy futanari slaves. These slaves are prized and shared for their sexual versatility, with their tits, curves, genitalia, and skills, they thankfully have something for everybody. These juicy innovations form the core of your fluid, lurid cultural norm.\n`;
+					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nGender Radicalism: The Colonel is now a Futanari with a hefty package; you see her having fun with it quite often with the slavegirls on her couch. When she's not on her pavilion you see her slaves cleaning off cum stains on the couch and table; it seems she enjoys having her own dick and balls quite a bit.\n`;
 					break;
 				case 'Gender_traditionalism':
-					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nThe Colonel is a modern 'liberated' sort of woman; the kind that is genuinely skeptical of old timey priorities like marriage and family. To ease her further into the Fundamentalist mindset, you've gone all out: You've carved out an unused sidewall of the Firebase to build her a private master bedroom, complete with a custom-made double king-sized marital bed, with a programmable memory foam mattress & various in-built massage features. When she first entered the bedroom, she found the deluxe diamond ring set you bought for her and her future spouse.  She also saw the extravagant modular wedding gown you've had made to her exact mesaurements, for her special day. And to ensure her special day is extra special, you have not forgotten to provide her with a specific premium surgery voucher, to grant her a free virginity restoration procedure at any clinic in the arcology, at any time of her choosing.\n`;
-					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe meals served in the Firebase come with free chocolates and other sweet natural aphrodesiacs to put the troops in the mood to make love with the submissive feminine slaves all around them\n.`;
-					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nPosters pinned-up all around the Firebase depict gorgeous naked women in tantilzing poses, and sleek porn-filled tablets featuring lots of deep vaginal creampies are passed around everywhere. The female soldiers have been issued free paperback copies of old romantic classics as well.\n`;
+					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nThe Colonel is a modern 'liberated' sort of woman; the kind that is genuinely skeptical of old timey priorities like marriage and family. To ease her further into the Fundamentalist mindset, you've gone all out: You've carved out an unused sidewall of the Firebase to build her a private master bedroom, complete with a custom-made double king-sized marital bed, with a programmable memory foam mattress & various in-built massage features. When she first entered the bedroom, she found the deluxe diamond ring set you bought for her and her future spouse. She also saw the extravagant modular wedding gown you've had made to her exact measurements, for her special day. And to ensure her special day is extra special, you have not forgotten to provide her with a specific premium surgery voucher, to grant her a free virginity restoration procedure at any clinic in the arcology, at any time of her choosing.\n`;
+					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe meals served in the Firebase come with free chocolates and other sweet natural aphrodisiacs to put the troops in the mood to make love with the submissive feminine slaves all around them\n.`;
+					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nPosters pinned-up all around the Firebase depict gorgeous naked women in tantalizing poses, and sleek porn-filled tablets featuring lots of deep vaginal creampies are passed around everywhere. The female soldiers have been issued free paperback copies of old romantic classics as well.\n`;
 					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSome of the slaves you see are very feminine, which matches their beautifully natural vaginas and the pregnant bellies that some of them have. All of these slaves are sporting demure lipstick and neatly combed hair.\n`;
-					if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nUniforms are issued to the slaves present, in which slave with pussies wear simple untilitarian prison dresses, whereas slaves with dicks wear simple ultilitarian jumpsuits. Every cage contains a Free Cities graphic novel omnibus featuring the sexually explicit chronicles of a Gender Fundamentalist slave.\n`;
+					if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nUniforms are issued to the slaves present, in which slave with pussies wear simple utilitarian prison dresses, whereas slaves with dicks wear simple utilitarian jumpsuits. Every cage contains a Free Cities graphic novel omnibus featuring the sexually explicit chronicles of a Gender Fundamentalist slave.\n`;
 					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe bars in the common area have been refurbished with fine wooden counters, barstools, and cozy couches for drunks, and are stocked with a continuous supply of some of the world's finest stiff drinks, all in remembrance of manly tradition. On request the slavegirls wear bunny outfits or classic Old World barmaid getups along with lipstick to maximize their appeal. They also give handjobs on demand to the soldiers while they drink, and sometimes flash soldiers that walk by if business is slow.\n`;
 					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe dormitories are given delicate care, as a small legion of slave maids service the dorms at all times. Housed soldiers no longer need to clean up after themselves at all, and when the slave-maids aren't making the beds, they are warming them.\n`;
-					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMost stations of the armory are now staffed with a wide variety of topless females, clad only in  boots and pants fatigues. However, these are not slaves, but rather qualified maintainence specialists and quartermasters who have been sufficiently compensated for their now-mandatory lack of dress. Their varied sweated-sheened tits sway and bob freely as they type reports, clean weapon systems, repair armour rigs, restock racks & shelves, and carry ammunition cans to and fro.\n`;
-					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe command center has been furnished much like a bachelor's mansion; a mini bar, plush spinning chairs and leather sofas, wallscreen TVs mounted to walls and displaying high definition erotica, and most of all, lots of bunnysuit-clad slavegirls going to and fro. The slavegirls are giving out soft drinks and blowjobs in equal measure while the commanders run their ops, and even now you can see one kneeling between the legs of a sitting logistics officer as he reviews supply shipment reports for this month.\n`;
-					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere is a classy condominium branching out of the drug laboratory, and it is a great place to experience new delights. There is a small kitchen with a few chefs and waitresses, and a wall-sized wallscreen TV overlooking a dining room sorrounded by discreet bedrooms; this is a place where the many romantics of the Firebase are invited to enjoy dinner and a movie as they and their dates sample the newest recretional substances the drug lab has invented.\n`;
-					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nFirebase personnel can often be seen wearing proper pajama sets or negligees to bed, purchasing flowers & gifts for their crush or significant other, and renting the services of the beautified female-slaves availible.\n`;
-					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour flying pack-mule drones have been modified to entirely resemble the female genetalia, much like giant flying realistic fleshlights; the main hull and body of the drone looks like a giant fleshy vagina, such that the soldiers that these drones fly into combat with can simply reach inside the flappy drone-pussy and pull out additional magazines, grenades, medkits, rations, or whatever else the pussy-drone might have been packed with.\n`;
-					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nOn the longest wall of the garage is a cartoonish motion picture illustration depicting quite a lovely, lavish scene; every fighting vehile used in the Firebase is depicted as being on parade, streaming past the arcology in precise rows of vehicles that form an endless tide of disciplined armour units obviously on their way to their next victory. Flanking the armour columns are a long crowd of women throwing colorful flowers of all kinds\n`;
-					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour crewmen feel very attached to the vehicles they have been given charge of, as as such every single vehicle is the garage has a feminine name and is affectionately reguarded as 'female'. To celebrate this, every vehicle hull has been decorated with a beautiful high-resolution pin-up illustration of a unique, sexy, sassy, scantily-clad lady with her name (and thus that vehicle's name) drawn right next to her.\n`;
-					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nWith its high-ceiling and many light fixtures, the hangar is distinctive in its appearance and function; the conventional overhead lighting has been replaced with elegant chandelier lighting that makes the work staions below perpetually look like tables at a classy gala. And in a way, they are. Well-stocked juice bars occupy the hangar's busier corners, while the bathroom's many stalls are kept spotless by a well-staffed janitorial outfit. An inviting but expensive deli-grocery shop and adjacent ATM machine lie near the entrance too, their clean presentation almost beckoning to the staff and pilots of the hangar to enter.\n`;
-					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe aircraft themselves have taken on a particular mood too. The individual aircraft are refered to as 'female' so as to acknowledge their beauty and their subservience to the will of their operators. High Resolution colorful pin-up girls adorn the exteriors of every aircraft in use via advanced and interactive motion illustration wallpapers, with every individual aircraft having a bodacious, responsive, and unique mascot character representing it. Therefore, some of the enemy units that find themselves targeting your aircraft at close range are sometimes reluctant to open fire upon them, not desiring to destroy such lovely ladies.\n`;
-					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAdjacent to the command center is the esteemed 'wedding hall'. Matrimony makes its home here. Those off-duty employees who are ready to make their love and commitment to their partners official are known to bring their partners and/or slaves to this place to say their vows in the sight of their fellows. The stage itself is just an elevated platform flanked by majestic arches, but atop it is a large pulpit from which the ordained officer guides the soon-to-be newlyweds through the wedding ceremony.  In front of the stage are a few polished chairs and ornately clothed tables. During actual wedding nights the larger of the tables are used for holding drinks, foods, and wedding cake, and during such events there will be all manner of jovial wedding games held.\n`;
-					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe grounds leading up to the entrance admitting land vehicles are paved over with an impressively thick layer of sand. This sandy layering is fortified with numerous heavy tank traps, huge boulders, and camoflauged pillboxes, and although your vehicle units have nothing to fear from these obstacles, an invading opponent will not.\n`;
-					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere is a powerful trend of tradition and conservatism in the Firebase, as many of the men and women enlisted in your service have tied the knot and taken the plunge into marriage, far earlier than their closest comrades had previously assumed they would. As sexual exclusivity and romantic attachment have grown, public nudity and public sex between soldiers have been on the decline. A stronger priotity has been placed on couples' privacy as a result. Finally, more and more army wives are finding themselves pregnant, and some have already given birth. The children of Firebase couples are prized and raised by the entire community. Their entire childhood are a diversified, slowburn form of training. By the time they are adolescents, every child will have has an excellent physical, vocational, and military education involving dozens of seasoned mentors. By the time they are adults, they've gotten a damn god sexual education too, and several enviable job prospects in both the Firebase and the wider arcology. This familial innovation you've introduced has formed a core part of life in the firebase community.\n`;
-					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nGender Fundamentalism: The Colonel has adopted 3 very young children that you often see her playing with. She's decided to give motherhood a shot, and suprisingly she even keeps a few dresses in her collection for when she goes on outings with them. The children are all named after different people she's deserted her old world army with in the past. They idolize their mother and try to imitate her as much as they can. Her soldiers know to give them a wide berth, and to do their part in keeping them out of the many unsavory and hazardous parts of The Firebase.\n`;
+					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMost stations of the armory are now staffed with a wide variety of topless females, clad only in boots and pants fatigues. However, these are not slaves, but rather qualified maintenance specialists and quartermasters who have been sufficiently compensated for their now-mandatory lack of dress. Their varied sweated-sheened tits sway and bob freely as they type reports, clean weapon systems, repair armor rigs, restock racks & shelves, and carry ammunition cans to and fro.\n`;
+					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe command center has been furnished much like a bachelor's mansion; a mini bar, plush spinning chairs and leather sofas, wallscreen TVs mounted to walls and displaying high definition erotica, and most of all, lots of bunny suit-clad slavegirls going to and fro. The slavegirls are giving out soft drinks and blowjobs in equal measure while the commanders run their ops, and even now you can see one kneeling between the legs of a sitting logistics officer as he reviews supply shipment reports for this month.\n`;
+					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere is a classy condominium branching out of the drug laboratory, and it is a great place to experience new delights. There is a small kitchen with a few chefs and waitresses, and a wall-sized wallscreen TV overlooking a dining room surrounded by discreet bedrooms; this is a place where the many romantics of the Firebase are invited to enjoy dinner and a movie as they and their dates sample the newest recreational substances the drug lab has invented.\n`;
+					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nFirebase personnel can often be seen wearing proper pajama sets or negligees to bed, purchasing flowers & gifts for their crush or significant other, and renting the services of the beautified female-slaves available.\n`;
+					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour flying pack-mule drones have been modified to entirely resemble the female genitalia, much like giant flying realistic fleshlights; the main hull and body of the drone looks like a giant fleshy vagina, such that the soldiers that these drones fly into combat with can simply reach inside the flappy drone-pussy and pull out additional magazines, grenades, medkits, rations, or whatever else the pussy-drone might have been packed with.\n`;
+					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nOn the longest wall of the garage is a cartoonish motion picture illustration depicting quite a lovely, lavish scene; every fighting vehicle used in the Firebase is depicted as being on parade, streaming past the arcology in precise rows of vehicles that form an endless tide of disciplined armor units obviously on their way to their next victory. Flanking the armor columns are a long crowd of women throwing colorful flowers of all kinds\n`;
+					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour crewmen feel very attached to the vehicles they have been given charge of, as as such every single vehicle is the garage has a feminine name and is affectionately regarded as 'female'. To celebrate this, every vehicle hull has been decorated with a beautiful high-resolution pin-up illustration of a unique, sexy, sassy, scantily-clad lady with her name (and thus that vehicle's name) drawn right next to her.\n`;
+					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nWith its high-ceiling and many light fixtures, the hangar is distinctive in its appearance and function; the conventional overhead lighting has been replaced with elegant chandelier lighting that makes the work stations below perpetually look like tables at a classy gala. And in a way, they are. Well-stocked juice bars occupy the hangar's busier corners, while the bathroom's many stalls are kept spotless by a well-staffed janitorial outfit. An inviting but expensive deli-grocery shop and adjacent ATM machine lie near the entrance too, their clean presentation almost beckoning to the staff and pilots of the hangar to enter.\n`;
+					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe aircraft themselves have taken on a particular mood too. The individual aircraft are referred to as 'female' so as to acknowledge their beauty and their subservience to the will of their operators. High Resolution colorful pin-up girls adorn the exteriors of every aircraft in use via advanced and interactive motion illustration wallpapers, with every individual aircraft having a bodacious, responsive, and unique mascot character representing it. Therefore, some of the enemy units that find themselves targeting your aircraft at close range are sometimes reluctant to open fire upon them, not desiring to destroy such lovely ladies.\n`;
+					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAdjacent to the command center is the esteemed 'wedding hall'. Matrimony makes its home here. Those off-duty employees who are ready to make their love and commitment to their partners official are known to bring their partners and/or slaves to this place to say their vows in the sight of their fellows. The stage itself is just an elevated platform flanked by majestic arches, but atop it is a large pulpit from which the ordained officer guides the soon-to-be newlyweds through the wedding ceremony. In front of the stage are a few polished chairs and ornately clothed tables. During actual wedding nights the larger of the tables are used for holding drinks, foods, and wedding cake, and during such events there will be all manner of jovial wedding games held.\n`;
+					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe grounds leading up to the entrance admitting land vehicles are paved over with an impressively thick layer of sand. This sandy layering is fortified with numerous heavy tank traps, huge boulders, and camouflaged pillboxes, and although your vehicle units have nothing to fear from these obstacles, an invading opponent will not.\n`;
+					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere is a powerful trend of tradition and conservatism in the Firebase, as many of the men and women enlisted in your service have tied the knot and taken the plunge into marriage, far earlier than their closest comrades had previously assumed they would. As sexual exclusivity and romantic attachment have grown, public nudity and public sex between soldiers have been on the decline. A stronger priority has been placed on couples' privacy as a result. Finally, more and more army wives are finding themselves pregnant, and some have already given birth. The children of Firebase couples are prized and raised by the entire community. Their entire childhood are a diversified, 'slow burn' form of training. By the time they are adolescents, every child will have has an excellent physical, vocational, and military education involving dozens of seasoned mentors. By the time they are adults, they've gotten a damn god sexual education too, and several enviable job prospects in both the Firebase and the wider arcology. This familial innovation you've introduced has formed a core part of life in the firebase community.\n`;
+					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nGender Fundamentalism: The Colonel has adopted 3 very young children that you often see her playing with. She's decided to give motherhood a shot, and surprisingly she even keeps a few dresses in her collection for when she goes on outings with them. The children are all named after different people she's deserted her old world army with in the past. They idolize their mother and try to imitate her as much as they can. Her soldiers know to give them a wide berth, and to do their part in keeping them out of the many unsavory and hazardous parts of The Firebase.\n`;
 					break;
 				case 'Body_Purism':
-					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nA powerful experimental serum has been synthesized within your arcology recently, and it has been making waves in the private medical circles of your domain for its vast effects in improving test subjects' natural immuno-responsiveness, bone & muscle density, cellular regeneration, cognition, and lifespan. Still very much a prototype, and still far too expensive for any sort of widespread use, it is availible only in small, specially ordered quantities. One such quantity has been gifted to the Colonel, via a sealed serum syringe package. If, one day, The Colonel decides that she trusts you enough to inject the battery of syringes into her bloodstream, she will experience a complete bodily rejuventation, free from any kind of surgery or artificial modification. At any rate, the Colonel was genuinely impressed that you and your people believe in the Purism ideal enough to make an actual medical innovation based on it.\n`;
+					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nA powerful experimental serum has been synthesized within your arcology recently, and it has been making waves in the private medical circles of your domain for its vast effects in improving test subjects' natural immuno-responsiveness, bone & muscle density, cellular regeneration, cognition, and lifespan. Still very much a prototype, and still far too expensive for any sort of widespread use, it is available only in small, specially ordered quantities. One such quantity has been gifted to the Colonel, via a sealed serum syringe package. If, one day, The Colonel decides that she trusts you enough to inject the battery of syringes into her bloodstream, she will experience a complete bodily rejuvenation, free from any kind of surgery or artificial modification. At any rate, the Colonel was genuinely impressed that you and your people believe in the Purism ideal enough to make an actual medical innovation based on it.\n`;
 					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAll of the food is rigorously examined before passing into the Firebase for preparation. It is not even kept in storage for long, often being cooked and served within hours of arriving, for optimal freshness. It is all healthy too, with plentiful salads, fruits, and vegetables served at every turn.\n`;
-					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nFree Cities' premium Wellness magazines featuring both articles about health & purity and porn spreads depicting spotless & gleaming all-natural models are freely availible in magazine racks throughout the Firebase via monthly delivery.\n`;
+					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nFree Cities' premium Wellness magazines featuring both articles about health & purity and porn spreads depicting spotless & gleaming all-natural models are freely available in magazine racks throughout the Firebase via monthly delivery.\n`;
 					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA significant portion of the slaves in the Firebase have very clean, pure skin, and look reasonably healthy. None of these slaves have breast, butt, or lip implants of any kind.\n`;
-					if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe slave processing cages have an obsession with cleanliness. Slaves are made to drink large amounts of thoroughly filtered water everyday, and each morning, every captive interred here is given a soapy sponge and a handtowel and made to make the facility spotless, at gunpoint. Purity in all forms is the pervasive reality here.\n`;
-					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMassive air filtration machines are installed into the walls of the Firebase to help purify the area in every way possible. The effects are felt everywhere, but are most clearly felt in the common area, where the air takes on a whole new level of crispness and clarity. It feels very pleasant to be here, and the new recruits often comment on it as they sip water drawn from the new alkaline water dispensers located throughout the commons alongside the new indoor plants. The filters and new water dispensers are all sorrounded by lush, slave-tended flora as well, giving the Firebase a luxuriant appearance altogether.\n`;
+					if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe slave processing cages have an obsession with cleanliness. Slaves are made to drink large amounts of thoroughly filtered water everyday, and each morning, every captive interred here is given a soapy sponge and a hand towel and made to make the facility spotless, at gunpoint. Purity in all forms is the pervasive reality here.\n`;
+					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMassive air filtration machines are installed into the walls of the Firebase to help purify the area in every way possible. The effects are felt everywhere, but are most clearly felt in the common area, where the air takes on a whole new level of crispness and clarity. It feels very pleasant to be here, and the new recruits often comment on it as they sip water drawn from the new alkaline water dispensers located throughout the commons alongside the new indoor plants. The filters and new water dispensers are all surrounded by lush, slave-tended flora as well, giving the Firebase a luxuriant appearance altogether.\n`;
 					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe barracks has had an additional wing constructed, with the express purpose of hosting several dozen compact private massage rooms for deserving soldiers. Each room is well stocked and soundproofed for total serenity, and the massage tables have a hole near their centers that allow them to double as 'milking' tables too.\n`;
-					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nTranquil, is this armory. Soothing live music is being played by a professional musician in the background while a platoon files in to get equipped, setting them into a peaceful mindset before they head off to fight their little war. Meanwhile, a set of powerful but pleasant calming incense sticks burn in each corner of the place, slowly but forcefully easing their anxiety. Next to the central quartermaster's booth are a group of large meditation mats for several simaltaneous squad-level group mediation sessions. It all comes together to create an optimal environment, free of all toxicity and fear.\n`;
+					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nTranquil, is this armory. Soothing live music is being played by a professional musician in the background while a platoon files in to get equipped, setting them into a peaceful mindset before they head off to fight their little war. Meanwhile, a set of powerful but pleasant calming incense sticks burn in each corner of the place, slowly but forcefully easing their anxiety. Next to the central quartermaster's booth are a group of large meditation mats for several simultaneous squad-level group mediation sessions. It all comes together to create an optimal environment, free of all toxicity and fear.\n`;
 					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe command center is verdant and clean. Potted plants and flowerbeds occupy quite a bit of the floorspace, the area has a lovely smell overall. There is even a modest micro water fountain set up on the coffee table. Where appropriate, the equipment and surfaces of the area are painted in calming green, brown, and blue hues as well, solidifying the focus on nature. The ceiling above has a stunning nighttime sky painting as well, giving the aesthetic impression that the command center is actually part of the great outdoors.\n`;
 					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nIn the 'clinical trials chamber' of the drug laboratory facility, there are many man-sized pits that comprise the floors of the space; when a new drug variant is ready to be tested, the pits are filled with the drug substance, and then slaves are lowered slowly into them. Every detail of the slaves' vitals are monitored closely for every hour they spend in the pits, and every slave that manages to emerge from their pit is a new creation indeed.\n`;
-					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour soldiers and staff within the Firebase are very careful about their health and consumption, and they are very keen on purchasing, refridgerating, and later consuming a myriad of healthy foods, detoxifying herbs, lots of flavoured and mineral waters, and handmade skin creams.\n`;
+					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour soldiers and staff within the Firebase are very careful about their health and consumption, and they are very keen on purchasing, refrigerating, and later consuming a myriad of healthy foods, detoxifying herbs, lots of flavored and mineral waters, and handmade skin creams.\n`;
 					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour combat-drones look like flying plants, with mud and thin-topsoil integrated onto their frames, and heavy foliage, moss, or seaweed pinned down onto them. This allows the drones to integrate better into many different terrain types in preparation for ambushes or assaults.\n`;
-					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nIt is worth noting that the garage has taken on many characteristics of a sandy beach, harkening back to the amphibious landings of times both past and present. The entire garage floor is covered in a thick blanket of sand, complete with small sand dunes, patches of marram grass, rocky outcroppings, an enourmous overhead flourescent light fixture to mimmick the sun, and even an artificial breeze from powerful new air filtration systems. Work stations are protectively sectioned off with hand-crafted wooden palisades, and vehicles are tended to on raised wooden platforms meant to help keep the sand out of the machinery. Meanwhile tiny communitties of crabs, lobsters, frogs, and other natural amphibians gravitate towards the small refillable pool installed next to the far wall of the building.\n`;
-					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nWithin the garage, extreme attention to detail is paid to the subject of camoflauge. Every ground vehicle is camoflauged extremely well, with a hefty reserve supply of custom handmade and semi-adhesive frost, mud, foliage, rubble, and many other forms of concealment kept on stock at all times to tailor the appearance of each vehile precisely to the mission. The staffmen of the the garage are some of the best vehile camoflauge outfitters in the world, and your ground vehicles are often not spotted by enemy combatants until it is far too late.\n`;
-					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe floor of the hangar is a thick bed of rich, moist brown soil, complete with its own grass patches, stone footpaths, and flowerbeds. It is a lively place, and spaces that are not filled with clean and filtered air are rather filled with the smell of burning hemp and soft melodic music. The hangar's breakroom has become a yoga room, complete with hired instructors, and the various workstations often feature little potted plants that have been given pet names by the staff.  Moss and vines are covering many of the walls in the hangar, with overgrowth being regularly pruned by on-slaves when there are no other duties to perform. The same can be said for the weeds that frequently crop up throughout the facility.\n`;
-					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe aircraft deployed from the garage are distinguished for their eco-freindliness. They are maintained and flown with a very low carbon footprint and heat signature thanks to the domestically-made custom fuels and engine systems employed to keep the Firebase's impact on the natural environment minimal. Your air force is proud to do all that it can to preserve the FIELD in BATTLEFIELD.\n`;
-					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nWhereas some peoples make their camps within the forest, your people have their forest within their camp. The lush botanical gardens grow proudly before the entrance of the common area, and they are sight of behold. Trees, bushes, and flowers in a dizzying myriad of colors and sizes are arranged here with all the ingenuity of the Firebase's precise and dedicated gardners and floral hobbiyists, who regularly volunteer to prune, water, and weed the garden and supply the special nutrients needed to sustain the plants without authentic sunlight. This fan-sourced plant project is a fine testament to the beauty of nature's organic design.\n`;
-					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nIn the entrance grounds to the arcology's Firebase, there is a peaceful-looking minature forest (or jungle) to be found. However, for an invading opponent, this place will be anything but serene. The few patches of tall grass or thick mud, rows of flowery bushes, lively swamps, or alcoves of blossoming trees may contain anything from punji traps, to tripwire explosives, to natural predators, to hidden gunner nests. Departing or returning troops can safely pass using the explosives-rigged, sniper-guarded roadway the circumvents all of this, but your enemies have no such luck.\n`;
-					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nHealth and Purity have taken on special importance in the Firebase subculture. Everyone here has had their bodies picked clean of implant s and tattoos, but the purity does not stop there. The troops have abandoned many substances considered unnatural, and they only consume alcohols, tobaccos, and opiates that are homegrown and processed within the Firebase under the very strictest of hygienic conditions. Even more impressive are the sub-contracted flash-cloning modules employed withing he Firebase's intensive care facilities; great pains are taken to replace battle-damaged body parts with vat-grown copies as needed. Longevity and Harmoney seem to be strong personal priorities for most individuals here, and this is visible in the way they treat themselves and their environment.\n`;
+					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nIt is worth noting that the garage has taken on many characteristics of a sandy beach, harkening back to the amphibious landings of times both past and present. The entire garage floor is covered in a thick blanket of sand, complete with small sand dunes, patches of marram grass, rocky outcroppings, an enormous overhead fluorescent light fixture to mimic the sun, and even an artificial breeze from powerful new air filtration systems. Work stations are protectively sectioned off with hand-crafted wooden palisades, and vehicles are tended to on raised wooden platforms meant to help keep the sand out of the machinery. Meanwhile tiny communities of crabs, lobsters, frogs, and other natural amphibians gravitate towards the small refillable pool installed next to the far wall of the building.\n`;
+					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nWithin the garage, extreme attention to detail is paid to the subject of camouflage. Every ground vehicle is camouflaged extremely well, with a hefty reserve supply of custom handmade and semi-adhesive frost, mud, foliage, rubble, and many other forms of concealment kept on stock at all times to tailor the appearance of each vehicle precisely to the mission. The staff of the the garage are some of the best vehicle camouflage outfitters in the world, and your ground vehicles are often not spotted by enemy combatants until it is far too late.\n`;
+					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe floor of the hangar is a thick bed of rich, moist brown soil, complete with its own grass patches, stone footpaths, and flowerbeds. It is a lively place, and spaces that are not filled with clean and filtered air are rather filled with the smell of burning hemp and soft melodic music. The hangar's breakroom has become a yoga room, complete with hired instructors, and the various workstations often feature little potted plants that have been given pet names by the staff. Moss and vines are covering many of the walls in the hangar, with overgrowth being regularly pruned by on-slaves when there are no other duties to perform. The same can be said for the weeds that frequently crop up throughout the facility.\n`;
+					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe aircraft deployed from the garage are distinguished for their eco-friendliness. They are maintained and flown with a very low carbon footprint and heat signature thanks to the domestically-made custom fuels and engine systems employed to keep the Firebase's impact on the natural environment minimal. Your air force is proud to do all that it can to preserve the FIELD in BATTLEFIELD.\n`;
+					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nWhereas some peoples make their camps within the forest, your people have their forest within their camp. The lush botanical gardens grow proudly before the entrance of the common area, and they are sight of behold. Trees, bushes, and flowers in a dizzying myriad of colors and sizes are arranged here with all the ingenuity of the Firebase's precise and dedicated gardeners and floral hobbyists, who regularly volunteer to prune, water, and weed the garden and supply the special nutrients needed to sustain the plants without authentic sunlight. This fan-sourced plant project is a fine testament to the beauty of nature's organic design.\n`;
+					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nIn the entrance grounds to the arcology's Firebase, there is a peaceful-looking miniature forest (or jungle) to be found. However, for an invading opponent, this place will be anything but serene. The few patches of tall grass or thick mud, rows of flowery bushes, lively swamps, or alcoves of blossoming trees may contain anything from punji traps, to tripwire explosives, to natural predators, to hidden gunner nests. Departing or returning troops can safely pass using the explosives-rigged, sniper-guarded roadway the circumvents all of this, but your enemies have no such luck.\n`;
+					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nHealth and Purity have taken on special importance in the Firebase subculture. Everyone here has had their bodies picked clean of implant s and tattoos, but the purity does not stop there. The troops have abandoned many substances considered unnatural, and they only consume alcohols, tobaccos, and opiates that are homegrown and processed within the Firebase under the very strictest of hygienic conditions. Even more impressive are the sub-contracted flash-cloning modules employed within the Firebase's intensive care facilities; great pains are taken to replace battle-damaged body parts with vat-grown copies as needed. Longevity and Harmony seem to be strong personal priorities for most individuals here, and this is visible in the way they treat themselves and their environment.\n`;
 					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nBody Purism: The Colonel is looking a lot fresher; a mixture of curatives, moisturizers, and tattoo removal can do wonders, apparently. She seems to be taking much better care of herself too. You do not see her drinking or drugging as frequently as she used to, and she even uses a lot more 'All Natural' products than before.\n`;
 					break;
 				case 'Transformation_Fetishism':
-					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nAn extensive and revolutionary cybernetic modification scheme has been perfected within your arcology recently, and it has been making waves in the private medical circles of your domain for the vast effectiveness of its implanted bio-synthetic bone & muscle reinforcement weaves, and ubiquitous subdermal nanite colonies for enhanced cellular regeneration, immuno-response, cognition, and lifespan. Utilizing extreme bio-mechanical prototypes, and being far too expensive for widespread use, it is offered only to select VIP's... Such as  the Colonel, who has already been gifted a paperback manual detailing exactly what her slot-reserved surgery will entail and provide. If, one day, The Colonel decides that she trusts you enough to consent to the procedure, she will experience a complete bodily transformation, free from many weaknesses of flesh.\n`;
-					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nDishes served in the Firebase all come with thoroughly processed meat, and vending machines containing all manner of processed snack foods are widely availible.\n`;
+					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nAn extensive and revolutionary cybernetic modification scheme has been perfected within your arcology recently, and it has been making waves in the private medical circles of your domain for the vast effectiveness of its implanted bio-synthetic bone & muscle reinforcement weaves, and ubiquitous subdermal nanite colonies for enhanced cellular regeneration, immuno-response, cognition, and lifespan. Utilizing extreme bio-mechanical prototypes, and being far too expensive for widespread use, it is offered only to select VIP's... Such as the Colonel, who has already been gifted a paperback manual detailing exactly what her slot-reserved surgery will entail and provide. If, one day, The Colonel decides that she trusts you enough to consent to the procedure, she will experience a complete bodily transformation, free from many weaknesses of flesh.\n`;
+					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nDishes served in the Firebase all come with thoroughly processed meat, and vending machines containing all manner of processed snack foods are widely available.\n`;
 					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere are new magazines and tablets full of pornography being given out and traded between troops in the Firebase, and they are loaded with scenes of surgery-enhanced bimbos being used and enjoyed in all manner of ways.\n`;
-					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA significant portion of the slaves in the Firebase have breast, butt, or lip impants of varying sizes, giving their assets a very well-rounded, almost uniform look.\n`;
+					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA significant portion of the slaves in the Firebase have breast, butt, or lip implants of varying sizes, giving their assets a very well-rounded, almost uniform look.\n`;
 					if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEach captive brought to the cages is 'initiated' by surgery: Facial surgeries and basic implants are an experience every slave endures, and the mirrors in every Cage do not allow the inmates to forget what has been given to them.\n`;
 					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA small den serves as a compact plastic surgery clinic off the side of the common area. Its reputable surgeon frequently speaks to your troops about her services for both male and female clients, and often tells stories to anyone interested about how she successfully pulled off some of the more extreme procedures the Free Cities are now notorious for.\n`;
-					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe bunkbeds of the dormitories have undergone a radical change: Each on now has two 'lite' tanning bed roof attachments, which can be pulled over the top or bottom bunk to gradually change the user's skin to whatever color they desire whilst they sleep, while also providing extra warmth. Quite a few of your soldiers now sleep naked and eshew the use of blankets. They have interesting new skin colors as well.\n`;
-					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe tables, chairs,  doors, booths, racks, shelves, lockers, and maintainence utensils of the armory are made from the latest in durable lightweight poly-plastic and composite metallic materials, giving the armory a very post-modern and space age feel. Every surface and door features small motion-sensitive adjustable lights too, illuminating every inch of the armory and forcing troops to take note of the small details in their wargear. As a final touch, the female staff members assigned to the armory have been given obvious breast implants. This is an armory of the future.\n`;
-					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe command center seems to have such a harsh mechanization focus that it comes just short of OSHA-compliance violations. Thick and high voltage power cords, electrical wires, and reinforced fiber-optic cables are ran and drapped all over the command center's floors, walls, and tables. They are only kept in line by dozens of channel raceway mounts placed throughout. Large and powerful new heavy computing and printing machinery can be seen and heard running intensively all around as the staff put them to constant use.\n`;
-					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nIn the 'clinical trials chamber' of the drug laboratory facility, there are many man-sized mechanical sarcophogus pods that line the walls of the space; when a new drug variant is ready to be tested, the sarcophigi pods are loaded with drug substance, and then slaves are quickly loaded into them. Every detail of the slaves' vitals are monitored closely for every hour they spend in the pods, and every slave that manages to emerge from their pod is a new creation indeed.\n`;
+					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe bunkbeds of the dormitories have undergone a radical change: Each on now has two 'lite' tanning bed roof attachments, which can be pulled over the top or bottom bunk to gradually change the user's skin to whatever color they desire whilst they sleep, while also providing extra warmth. Quite a few of your soldiers now sleep naked and eschew the use of blankets. They have interesting new skin colors as well.\n`;
+					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe tables, chairs, doors, booths, racks, shelves, lockers, and maintenance utensils of the armory are made from the latest in durable lightweight poly-plastic and composite metallic materials, giving the armory a very post-modern and space age feel. Every surface and door features small motion-sensitive adjustable lights too, illuminating every inch of the armory and forcing troops to take note of the small details in their war gear. As a final touch, the female staff members assigned to the armory have been given obvious breast implants. This is an armory of the future.\n`;
+					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe command center seems to have such a harsh mechanization focus that it comes just short of OSHA-compliance violations. Thick and high voltage power cords, electrical wires, and reinforced fiber-optic cables are ran and draped all over the command center's floors, walls, and tables. They are only kept in line by dozens of channel raceway mounts placed throughout. Large and powerful new heavy computing and printing machinery can be seen and heard running intensively all around as the staff put them to constant use.\n`;
+					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nIn the 'clinical trials chamber' of the drug laboratory facility, there are many man-sized mechanical sarcophagus pods that line the walls of the space; when a new drug variant is ready to be tested, the sarcophagi pods are loaded with drug substance, and then slaves are quickly loaded into them. Every detail of the slaves' vitals are monitored closely for every hour they spend in the pods, and every slave that manages to emerge from their pod is a new creation indeed.\n`;
 				if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour soldiers and staff within the Firebase are very liberal about their appearance and substance usage, and they are very keen on researching, purchasing, and later using a myriad of body scent additives, synthetic 'designer drink' concoctions, skin and hair dyes, and collapsible handheld electronics.\n`;
-				if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour combat-drones look like flying mirrors, with digitally-rendered reflective panels integrated onto their frames, therefore enbling them to better replicate the many different environments they will find themselves in, in preparation for ambushes or assaults.\n`;
-				if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nIt is worth noting that the garage has taken on many characteristics of an amphibious assault ship's well deck, harkening back to the amphibious landings of times both past and present. The entire garage floor is covered in a thick layer of water, complete with hoses and drains, shallow water fishes, rows of standardized flourescent lighting, and even a powerful breeze that is felt every time the main entrace 'ramp' of the 'well deck' is lowered to allow entry or exit for both personnel and vehicles. Work stations are sectioned off with pre-fabricated synthetic walls, and vehicles are tended to on heavy hydraulic platforms that can be raised at will to assist crews in their repairs. Meanwhile, captured crabs, lobsters, frogs, and other natural amphibians are grilled regularly at the community barbeque that is set up at the far wall of the facility.\n`;
+				if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour combat-drones look like flying mirrors, with digitally-rendered reflective panels integrated onto their frames, therefore enabling them to better replicate the many different environments they will find themselves in, in preparation for ambushes or assaults.\n`;
+				if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nIt is worth noting that the garage has taken on many characteristics of an amphibious assault ship's well deck, harkening back to the amphibious landings of times both past and present. The entire garage floor is covered in a thick layer of water, complete with hoses and drains, shallow water fishes, rows of standardized fluorescent lighting, and even a powerful breeze that is felt every time the main entrance 'ramp' of the 'well deck' is lowered to allow entry or exit for both personnel and vehicles. Work stations are sectioned off with pre-fabricated synthetic walls, and vehicles are tended to on heavy hydraulic platforms that can be raised at will to assist crews in their repairs. Meanwhile, captured crabs, lobsters, frogs, and other natural amphibians are grilled regularly at the community barbeque that is set up at the far wall of the facility.\n`;
 				if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nWithin the garage, extreme attention to detail is paid to the subject of versatility. Every ground vehicle is fitted with a hefty retractable amphibian kit complete with floatation and propulsion mounts, wide tracks or tires to enable operation in artic and swamp environments, and a remarkable degree of automation. These expensive augmentations are made to allow each vehicle to rapidly adapt to just about any mission requirement in the field, and transition from one combat environment to another without losing operational momentum.\n`;
-				if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe floor of the hangar is a thin arrangement of pre-fabricated composite plastics, complete with its own metal grates, LED-illuminated footpaths, and 3D holographic display tables to scan and analyse debreifed aircraft and indicate damaged and worn out components. It is a controlled environment, and there are few spaces that are not flooded with screen lights from one information display or another. The hangar's breakroom has become an additional flight control room, complete with additional specialists that help coordinate landing and repair efforts and maximize overall efficiency. Meanwhile, primitive nanite colonies originally intended for autonomous wall and floor repair are now covering many of the walls in the hangar, with nanite overgrowths that frequently crop up throughout the facility being regularly pruned by dedicated teams of search-and-destroy slaves.\n`;
+				if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe floor of the hangar is a thin arrangement of pre-fabricated composite plastics, complete with its own metal grates, LED-illuminated footpaths, and 3D holographic display tables to scan and analyze debriefed aircraft and indicate damaged and worn out components. It is a controlled environment, and there are few spaces that are not flooded with screen lights from one information display or another. The hangar's breakroom has become an additional flight control room, complete with additional specialists that help coordinate landing and repair efforts and maximize overall efficiency. Meanwhile, primitive nanite colonies originally intended for autonomous wall and floor repair are now covering many of the walls in the hangar, with nanite overgrowths that frequently crop up throughout the facility being regularly pruned by dedicated teams of search-and-destroy slaves.\n`;
 				if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe aircraft deployed from the garage are distinguished for their massive energy outputs. They are maintained and flown with a very high carbon footprint and heat signature thanks to the domestically-made custom nuclear-powered engine systems employed to ensure that the Firebase's air power is extremely capable. Your air force is proud to do all that it can to channel the FIRE in FIREBASE.\n`;
-				if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nWhereas some peoples make changes to the technology they use, your people have their technology make changes to them. The brightly backlit transformation tower stands arrogantly before the entrance of the common area, and it is a sight of behold. Inside the tower, Robotic arms featuring finely-calibrated surgical instruments and independant AI operational systems whirr overhead in a dizzying variety. Those who enter always leave exactly one hour later, physically transformed in some manner, be it minor or major. The Firebase's precise and dedicated machinists and hacker hobbiyists regularly volunteer to mod, update, and debug the devices here and keep it supplied with all the synthetic parts needed to continue making modifications to those who enter. This fan-sourced mathematical masterpiece a fine testament to the wonders of artificial design.\n`;
-					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nIn the entrance grounds to the arcology's Firebase, there is a rustic minature township to be found, complete with paved roads, brickhouses, and even its own town hall. However, for an invading opponent, this place will be anything but welcoming. The few 'houses', 'shops', 'diners', and other structures feature anything from explosives-rigged cars parked outside, to hidden snipers, to hidden anti tank teams. Departing or returning troops can safely pass using the explosives-rigged, sniper-guarded roadway the circumvents all of this, but your enemies have no such luck.\n`;
-					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEndurance and Adaptability have taken on special importance in the Firebase subculture. Everyone here has taken on some level of personal enhancement; Faces and other body parts surgically lifted, breasts and buts shaped up with implants for the ladies, and plenty of personallized tattoos abound. 3D printed designer foods, lab-concocted superdrinks, and experimental nanotech drugs are not only a fashion, but a focus, as the punks of the Firebase race towards the future. Even more impressive are the sub-contracted bionic installation modules employed within the Firebase's intensive care facilities; great pains are taken to replace battle-damaged body parts with domestically-manufactured replacements as needed. Evolution and Progress seem to be strong personal priorities for most individuals here, and this can be seen in the way they push themselves to become... More.\n`;
+				if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nWhereas some peoples make changes to the technology they use, your people have their technology make changes to them. The brightly backlit transformation tower stands arrogantly before the entrance of the common area, and it is a sight of behold. Inside the tower, Robotic arms featuring finely-calibrated surgical instruments and independent AI operational systems whirr overhead in a dizzying variety. Those who enter always leave exactly one hour later, physically transformed in some manner, be it minor or major. The Firebase's precise and dedicated machinists and hacker hobbyists regularly volunteer to mod, update, and debug the devices here and keep it supplied with all the synthetic parts needed to continue making modifications to those who enter. This fan-sourced mathematical masterpiece a fine testament to the wonders of artificial design.\n`;
+					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nIn the entrance grounds to the arcology's Firebase, there is a rustic miniature township to be found, complete with paved roads, brick houses, and even its own town hall. However, for an invading opponent, this place will be anything but welcoming. The few 'houses', 'shops', 'diners', and other structures feature anything from explosives-rigged cars parked outside, to hidden snipers, to hidden anti tank teams. Departing or returning troops can safely pass using the explosives-rigged, sniper-guarded roadway the circumvents all of this, but your enemies have no such luck.\n`;
+					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEndurance and Adaptability have taken on special importance in the Firebase subculture. Everyone here has taken on some level of personal enhancement; Faces and other body parts surgically lifted, breasts and buts shaped up with implants for the ladies, and plenty of personalized tattoos abound. 3D printed designer foods, lab-concocted superdrinks, and experimental nanotech drugs are not only a fashion, but a focus, as the punks of the Firebase race towards the future. Even more impressive are the sub-contracted bionic installation modules employed within the Firebase's intensive care facilities; great pains are taken to replace battle-damaged body parts with domestically-manufactured replacements as needed. Evolution and Progress seem to be strong personal priorities for most individuals here, and this can be seen in the way they push themselves to become... More.\n`;
 					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nTransformation Fetishism: The Colonel is sporting some very small breast and butt implants, just enough to undo some of the recent sagging she's been secretly bothered by. When she's not properly dressed, your trained eye can detect that her tits and ass are just a little too round and perfect nowadays to be fully natural. Nevertheless, she's happier with the way she looks now, and so are you.\n`;
 					break;
 				case 'Youth_Preferentialism':
-					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nYour influence has long given you an inside track on the bleeding edge developments in the world of Youth Enthusiast phramaceuticals, and this is exactly the reason you've been able to get and give out two small vials of the lauded 'Benjamin Serums'. The first vial of the powerful Benjamin Serum, when metabolized, will radically reverse the aging processes of the body, so as to gradually halt and then continuously reverse all of the effects of aging within the user. After enough years have passed, and the user is on the verge of regressing back towards adolescence or even childhood, they can ingest the second vial to restore their body back to normal functioning. Surprisingly enough, The Colonel has already taken the first vial, and is already looking a bit younger for it. You eagerly await the passing of years, so as to see just how far back The Colonel will allow her age to regress. You've always wanted to see what she looked like as a younger woman.\n`;
+					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nYour influence has long given you an inside track on the bleeding edge developments in the world of Youth Enthusiast pharmaceuticals, and this is exactly the reason you've been able to get and give out two small vials of the lauded 'Benjamin Serums'. The first vial of the powerful Benjamin Serum, when metabolized, will radically reverse the aging processes of the body, so as to gradually halt and then continuously reverse all of the effects of aging within the user. After enough years have passed, and the user is on the verge of regressing back towards adolescence or even childhood, they can ingest the second vial to restore their body back to normal functioning. Surprisingly enough, The Colonel has already taken the first vial, and is already looking a bit younger for it. You eagerly await the passing of years, so as to see just how far back The Colonel will allow her age to regress. You've always wanted to see what she looked like as a younger woman.\n`;
 					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe food choices are very novel and colorful nowadays, with lively menu options being served daily, and changing frequently. In general, it all looks and sounds very fun to eat, and some of the foods are quite sweet.\n`;
-					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA good amount of the media being shown or enjoyed in the Firebase features predominately youthful casts and a great deal of attention to recent memes and pop culure. Some of the porn even features participants of questionable age.\n`;
+					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA good amount of the media being shown or enjoyed in the Firebase features predominately youthful casts and a great deal of attention to recent memes and pop culture. Some of the porn even features participants of questionable age.\n`;
 					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nPlenty of the slaves visible look to be on the younger side, and have youthful energy. They like to chatter amongst themselves in their scant time off-duty.\n`;
 					if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nNewcomers to the slave cages are strapped to a nearby inspection chair, and have their holes examined by a doctor for virginities. Those found wanting are surgically corrected. Each cage features a vibrant Free Cities comic omnibus that makes light of the daily realities of slavery.\n`;
-					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe tables of the common area and walls of its numerous dens are now all painted with glorious graffitti, handcrafted through costly commisson by your arcology's most creative young artists. The colorful designs make playful parodies of both the activities that go on at each respective surface, and the stationed slaves providing these services. Some of it even spoofs the troops themselves, all in good humor. One of the artists was even brave enough to draw a parody of The Colonel herself, and he even drew it on a table near her pavillion.\n`;
-					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAn unused backroom is now the new 'Gameroom' of the barracks. Rows of gaming stands and arcade machines bring joyful noise to the Barracks as troops flock here to spend their offtime on suprisingly innocent fun. The only slaves here are the numerous attendants staffing the consessions stands in the corner, giving out warm baked treats and sweets to those that approach.\n`;
-					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA wide variety of music videos are played from the large wallscreen televisions atop the weapons, ammunitions, and armour racks of the armory. Across from each of them is a weathered but suprisingly comfortable plush sofa, where soldiers sip sodas or beers and smoke light sundries while they finish preparing their weapons and armour. The lockers and walls of the armoury are also painted with some graffitti designs painted onto them by the troops themselves.\n`;
-					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nWhere appropriate, the command center has been repainted from the ground up with bright neon colors, and some tables and chairs have even been redecorated with funky and exotic graffitti. On a large operations table, you see lots of painted 28mm minatures sprawled out over a tactical map, obviously representing freindly and opposing forces the troops may soon encounter. Oddly enough, on some days there are also some potato chips, dice, rulers, and even 'rulebooks' on this operations table as well.\n`;
-					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nIn the bright lobby of the drug laboratory facility, there is massive fountain bristling with incredibly clear, vibrant waters. Oddly enough, visitors are encouraged to strip down and enter the fountain directly, to just soak their whole bodies in it for a time. Even more oddly than this is the fact that those that emerge from the fountain report miraculously having smoother skin, fewer pains, better vision, and more energy. Has the drug laboaratory mastered the secrets of youth?\n`;
-					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThroughout each day, one is very likely to see the military population of the Firebase making casual and frequent use of energy drinks, candies, portable audio 'pills', aerosol graffitti cans, rollerskating wheel-heels in their shoes and boots, and long-term age-reversal treatments.\n`;
-					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour support-drones are covered in graffitti, with myriad messages, patterns, and designs painted in every imaginable color and combination. When stealth is required, these flying canvasses are simply covered in minature camnets to subdue the intense color.\n`;
-					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere is an undercurrent of "artistry" previling in the garage. Graffitti is everywhere here; on the walls, on the tables, and even on the many mechanical tools and utensils applied in daily use.  At the end of every month, each of the walls are cleared out with white paint make space for new creations. Each garage staff member employed here has worked both their technical and aesthetic artisty on various parts of both the garage and several of the vehicles it contains, with the use of various paints, aerosols, chalks, and stencils that the garage keeps impressive stocks of. Also, any piece of furniture or gear that is even slightly damaged or out of date is replaced immediately too, meaning that the garage always looks 'new'. Of course, loud music is on play throughout the garage, and every duty station has a different musician's works on their speakers. Parties are ussually held whenever a new shipment of replacement vehicles arrives, or better yet, a new shipment of high-tech aquisitions meant to replace older vehicle platforms. So-called 'Legacy' systems are scorned for their advanced age, and both the maintainence crews and the vehicle crews regularly draw lots to determine who will operate on them next.\n`;
-					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nRemarkably, artful graffitti is visible upon the surfaces of both the interior and exterior of every ground vehicle the garage has, with subject matter varying wildly from artist to artist. Crews and passangers are treated to the sight of the mechanics' handiwork everytime they enter their vehicles. For combat operations where stealth and discretion are required, these are obscured by whatever camoflauge materials are chosen, but in most raids and assaults these bright and daring prints are on proud display - and are often the last thing opposing forces ever see.\n`;
-					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe hangar is a pretty fun place to be most of the time. The strapping young flight technicians and pilots are very ambitious, and work hard to showcase their skills to their peers and superiors and get promoted so that they can start making more money. Of course, said money is spent on better gadgets and apparel; maintainence crews like to buy shiny and newly released repair implements to use and show off on the job, while pilots like to get their hands on ever-better flightsuits and amenities to affix into their aircraft's cockpit. Every pilot like to personalize their cockpit, treating it as a second home.\n`;
-					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nFirebase aircraft have a feature that many other aircraft do not: All over the front of each aircraft are bright and boldly written taunts enthuiastically spraypainted on by the pilot of that aircraft. Of course, these 'messages' are transparent from inside the craft and do not impede the pilot's field of vision in any way, but to your enemies, these juvenile taunts are often the last thing they see before they die.\n`;
-					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAn impressive skating rink hs been built just next to the common area, complete with grindable metal railings, risky ramps, and broad curving slopes. Here soldiers and staff of all ages and stripes are welcome to give their all and spend time to practice or invent some new moves and cool tricks on their skateboards, roller skates, or wheel-heels. In addition to being a popular hangout spot, this place is an important proving ground of sorts, where social hierchies are partially determined as visitors compete are prove themselves in yet another area of expertise\n`;
-					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nIn the territory sorrounding the Free City itself, there are several scenic and very innocent-looking campsites established, complete with folding chairs & tables, food & drink coolers, colorful tents, clotheslines, and port-a-johns. They sometimes even have impromptu campfires if the Firebase scouts occupying them have returned from their field exercises. These campsites act as listening posts that monitor incoming and outgoing traffic concerning the arcology, and if attacked, they can be abandoned and later replaced very quickly and easily.\n`;
+					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe tables of the common area and walls of its numerous dens are now all painted with glorious graffiti, handcrafted through costly commission by your arcology's most creative young artists. The colorful designs make playful parodies of both the activities that go on at each respective surface, and the stationed slaves providing these services. Some of it even spoofs the troops themselves, all in good humor. One of the artists was even brave enough to draw a parody of The Colonel herself, and he even drew it on a table near her pavilion.\n`;
+					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAn unused backroom is now the new 'Gameroom' of the barracks. Rows of gaming stands and arcade machines bring joyful noise to the Barracks as troops flock here to spend their off time on surprisingly innocent fun. The only slaves here are the numerous attendants staffing the concessions stands in the corner, giving out warm baked treats and sweets to those that approach.\n`;
+					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA wide variety of music videos are played from the large wallscreen televisions atop the weapons, ammunitions, and amour racks of the armory. Across from each of them is a weathered but surprisingly comfortable plush sofa, where soldiers sip sodas or beers and smoke light sundries while they finish preparing their weapons and armor. The lockers and walls of the armory are also painted with some graffiti designs painted onto them by the troops themselves.\n`;
+					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nWhere appropriate, the command center has been repainted from the ground up with bright neon colors, and some tables and chairs have even been redecorated with funky and exotic graffiti. On a large operations table, you see lots of painted 28mm miniatures sprawled out over a tactical map, obviously representing friendly and opposing forces the troops may soon encounter. Oddly enough, on some days there are also some potato chips, dice, rulers, and even 'rulebooks' on this operations table as well.\n`;
+					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nIn the bright lobby of the drug laboratory facility, there is massive fountain bristling with incredibly clear, vibrant waters. Oddly enough, visitors are encouraged to strip down and enter the fountain directly, to just soak their whole bodies in it for a time. Even more oddly than this is the fact that those that emerge from the fountain report miraculously having smoother skin, fewer pains, better vision, and more energy. Has the drug laboratory mastered the secrets of youth?\n`;
+					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThroughout each day, one is very likely to see the military population of the Firebase making casual and frequent use of energy drinks, candies, portable audio 'pills', aerosol graffiti cans, roller-skating wheel-heels in their shoes and boots, and long-term age-reversal treatments.\n`;
+					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour support-drones are covered in graffiti, with myriad messages, patterns, and designs painted in every imaginable color and combination. When stealth is required, these flying canvasses are simply covered in miniature camo nets to subdue the intense color.\n`;
+					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere is an undercurrent of "artistry" prevailing in the garage. Graffiti is everywhere here; on the walls, on the tables, and even on the many mechanical tools and utensils applied in daily use. At the end of every month, each of the walls are cleared out with white paint make space for new creations. Each garage staff member employed here has worked both their technical and aesthetic artistry on various parts of both the garage and several of the vehicles it contains, with the use of various paints, aerosols, chalks, and stencils that the garage keeps impressive stocks of. Also, any piece of furniture or gear that is even slightly damaged or out of date is replaced immediately too, meaning that the garage always looks 'new'. Of course, loud music is on play throughout the garage, and every duty station has a different musician's works on their speakers. Parties are usually held whenever a new shipment of replacement vehicles arrives, or better yet, a new shipment of high-tech acquisitions meant to replace older vehicle platforms. So-called 'Legacy' systems are scorned for their advanced age, and both the maintenance crews and the vehicle crews regularly draw lots to determine who will operate on them next.\n`;
+					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nRemarkably, artful graffiti is visible upon the surfaces of both the interior and exterior of every ground vehicle the garage has, with subject matter varying wildly from artist to artist. Crews and passengers are treated to the sight of the mechanics' handiwork every time they enter their vehicles. For combat operations where stealth and discretion are required, these are obscured by whatever camouflage materials are chosen, but in most raids and assaults these bright and daring prints are on proud display - and are often the last thing opposing forces ever see.\n`;
+					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe hangar is a pretty fun place to be most of the time. The strapping young flight technicians and pilots are very ambitious, and work hard to showcase their skills to their peers and superiors and get promoted so that they can start making more money. Of course, said money is spent on better gadgets and apparel; maintenance crews like to buy shiny and newly released repair implements to use and show off on the job, while pilots like to get their hands on ever-better flight suits and amenities to affix into their aircraft's cockpit. Every pilot like to personalize their cockpit, treating it as a second home.\n`;
+					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nFirebase aircraft have a feature that many other aircraft do not: All over the front of each aircraft are bright and boldly written taunts enthusiastically spray-painted on by the pilot of that aircraft. Of course, these 'messages' are transparent from inside the craft and do not impede the pilot's field of vision in any way, but to your enemies, these juvenile taunts are often the last thing they see before they die.\n`;
+					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAn impressive skating rink hs been built just next to the common area, complete with grindable metal railings, risky ramps, and broad curving slopes. Here soldiers and staff of all ages and stripes are welcome to give their all and spend time to practice or invent some new moves and cool tricks on their skateboards, roller skates, or wheel-heels. In addition to being a popular hangout spot, this place is an important proving ground of sorts, where social hierarchies are partially determined as visitors compete are prove themselves in yet another area of expertise\n`;
+					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nIn the territory surrounding the Free City itself, there are several scenic and very innocent-looking campsites established, complete with folding chairs & tables, food & drink coolers, colorful tents, clotheslines, and port-a-johns. They sometimes even have impromptu campfires if the Firebase scouts occupying them have returned from their field exercises. These campsites act as listening posts that monitor incoming and outgoing traffic concerning the arcology, and if attacked, they can be abandoned and later replaced very quickly and easily.\n`;
 					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe soldiers of the Firebase are generally both idealistic and hot blooded; always looking for a fight, with each soldier very assured of their own 'awesomeness'. Gossip and constant comparison between troopers is rife, a every soldier is vested in their interest in the latest 'tacti-cool' fashions, footwear, and equipment. Younger soldiers are prized for their mileage and potential, and given special care and attention when they first enlist. Those youngsters that show any special talent or unique ability are promoted and fast tracked as much as feasibly possible.\n`;
-					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYouth Preferentialism: The Colonel looks much younger thanks to some advanged age treatment therapy she's gotten. She's got a bit more bounce in her step too, if that's possible. Everyday she's proving that her age is just a number.\n`;
+					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYouth Preferentialism: The Colonel looks much younger thanks to some advanced age treatment therapy she's gotten. She's got a bit more bounce in her step too, if that's possible. Everyday she's proving that her age is just a number.\n`;
 					break;
 				case 'Maturity_Preferentialism':
-					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nYour influence has long given you an inside track on the archeological discoveries made by the excavation and salvage teams that now dig up and study the Free Cities' very first [failed] arcologies. This is the very reason why  you've been able to finally verify and procure a precious rare vial of the vaunted 'Methuselah Serum'. This recovered vial of the powerful Methuselah Serum, when metabolized, will radically slacken and prolong the natural aging processes of the body, so as to gradually and tremendously increase the overall lifespan of the user and preserve their physical and mental viability. Only after enough decades have passed will the user finally begin showing wrinkles, greyer hairs, and other signs of advanced aging as their body starts fight back to restore normal functioning. Surprisingly enough, The Colonel has already taken the serum, and is already looking forward to living a much longer, fuller life because of it. You now know what she will look like as an 'old' woman; not much different than what she looks like right now.\n`;
-					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe food choices availible are very broad, with accomodations made for the preparation of a very wide variety of classic dishes, all holdovers from the Old World or 'Free Cities originals' salvaged from the glory days of the first arcologies.\n`;
+					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nYour influence has long given you an inside track on the archeological discoveries made by the excavation and salvage teams that now dig up and study the Free Cities' very first [failed] arcologies. This is the very reason why you've been able to finally verify and procure a precious rare vial of the vaunted 'Methuselah Serum'. This recovered vial of the powerful Methuselah Serum, when metabolized, will radically slacken and prolong the natural aging processes of the body, so as to gradually and tremendously increase the overall lifespan of the user and preserve their physical and mental viability. Only after enough decades have passed will the user finally begin showing wrinkles, greyer hairs, and other signs of advanced aging as their body starts fight back to restore normal functioning. Surprisingly enough, The Colonel has already taken the serum, and is already looking forward to living a much longer, fuller life because of it. You now know what she will look like as an 'old' woman; not much different than what she looks like right now.\n`;
+					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe food choices available are very broad, with accommodations made for the preparation of a very wide variety of classic dishes, all holdovers from the Old World or 'Free Cities originals' salvaged from the glory days of the first arcologies.\n`;
 					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA lot of the porn, movies, games, and graphic novels distributed here seem to focus on magnificent MILFs or DILFs as either protagonists, love interests, or pure fanservice characters.\n`;
 					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nPlenty of the slaves visible look to be on the older side, and have a caution and sense of tact that is borne of their maturity. Many seem rather reflective.\n`;
 					if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe slave processing cages have the weight of history imposed upon them. Every new inmate is made to engrave their name once onto a wall or floorspace of their cage. When new captives come to inhabit the cage weeks later, they only see the evidence of the many slaves who were once where they are now, before being made to add their own names to that body of evidence and thereby join the annals of your Firebase's history.\n`;
-					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe common area has been remade in grand style, now resembling a great hall from the noble medieval houses of old. The tables and chairs of the common area are now made from finely sculpted wood, with the borders of the common area now being marked by grand wooden arches that extend to the ceiling, mascarading as additional supports. The drink dispensers found here have been remodeled to look like large wooden kegs, and even the very dens that provide numerous services to the men and women here have been rebuilt with stone walls and thatched roofs instead of the usual pre-fabricated materials.\n`;
-					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAn unused backroom is now the new 'Library' of the Barracks. Rows of bookshelves and reading tables bring quiet enlightenment to the Barracks as troops flock here to spend their offtime on suprisingly cerebral pursuits. The only slaves here are the numerous attendants making rounds throughout the room, either tending the shelves or lending their assistance in finding certain books, as needed.\n`;
-					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe armory has quite a few traditional touches; many of the shelves and closets here are made of hard and thick wood, and the central quartermaster booth has stacks of ordinance papers on file; upon leaving the armoury, each soldier must sign off on every piece of equipment they are leaving with. However, they now do so with simple pen and paper rather than digital inputs. On the walls, there are colorfully illustrated posters displaying public service advisory messages for the benefit of the troops about to take to the field. The weapons and armours themselves have a bit of history behind them; each and every weapon and armour piece has its own unique name, given by its original owner, and the names of both every former user and every battle its ever served in are engraved somewhere upon it, giving each piece an almost legendary stature after enough time has passed.\n`;
-					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe command center has an almost rustic look. Most of the original chairs and tables have been replaced with polished wooden variants, and the flooring and support columns have been given full wooden panelling as well to complete the look. The noteworthy details of each and every mission directed here are recorded by slave-scribes in large hardcover paper tomes that are kept in a section of the command center's huge bookshelf, adjacent to the other sections that contain many informative physical books written by former military officers, great leaders, and war heroes over the ages.\n`;
+					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe common area has been remade in grand style, now resembling a great hall from the noble medieval houses of old. The tables and chairs of the common area are now made from finely sculpted wood, with the borders of the common area now being marked by grand wooden arches that extend to the ceiling, masquerading as additional supports. The drink dispensers found here have been remodeled to look like large wooden kegs, and even the very dens that provide numerous services to the men and women here have been rebuilt with stone walls and thatched roofs instead of the usual pre-fabricated materials.\n`;
+					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAn unused backroom is now the new 'Library' of the Barracks. Rows of bookshelves and reading tables bring quiet enlightenment to the Barracks as troops flock here to spend their off time on surprisingly cerebral pursuits. The only slaves here are the numerous attendants making rounds throughout the room, either tending the shelves or lending their assistance in finding certain books, as needed.\n`;
+					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe armory has quite a few traditional touches; many of the shelves and closets here are made of hard and thick wood, and the central quartermaster booth has stacks of ordinance papers on file; upon leaving the armory, each soldier must sign off on every piece of equipment they are leaving with. However, they now do so with simple pen and paper rather than digital inputs. On the walls, there are colorfully illustrated posters displaying public service advisory messages for the benefit of the troops about to take to the field. The weapons and armors themselves have a bit of history behind them; each and every weapon and armor piece has its own unique name, given by its original owner, and the names of both every former user and every battle its ever served in are engraved somewhere upon it, giving each piece an almost legendary stature after enough time has passed.\n`;
+					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe command center has an almost rustic look. Most of the original chairs and tables have been replaced with polished wooden variants, and the flooring and support columns have been given full wooden paneling as well to complete the look. The noteworthy details of each and every mission directed here are recorded by slave-scribes in large hardcover paper tomes that are kept in a section of the command center's huge bookshelf, adjacent to the other sections that contain many informative physical books written by former military officers, great leaders, and war heroes over the ages.\n`;
 					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe darkened lobby of the drug laboratory facility is a great hall, built entirely from stone. However, it is a shadowy and quiet place; one that speaks of many secrets laboriously accumulated over time. Reinforcing this notion is the fact that the staff of the drug lab wear long thick robes with pointed hoods as they move, speak, and work silently, jealously preserving, guarding, and innovating upon the secret pharmaceutical recipes their cabal creates.\n`;
-					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThroughout each day, one is very likely to see the military population of the Firebase making casual and frequent use of coffee drinks, stylish canes or staffs, hardcover novels and notebooks, aging or outright vintage alcohols, and massive cloaks that are often worn during any occassion.\n`;
-					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour combat-drones are covered in scrawled bold lettering, with unique names, ranks, and nationalities painted onto each individual drone unit so as to depict the full identities of every person that particular drone has killed. When stealth is required, these flying memorials are simply covered in minature camnets to subdue the bright writing.\n`;
-					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere is an undercurrent of "legacy" previling in the garage. The names and summarized service records of distinguished or deceased maintainence staff members and vehicle crewmen are enscribed throughout the duty stations the garage. Realistic etched illustrations of both retired and legacy vehicle systems known to the Firebase have been rendered all over the walls of the garage as well. History is everywhere here; scrapes, burns, and tears can be seen on the walls, on the tables, and even on the many mechanical tools and utensils applied in daily use, and all of the evidence of use serves to add much character to the place. Furniture and equipment pieces used here have been in place for years, constantly repaired, sometimes tweaked, but almost never replaced. Each garage staff member employed here has contributed their technical mastery on various parts of both the garage and several of the vehicles it contains, and the evidence of this can be seen in the monolithic maintainence logbook and maintainence guidebook tomes that these staff members, retired and active, have written and stored on the garage's impressive bookshelf section. Of course, several retired mechanics and crewmen still spend much of their time here, relaxing at coffee tables and often trading stories and advisement with their somewhat younger active duty counterparts at each duty station.\n`;
-					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nRemarkably, vehicle memoirs are written in dull but permament paints upon the surfaces of both the interior and exterior of every ground vehicle the garage has, with every vehicle bearing a ballad of that vehicle's complete combat history. Crewmen, passangers, and enemies alike are treated to a small piece of your military's story everytime they get near your ground vehicles, as these ever-growing ballads deatil that vehicle's battle fought, kill count, hits sustained and survived, and so on. In most raids and assaults these detailed and boastful prints are often the last thing opposing forces ever see.\n`;
+					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThroughout each day, one is very likely to see the military population of the Firebase making casual and frequent use of coffee drinks, stylish canes or staffs, hardcover novels and notebooks, aging or outright vintage alcohols, and massive cloaks that are often worn during any occasion.\n`;
+					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour combat-drones are covered in scrawled bold lettering, with unique names, ranks, and nationalities painted onto each individual drone unit so as to depict the full identities of every person that particular drone has killed. When stealth is required, these flying memorials are simply covered in miniature camo nets to subdue the bright writing.\n`;
+					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere is an undercurrent of "legacy" prevailing in the garage. The names and summarized service records of distinguished or deceased maintenance staff members and vehicle crewmen are inscribed throughout the duty stations the garage. Realistic etched illustrations of both retired and legacy vehicle systems known to the Firebase have been rendered all over the walls of the garage as well. History is everywhere here; scrapes, burns, and tears can be seen on the walls, on the tables, and even on the many mechanical tools and utensils applied in daily use, and all of the evidence of use serves to add much character to the place. Furniture and equipment pieces used here have been in place for years, constantly repaired, sometimes tweaked, but almost never replaced. Each garage staff member employed here has contributed their technical mastery on various parts of both the garage and several of the vehicles it contains, and the evidence of this can be seen in the monolithic maintenance logbook and maintenance guidebook tomes that these staff members, retired and active, have written and stored on the garage's impressive bookshelf section. Of course, several retired mechanics and crewmen still spend much of their time here, relaxing at coffee tables and often trading stories and advisement with their somewhat younger active duty counterparts at each duty station.\n`;
+					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nRemarkably, vehicle memoirs are written in dull but permanent paints upon the surfaces of both the interior and exterior of every ground vehicle the garage has, with every vehicle bearing a ballad of that vehicle's complete combat history. Crewmen, passengers, and enemies alike are treated to a small piece of your military's story every time they get near your ground vehicles, as these ever-growing ballads detail that vehicle's battle fought, kill count, hits sustained and survived, and so on. In most raids and assaults these detailed and boastful prints are often the last thing opposing forces ever see.\n`;
 					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe hangar is a pretty interesting place to be most of the time. The wise senior flight technicians and pilots are very pragmatic, and work hard to utilize their skills so as to protect their comrades-in-arms and ensure that their juniors live long enough to get promoted and replace them one day. Of course, said juniors spend their time learning under these expert veterans as apprentices or wingmen, always following their mentors around, assisting them, and learning carefully from each story told and demonstration given. Every pilot likes to keep their cockpit clean and tidy for the next use, treating it as a private office of sorts.\n`;
-					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nFirebase aircraft have a feature that many other aircraft do not: All over the front of each aircraft is the full name and callsign of the pilot of that aircraft, proudly spraypainted on by said pilot. Of course, these 'messages' are transparent from inside the craft and do not impede the pilot's field of vision in any way, but to your enemies, the full name and identity of the man or woman about to kill them is often the last thing they see before they die.\n`;
+					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nFirebase aircraft have a feature that many other aircraft do not: All over the front of each aircraft is the full name and callsign of the pilot of that aircraft, proudly spray-painted on by said pilot. Of course, these 'messages' are transparent from inside the craft and do not impede the pilot's field of vision in any way, but to your enemies, the full name and identity of the man or woman about to kill them is often the last thing they see before they die.\n`;
 					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAn imposing museum has been built just next to the common area, complete with antique artifacts from earlier Firebase history, preserved possessions of legendary Firebase war heroes, and dioramas of the most important battles of your arcology's history. The contents of the museum are updated and rearranged quite frequently too, meaning that regular visitors can reliably expect a novel experience when they arrive. It is here that soldiers and staff of all ages and stripes are welcome to pay their respects and spend time to learn about the history of the organization they serve.\n`;
-					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nIn the territory sorrounding the Free City itself, there are several unassuming and very ancient-looking cave formations established, complete with rocky outcroppings, discreet mouths for entry and exit, and hidden underground tunnels shafts leading out of them. They sometimes even have crude glyphs drawn into them if the Firebase scouts occupying them get bored enough. These cave landforms act as listening posts that monitor incoming and outgoing traffic concerning the arcology, and are rigged to detonate if attacked.\n`;
-					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe soldiers of the Firebase are generally both reserved and focused; there is always going to be another battle to fight, after all. They ussually have a quiet air about them, but whenever eating or just relaxinf, they all have many stories to tell and much advice to give to one another, both personal and professional. There is a lot of mutual respect between the soldiers of the community, on the basis of the wealth of hard experience they share. Older soldiers are prized for their veterancy, and given special assistance and acclaim when they first enlist. Those seniors that demonstrate special insight or mastery are promoted and fast tracked as much as feasibly possible.\n`;
+					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nIn the territory surrounding the Free City itself, there are several unassuming and very ancient-looking cave formations established, complete with rocky outcroppings, discreet mouths for entry and exit, and hidden underground tunnels shafts leading out of them. They sometimes even have crude glyphs drawn into them if the Firebase scouts occupying them get bored enough. These cave landforms act as listening posts that monitor incoming and outgoing traffic concerning the arcology, and are rigged to detonate if attacked.\n`;
+					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe soldiers of the Firebase are generally both reserved and focused; there is always going to be another battle to fight, after all. They usually have a quiet air about them, but whenever eating or just relaxing, they all have many stories to tell and much advice to give to one another, both personal and professional. There is a lot of mutual respect between the soldiers of the community, on the basis of the wealth of hard experience they share. Older soldiers are prized for their veterancy, and given special assistance and acclaim when they first enlist. Those seniors that demonstrate special insight or mastery are promoted and fast tracked as much as feasibly possible.\n`;
 					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMaturity Preferentialism: The Colonel has been a bit more concerned about her legacy as of late; she's working on her autobiography and two other books, has arranged for some of her younger relatives to move to your arcology for safety, and she's even written her Will. She's also a celebrated citizen of your arcology when she makes her appearances, and is widely respected by your people for her prowess and long experience in both military and sexual matters.\n`;
 					break;
 				case 'Paternalism':
-					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nPaternalism is all about improving and saving human lives within the context of Free Cities existence, and you are proud to have granted The Colonel a direct manifestation of this powerful ideal via air power. The Colonel has been delivered her very own OMEGA-series MEDIVAC V/STOL aircraft. This flying monolith is very difficult to manufacture, for it is designed to reach embattled trouble zones very quickly despite its massive weight, make rapid landings in impromptu LZ's despite its massive bulk, and endure heavy fire and extreme weather to evacuate wounded personnel despite being a lightly armoured aircraft. This variant of the OMEGA-series can take in hundreds of casualties for the onboard staff to stablize, before dropping them off at the Firebase for truly intensive care. Given its prestige, ease of use, and tremendous durability, the Colonel has been known to occasionally use it to personally evacuate endangered friendly platoons in the field or sometimes even desperate refugees, whenever she needs a productive diversion from her usual duties.\n`;
-					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nFirebase cuisine is prepared with exceptional care, the talented slave-cooks put lots of attention in replicating their family specialty dishes as best they can whenever asked. The troops love the food they get, and mealtimes here frequently prove to be great occassions for bonding.\n`;
+					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nPaternalism is all about improving and saving human lives within the context of Free Cities existence, and you are proud to have granted The Colonel a direct manifestation of this powerful ideal via air power. The Colonel has been delivered her very own OMEGA-series MEDIVAC V/STOL aircraft. This flying monolith is very difficult to manufacture, for it is designed to reach embattled trouble zones very quickly despite its massive weight, make rapid landings in impromptu LZ's despite its massive bulk, and endure heavy fire and extreme weather to evacuate wounded personnel despite being a lightly armored aircraft. This variant of the OMEGA-series can take in hundreds of casualties for the onboard staff to stabilize, before dropping them off at the Firebase for truly intensive care. Given its prestige, ease of use, and tremendous durability, the Colonel has been known to occasionally use it to personally evacuate endangered friendly platoons in the field or sometimes even desperate refugees, whenever she needs a productive diversion from her usual duties.\n`;
+					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nFirebase cuisine is prepared with exceptional care, the talented slave-cooks put lots of attention in replicating their family specialty dishes as best they can whenever asked. The troops love the food they get, and mealtimes here frequently prove to be great occasions for bonding.\n`;
 					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nWhen they eat, the troops are sometimes treated to weekly FC TV fantasy series broadcasts often featuring chivalrous knights and plucky heroes fighting and winning classic battles of good and evil, before said champions take to enjoying explicit, yet wholesome sex with the numerous maidens, housewives, noblewomen, and queens they rescue.\n`;
-					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery slave here is allotted regular breaks, issued protective gloves and aprons for their work, and even recieve regular medical checkups. Numerous slaves have also befriended some soldiers, and even sometimes see these soldiers off on their regular deployments.\n`;
-					if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe new captives brought t the processing cages are all given 'slave manuals', printed in their declared native language. The manuals are meant to thoroughly inform them of how they should best serve and survive in their new lives. They are all given clean bedrolls to spare them from sleeping on the floor of their cages, and they are also given regular psychaitric and physical evaluations to ensure sound body and mind.'\n`;
+					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery slave here is allotted regular breaks, issued protective gloves and aprons for their work, and even receive regular medical checkups. Numerous slaves have also befriended some soldiers, and even sometimes see these soldiers off on their regular deployments.\n`;
+					if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe new captives brought t the processing cages are all given 'slave manuals', printed in their declared native language. The manuals are meant to thoroughly inform them of how they should best serve and survive in their new lives. They are all given clean bedrolls to spare them from sleeping on the floor of their cages, and they are also given regular psychiatric and physical evaluations to ensure sound body and mind.'\n`;
 					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nComfort is king here. Every chair now enjoys soft fluffy padding while every table is fully adjustable in height. The large and well-maintained side dens that serve as the local slave quarters all feature simple-yet-comfortable bunk beds, proper plumbing and heating, and even their very own soft drink dispensers.\n`;
-					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe barracks are certainly not the first of their kind in the Free Cities, but they are among the first to provide an actual side room for Barracks-slaves to relax in when their shifts are done. The Slave Lounge is very well furnished, with soft furniture and a large wallscreen television to maximize comfort. Sometimes the occassional soldier will even drop by when they want to spend time with some 'civvies' for a change.\n`;
-					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nOn the largest wall in the armory, there is a massive wallscreen. This wallscreen serves as an interactive digital plaque of commemoration. Upon it lie the listed names of every retired and deceased former member of the Firebase, and one only has to touch it to see a listee's profile, search for a specific name, or scroll up or down the immense list. If one were only to touch a name, they will see a profile pop-up containing the full life story of that soldier -- or at least as much of it as they wanted to share -- along with their full service records, with special emphasis placed on any heroic deeds in battle or valorous conduct in general. On tiny wallspeakers, triumphant music gently plays while onlookers scroll. On both flanks of the wallscreen, an honour guard stands vigil.\n`;
-					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe command center has been made extremely comfortable. The tables and chairs are adjustable, each battlestation has its own heating and air conditioning unit for highly localized climate control, and there is are monthly rewards for commanders who manage to keep soldier, slave, and civillian casualties especially low. There is a long sofa near the entrance for obedient slaves assigned here to relax and chat on when not being called to serve. Next to the sofa there is also a big plush rug piled with soft pillows if a deserving commander or two wants to have a relaxing fuck with unoccupied slaves. The atmosphere is relaxed and cordial by military standards, even between the slaves and staff.\n`;
+					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe barracks are certainly not the first of their kind in the Free Cities, but they are among the first to provide an actual side room for Barracks-slaves to relax in when their shifts are done. The Slave Lounge is very well furnished, with soft furniture and a large wallscreen television to maximize comfort. Sometimes the occasional soldier will even drop by when they want to spend time with some 'civvies' for a change.\n`;
+					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nOn the largest wall in the armory, there is a massive wallscreen. This wallscreen serves as an interactive digital plaque of commemoration. Upon it lie the listed names of every retired and deceased former member of the Firebase, and one only has to touch it to see a listee's profile, search for a specific name, or scroll up or down the immense list. If one were only to touch a name, they will see a profile pop-up containing the full life story of that soldier -- or at least as much of it as they wanted to share -- along with their full service records, with special emphasis placed on any heroic deeds in battle or valorous conduct in general. On tiny wallspeakers, triumphant music gently plays while onlookers scroll. On both flanks of the wallscreen, an honor guard stands vigil.\n`;
+					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe command center has been made extremely comfortable. The tables and chairs are adjustable, each battle station has its own heating and air conditioning unit for highly localized climate control, and there is are monthly rewards for commanders who manage to keep soldier, slave, and civilian casualties especially low. There is a long sofa near the entrance for obedient slaves assigned here to relax and chat on when not being called to serve. Next to the sofa there is also a big plush rug piled with soft pillows if a deserving commander or two wants to have a relaxing fuck with unoccupied slaves. The atmosphere is relaxed and cordial by military standards, even between the slaves and staff.\n`;
 					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nIn the 'special projects chamber' of the drug laboratory, the balcony's sealed control room overlooks a hopeful sight: rows upon rows of rejuvenation tanks installed here house dozens of critically injured soldiers and slaves from all around the Firebase, and even a few dying citizens from the main arcology; here the drug laboratory tests, applies, and perfects its newest curative formulae and solutes on emergency patients that need them most.\n`;
-					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe proud slave owners in the Firebase can be seen donating portions of their free time to studying and applying the slave improvement materials in their possession; best-selling slave-training books, novelty slave clothing, and slave nutrition meal plans are all commonplace tools to slavemaster hobbyists in your martial employ. Especially notable are the slave-oriented gifts such as slave-written gift books or randomized gift boxes for deserving slaves who like suprises.\n`;
-					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe many slave-capture drones have all been equipped with helpful light cyber-warfare suites meant to take over nearby enemy and civillian devices to display or broadcast simple messages; unprotected PDA's, computers, smartphones, radios, combeads, and so on are hijacked to communicate placative statements like "PLEASE SURRENDER", "DON'T SHOOT", or "WE'RE HERE TO HELP".\n`;
-					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSafety, Survivability, and Dependability are very high priorities for the dedicated maintainance and refitting crews of the garage. There are safety notices pasted onto the walls of many duty stations within the garage, clearly encouraging mechanics and crewmen to exercise great caution and best practices in dealing with the vehicles in their care. Additonal safety instructions and even some well-wishes painted on by the staffmen can be found inside the vehicles as well.\n`;
-					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEven more important are the extensive armour kits that are added to every vehicle; RPG cages, NERA and TUSK armour plate kits, active protection systems, chaff and smoke dispensers, and more are in plentiful stock ith the garage, and very few of the Firebase's ground vehicles lack at least one of these features.\n`;
-					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAt the discretion of the air force's lieutenant colonel, saftey railing, emergency deployable arrestor wires, composite metal revetments, reinforced vehicle suspension mechanisms, and explosives-grade ballistic glass walls all occupy the space of the hangar as needed. This is all to ensure optimal safety for staff, pilots, and visitors present even if the most severe of landing/takeoff accidents or maintainence errors were to occur. Drills are taken every month to ensure ideal responses to various disasters such as aircraft crash incidents or in-house fire breakouts, with the emphasis on recovering as many wounded survivors as possible from such hazardous situations.\n`;
-					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe Paternalism-inspired aircraft are favoured for their dedication to survivability; kevlar plating has been intergrated into most of the airframes in use, and every single aircraft comes with a variety of chaff & smoke munitions, lightweight smoke generation machinery, MEDIVAC equipment to stabilize wounded soldiers and captives, and shock-absorbent seating with redundant seatbelts to minimize crash casualties. When landing, your transport aircraft are known for the utterly massive mountains of smoke they can generate within their chosen Landing Zones to obscure and conceal dismounting soldiers from enemy observation and fire. You have every intention of keeping your people alive, and they all know and appreciate this.\n`;
-					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere is a modest slave training academy not very far from the realatively-pristine slave processing cages, and it has much to offer. Ettiquette, obedience, sex tips, roleplay skills, housekeeping, vocational knowledge, street smarts, and physical & mental conditioning are all taught with great efficiency here using very humane teaching and motivational techniques. Remarkably, this location even provides complimentary psychological treatments to students suffering from PTSD or related conditions. Firebase-resident slaveowners often bring their newest purchases or captures to this place to fast track their slaves' mental development, and it is not hard to see why, despite the high prices.\n`;
-					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA fully furnished, equipped, and staffed high-capacity military hospital complex has been established on the outskirts of the Firebase entrance. With its large rooftop helipads and a spacious reinforced parking lot, it can recieve and process vast quantities of wounded personnel from all means at all times to ensure that every wounded person is secured and treated within the 'golden hour'. Thanks to this facility, far fewer lives are wasted through battle; since its creation even most enemy casualties have been successfully rescued, healed, and later sold off for profits. During the more peaceful, less intense weeks of operation, the complex is even known to 'generously' take in entire mobs of haggard refugees and nomads in need in 'free' food, housing, and medical care; they are welcomed in, nursed completely to health over several weeks, and finally enslaved and bulk sold to another Paternalist arcology as payment for their care. The Firebase has always contained its own dedicated medical facilities of course, but now, it enjoys truly peerless lifesaving provisions.\n`;
-					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nTrustworthiness and Fidelity are sancrosanct in your Firebase, and this is making the espirit de corps very formidable as the months pass by. This enclave places great importance on the community's development and wellbeing, and more personnel than ever are investing in their futures with health therapy regemins or higher education courses. Because of this, new recruits are accorded with respect and careful attention; the priority is weeding out aspirants too selfish for the Firebase's good, and instilling knowledge and professionalism into those that are left. Staff, Soldier, and Slaves, are all honourbound to accord each other eseem and respect, with politeness and honesty being the standard expected of all. At the bottom of it all are the slaves; nearly everyone has to shoulder some portion of the grand task of liquidating the old world in your name. To cope with the many risks and pressures of their jobs, your soldiers rely upon the availible slaves. The many slaves present serve as caretakers, confessors, and concubines, and efforts ar taken to remind them that their work is appreciated. At any time, one can see an off duty veteran teaching survival lessons to a new recruit. Over by the triage, a medic is patiently tending the injuries of POWs recently taken from a raided enemy camp. Elsewhere, a group of slaves is playing cards in the last few minutes of their free time. An optimistic mindset has taken hold of the Firebase, and you doubt it will lt go anytime soon.  `;
-					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nPaternalism: The Colonel is behaving much more kindly towards those she considers her people; wages and bonuses have been increased, she keeps an open-door policy with her troops, and she is happy to occassionally take the lead in some of the trainings and the tours of The Firebase that are given to newcomers. She takes efforts to make sure her people see her as trustworthy.\n`;
+					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe proud slave owners in the Firebase can be seen donating portions of their free time to studying and applying the slave improvement materials in their possession; best-selling slave-training books, novelty slave clothing, and slave nutrition meal plans are all commonplace tools to slavemaster hobbyists in your martial employ. Especially notable are the slave-oriented gifts such as slave-written gift books or randomized gift boxes for deserving slaves who like surprises.\n`;
+					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe many slave-capture drones have all been equipped with helpful light cyber-warfare suites meant to take over nearby enemy and civilian devices to display or broadcast simple messages; unprotected PDA's, computers, smartphones, radios, comm-beads, and so on are hijacked to communicate placative statements like "PLEASE SURRENDER", "DON'T SHOOT", or "WE'RE HERE TO HELP".\n`;
+					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSafety, Survivability, and Dependability are very high priorities for the dedicated maintenance and refitting crews of the garage. There are safety notices pasted onto the walls of many duty stations within the garage, clearly encouraging mechanics and crewmen to exercise great caution and best practices in dealing with the vehicles in their care. Additional safety instructions and even some well-wishes painted on by the staff can be found inside the vehicles as well.\n`;
+					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEven more important are the extensive armor kits that are added to every vehicle; RPG cages, NERA and TUSK armor plate kits, active protection systems, chaff and smoke dispensers, and more are in plentiful stock within the garage, and very few of the Firebase's ground vehicles lack at least one of these features.\n`;
+					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAt the discretion of the air force's lieutenant colonel, safety railing, emergency deployable arrestor wires, composite metal revetments, reinforced vehicle suspension mechanisms, and explosives-grade ballistic glass walls all occupy the space of the hangar as needed. This is all to ensure optimal safety for staff, pilots, and visitors present even if the most severe of landing/takeoff accidents or maintenance errors were to occur. Drills are taken every month to ensure ideal responses to various disasters such as aircraft crash incidents or in-house fire breakouts, with the emphasis on recovering as many wounded survivors as possible from such hazardous situations.\n`;
+					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe Paternalism-inspired aircraft are favored for their dedication to survivability; Kevlar plating has been integrated into most of the airframes in use, and every single aircraft comes with a variety of chaff & smoke munitions, lightweight smoke generation machinery, MEDIVAC equipment to stabilize wounded soldiers and captives, and shock-absorbent seating with redundant seatbelts to minimize crash casualties. When landing, your transport aircraft are known for the utterly massive mountains of smoke they can generate within their chosen Landing Zones to obscure and conceal dismounting soldiers from enemy observation and fire. You have every intention of keeping your people alive, and they all know and appreciate this.\n`;
+					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere is a modest slave training academy not very far from the relatively-pristine slave processing cages, and it has much to offer. Etiquette, obedience, sex tips, roleplay skills, housekeeping, vocational knowledge, street smarts, and physical & mental conditioning are all taught with great efficiency here using very humane teaching and motivational techniques. Remarkably, this location even provides complimentary psychological treatments to students suffering from PTSD or related conditions. Firebase-resident slaveowners often bring their newest purchases or captures to this place to fast track their slaves' mental development, and it is not hard to see why, despite the high prices.\n`;
+					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA fully furnished, equipped, and staffed high-capacity military hospital complex has been established on the outskirts of the Firebase entrance. With its large rooftop helipads and a spacious reinforced parking lot, it can receive and process vast quantities of wounded personnel from all means at all times to ensure that every wounded person is secured and treated within the 'golden hour'. Thanks to this facility, far fewer lives are wasted through battle; since its creation even most enemy casualties have been successfully rescued, healed, and later sold off for profits. During the more peaceful, less intense weeks of operation, the complex is even known to 'generously' take in entire mobs of haggard refugees and nomads in need in 'free' food, housing, and medical care; they are welcomed in, nursed completely to health over several weeks, and finally enslaved and bulk sold to another Paternalist arcology as payment for their care. The Firebase has always contained its own dedicated medical facilities of course, but now, it enjoys truly peerless lifesaving provisions.\n`;
+					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nTrustworthiness and Fidelity are sacrosanct in your Firebase, and this is making the "esprit de corps" very formidable as the months pass by. This enclave places great importance on the community's development and wellbeing, and more personnel than ever are investing in their futures with health therapy regimens or higher education courses. Because of this, new recruits are accorded with respect and careful attention; the priority is weeding out aspirants too selfish for the Firebase's good, and instilling knowledge and professionalism into those that are left. Staff, Soldier, and Slaves, are all honorbound to accord each other esteem and respect, with politeness and honesty being the standard expected of all. At the bottom of it all are the slaves; nearly everyone has to shoulder some portion of the grand task of liquidating the old world in your name. To cope with the many risks and pressures of their jobs, your soldiers rely upon the available slaves. The many slaves present serve as caretakers, confessors, and concubines, and efforts ar taken to remind them that their work is appreciated. At any time, one can see an off duty veteran teaching survival lessons to a new recruit. Over by the triage, a medic is patiently tending the injuries of POWs recently taken from a raided enemy camp. Elsewhere, a group of slaves is playing cards in the last few minutes of their free time. An optimistic mindset has taken hold of the Firebase, and you doubt it will lt go anytime soon. `;
+					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nPaternalism: The Colonel is behaving much more kindly towards those she considers her people; wages and bonuses have been increased, she keeps an open-door policy with her troops, and she is happy to occasionally take the lead in some of the trainings and the tours of The Firebase that are given to newcomers. She takes efforts to make sure her people see her as trustworthy.\n`;
 					break;
 				case 'Degradationism':
-					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nDegredationism is all about belittling or destroying others' lives for one's own benefit, and you are proud to have granted The Colonel a direct manifestation of this powerful ideal via air power. The Colonel has been delivered her very own ALPHA-series STARSCREAM fighter-bomber aircraft. This flying behemoth is very difficult to manufacture, for it is designed to reach and dominate constested air spaces very quickly despite its massive weight and make rapid & precise bombing runs landings in tight urban environments despite its massive bulk. This variant of the ALPHA-series can rake in hundreds of casualties per minute with the help of its onboard targeting AI's, numerous swiveling autocannons & missile bays, and its wide onboard assortment of modern multi-munitions payloads for truly intensive carnage. Given its prestige, ease of use, and tremendous lethality, the Colonel has been known to occasionally use it to personally strike exposed enemy platoons in the field or sometimes even desperate refugees that get just a little too close to the Free City.\n`;
-					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nFirebase cuisine is prepared with exceptional care; after all, human meat is no joke, and cannibalism in the Free Cities is a very controversial and esoteric topic as is. Regardless, the troops love the food they get, even after they learn the truth about the food they consume. As such the Firebase is one of the rare testbeds around the world for this daring new frontier of diet.  `;
-					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nWhen they eat, the troops are sometimes treated to weekly FC TV gritty series broadcasts often featuring villanous protagonists outsmarting and outfighting multitudes of do-gooders and rivals, before they take to enjoying explicit, very rough sex with the numerous schoolgirls, housewives, businesswomen, and policewomen they kidnap.\n`;
+					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nDegredationism is all about belittling or destroying others' lives for one's own benefit, and you are proud to have granted The Colonel a direct manifestation of this powerful ideal via air power. The Colonel has been delivered her very own ALPHA-series STARSCREAM fighter-bomber aircraft. This flying behemoth is very difficult to manufacture, for it is designed to reach and dominate contested air spaces very quickly despite its massive weight and make rapid & precise bombing runs landings in tight urban environments despite its massive bulk. This variant of the ALPHA-series can rake in hundreds of casualties per minute with the help of its onboard targeting AI's, numerous swiveling autocannons & missile bays, and its wide onboard assortment of modern multi-munitions payloads for truly intensive carnage. Given its prestige, ease of use, and tremendous lethality, the Colonel has been known to occasionally use it to personally strike exposed enemy platoons in the field or sometimes even desperate refugees that get just a little too close to the Free City.\n`;
+					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nFirebase cuisine is prepared with exceptional care; after all, human meat is no joke, and cannibalism in the Free Cities is a very controversial and esoteric topic as is. Regardless, the troops love the food they get, even after they learn the truth about the food they consume. As such the Firebase is one of the rare testbeds around the world for this daring new frontier of diet. `;
+					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nWhen they eat, the troops are sometimes treated to weekly FC TV gritty series broadcasts often featuring villainous protagonists outsmarting and outfighting multitudes of do-gooders and rivals, before they take to enjoying explicit, very rough sex with the numerous schoolgirls, housewives, businesswomen, and policewomen they kidnap.\n`;
 					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAll of the slaves are hounded; much is asked of them, and soldiers are encouraged to beat them liberally if fail in the slightest. They have all been branded, and they always seem worried for themselves and each other.\n`;
 					if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe built-in shower wall used by the processing cages has been dubbed by the captives brought there as the 'Wall Of Blood'; for even minor infractions or failures, new slaves are lined up against the ceramic tiles and whipped bloody.\n`;
 					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nGames will be had. Bets will be taken. The chairs and tables present are all arranged in loose circles throughout the common area, and for one purpose: Slave Fights. At any time, any two random slaves can be plucked from menial duties to be fed into the open space within one of the circles to beat each other for the soldiers' amusement.\n`;
-					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEach bed unit has 4 pairs of shackles attached; one for each cornerpost. As they please, soldiers will chain their favorite personal slave to their bed to wait for them until their return from duties, a meal, or a deployment. You see several dozen slaves confined to the barracks in this manner from where you are standing.\n`;
-					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nOn the largest wall in the armoury, there is a massive wallscreen. This wallscreen serves as an interactive digital map of conquest, displaying the entire theatre of operation in tremendous detail. Scattered upon this zoomable mega map lies the many marker dots placed over it, each marking a specific past location that the Firebase's soldiers have fought at or raided. One only has to touch the screen to see a full profile of a prior combat engagement, search for a specific engagement, or zoom in or out of any point on the immense map. If one were only to touch a marker dots, they will see a full battle profile pop-up containing the brutal After Action Report of that battle, along with graphic pictures and video footage of it. Special emphasis is placed on treatment of captured soldiers and/or civillians after each battle, with several uncensored clips availible on many of the profiles depicting beatdowns, mutilations, burnings, or literally anything else your soldiers felt like doing to their captives. The screaming can be heard in high-definition sorround sound thanks to the tiny wallspeakers present. On both flanks of the wallscreen, a tightly bound slave is kneeling, with a ring gag in their mouth, so that onlookers can get a quick blowjob while they browse the records.\n`;
+					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEach bed unit has 4 pairs of shackles attached; one for each corner post. As they please, soldiers will chain their favorite personal slave to their bed to wait for them until their return from duties, a meal, or a deployment. You see several dozen slaves confined to the barracks in this manner from where you are standing.\n`;
+					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nOn the largest wall in the armory, there is a massive wallscreen. This wallscreen serves as an interactive digital map of conquest, displaying the entire theatre of operation in tremendous detail. Scattered upon this zoomable mega map lies the many marker dots placed over it, each marking a specific past location that the Firebase's soldiers have fought at or raided. One only has to touch the screen to see a full profile of a prior combat engagement, search for a specific engagement, or zoom in or out of any point on the immense map. If one were only to touch a marker dots, they will see a full battle profile pop-up containing the brutal After Action Report of that battle, along with graphic pictures and video footage of it. Special emphasis is placed on treatment of captured soldiers and/or civilians after each battle, with several uncensored clips available on many of the profiles depicting beatdowns, mutilations, burnings, or literally anything else your soldiers felt like doing to their captives. The screaming can be heard in high-definition surround sound thanks to the tiny wallspeakers present. On both flanks of the wallscreen, a tightly bound slave is kneeling, with a ring gag in their mouth, so that onlookers can get a quick blowjob while they browse the records.\n`;
 					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere are copious splatters of blood and semen to be found in the middle of the command center, and for good reason; there is a circle of pillories there, each loaded with a gagged and bloodied rebellious slave. During or after missions that prove to be frustrating or humiliating, commanders are free to take out their full frustrations on the pillory slaves. After pleasing victories, the command staff are known to attack the pillory slaves en masse, for a circular group victory fuck.\n`;
-					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nIn the 'special projects chamber' of the drug laboratory, the balcony's sealed control room overlooks a dreadful sight: a cold concrete floor holds dozens of unbroken slaves and disobedient soldiers  from all around the Firebase and even a few undesirable citizens from the main arcology; here the drug laboratory tests and perfects its newest hullucenigenic, poison, and irritant formulae and gasses on deserving individuals so as to maximize your military's psychological and NBC warfare capabilities.\n`;
-					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe prideful slave owners in the Firebase can be seen donating portions of their free time to studying and applying the slave debasement materials in their possession; best-selling slave-breaking books, harsh bondage apparel with complimentary rope or chainlink restraints, and slave discipline whips and prods are all commonplace tools to slavemaster hobbyists in your martial employ. Especially notable is the casual manner in which these slave-hostile materials are purchased.\n`;
-					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe many slave-capture drones have all been equipped with helpful light cyber-warfare suites meant to take over nearby enemy and civillian devices to display or broadcast simple messages; unprotected PDA's, computers, smartphones, radios, combeads, and so on are hijacked to communicate belittling statements like "SURRENDER BITCH", "DON'T BOTHER", or "RESISTING MAKES IT WORSE".\n`;
-					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAggression, Lethality, and Versatility are very high priorities for the dedicated maintainance and refitting crews of the garage. There are killcount chalkboards posted onto the walls of many duty stations within the garage, clearly encouraging mechanics and crewmen to do their best to better augment and utilize the vehicles in their charge and compete against their sibling units. Every week, new taunts and insults can be found crudely painted onto the interior of each vehicle, no doubt planted there by hecklers from a rival sibling unit aiming to goad that crew into another killing contest.\n`;
-					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEven more important are the extensive weapon kits that are added to every vehicle; ATGM mounts, SAM and AAMG turret kits, quad-machine gun mounts, automatic grenade launchers, and more are in plentiful stock ith the garage, and very few of the Firebase's ground vehicles lack at least one of these features.\n`;
-					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAs dictated by the air force's lieutenant colonel, concrete barricades, barbed wire fences, a composite metal brig, reinforced vehicle scrapping mechanisms, and explosives-grade ballistic glass observation decks all occupy the space of the hangar as needed. Of course, their purpose is to ensure optimal intimidation for the staff, pilots, and visitors present. If even the most minor of landing/takeoff accidents or maintainence errors were to occur, punishments for those responsible are public, lengthy, and brutal spectacles. Drills are taken every month to ensure ideal responses to various disasters such as aircraft crash incidents or in-house fire breakouts, with the emphasis on recovering as much salvagable hardware as possible from such hazardous situations.\n`;
-					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe Degredationism-inspired aircraft are favoured for their dedication to lethality; every month, fresh POW's are chained up to the outside of tasked VTOLs for decoration, and every single aircraft comes augmented with many strands of  barbed wire, many hull portholes for passengers to shoot enemies from, and additional hardpoints for attaching missile launcher tubes. When landing, your transport aircraft are known for the utterly massive torrents of suppressing fire they can generate within their chosen Landing Zones to disable and kill nearby combatants that are targeting dismounting soldiers. You have every intention of demoralizing and destroying anyone standing in opposition to your people, and your people all know and appreciate this.\n`;
-					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere is a discreet slave breaking dungeon not very far from the realatively-harsh slave processing cages, and it has much to offer. Obsequitance, submission, righteous terror are instilled with great efficiency into every slave interned here through nonstop physical & mental torture. Remarkably, this location even provides complete personality reconstruction services, which involve delibrately mindbreaking inmates through intensive traumatization, before promptly rebuilding their minds and personas into the exact form desired by the clientele. Firebase-resident slaveowners often bring their newest purchases or captures to this place to fast track their slaves' transition into slave life, and it is not hard to see why, despite the high prices.\n`;
-					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA fully furnished, equipped, and staffed maximum-security military prison complex has been established on the outskirts of the Firebase entrance. With its tall rooftop watchtower and a spacious reinforced central courtyard, it can retain and retrain vast quantities of future slaves  using the many tools and trainers availible at all times to ensure that every captured person  can be quickly made ready for a life of labour, be it sexual or otherwise. The trainers and prison guards are clinical and unsympathetic in their duties, and thanks to this facility's vast capacity, excess slaves that the Firebase cannot hold are no longer left behind after raids. Since the creation of the complex, the Firebase can now accomodate as many slaves as it wants, and now entire townships can be casually picked clean of human life and have their populations be fully trained at the Firebase's leisure before sale. The Firebase has always contained its own dedicated slaveholding and slave training facilities of course, but now, it enjoys truly peerless enslavement provisions.\n`;
-					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nDominance and Greed are sancrosanct in your Firebase, and this is making the espirit de corps very fearsome as the months pass by. This clan places great importance on the community's violence of action, and more personnel than ever are stacking the odds in their favour with close quarters combat regemins or advanced interrogation courses. Because of this, new recruits are accorded with hostility and careful scrutiny; the priority is weeding out aspirants too squeemish for the Firebase's good, and instilling ferocity and determination into those that are left. Staff and Soldiers alike are bound to their strict and highly competitive social totem poles, where esteem and respect comes strictly from each member's skills, kills, or wealth. Politeness and Compassion are seen as signs of weakness, of course. At the bottom of it all are the slaves; bar the Colonel and her top dogs, nearly everyone here is getting taken advantage of by those higher uptheir superiors, and thus everyone in need of a release valve for their rage will simply snatch up the nearest availible slave. Therefore, unproved beatings, torturings, and rapings of the many slaves present are so common that they are ignored. At any time, one can see a few off duty veterans hazing the shit out od anew recruit. Over by the bars, two troopers are brawling in front of a jeering crowd, duking it out over some percieved slight or another. Elsewhere, a group of slaves is huddling together for warmth in the last few minutes of their sleep time. A predatory mindset has taken hold of the Firebase, and you doubt it will lt go anytime soon.\n`;
-					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nDegredationism: The Colonel is on the prowl; she is more reckless, impulsive, and aggressive than before, as if there is some demanding beast inside of her that she can't quite satisfy. Her personality itself hasn't changed; she speaks with you just as affably as before... Her actions are what's different: Prisoners of war, slave captives, and civillians are treated with no dignity at all, and she seems to greatly enjoy punishing her troops harshly for transgressions and failures. She still generously rewards successes, however.\n`;
+					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nIn the 'special projects chamber' of the drug laboratory, the balcony's sealed control room overlooks a dreadful sight: a cold concrete floor holds dozens of unbroken slaves and disobedient soldiers from all around the Firebase and even a few undesirable citizens from the main arcology; here the drug laboratory tests and perfects its newest hallucinogenic, poison, and irritant formulae and gasses on deserving individuals so as to maximize your military's psychological and NBC warfare capabilities.\n`;
+					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe prideful slave owners in the Firebase can be seen donating portions of their free time to studying and applying the slave debasement materials in their possession; best-selling slave-breaking books, harsh bondage apparel with complimentary rope or chain-link restraints, and slave discipline whips and prods are all commonplace tools to slavemaster hobbyists in your martial employ. Especially notable is the casual manner in which these slave-hostile materials are purchased.\n`;
+					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe many slave-capture drones have all been equipped with helpful light cyber-warfare suites meant to take over nearby enemy and civilian devices to display or broadcast simple messages; unprotected PDA's, computers, smartphones, radios, comm-beads, and so on are hijacked to communicate belittling statements like "SURRENDER BITCH", "DON'T BOTHER", or "RESISTING MAKES IT WORSE".\n`;
+					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAggression, Lethality, and Versatility are very high priorities for the dedicated maintenance and refitting crews of the garage. There are killcount chalkboards posted onto the walls of many duty stations within the garage, clearly encouraging mechanics and crewmen to do their best to better augment and utilize the vehicles in their charge and compete against their sibling units. Every week, new taunts and insults can be found crudely painted onto the interior of each vehicle, no doubt planted there by hecklers from a rival sibling unit aiming to goad that crew into another killing contest.\n`;
+					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEven more important are the extensive weapon kits that are added to every vehicle; ATGM mounts, SAM and AAMG turret kits, quad-machine gun mounts, automatic grenade launchers, and more are in plentiful stock within the garage, and very few of the Firebase's ground vehicles lack at least one of these features.\n`;
+					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAs dictated by the air force's lieutenant colonel, concrete barricades, barbed wire fences, a composite metal brig, reinforced vehicle scrapping mechanisms, and explosives-grade ballistic glass observation decks all occupy the space of the hangar as needed. Of course, their purpose is to ensure optimal intimidation for the staff, pilots, and visitors present. If even the most minor of landing/takeoff accidents or maintenance errors were to occur, punishments for those responsible are public, lengthy, and brutal spectacles. Drills are taken every month to ensure ideal responses to various disasters such as aircraft crash incidents or in-house fire breakouts, with the emphasis on recovering as much salvageable hardware as possible from such hazardous situations.\n`;
+					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe Degradationism-inspired aircraft are favored for their dedication to lethality; every month, fresh POW's are chained up to the outside of tasked VTOLs for decoration, and every single aircraft comes augmented with many strands of barbed wire, many hull portholes for passengers to shoot enemies from, and additional hardpoints for attaching missile launcher tubes. When landing, your transport aircraft are known for the utterly massive torrents of suppressing fire they can generate within their chosen Landing Zones to disable and kill nearby combatants that are targeting dismounting soldiers. You have every intention of demoralizing and destroying anyone standing in opposition to your people, and your people all know and appreciate this.\n`;
+					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere is a discreet slave breaking dungeon not very far from the relatively-harsh slave processing cages, and it has much to offer. Obsequience, submission, righteous terror are instilled with great efficiency into every slave interned here through nonstop physical & mental torture. Remarkably, this location even provides complete personality reconstruction services, which involve deliberately mindbreaking inmates through intensive traumatization, before promptly rebuilding their minds and personas into the exact form desired by the clientele. Firebase-resident slaveowners often bring their newest purchases or captures to this place to fast track their slaves' transition into slave life, and it is not hard to see why, despite the high prices.\n`;
+					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA fully furnished, equipped, and staffed maximum-security military prison complex has been established on the outskirts of the Firebase entrance. With its tall rooftop watchtower and a spacious reinforced central courtyard, it can retain and retrain vast quantities of future slaves using the many tools and trainers available at all times to ensure that every captured person can be quickly made ready for a life of labor, be it sexual or otherwise. The trainers and prison guards are clinical and unsympathetic in their duties, and thanks to this facility's vast capacity, excess slaves that the Firebase cannot hold are no longer left behind after raids. Since the creation of the complex, the Firebase can now accommodate as many slaves as it wants, and now entire townships can be casually picked clean of human life and have their populations be fully trained at the Firebase's leisure before sale. The Firebase has always contained its own dedicated slaveholding and slave training facilities of course, but now, it enjoys truly peerless enslavement provisions.\n`;
+					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nDominance and Greed are sacrosanct in your Firebase, and this is making the "esprit de corps" very fearsome as the months pass by. This clan places great importance on the community's violence of action, and more personnel than ever are stacking the odds in their favor with close quarters combat regimens or advanced interrogation courses. Because of this, new recruits are accorded with hostility and careful scrutiny; the priority is weeding out aspirants too squeamish for the Firebase's good, and instilling ferocity and determination into those that are left. Staff and Soldiers alike are bound to their strict and highly competitive social totem poles, where esteem and respect comes strictly from each member's skills, kills, or wealth. Politeness and Compassion are seen as signs of weakness, of course. At the bottom of it all are the slaves; bar the Colonel and her top dogs, nearly everyone here is getting taken advantage of by those higher up, and thus everyone in need of a release valve for their rage will simply snatch up the nearest available slave. Therefore, unproved beatings, torturings, and rapings of the many slaves present are so common that they are ignored. At any time, one can see a few off duty veterans hazing the shit out of a new recruit. Over by the bars, two troopers are brawling in front of a jeering crowd, duking it out over some perceived slight or another. Elsewhere, a group of slaves is huddling together for warmth in the last few minutes of their sleep time. A predatory mindset has taken hold of the Firebase, and you doubt it will lt go anytime soon.\n`;
+					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nDegredationism: The Colonel is on the prowl; she is more reckless, impulsive, and aggressive than before, as if there is some demanding beast inside of her that she can't quite satisfy. Her personality itself hasn't changed; she speaks with you just as affably as before... Her actions are what's different: Prisoners of war, slave captives, and civilians are treated with no dignity at all, and she seems to greatly enjoy punishing her troops harshly for transgressions and failures. She still generously rewards successes, however.\n`;
 					break;
 				case 'Physical_Idealism':
-					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nWith the help of her own personal Amphibious Assault Landship, The Colonel can stage a minature invasion or expedition behind enemy lines or unclaimed territories whenever she pleases, independant of what the rest of the Firebase is up to. This massive, high-performance, quad tracked vehicle can seemlessly transition from land to sea and vice-versa, while sporting a turret armed with a recoilless main gun, and carrying a company-sized element of light infantry and a week's worth of their supplies. This vehicle's long range and hefty versatility makes it a perfect vehicle for the Colonel to stay productive during her more independant, adventerous moods.\n`;
-					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nTender meats of all kinds are made availible in abundance, with a free protein powder packet or nutrition bar provided with each meal. Sweetened protein drinks are availible in all forms and varieties as well, including milkshakes and even alcholic beverages.\n`;
+					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nWith the help of her own personal Amphibious Assault Landship, The Colonel can stage a miniature invasion or expedition behind enemy lines or unclaimed territories whenever she pleases, independent of what the rest of the Firebase is up to. This massive, high-performance, quad tracked vehicle can seamlessly transition from land to sea and vice-versa, while sporting a turret armed with a recoilless main gun, and carrying a company-sized element of light infantry and a week's worth of their supplies. This vehicle's long range and hefty versatility makes it a perfect vehicle for the Colonel to stay productive during her more independent, adventurous moods.\n`;
+					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nTender meats of all kinds are made available in abundance, with a free protein powder packet or nutrition bar provided with each meal. Sweetened protein drinks are available in all forms and varieties as well, including milkshakes and even alcoholic beverages.\n`;
 					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere are several monthly Free Cities fitness magazine deliveries to ensure everyone gets their free copy. In true Free Cities fashion the magazines are one third informative and well-written articles, and two thirds explicit full-color sex spreads featuring very muscular women and men vigorously going at it. \n`;
 					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMany of the slaves here are all in excellent physical shape: All the slaves are musclebound to varying degrees, with biceps, shoulders, glutes, traps, and other muscles all large size and sharply defined. They are required to strip naked and exercise intensely before and after their assigned work shifts in order to maintain their gains, prior to showering and dressing, and they do all these things in full view of the soldiers.\n`;
-					if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEach cage contains a pair of dumbells and a discarded Free Cities bodybuilding magazine containing workouts, fitness articles, and musclegirl porn. Everyday, each captive is brought out of their cage to perform a workout from their magazine from memory, and they are punished if they fail or refuse.\n`;
-					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe west end of the common area has the tables and chairs there packed much more tighly together than before, and for good reason; the entire wing is dominated by an olympic swimming pool, flanked on both sides by weight benches, exercise machines, weight racks, and even unisex standing showers and lockers. This open air gym is a widely frequented attraction; with support staff, soldiers, and even some highly-favored slaves partaking of its attractions whenever they have the time. Music is playing loudly, and you see a few beach balls floating idly in the pool.\n`;
-					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery single bed has been reinforced to serve as a makeshift ab-work platform, with stregnthened posts and a small rack attached for the medicine ball each bed unit is issued. With their daily workout now within arms reach, soldiers too lazy or busy to hit the gym can now squeeze out a few sets before sleeping or after waking up. No Excuses.\n`;
-					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe armory looks and smells like a sports team locker room, and even has its own shower room. Next to the central quartermasters booth lies a large wallscreen that shows that week's combat cam 'highight reels', and 'MVP' or 'Most Valuable Platoon' reels, which gives the troopers that come here a strong sense of competitiveness, as it is prestigious to have one's own combat footage or combat unit be represented on such a public platform. Each trooper keeps their favored performance boosters and energy drinks in their personal lockers too, and often sit together on the long polished wooded benches nearby to do final checks on their gear before heading out.\n`;
+					if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEach cage contains a pair of dumbbells and a discarded Free Cities bodybuilding magazine containing workouts, fitness articles, and musclegirl porn. Everyday, each captive is brought out of their cage to perform a workout from their magazine from memory, and they are punished if they fail or refuse.\n`;
+					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe west end of the common area has the tables and chairs there packed much more tightly together than before, and for good reason; the entire wing is dominated by an Olympic swimming pool, flanked on both sides by weight benches, exercise machines, weight racks, and even unisex standing showers and lockers. This open air gym is a widely frequented attraction; with support staff, soldiers, and even some highly-favored slaves partaking of its attractions whenever they have the time. Music is playing loudly, and you see a few beach balls floating idly in the pool.\n`;
+					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery single bed has been reinforced to serve as a makeshift ab-work platform, with strengthened posts and a small rack attached for the medicine ball each bed unit is issued. With their daily workout now within arms reach, soldiers too lazy or busy to hit the gym can now squeeze out a few sets before sleeping or after waking up. No Excuses.\n`;
+					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe armory looks and smells like a sports team locker room, and even has its own shower room. Next to the central quartermasters booth lies a large wallscreen that shows that week's combat cam 'highlight reels', and 'MVP' or 'Most Valuable Platoon' reels, which gives the troopers that come here a strong sense of competitiveness, as it is prestigious to have one's own combat footage or combat unit be represented on such a public platform. Each trooper keeps their favored performance boosters and energy drinks in their personal lockers too, and often sit together on the long polished wooded benches nearby to do final checks on their gear before heading out.\n`;
 					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nWhen important operations are not in progress, the command center is know to play very motivating workout soundtracks on their new built-in loudspeakers. The command staff within is also known to wear only light fitness clothing, since the spend much of their free time in the luxurious gym that exists in the right flank of the commander center when not on mission. For them, exercise is a healthy escape from the stresses and guilts of commanding your military forces.\n`;
 					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe distribution point of the drug laboratory is designed much like a supplement store, with inspiring music playing in the background, and neat shelvings and aisles for soldiers to stroll through and select the drugs, proteins, and powders they need to improve their muscle gains, their combat potential, or both.\n`;
-					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nNaturally, your military employees living here have learned to stay active; when off-duty, and even sometimes on-duty, you can see any of them wearing heavily weighted clothing, sweat bands on their wrists and foreheads, resistance bands for casual pumping whenever idle, earphones and portable music players strapped to their arms, huge and durable insulated flasks full of fluids to ingest when thirsty from their exertions, or some other hardcore fitness paraphenilia.\n`;
-					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour drone technicians are proud of how much weight the drones they work on can carry, how long they can do so, and how fast they can do so. Your drones have been upgraded menticulously for endurance and sheer power outpute, and of course the added weight from these modification means that they can serve as fantastic medicine balls as well.\n`;
-					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe hulls of many of the ground vehicles in the garage are mildly enlargened, and it is easy to see why. All around the garage there are impressively large [and sometimes even downright massive] engines, auxillary systems, and fuel tanks suspended from overhead racks and awaiting either customization, retooling, or installation into their intended vehicles. The gruff and tough mechanics here are obviously hard at work to advance a new generation of 'muscle' tanks, trucks, and transports.\n`;
-					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery vehicle unit is customized; none of them have the exact same components they shipped in with, but rather garage-made improved versions of those same components that are made to make each vehicle bigger, stronger, faster. And just like the many  musclebound mechanics that work on these vehicles and parts, these vehicles need a lot more fuel to get the most out of their gains. Advanced new super-deisels are produced within the garage backrooms to maximize reliability and milage, and this powerful sustenance gives your mechanized units a lot more kick. In the field, your ground vehicles are every bit as 'ripped' and 'tough' as the men and women who drive them.\n`;
-					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe personnel within the hangar exercise with great diligence, with every person's working shift beginning with a challenging workout (barring a direct attack on the arcology). Your staff and pilots are aware that their combat role is not as physically strenuous as that of their mechanized and infantry comrades, and they fully intend to get just as much exercise as their field fellows do. All around the hangar, right next to well-serviced aircraft, you can see 'idle' personnel doing pull-ups with dangling overhead chains, push-ups and sit-ups on the ground, bicep or triep curls using small missile tubes or heavy spare parts, and so on. Your pilots are ripped too, with their exellent physical condition being a powerful asset in their high-speed flight missions that sometimes require them to endure taxing g-forces. As such, your ace pilots are some of the best-conditioned athletes you've ever seen.\n`;
-					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe personnel of the hangar are impressively bulked on their own, but they seem to have applied their dedication to development to the vehicles in their care as well. Every airframe has been carefully enlargened to fit ever more powerful engines and additional fuel reserves into every aircraft. Powerful, 'muscular' aircraft are the sought-after goal, and each one is frequently checked and modified to enable even minor improvements. After all, isn't continuous improvement a key aspect of Idealism?\n`;
-					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA grandiose open-air gymnasium occupies the space near the drug laboratory, where it can recieve easy shipments of steroid syringes and protein supplements from the lab for the sake of any gymrat interested in such things. Within this spacious zone lie a broad variety of barbell-weights, machine-weights, exercise machines, huge discarded tires, battle ropes, punching bags & speed bags, training dummies, and even a few martial arts sparring cages are here, providing the fitness-obsessed population with powerful workout venues that they cannot replicate elsewhere within the Firebase, and eliminating the need to settle for dumbells & bodyweight exercises or to waste their free time travelling to the gyms in the arcology above. Your warriors and their support staff are all grateful for the opportunity to begin making truly extensive gains.\n`;
+					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nNaturally, your military employees living here have learned to stay active; when off-duty, and even sometimes on-duty, you can see any of them wearing heavily weighted clothing, sweat bands on their wrists and foreheads, resistance bands for casual pumping whenever idle, earphones and portable music players strapped to their arms, huge and durable insulated flasks full of fluids to ingest when thirsty from their exertions, or some other hardcore fitness paraphernalia.\n`;
+					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour drone technicians are proud of how much weight the drones they work on can carry, how long they can do so, and how fast they can do so. Your drones have been upgraded meticulously for endurance and sheer power output, and of course the added weight from these modification means that they can serve as fantastic medicine balls as well.\n`;
+					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe hulls of many of the ground vehicles in the garage are mildly enlarged, and it is easy to see why. All around the garage there are impressively large [and sometimes even downright massive] engines, auxiliary systems, and fuel tanks suspended from overhead racks and awaiting either customization, retooling, or installation into their intended vehicles. The gruff and tough mechanics here are obviously hard at work to advance a new generation of 'muscle' tanks, trucks, and transports.\n`;
+					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery vehicle unit is customized; none of them have the exact same components they shipped in with, but rather garage-made improved versions of those same components that are made to make each vehicle bigger, stronger, faster. And just like the many musclebound mechanics that work on these vehicles and parts, these vehicles need a lot more fuel to get the most out of their gains. Advanced new super-diesels are produced within the garage backrooms to maximize reliability and mileage, and this powerful sustenance gives your mechanized units a lot more kick. In the field, your ground vehicles are every bit as 'ripped' and 'tough' as the men and women who drive them.\n`;
+					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe personnel within the hangar exercise with great diligence, with every person's working shift beginning with a challenging workout (barring a direct attack on the arcology). Your staff and pilots are aware that their combat role is not as physically strenuous as that of their mechanized and infantry comrades, and they fully intend to get just as much exercise as their field fellows do. All around the hangar, right next to well-serviced aircraft, you can see 'idle' personnel doing pull-ups with dangling overhead chains, push-ups and sit-ups on the ground, bicep or tricep curls using small missile tubes or heavy spare parts, and so on. Your pilots are ripped too, with their excellent physical condition being a powerful asset in their high-speed flight missions that sometimes require them to endure taxing g-forces. As such, your ace pilots are some of the best-conditioned athletes you've ever seen.\n`;
+					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe personnel of the hangar are impressively bulked on their own, but they seem to have applied their dedication to development to the vehicles in their care as well. Every airframe has been carefully enlarged to fit ever more powerful engines and additional fuel reserves into every aircraft. Powerful, 'muscular' aircraft are the sought-after goal, and each one is frequently checked and modified to enable even minor improvements. After all, isn't continuous improvement a key aspect of Idealism?\n`;
+					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA grandiose open-air gymnasium occupies the space near the drug laboratory, where it can receive easy shipments of steroid syringes and protein supplements from the lab for the sake of any gymrat interested in such things. Within this spacious zone lie a broad variety of barbell-weights, machine-weights, exercise machines, huge discarded tires, battle ropes, punching bags & speed bags, training dummies, and even a few martial arts sparring cages are here, providing the fitness-obsessed population with powerful workout venues that they cannot replicate elsewhere within the Firebase, and eliminating the need to settle for dumbbells & bodyweight exercises or to waste their free time travelling to the gyms in the arcology above. Your warriors and their support staff are all grateful for the opportunity to begin making truly extensive gains.\n`;
 					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nCrossfit has long been a popular interest in your Firebase subculture, and now, your personnel have a worthy environment to explore that interest. A large gauntlet of equipment and arrangements meant for aerobic, acrobatic, and athletic challenges are set up on this field to host a variety of competitions within quick succession. There are even stands for a limited audience, a commentator's booth, and a restroom.\n`;
-					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour soldiers are trather idealistic about themselves and their bodies; the Firebase is a place of little compromise. Dsicipline and Comraderie are values of choice, as the weekly races, weightlifting competitions, and exhibitions require constant training and therapy from all personnel. The peer pressure to compete and place or improve one's competitive rankings is inescapable, and squad by squad, off-duty units of the Firebase can always be seen participating in group training or group therapy sessions. Obviously, every person down here, bar some of the newer recruits, is in magnificent shape, man, woman, and slave alike. Some are bulked. Others are shredded. Some are just toned. However, everyone is thoroughly proud of their development thus far.\n`;
-					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nPhysical Idealism: The Colonel was ripped before, but now she is absolutely shredded. Her muscles are even bigger and more defined than before, and there is a small rack full of heavy barbells on her pavillion for bodily maintainence. Her body still has its feminine appeal however, thanks to her curves.\n`;
+					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour soldiers are rather idealistic about themselves and their bodies; the Firebase is a place of little compromise. Discipline and Comradery are values of choice, as the weekly races, weightlifting competitions, and exhibitions require constant training and therapy from all personnel. The peer pressure to compete and place or improve one's competitive rankings is inescapable, and squad by squad, off-duty units of the Firebase can always be seen participating in group training or group therapy sessions. Obviously, every person down here, bar some of the newer recruits, is in magnificent shape, man, woman, and slave alike. Some are bulked. Others are shredded. Some are just toned. However, everyone is thoroughly proud of their development thus far.\n`;
+					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nPhysical Idealism: The Colonel was ripped before, but now she is absolutely shredded. Her muscles are even bigger and more defined than before, and there is a small rack full of heavy barbells on her pavilion for bodily maintenance. Her body still has its feminine appeal however, thanks to her curves.\n`;
 					break;
 				case 'Hedonistic_Decadence':
-					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nWith the help of her own personal Amphibious Resupply Landship, The Colonel can support ongoing operations within friendly lines while doing very little work herself, independant of whatever the rest of the Firebase is up to. This massive, high-capaciy, quad tracked vehicle can seemlessly transition from land to sea and vice-versa, while supporting dozens of heavy ammo crates, several refueling hoses & fuel pumps, and a whole week's worth of rations and recreational refreshments for an entire infantry company. This vehicles long range and ease of use makes it a perfect vehicle for the Colonel to stay productive during her more lackadaisical moods.\n`;
-					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nDelightful platters of bewildering varieties of foods and baked treats are availible on demand, as the cooks and slave-cooks toil day and night on roatation to keep it all coming. Each soldier gets a tray at every meal to fill and stack as he or she pleases, with a small free packet of recreational drugs given with every meal.\n`;
-					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nQuotes, Stories, and Essays from across the ages written on the topics of desire, indulgence, pleasure, or the importance of these things to the human experience are all availible in lots of little booklets availible by the stack throughout the Firebase.  Meanwhile, pornography featuring curvy, plush, or even obese women is easily accessible on the laminated tablets that have been distributed throughout the Firebase.\n`;
+					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nWith the help of her own personal Amphibious Resupply Landship, The Colonel can support ongoing operations within friendly lines while doing very little work herself, independent of whatever the rest of the Firebase is up to. This massive, high-capacity, quad tracked vehicle can seamlessly transition from land to sea and vice-versa, while supporting dozens of heavy ammo crates, several refueling hoses & fuel pumps, and a whole week's worth of rations and recreational refreshments for an entire infantry company. This vehicles long range and ease of use makes it a perfect vehicle for the Colonel to stay productive during her more lackadaisical moods.\n`;
+					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nDelightful platters of bewildering varieties of foods and baked treats are available on demand, as the cooks and slave-cooks toil day and night on rotation to keep it all coming. Each soldier gets a tray at every meal to fill and stack as he or she pleases, with a small free packet of recreational drugs given with every meal.\n`;
+					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nQuotes, Stories, and Essays from across the ages written on the topics of desire, indulgence, pleasure, or the importance of these things to the human experience are all available in lots of little booklets available by the stack throughout the Firebase. Meanwhile, pornography featuring curvy, plush, or even obese women is easily accessible on the laminated tablets that have been distributed throughout the Firebase.\n`;
 					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMany of the slaves here are quite hardworking; they need to supply a constant amount of food, drink, drugs, games, media, clean holes, and other entertainments to the impatient soldiers around, who are in constant need of fast gratification. The slaves deal with all the stress and anxiety by indulging in some extra drinks and drugs themselves, and they have some extra soft padding on their bodies and assets to prove it.\n`;
-					if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSex toys, and a generous supply of snack bars, porn magazines, and electric cigarattes are issued to every cage inmate upon internment. The captives are free to relieve theier anxieties at any time, and are encouraged to do so.\n`;
-					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe east end of the common area has the tables and chairs there packed much more tighly together than before, and for good reason; the entire wing is dominated by an olympic-sized hot tub, flanked on both sides by beach chairs, food vendors, LAN party lounges, and even unisex changing rooms. This open air resort is a widely frequented attraction; with support staff, soldiers, and even some highly-favored slaves partaking of its attractions whenever they have the time. The air is heavy with drug fumes and the smell of food. You see a few empty alcohol bottles floating idly in the steamy water.\n`;
-					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery bed unit has a tiny refridgerator unit attached at the head. At any given time, a cold drink, some cool leftovers, or a chilled shot of injections is just within arms reach for any soldier resting. Above soldiers' heads is a small touchscreen monitor attached to an adjustible arm, so that troops are never without options for entertainment either.\n`;
-					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nCushioned couches, lounge chairs, and futons lie all around the armory, and on every last one of them lies a debreifed soldier sleeping off their last deployment with the help of some opium. Most of them haven't even bothered to change out of their fatigues, and many have their weapons and body armour strewn carelessly on the floor beside them.  Further still, a few have their pants pulled down to their ankles, whilst an intoxicated slave-whore lazily rides them. Heavy smoke fills the air, and adjacent to the central quartermaster's booth is a tidy fast food bar where shots of soft drinks, small plates of fried foods, and tiny condiments are always in quick supply for those that the time to spare.\n`;
-					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere are are drug platters, snack bowls, and punch bowls for every battlestation of the command center. During combat manuevers the staff here are expecially ravenous, chugging down large amounts of substance while they send messages that carry power over life and death. The pressure to succeed and secure victory is high, and in order to cope, the staff consume.\n`;
+					if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSex toys, and a generous supply of snack bars, porn magazines, and electric cigarettes are issued to every cage inmate upon internment. The captives are free to relieve their anxieties at any time, and are encouraged to do so.\n`;
+					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe east end of the common area has the tables and chairs there packed much more tightly together than before, and for good reason; the entire wing is dominated by an Olympic-sized hot tub, flanked on both sides by beach chairs, food vendors, LAN party lounges, and even unisex changing rooms. This open air resort is a widely frequented attraction; with support staff, soldiers, and even some highly-favored slaves partaking of its attractions whenever they have the time. The air is heavy with drug fumes and the smell of food. You see a few empty alcohol bottles floating idly in the steamy water.\n`;
+					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery bed unit has a tiny refrigerator unit attached at the head. At any given time, a cold drink, some cool leftovers, or a chilled shot of injections is just within arms reach for any soldier resting. Above soldiers' heads is a small touchscreen monitor attached to an adjustable arm, so that troops are never without options for entertainment either.\n`;
+					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nCushioned couches, lounge chairs, and futons lie all around the armory, and on every last one of them lies a debriefed soldier sleeping off their last deployment with the help of some opium. Most of them haven't even bothered to change out of their fatigues, and many have their weapons and body armor strewn carelessly on the floor beside them. Further still, a few have their pants pulled down to their ankles, whilst an intoxicated slave-whore lazily rides them. Heavy smoke fills the air, and adjacent to the central quartermaster's booth is a tidy fast food bar where shots of soft drinks, small plates of fried foods, and tiny condiments are always in quick supply for those that the time to spare.\n`;
+					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere are are drug platters, snack bowls, and punch bowls for every battle station of the command center. During combat maneuvers the staff here are especially ravenous, chugging down large amounts of substance while they send messages that carry power over life and death. The pressure to succeed and secure victory is high, and in order to cope, the staff consume.\n`;
 					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe distribution point of the drug laboratory is an eerie place, with a very thick white mist for soldiers to stroll through on their way to the drug selection buffet. The mist is so dense and rich that many soldiers report feeling either high or buzzed after just a few minutes inside of it.\n`;
-					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nNaturally, your military employees living here have learned to make life easier for themselves; when off-duty, and even sometimes on-duty, you can see any of them wearing light & airy clothing, snack pouches strapped to their wrists, memory foam pillow-coats for casual snoozing whenever idle, drug-filled auto-injection needle pistons strapped to their arms, cozy haptic-operated mechanized wheelchairs equipped with built-in tablets & speakers & coolers, or some other lesuire-related paraphenilia.\n`;
-					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour drone technicians are proud of how little upkeep the drones they work on require, how little time they need to spend on tune-ups whenever maintainence time does finally come around, and how easy said maintainence is. Your drones haven't been upgraded too often, as their sheer power output is high enough to be sufficient for operational requirements for a long time to come.\n`;
-					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere are treats of all kinds all over the garage, to set the hardworking staff here at ease. Unclad sex slaves bounce up and down on the laps of debreifed crewmen while waitress slaves rush about carrying platters of ouderves to mechanics that summon them, feeding the machanics hand-to-mouth while they make their adjustments. There are drugs all over the garage too, half-snorted, half-injected, and half smoked. Substances pepper the garage as the workmen get their fixes in between the fixes they perform on the vehicles. It is not uncommon to find tweakers passed out underneath or next to the vehicles they were just tweaking because of this.\n`;
-					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe staffmen of the garage work hard within a very comfortable environment, and according to them they need their many comforts, but your combat-active crewmen deserve some comforts as well. On the interior of every vehicle are very plush massage-chair seats, powerful air conditioning suites, and of course, delightful compact pill dispensers that help ensure that no deployment is ever a dull one.\n`;
-					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe personnel within the hangar work with great levity, with every person's working shift beginning with a tall glass of beer (barring a direct attack on the arcology). Your staff and pilots are aware that their combat role is not as physically strenuous as that of their mechanized and infantry comrades, and they fully intend on taking advantage of that fact to get more partying done. All around the hangar, right next to well-serviced aircraft, you can see idle personnel doing lines on the nearest availible surface, dancing together in empty spaces, enjoying succulent desert foods and expensive drinks large trays, and so on. Your pilots are very relaxed too, with their drug-induced states being a useful asset in their high-risk flight missions that sometimes require them to make very brave maneuvers in order to more effectively engage enemy forces. As such, your ace pilots are some of the most high-tolerance users you've ever seen.\n`;
-					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe personnel of the hangar are impressively pampered on their own, but they seem to have applied their dedication to delight to the vehicles in their care as well. Every airframe has been carefully enlargened to fit ever more luxuries and comforts into every aircraft. Internal heating and cooling systems are enhanced, every passenger compartment comes with its own wallscreen HDTV, and soft padded reclining seats line each passenger compartment, among other accomodations. No effort is spared in ensuring deployed troops and pilots are put at ease as soon as they mount up. After all, isn't continuous gratification a key aspect of Hedonism?\n`;
-					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA stark narrow building occupies the space near the drug laboratory, where it can recieve easy shipments anaesthetics, filtrates, and detoxificative substances from the lab for the sake of any visitor in need of them. Within this spacious zone lie a long row of surgical chairs, where occupants can simply sit down and be placed into a deep rest by the numerous attendants, before being operated upon by the autosurgery suites above to recieve advanced liposuction, carcinogenic filtration, and curative injection procedures that quickly and somewhat painlessly prolongs their lives and repairs the damage to their bodies incurred by their wild are carefree lifestyles within the Firebase. For those willing to pay the fees, this place provides the pleasure-obsessed population with powerful longevity soutions that they cannot replicate elsewhere within the Firebase, and eliminating the need to settle for intermittent diet & exercise or to waste their free time travelling to the crowded clinics in the arcoogy above. Your warriors and their support staff are all grateful for the opportunity to sustain their truly decadent lifestyles without guilt or consequence.\n`;
+					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nNaturally, your military employees living here have learned to make life easier for themselves; when off-duty, and even sometimes on-duty, you can see any of them wearing light & airy clothing, snack pouches strapped to their wrists, memory foam pillow-coats for casual snoozing whenever idle, drug-filled auto-injection needle pistons strapped to their arms, cozy haptic-operated mechanized wheelchairs equipped with built-in tablets & speakers & coolers, or some other leisure-related paraphernalia.\n`;
+					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour drone technicians are proud of how little upkeep the drones they work on require, how little time they need to spend on tune-ups whenever maintenance time does finally come around, and how easy said maintenance is. Your drones haven't been upgraded too often, as their sheer power output is high enough to be sufficient for operational requirements for a long time to come.\n`;
+					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThere are treats of all kinds all over the garage, to set the hardworking staff here at ease. Unclad sex slaves bounce up and down on the laps of debriefed crewmen while waitress slaves rush about carrying platters of hors d'oeuvres to mechanics that summon them, feeding the mechanics hand-to-mouth while they make their adjustments. There are drugs all over the garage too, half-snorted, half-injected, and half smoked. Substances pepper the garage as the workmen get their fixes in between the fixes they perform on the vehicles. It is not uncommon to find tweakers passed out underneath or next to the vehicles they were just tweaking because of this.\n`;
+					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe staff of the garage work hard within a very comfortable environment, and according to them they need their many comforts, but your combat-active crewmen deserve some comforts as well. On the interior of every vehicle are very plush massage-chair seats, powerful air conditioning suites, and of course, delightful compact pill dispensers that help ensure that no deployment is ever a dull one.\n`;
+					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe personnel within the hangar work with great levity, with every person's working shift beginning with a tall glass of beer (barring a direct attack on the arcology). Your staff and pilots are aware that their combat role is not as physically strenuous as that of their mechanized and infantry comrades, and they fully intend on taking advantage of that fact to get more partying done. All around the hangar, right next to well-serviced aircraft, you can see idle personnel doing lines on the nearest available surface, dancing together in empty spaces, enjoying succulent desert foods and expensive drinks large trays, and so on. Your pilots are very relaxed too, with their drug-induced states being a useful asset in their high-risk flight missions that sometimes require them to make very brave maneuvers in order to more effectively engage enemy forces. As such, your ace pilots are some of the most high-tolerance users you've ever seen.\n`;
+					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe personnel of the hangar are impressively pampered on their own, but they seem to have applied their dedication to delight to the vehicles in their care as well. Every airframe has been carefully enlarged to fit ever more luxuries and comforts into every aircraft. Internal heating and cooling systems are enhanced, every passenger compartment comes with its own wallscreen HDTV, and soft padded reclining seats line each passenger compartment, among other accommodations. No effort is spared in ensuring deployed troops and pilots are put at ease as soon as they mount up. After all, isn't continuous gratification a key aspect of Hedonism?\n`;
+					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA stark narrow building occupies the space near the drug laboratory, where it can receive easy shipments anesthetics, filtrates, and detoxifying substances from the lab for the sake of any visitor in need of them. Within this spacious zone lie a long row of surgical chairs, where occupants can simply sit down and be placed into a deep rest by the numerous attendants, before being operated upon by the autosurgery suites above to receive advanced liposuction, carcinogenic filtration, and curative injection procedures that quickly and somewhat painlessly prolongs their lives and repairs the damage to their bodies incurred by their wild are carefree lifestyles within the Firebase. For those willing to pay the fees, this place provides the pleasure-obsessed population with powerful longevity solutions that they cannot replicate elsewhere within the Firebase, and eliminating the need to settle for intermittent diet & exercise or to waste their free time travelling to the crowded clinics in the arcology above. Your warriors and their support staff are all grateful for the opportunity to sustain their truly decadent lifestyles without guilt or consequence.\n`;
 					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nLuxury cruises have long been a popular interest in your Firebase subculture, and now, your personnel have a worthy environment to explore that interest. A small artificial lake has been built outside the Firebase entrance to host a small but well furnished premium yacht. The yacht lazily makes its daily revolutions around this lake, filled with rare and ever-changing entertainments that once cannot find inside the Firebase itself.\n`;
-					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour soldiers are trather lackadaisical about themselves and their bodies; the Firebase is a carefree place. Fun and Relaxation are pursuits of choice, as the weekly orgies, eating competitions, and drug exhibitions require little effort to enjoy. The peer pressure to induge and make the most of each day is inescapable, and every individual has been seen participating in most of the delights availible at least once. Obviously, every person down here, bar some of the newer recruits, has a very jolly disposition. Some are drunk, high, or both. Others are passed out. Some are just laughing at the others. However, everyone is thoroughly entertained.\n`;
-					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nDecadent Hedonism: The Colonel has a thin layer of fat covering her muscles and overall body, making her appealingly thicc without making her slow or weak; she even jiggles in the precisely correct places when she walks. Every weekend she has entire trays of food and substances brought to her pavillion on rotation, and you have no idea where she manages to put it all. She's certainly indulging her desires a lot more. She visits her doctors more often and regularly joins the training platoons in their daily runs to keep her body healthy.\n`;
+					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour soldiers are rather lackadaisical about themselves and their bodies; the Firebase is a carefree place. Fun and Relaxation are pursuits of choice, as the weekly orgies, eating competitions, and drug exhibitions require little effort to enjoy. The peer pressure to indulge and make the most of each day is inescapable, and every individual has been seen participating in most of the delights available at least once. Obviously, every person down here, bar some of the newer recruits, has a very jolly disposition. Some are drunk, high, or both. Others are passed out. Some are just laughing at the others. However, everyone is thoroughly entertained.\n`;
+					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nDecadent Hedonism: The Colonel has a thin layer of fat covering her muscles and overall body, making her appealingly thicc without making her slow or weak; she even jiggles in the precisely correct places when she walks. Every weekend she has entire trays of food and substances brought to her pavilion on rotation, and you have no idea where she manages to put it all. She's certainly indulging her desires a lot more. She visits her doctors more often and regularly joins the training platoons in their daily runs to keep her body healthy.\n`;
 					break;
 				case 'Slave_Pastoralism':
 					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nYou've purchased unused land just outside of the Free City, and cultivated it into a very unique farm, with its own fully furnished farmhouse & manger, several acres of parish & pasture, farming vehicles & tools, and of course, a fully upgraded dairy for human livestock to enjoy. It even comes with its own horse. This is the Colonel's farm now, and from here she is free to grow, tend, milk, harvest, store, and sell whatever she pleases. You do not know if she grew up in a rural, agricultural setting like this, but you do note that she did appreciate having such a tranquil retreat away from the sex, violence, and noise of the Free City proper. Even she needs a few quiet peaceful days sometimes.\n`;
 					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nFor a multitude of dishes and drinks where normal animal milk is a key ingredient, human milk now substitutes. There are even chilled drink dispensers filled with human milk, right next to the standard water dispensers.\n`;
-					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe troops also find their devices periodically updated with new folders featuring lots of additional erotic material featuring heavy lactation, massive cumshots, and even explicit slave-dairy doumentaries, docu-dramas, or soap opera/sitcom episodes. The novel subject matter is suprisingly fun to watch, many realize.\n`;
-					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe slaves' breasts here lactate, and slaves are required to squirt their milk into soldier drinks if and when ordered to. A few female soldiers even ask particular slaves for some ejaculate in their drinks or food on occassion as well.\n`;
-					if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSex toys, and a generous supply of snack bars, porn magazines, and electric cigarattes are issued to every cage inmate upon internment. The captives are free to relieve theier anxieties at any time, and are encouraged to do so.\n`;
+					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe troops also find their devices periodically updated with new folders featuring lots of additional erotic material featuring heavy lactation, massive cumshots, and even explicit slave-dairy documentaries, docu-dramas, or soap opera/sitcom episodes. The novel subject matter is surprisingly fun to watch, many realize.\n`;
+					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe slaves' breasts here lactate, and slaves are required to squirt their milk into soldier drinks if and when ordered to. A few female soldiers even ask particular slaves for some ejaculate in their drinks or food on occasion as well.\n`;
+					if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSex toys, and a generous supply of snack bars, porn magazines, and electric cigarettes are issued to every cage inmate upon internment. The captives are free to relieve their anxieties at any time, and are encouraged to do so.\n`;
 					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe smell of milk has slowly spread throughout the Firebase, especially in the vicinity of the open-air ranch on the northern outskirts of the common area. This place supplies most of the milk used in preparing Firebase meals. Here, dozens of diverse, prized slave-cows are lined up on adjustable milk racks and serviced by cheerful, seasoned farmers from around the arcology. Visiting soldiers are rewarded for hand-milking the cows themselves, with both a bottle of the free warm milk (or cum) they just squoze out and with permission to fuck a choice cow in any position they desire. It's a good deal, and this place is frequented quite a bit by men who like milky tits and women who like the huge bull-dicks.\n`;
-					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nTroop bedding is clearly seperated by drawn boundries on the ground every 50 bunks, and for good reason: For every 50 troops, there is a designated slave cow assigned to service them and only them. During mornings and evenings, these cows wander along their assigned bunks to attend to the physical needs of their soldiers, be those needs sexual or nutritional.\n`;
-					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe armory has many aesthetic touches reminiscent of a barn, but in particular, it represents a rancher's tool shed. The ceiling has uneven, almost ramshackle wooden paneling that clevery covers and obscures just a tiny bit of the light fixtures, making the armory look as if the sun is shining down directly into it, thanks to all the cracks and rays of 'sunlight' visible. Complementing the effect are the hidden ventilation machines throughout that give the place an airy, breezy feeling, as if actual wind were blowing through it. But thats not all. It smells like milk, thanks to the milk tap, drain, and metal gallon bucket found near the entrance, where troops are subtly encouraged to fill their water canteens with human milk. Huge piles of hay are stacked in one corner, and off-duty soldiers can be found sleeping or chatting on them on occasion, or even taking 'a roll in the hay' with a personal slave if they feel like it.\n`;
-					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nCommand center has an extravagant exclusive spa room that is stocked with a variety of dairy soaps and shampoos to use in the several specialized hot tubs inside. This spa room is reserved for end of day bathing for each shift's command staff, and after very victoy, warm and cool milk baths are on offer alongside regular baths, giving officers ample opportunities to enjoy the creamy fruits of their labour. The coffee counter of the command center has bovine designs upon it, and its very own award winning human cow on standby to provide milk too.\n`;
-					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe drug laboaratory now features its very own wafflehouse. Of course, its waffles and pancakes are prepared with human milk drawn straight from the kitchen cows, and there is a coffee counter staffed by topless lactation slaves who cream patrons' coffee themselves when asked. Due to its closeness with the drug lab, pharmaceutical staff frequent this place as often as the troops do, and are keen to speak with the soldiers they encounter about the newest drug developments over breakfast. Needless to say, the cows here are a testbed for the latest and greatest lactation drugs the lab devises, and visitors are always polled about the taste of their meals.\n`;
-					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe hardworking staff, infantry, tankers, drivers, pilots, and officers of the Firebase have a greatly developed interest in the daiy industry. Entire cliques of compatriots here own the thick rubber gloves, thick leather aprons, and thick rubber boots iconic of Free Cities slave milkers, and it is common practice for such gangs to their own private milking clubs in which all members pool their money together to buy, train, and develop a hucow that might put their peers to shame. As such, handheld milking pumps, temperture-regulated metal milk jugs, wheelbarrows, and heavy bags of cowfeed can be found in many barrack rooms. And even those picky few that have no interest in slave-cows or milk can be seen wearing tanned-hide boots, jackets, gloves, and so on.\n`;
+					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nTroop bedding is clearly separated by drawn boundaries on the ground every 50 bunks, and for good reason: For every 50 troops, there is a designated slave cow assigned to service them and only them. During mornings and evenings, these cows wander along their assigned bunks to attend to the physical needs of their soldiers, be those needs sexual or nutritional.\n`;
+					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe armory has many aesthetic touches reminiscent of a barn, but in particular, it represents a rancher's tool shed. The ceiling has uneven, almost ramshackle wooden paneling that cleverly covers and obscures just a tiny bit of the light fixtures, making the armory look as if the sun is shining down directly into it, thanks to all the cracks and rays of 'sunlight' visible. Complementing the effect are the hidden ventilation machines throughout that give the place an airy, breezy feeling, as if actual wind were blowing through it. But that's not all. It smells like milk, thanks to the milk tap, drain, and metal gallon bucket found near the entrance, where troops are subtly encouraged to fill their water canteens with human milk. Huge piles of hay are stacked in one corner, and off-duty soldiers can be found sleeping or chatting on them on occasion, or even taking 'a roll in the hay' with a personal slave if they feel like it.\n`;
+					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nCommand center has an extravagant exclusive spa room that is stocked with a variety of dairy soaps and shampoos to use in the several specialized hot tubs inside. This spa room is reserved for end of day bathing for each shift's command staff, and after very victory, warm and cool milk baths are on offer alongside regular baths, giving officers ample opportunities to enjoy the creamy fruits of their labor. The coffee counter of the command center has bovine designs upon it, and its very own award winning human cow on standby to provide milk too.\n`;
+					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe drug laboratory now features its very own wafflehouse. Of course, its waffles and pancakes are prepared with human milk drawn straight from the kitchen cows, and there is a coffee counter staffed by topless lactation slaves who cream patrons' coffee themselves when asked. Due to its closeness with the drug lab, pharmaceutical staff frequent this place as often as the troops do, and are keen to speak with the soldiers they encounter about the newest drug developments over breakfast. Needless to say, the cows here are a testbed for the latest and greatest lactation drugs the lab devises, and visitors are always polled about the taste of their meals.\n`;
+					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe hardworking staff, infantry, tankers, drivers, pilots, and officers of the Firebase have a greatly developed interest in the dairy industry. Entire cliques of compatriots here own the thick rubber gloves, thick leather aprons, and thick rubber boots iconic of Free Cities slave milkers, and it is common practice for such gangs to their own private milking clubs in which all members pool their money together to buy, train, and develop a hucow that might put their peers to shame. As such, handheld milking pumps, temperature-regulated metal milk jugs, wheelbarrows, and heavy bags of cowfeed can be found in many barrack rooms. And even those picky few that have no interest in slave-cows or milk can be seen wearing tanned-hide boots, jackets, gloves, and so on.\n`;
 					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery support-drone has been augmented with a discreet little red 'mohawk' and golden 'beak' as well as a large quantity of large artificial colored 'feathers' glued onto each combat-drone's hull. Somehow, your drone technicians think that this gives your drones the appearance of flying chickens, so as to match your ongoing agricultural theme. Somehow, they haven't been fired for this yet.\n`;
-					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe garage resembles a large farm's toolshed, only this toolshed is very big, and it definately has more than one tractor. Most of the walls of the garage have been covered with decorative wooden planks to resemble the walls of a barn, as have most of its tables and counterspaces. Duty stations have been seperated by imperfect high wooden gates and fences as well, to give the impression of having 'stables' for the various vehicle 'steeds' around as well. Naturally, there are a few cows tied down to some of the workstations, next to  wooden tables stacked with cups. After all what hardworking mechanics doesn't want a sweet warm glass of milk after completing a job well done?\n`;
+					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe garage resembles a large farm's toolshed, only this toolshed is very big, and it definitely has more than one tractor. Most of the walls of the garage have been covered with decorative wooden planks to resemble the walls of a barn, as have most of its tables and counterspaces. Duty stations have been separated by imperfect high wooden gates and fences as well, to give the impression of having 'stables' for the various vehicle 'steeds' around as well. Naturally, there are a few cows tied down to some of the workstations, next to wooden tables stacked with cups. After all what hardworking mechanics doesn't want a sweet warm glass of milk after completing a job well done?\n`;
 					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nTo their good credit, the mechanics have also managed to affix compact chilled human milk dispensers to the interiors of the ground vehicles too. The seating for pilots have been reupholstered with tanned hide materials upon request, many of the the interiors have been repainted with farmland or bovine designs, and even the floors have been given a light blanket of straw covering.\n`;
-					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe hangar's appearance is somewhat reminiscent of that of improvised rural airfields of the sort found in farmland countrysides all over the world; tall rows of crops and ploughed fields of dirt now sorround or flank the runways and landing pads of the hangar, while the walls themselves are mostly covered in an active illustration wallpaper that depicts the outdoor sky in colors that change to reflect the actual time of day.\n`;
-					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe Pastoralist modifications made by the hangar to its aircraft are suprisingly modest. Of particular note are the tanned hide leather upholstery placed on all of every aircraft's seating, and the milky white artificial contrails that every aircraft has been modified to optionally leave behind during any flight mission, regardless of weather conditions.\n`;
-					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAn actual live-in barn had been manifest within the Firebase, right next to the Firebase's storage sector. Whereas before, aspiring ranchers and hucow hobbyists had to either purchase cow slaves from costly outside sources or purchase a relatively normal slave and them gradually develop them into becoming proper cowslaves over a long time period, they can now simply walk in the barn with their savings and purchase numerous fully-developed slave-cows at competitive rates. The barn is openned regularly to host sale events, with handmade and sanded wooden tables and chairs laid out to accomodate buyers, and all who arrive are welcomed with a glass of warm milk and a slice of freshly baked fruit pie to enjoy as they peruse and choose in the minutes before auction time. With its homely paint job and wooden constitution, the building itself is robust and welcoming. Freshly-laid hay and the smell of squeezed milk, cream, and sawdust in the air greet visitors each day that the barn is opened to recieve or sell more cattle, but the open windows overhead help keep the air pleasant. In time, this place will become the cornerstone of the Firebase's dairy culture.\n`;
+					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe hangar's appearance is somewhat reminiscent of that of improvised rural airfields of the sort found in farmland countrysides all over the world; tall rows of crops and ploughed fields of dirt now surround or flank the runways and landing pads of the hangar, while the walls themselves are mostly covered in an active illustration wallpaper that depicts the outdoor sky in colors that change to reflect the actual time of day.\n`;
+					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe Pastoralist modifications made by the hangar to its aircraft are surprisingly modest. Of particular note are the tanned hide leather upholstery placed on all of every aircraft's seating, and the milky white artificial contrails that every aircraft has been modified to optionally leave behind during any flight mission, regardless of weather conditions.\n`;
+					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAn actual live-in barn had been manifest within the Firebase, right next to the Firebase's storage sector. Whereas before, aspiring ranchers and hucow hobbyists had to either purchase cow slaves from costly outside sources or purchase a relatively normal slave and them gradually develop them into becoming proper cowslaves over a long time period, they can now simply walk in the barn with their savings and purchase numerous fully-developed slave-cows at competitive rates. The barn is opened regularly to host sale events, with handmade and sanded wooden tables and chairs laid out to accommodate buyers, and all who arrive are welcomed with a glass of warm milk and a slice of freshly baked fruit pie to enjoy as they peruse and choose in the minutes before auction time. With its homely paint job and wooden constitution, the building itself is robust and welcoming. Freshly-laid hay and the smell of squeezed milk, cream, and sawdust in the air greet visitors each day that the barn is opened to receive or sell more cattle, but the open windows overhead help keep the air pleasant. In time, this place will become the cornerstone of the Firebase's dairy culture.\n`;
 					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe open air ranch that accompanies the Firebase exterior is very important to your dairy culture. It is a very specialized slave training facility, fenced off with wooden fences and metal barbed wires, meant to demonstrate, with absolute clarity, to those captives sent here to train that they are indeed livestock. After each day's training, the new slaves are released to wander and graze outdoors among the animal chickens, bulls, and cows before returning to their rustic farmhouse to turn in every night.\n`;
-					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe Firebase has both heard and answered the call to agriculture. At every venue of the Firebase, human milk is consumed as a beverge, alcohol additive, or key cooking ingredient for recipes. Human ejaculate is in vogue too, for the discerning consumer to incorporate into her own or his own delicacy salad dressings, dairy creamers, cake frostings, flavourings, and so on. Milking hucows has become apopular hobby as well, with entire milking competitions even being held sometimes. Finally, you note with satisfaction that many soldiers who live to complete thir ontracts and retire often choose to become ranchers themselves as they return to civillian life. You breathe deep, sucking in the heavy smell of cream in the air. This is a place you'd be happy to call home.\n`;
-					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSlave Pastoralism: The Colonel has taken to getting her own personal cow, who serves her milk during her meals on her pavillion. Some of her personal care and hygeine products are made using treated human milk as well. It seems she only likes the milk. You heard that she once tasted cum by accident and several people almost died.\n`;
+					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe Firebase has both heard and answered the call to agriculture. At every venue of the Firebase, human milk is consumed as a beverage, alcohol additive, or key cooking ingredient for recipes. Human ejaculate is in vogue too, for the discerning consumer to incorporate into her own or his own delicacy salad dressings, dairy creamers, cake frostings, flavorings, and so on. Milking hucows has become a popular hobby as well, with entire milking competitions even being held sometimes. Finally, you note with satisfaction that many soldiers who live to complete their contracts and retire often choose to become ranchers themselves as they return to civilian life. You breathe deep, sucking in the heavy smell of cream in the air. This is a place you'd be happy to call home.\n`;
+					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSlave Pastoralism: The Colonel has taken to getting her own personal cow, who serves her milk during her meals on her pavilion. Some of her personal care and hygiene products are made using treated human milk as well. It seems she only likes the milk. You heard that she once tasted cum by accident and several people almost died.\n`;
 					break;
 				case 'Chattel_Religionism':
 					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nYou've purchased an unused storefront just outside of the arcology's central business district, and redecorated it to serve as a unique cathedral for a distinct sect of your Chattel Religionist faith; a cult that observes the Colonel as your divinely chosen apostle, who has come to carry your arcology to its glorious future. This is the Colonel's cult now, and from here she is free to cultivate her very own band of devotees. You do not know if she grew up regularly attending a religious setting like this, but you do note that she did appreciate having such a sycophantic retreat away from the sex, violence, and noise of the Firebase underground. Even she needs a few quiet meditative days sometimes.\n`;
-					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe food supplies packages the Firebase recieves daily now come with consecrated 'purity seals', assuring the cooks as to the food's freshness and holiness. The food itself hasn't changed much, but each meal now comes with a small side dish featuring plain white bread slices and a shot of red wine, so as to signify a sacrifice or meditation of some kind.\n`;
+					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe food supplies packages the Firebase receives daily now come with consecrated 'purity seals', assuring the cooks as to the food's freshness and holiness. The food itself hasn't changed much, but each meal now comes with a small side dish featuring plain white bread slices and a shot of red wine, so as to signify a sacrifice or meditation of some kind.\n`;
 					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nTelevangelical film broadcasts of the religious services conducted on the upper levels play here regularly, and are shown live on the holy days. They show every bit of each service, from opening hymns and prayers to final announcements, and always in precise high definition film (especially during the ceremonial orgies).\n`;
 					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSelect slaves among the slave population wear the proper chattel habits and garbs of the slave-ministry; during slave meals the slave-priests preach to the mass of slaves present, galvanizing them for future service with their stirring sermons. The (wo)men of the cloth speak of loyalty, faith, rewards to come, the righteousness of You and your 'Crusaders'.\n`;
 					if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEveryday, the captives kept in the processing cages must learn a new hymn or a new chapter from the Holy Book, word for word. Backsliders who do not learn the assigned content by end of day are made to repent of their faithlessness, through whipping and the gnashing of teeth.\n`;
-					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery chair is engraved with a powerful verse of scripture from your Holy Book, and a large ornate den has been contructed on the eastern fringe of the common area to serve as the Firebase's orthodox confession booths. War is hell, and here, soldiers are often invited to speak anonymously with the compassionate and unjudgemental priests of the faith to share their most troublesome memories. It is only here that they can safely unload their emotional burdens of guilt, anxiety, and fear to the benevolent unseen listener, and recieve absolution.\n`;
-					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nOn every wall of the barracks, the authoriatative scripture in boldly inscribed in fine calligraphy. Disguised speakers tucked away in corners play gentle, unobstrusive hymns that ease the troops to sleep at nights, and the beds themselves are painted in majestic colours that herald the glorious destinies of the faithful that use them.\n`;
-					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAt the entrance of the armory, a pair of priests stand ready to greet every single entrant with an oil annointment and quickly chanted Prayer of Protection. For those that finish their battle preparations quickly and seek additional enchantment, horizontal stone slabs are to be found along a wall near the exit, where one can lie down and recieve a laying of hands upon themselves by chattel habit-clad slavegirls with well oiled hands and a hymn of their lips. In one corner, a few squads of fully-kitted soldiers huddle around a fiery chaplain, as his sermon riles them up for their righteous task ahead!\n`;
-					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA massive chandelier dominates the ceiling of the command center, shining a golden shining light over the entire command space. A pair of chaplains stand vigil at the entrance, granting annointments and quick ritual blessings upon staff members that come onto their shift, and each command shift starts with the relevant staff gathering together to say ritual prayers for sound judgement, swift decisionmaking, and furious conquest in your name.\n`;
-					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nStorage rooms within the drug laboaratory have a unique addition; a well-kept shrine is to be found in each one. Each shrine serves as an annointed packaging center, staffed by clergy who are busy in prayer and packing, simaltaneously both safeguarding and enchanting the drugs they organize and store behind them, with the help of the mystical spiritual energy that only they can provide.\n`;
+					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery chair is engraved with a powerful verse of scripture from your Holy Book, and a large ornate den has been constructed on the eastern fringe of the common area to serve as the Firebase's orthodox confession booths. War is hell, and here, soldiers are often invited to speak anonymously with the compassionate and unjudgmental priests of the faith to share their most troublesome memories. It is only here that they can safely unload their emotional burdens of guilt, anxiety, and fear to the benevolent unseen listener, and receive absolution.\n`;
+					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nOn every wall of the barracks, the authoritative scripture in boldly inscribed in fine calligraphy. Disguised speakers tucked away in corners play gentle, unobtrusive hymns that ease the troops to sleep at nights, and the beds themselves are painted in majestic colors that herald the glorious destinies of the faithful that use them.\n`;
+					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAt the entrance of the armory, a pair of priests stand ready to greet every single entrant with an oil anointment and quickly chanted Prayer of Protection. For those that finish their battle preparations quickly and seek additional enchantment, horizontal stone slabs are to be found along a wall near the exit, where one can lie down and receive a laying of hands upon themselves by chattel habit-clad slavegirls with well oiled hands and a hymn of their lips. In one corner, a few squads of fully-kitted soldiers huddle around a fiery chaplain, as his sermon riles them up for their righteous task ahead!\n`;
+					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA massive chandelier dominates the ceiling of the command center, shining a golden shining light over the entire command space. A pair of chaplains stand vigil at the entrance, granting anointments and quick ritual blessings upon staff members that come onto their shift, and each command shift starts with the relevant staff gathering together to say ritual prayers for sound judgement, swift decision-making, and furious conquest in your name.\n`;
+					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nStorage rooms within the drug laboratory have a unique addition; a well-kept shrine is to be found in each one. Each shrine serves as an anointed packaging center, staffed by clergy who are busy in prayer and packing, simultaneously both safeguarding and enchanting the drugs they organize and store behind them, with the help of the mystical spiritual energy that only they can provide.\n`;
 					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nPleasing is the sight of the Firebase's humble supplicants making use of the trinkets purchased in the name of the faith. Of course, your Holy Book is a best seller around here, but so are supplementary items like hymn books, tapers, wood or metal carved holy symbols or prayer beads, blessed oils, and robes, head coverings, & habits for every rank of believer. Of course premium services like burial ceremonies or the granting of indulgences are popular selections too, for those who feel sufficient conviction to need them and have the money to afford them.\n`;
-					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery inch of your reconnaisance drones has been carefully repainted to make them directly resemble ghastly flying skulls. As they hover above the battlefield, those few enemies that spot them and futile try to shoot them down are deftly reminded by their appearance that death is nigh, and that the final demise is coming soon.\n`;
-					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSome would say that the Firebase's garage is ruled by superstition. Of course, the garage staff disagrees with this notion; in the garage, there is only Rite and Rote. The colorfully robed technological priests of the garage facility always take care to perform all neccessary rituals before, during, and after each repair, inspection, and augmentation of each vehicle. Chants and incantations of all measures are properly recited during routine maintainane jobs so as to properly honour every vehicle's prescence, and properly blessed vehicles that crewmen should place their faith in are properly marked with sacred seals, with veteran and distinguished crews having priviledged access to these exalted vessels. Overall, repairs take a bit longer to perform due to the extra ritualism, but since these ministrations provide divine protection, as well as further distinction from the heathens who do not pray as such, is that really a loss?\n`;
+					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery inch of your reconnaissance drones has been carefully repainted to make them directly resemble ghastly flying skulls. As they hover above the battlefield, those few enemies that spot them and futile try to shoot them down are deftly reminded by their appearance that death is nigh, and that the final demise is coming soon.\n`;
+					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSome would say that the Firebase's garage is ruled by superstition. Of course, the garage staff disagrees with this notion; in the garage, there is only Rite and Rote. The colorfully robed technological priests of the garage facility always take care to perform all necessary rituals before, during, and after each repair, inspection, and augmentation of each vehicle. Chants and incantations of all measures are properly recited during routine maintenance jobs so as to properly honor every vehicle's presence, and properly blessed vehicles that crewmen should place their faith in are properly marked with sacred seals, with veteran and distinguished crews having privileged access to these exalted vessels. Overall, repairs take a bit longer to perform due to the extra ritualism, but since these ministrations provide divine protection, as well as further distinction from the heathens who do not pray as such, is that really a loss?\n`;
 					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery vehicle unit comes with several holy book and hymn book copies in a special fireproof underneath the driver's seat; it is hoped that these extra copies might be used in the field to help spread the faith to heathen lands that your vehicle units visit. Handwritten prayers have been scrawled onto the interior surfaces of many vehicles of well, to attract good fortunes, and blessed wax candles are sometimes brought along by the crewmen and burnt before combat for this purpose as well.\n`;
-					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour original hangar staff have submitted themselves completely to faith and become a sacred order of robed technological preists. This ministry of flight takes its calling very seriously; its members have even replaced their organic arms with modular bionic arms that can attach and detach all manner of intricate power tools at will. Every act of repair and improvement is consecrated by an episode of prayer and ritual; scented oils lubricant your flying machines while holy mechanical instruments assemble and dissemble airframe components according to the sanctified maintainence guidelines. With this level of devotion and care, any instance of malfunction or failure from your aircraft during future operations can be considered nothing short of a bad omen.\n`;
-					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nNot willing to risk desecrating the numerous litanies of the faith by exposing them to enemy fire on the outside of your craft, your selected personal favorite songs of prayer and exerpts of scripture are instead diligently inscribed onto evry inch the interior of the aircrafts' cockpits and passenger sections, where vehicle occupants can see them and have their resolve and conviction bolstered by them before and after battle. The ceilings of each aircraft's interior must be scrubbed clean of soot every week as well, since thick and tall handmade wax candles are burnt inside of the aircraft interiors during all hours of aircraft operation so as to appease the spirit and grant divine protections.\n`;
-					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA grand chapel now occupies the prime area behind the common area. The peculiar architecture of the structure, combined with the highly specific paint scheme and menticulous interior decoration, makes the building itself demand a certain respect from all who enter. The layout of the building is complex, with sections for laying and using prayer mats, rows of pews for adherents to sit and be ministered to, and platforms for clergy and choir to take their place upon during services. It is also a place of great beauty; unique paintings and huge stained glass mosiac windows adorn the walls and ceilings as they illustrate the faith in ways that mere words would fail to do. On holy days, hymnal music and calls to prayer can be heard from within the building, inviting all to come and partake of the fellowship, prayer, and release within. There is no doubt that this holy temple serves as the centerpiece to the Firebase's spiritual culture.\n`;
+					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour original hangar staff have submitted themselves completely to faith and become a sacred order of robed technological priests. This ministry of flight takes its calling very seriously; its members have even replaced their organic arms with modular bionic arms that can attach and detach all manner of intricate power tools at will. Every act of repair and improvement is consecrated by an episode of prayer and ritual; scented oils lubricant your flying machines while holy mechanical instruments assemble and dissemble airframe components according to the sanctified maintenance guidelines. With this level of devotion and care, any instance of malfunction or failure from your aircraft during future operations can be considered nothing short of a bad omen.\n`;
+					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nNot willing to risk desecrating the numerous litanies of the faith by exposing them to enemy fire on the outside of your craft, your selected personal favorite songs of prayer and excerpts of scripture are instead diligently inscribed onto every inch the interior of the aircrafts' cockpits and passenger sections, where vehicle occupants can see them and have their resolve and conviction bolstered by them before and after battle. The ceilings of each aircraft's interior must be scrubbed clean of soot every week as well, since thick and tall handmade wax candles are burnt inside of the aircraft interiors during all hours of aircraft operation so as to appease the spirit and grant divine protections.\n`;
+					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA grand chapel now occupies the prime area behind the common area. The peculiar architecture of the structure, combined with the highly specific paint scheme and meticulous interior decoration, makes the building itself demand a certain respect from all who enter. The layout of the building is complex, with sections for laying and using prayer mats, rows of pews for adherents to sit and be ministered to, and platforms for clergy and choir to take their place upon during services. It is also a place of great beauty; unique paintings and huge stained glass mosaic windows adorn the walls and ceilings as they illustrate the faith in ways that mere words would fail to do. On holy days, hymnal music and calls to prayer can be heard from within the building, inviting all to come and partake of the fellowship, prayer, and release within. There is no doubt that this holy temple serves as the centerpiece to the Firebase's spiritual culture.\n`;
 					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA carefully placed artificial pond occupies the exterior of the Firebase, with impossibly clear, and supposedly blessed, waters filling it. It plays host to the regular water immersion spiritual ceremonies performed upon new recruits in order to initiate them into the Firebase population and culture, and religious chants and songs can frequently be heard from the robed clergymen as they perform their duties.\n`;
-					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nPrayer and fasting have become regular activities in the Firebase, and as far as you can tell, the adherence is genuine. Your exciting new religion fills a void within your warriors that killing, drugging, and whoring do not. For many it provides comfort, and for those who do not ask too many questions, it provides answers. Rather than face cremation, the bodies of your fallen are ritually buried, ensuring optimal passage into the next life. Weekly ceromonies are held for community meditation on matters of the spirit, and the tenants of your faith are taught cnsistently throughout basic training alongside the conventional curricula. Soldiers and staff can be heard humming hymns or quietely chanting sacraments as they clean weapons and tools, get dressed, move about, and perform many other typical tasks, including fucking. Quite a few officers and NCO's double as priests too, and army chaplains are a coveted addition to any platoon that doesn't already have one. It is common for deployed troops to pray for protection for themselves and their comrades before mounting up and heading for battle, and as you see a fully kitted infantry section huddled in a prayer circle right now, you are confident that the new faith has succeeded.\n`;
+					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nPrayer and fasting have become regular activities in the Firebase, and as far as you can tell, the adherence is genuine. Your exciting new religion fills a void within your warriors that killing, drugging, and whoring do not. For many it provides comfort, and for those who do not ask too many questions, it provides answers. Rather than face cremation, the bodies of your fallen are ritually buried, ensuring optimal passage into the next life. Weekly ceremonies are held for community meditation on matters of the spirit, and the tenants of your faith are taught consistently throughout basic training alongside the conventional curricula. Soldiers and staff can be heard humming hymns or quietly chanting sacraments as they clean weapons and tools, get dressed, move about, and perform many other typical tasks, including fucking. Quite a few officers and NCO's double as priests too, and army chaplains are a coveted addition to any platoon that doesn't already have one. It is common for deployed troops to pray for protection for themselves and their comrades before mounting up and heading for battle, and as you see a fully kitted infantry section huddled in a prayer circle right now, you are confident that the new faith has succeeded.\n`;
 					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nChattel Religionism: The Colonel is wearing your holy symbol on a discreet necklace, and no longer criticizes The Faith as harshly as she used to. Sometimes you even see her flipping through the copy of your Holy Book that she keeps around, with a neutral expression instead of her usual sneer. It seems she's stuck in a transition of sorts. You never see her praying or speaking with your priests though. She'll come around some day. They always do...\n`;
 					break;
 				case 'Multiculturalism':
-					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nIn anticipaton of the impending global meltdown that doomsday preppers are currently preparng for all around the world, you've had a secret location installed in the arcology, created to match the essential specifications of a modern luxury 'doomsday' bunker. To garantee the Colonel's survival and comfort in the event of an apocalyptic crisis, you've gone all out: You've carved out an underground formaton far underneath the arcology's foundations to build her a private fallout shelter, complete with a secure communications center, her overseer bedroom and several private bedrooms & bathrooms, an artificial aquifier, an agricultural greenhouse, a gymnasium & swimming pool, a fireproof storeroom packed with years worth of dried rations & medical supplies, a stocked munitions room, and a sealed underground passageway leading back up to the surface. When she first entered the overseer bedroom, she found the various emergency survival tomes you've bought for her and her future fellow dwellers.  She also saw the extraordinary modular hazmat suit you've had made to her exact measurements, for that special day when she will be ready to emerge from shelter and take on whatever is left of the world.\n`;
-					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe troops are provided their pick of foods from many Old World countries and many 'New World' Free Cities alike. Delicacies and drinks from nearly every part of the world are availible, with many soldiers even being aquainted with the histories and variations of their favorite dishes.\n`;
+					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nIn anticipation of the impending global meltdown that doomsday preppers are currently preparing for all around the world, you've had a secret location installed in the arcology, created to match the essential specifications of a modern luxury 'doomsday' bunker. To guarantee the Colonel's survival and comfort in the event of an apocalyptic crisis, you've gone all out: You've carved out an underground formation far underneath the arcology's foundations to build her a private fallout shelter, complete with a secure communications center, her overseer bedroom and several private bedrooms & bathrooms, an artificial aquifer, an agricultural greenhouse, a gymnasium & swimming pool, a fireproof storeroom packed with years worth of dried rations & medical supplies, a stocked munitions room, and a sealed underground passageway leading back up to the surface. When she first entered the overseer bedroom, she found the various emergency survival tomes you've bought for her and her future fellow dwellers. She also saw the extraordinary modular hazmat suit you've had made to her exact measurements, for that special day when she will be ready to emerge from shelter and take on whatever is left of the world.\n`;
+					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe troops are provided their pick of foods from many Old World countries and many 'New World' Free Cities alike. Delicacies and drinks from nearly every part of the world are available, with many soldiers even being acquainted with the histories and variations of their favorite dishes.\n`;
 					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe porn the troops are given reflects variety; the troops are shown many sexual films encompassing many genres. These films hail from arcologies and societies around the world that specialize in their respective genres, and watching such exquisitely crafted content broadens the troops' sexual horizons immensely and makes for much discussion.\n`;
-					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSelect slaves among the slave population wear proper business attire with their collars; during slave meals these slave-lecturers terrify the mass of slaves present with dire and truthful news of recent events in the Old World, and even other arcologies. The unspoken implications are heard by all in attendance: They areall best off where they already are; there is no safety in 'freedom'.\n`;
+					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSelect slaves among the slave population wear proper business attire with their collars; during slave meals these slave-lecturers terrify the mass of slaves present with dire and truthful news of recent events in the Old World, and even other arcologies. The unspoken implications are heard by all in attendance: They are all best off where they already are; there is no safety in 'freedom'.\n`;
 					if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAt the start of each day, the inmates of the slave processing cages are made to stand at attention in neat groups and carry out role call. Each group member is shackled together to form chain-gangs, before these chained groups are herded by armed wardens to perform various harsh menial tasks just outside the Firebase, like digging ditches and trenches, or laying barbed wires or service roads.\n`;
-					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nFirebase kitchen organization and common area seating layouts have undrgone major overhauls, all to make the Firebase strongly resemble an Old World shopping mall's food court. Food preparation crews have been heavily splintered to staff the dozens of food hut 'resturants' that now encircle the common area; each 'resturant' handles a different kind of food exclusively, and what used to be a very unified and versatile staff has now become very scattered and specialized. Every few tables or so has a quaint attraction such as a water fountain, a statue of a war hero or legendary slave, a luxury automobile display, or some other kind of diversion. Such eye candy is emplaced for all to see, each one complete with small benches nearby for sitting, chatting, and admiring.\n`;
-					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe barracks formerly had a lackadaisical attitude towards segragation of genders (as some private militaries of the Free Cities are wont to do), but no more. As per Old Wolrd regulations, The Barracks now has very clearly defined 'Male', 'Female', and 'Other' Dormitories, Restrooms, and Locker Rooms. There are also stern warnings posted on the nearby bulletin concerning trespassing these boundries outside of emergency situations.\n`;
-					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nLuxury has taken hold of the armory, since it has been decorated to resemble a high-society gun club of the sort growing in popularity in the increasingly dangerous Old World. Fine redwood chairs and tables lie to the side of the main munitions stores, and squads of veterans sit around each table to talk about their day's assignment as they don their wargear or assemble weaponry. The flags of your arcology and its allies hang proudly overhead from every wall, and upon their fatigues your soldiers proudly wear armpatches sporting the flags of their home country or native arcology, right below the flag of your arcology. In a specially-built side room lies an advanced AI-managed shooting range, where soldiers can try out an exotic range of the newest high-tech munitions from the world's most advanced Old World countries and Free Cities alike.\n`;
-					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe battlestations of the command center have been rearranged very traditionally. Instead of the previously loose, flexible, and modular floorplan originally employed, the command center's floorplan is now a rough rectangle, with tables, kiosks, and equipment now structured into neat rows and columns according to unit juristiction and function. All slave activities are kept strictly to one side of the command center to minimize distractions, as well.\n`;
-					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe drug laboratory has secret underground tunnels trailing out of it, leading to secretive drop-off points where the unique concoctions synthesized within the Firebase are sold to anonymous drug traffickers hailing from a multitude of countries and arcologies. In the numerous storage rooms, naked slaves supervised by armed guards are tasked with packaging the many drug kilos that are meant for both Firebase personnel and outside clients. The cash your drug staff makes from its many covert international dealings is crudely piled up, one plastic-foil wrapped bundle after another, all over the drug lab facility, and you see several well-dressed and well-armed 'salesmen' surverying their earnings as they pass. These liberal touches, along with the ubiquitous surplus drug piles, drug-addicted hookers, masked thugs visible, all give this place the air of an Old World drug cartel's villa.\n`;
-					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nBeautiful is the sight of the Firebase's diverse population making use of the trinkets purchased through the freedom of multiculturalism. Of course, numerous international best selling media works are sold around here, but so are supplementary items like tourism books & tourist maps for faraway destinations, exotic sculptures and jewelries, exotic inscenses and perfumes, and foreign garments and accessories from every visiting culture. Of course premium services like private lessons in esoteric forms of cooking, dance, painting, or any other pastime you can imagine are all here too, for those who feel curious enough to explore them and have the money to afford them.\n`;
-					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery inch of your reconnaisance drones has been carefully repainted to make them directly resemble a globe-shaped representation of the planet Earth. As they hover above the battlefield, those few enemies that spot them and futile try to shoot them down are deftly reminded by their appearance that the earth abides, and that the world will go on just fine without them.\n`;
-					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSome would say that the Firebase's garage has become a mere showroom. Of course, the garage staff disagrees with this notion; the garage has become a place of demonstration and opportunity. The entire garage has been carefully rearranged; the repair, maintainance, and upgrade bays have been tightly reconfigured to fit snugly into the rear sections of the facility; the forefront of the floorspace has been repurposed to showcase the Firebase's newest and most exciting ground warfare vehicle platforms and upgrades to merchants, commanders, representatives, and dignitaries from a variety of allied and neutral territories and arcologies, as a basis for prospective future cooperation and trade deals, and of course, a form of threat deterrance against those secretly plotting hostilities.  Exotic foods and wines are kept on store and made availible during exhibition events so as to properly honour each VIP's prescence, and sometimes properly distinguished garage staff and vehicle crews are made to dress up and be introduced to these powerful figures as exalted VIP's in their own right.  Overall, repairs take a bit longer to perform due to the troublesome reduction in operating space the workers have, but since these trade shows provide unique support and permissions from abroad, as well as further distinction from the multitude of less cooperative arcologies who do not form international ties as such, is that really a loss?\n`;
+					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nFirebase kitchen organization and common area seating layouts have undergone major overhauls, all to make the Firebase strongly resemble an Old World shopping mall's food court. Food preparation crews have been heavily splintered to staff the dozens of food hut 'restaurants' that now encircle the common area; each 'restaurant' handles a different kind of food exclusively, and what used to be a very unified and versatile staff has now become very scattered and specialized. Every few tables or so has a quaint attraction such as a water fountain, a statue of a war hero or legendary slave, a luxury automobile display, or some other kind of diversion. Such eye candy is emplaced for all to see, each one complete with small benches nearby for sitting, chatting, and admiring.\n`;
+					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe barracks formerly had a lackadaisical attitude towards segregation of genders (as some private militaries of the Free Cities are wont to do), but no more. As per Old World regulations, The Barracks now has very clearly defined 'Male', 'Female', and 'Other' Dormitories, Restrooms, and Locker Rooms. There are also stern warnings posted on the nearby bulletin concerning trespassing these boundaries outside of emergency situations.\n`;
+					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nLuxury has taken hold of the armory, since it has been decorated to resemble a high-society gun club of the sort growing in popularity in the increasingly dangerous Old World. Fine redwood chairs and tables lie to the side of the main munitions stores, and squads of veterans sit around each table to talk about their day's assignment as they don their war gear or assemble weaponry. The flags of your arcology and its allies hang proudly overhead from every wall, and upon their fatigues your soldiers proudly wear arm patches sporting the flags of their home country or native arcology, right below the flag of your arcology. In a specially-built side room lies an advanced AI-managed shooting range, where soldiers can try out an exotic range of the newest high-tech munitions from the world's most advanced Old World countries and Free Cities alike.\n`;
+					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe battle stations of the command center have been rearranged very traditionally. Instead of the previously loose, flexible, and modular floorplan originally employed, the command center's floorplan is now a rough rectangle, with tables, kiosks, and equipment now structured into neat rows and columns according to unit jurisdiction and function. All slave activities are kept strictly to one side of the command center to minimize distractions, as well.\n`;
+					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe drug laboratory has secret underground tunnels trailing out of it, leading to secretive drop-off points where the unique concoctions synthesized within the Firebase are sold to anonymous drug traffickers hailing from a multitude of countries and arcologies. In the numerous storage rooms, naked slaves supervised by armed guards are tasked with packaging the many drug kilos that are meant for both Firebase personnel and outside clients. The cash your drug staff makes from its many covert international dealings is crudely piled up, one plastic-foil wrapped bundle after another, all over the drug lab facility, and you see several well-dressed and well-armed 'salesmen' surveying their earnings as they pass. These liberal touches, along with the ubiquitous surplus drug piles, drug-addicted hookers, masked thugs visible, all give this place the air of an Old World drug cartel's villa.\n`;
+					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nBeautiful is the sight of the Firebase's diverse population making use of the trinkets purchased through the freedom of multiculturalism. Of course, numerous international best selling media works are sold around here, but so are supplementary items like tourism books & tourist maps for faraway destinations, exotic sculptures and jewelries, exotic incenses and perfumes, and foreign garments and accessories from every visiting culture. Of course premium services like private lessons in esoteric forms of cooking, dance, painting, or any other pastime you can imagine are all here too, for those who feel curious enough to explore them and have the money to afford them.\n`;
+					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery inch of your reconnaissance drones has been carefully repainted to make them directly resemble a globe-shaped representation of the planet Earth. As they hover above the battlefield, those few enemies that spot them and futile try to shoot them down are deftly reminded by their appearance that the earth abides, and that the world will go on just fine without them.\n`;
+					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSome would say that the Firebase's garage has become a mere showroom. Of course, the garage staff disagrees with this notion; the garage has become a place of demonstration and opportunity. The entire garage has been carefully rearranged; the repair, maintenance, and upgrade bays have been tightly reconfigured to fit snugly into the rear sections of the facility; the forefront of the floorspace has been repurposed to showcase the Firebase's newest and most exciting ground warfare vehicle platforms and upgrades to merchants, commanders, representatives, and dignitaries from a variety of allied and neutral territories and arcologies, as a basis for prospective future cooperation and trade deals, and of course, a form of threat deterrence against those secretly plotting hostilities. Exotic foods and wines are kept on store and made available during exhibition events so as to properly honor each VIP's prescience, and sometimes properly distinguished garage staff and vehicle crews are made to dress up and be introduced to these powerful figures as exalted VIP's in their own right. Overall, repairs take a bit longer to perform due to the troublesome reduction in operating space the workers have, but since these trade shows provide unique support and permissions from abroad, as well as further distinction from the multitude of less cooperative arcologies who do not form international ties as such, is that really a loss?\n`;
 					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery vehicle unit comes with several empty and half-empty scrapbooks, lots of gel pens, and several modern polaroid & HD cameras with extra film and hard disks in reserve, all packed within a special fireproof box underneath the driver's seat; it is hoped that these materials might be used in the field to help vehicle crews capture and better documents the experiences, sights, and discoveries of your vehicle units as they explore, learn, and fight through foreign lands.\n`;
-					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour original hangar staff have socialized themselves completely to the multiculturalist agenda, and have become a well-connected group within the Free Cities' international aviation engineering community. This flight club takes its profession very seriously; its members have even invested in modular bionic exosuits that can attach and detach all manner of intricate power tools at will. Every act of repair and improvement is cross-checked and verified by several qualified personnel before the serviced aircraft is approved for its net flight. Scented candles from abroad alleviate the stench of the heavy oils that lubricate your flying machines, while trendy global-trotting music drowns out the sound of heavy mechanical instruments at work. With this level of oversight and proffessionalism, any instance of malfunction or failure from your aircraft during future operations can be considered nothing short of sheer coincidence.\n`;
-					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nUnbeknownst to the variety of non-hostile actors that your aircraft must pass ovehead in order to reach thier next mission, your selected personal favorite quotes, books & articles exerpts, and works of art taken from your multiculturalist collection are diligently inscribed onto every inch the interior of the aircrafts' cockpits and passenger sections, where vehicle occupants can see them and have their resolve and conviction bolstered by them before and after battle. The ceilings of each aircraft's interior must be scrubbed clean of soot every week as well, since thick and tall imported wax candles are burnt inside of the aircraft interiors during all hours of aircraft operation in rememberance of every pilot and passenger that has died while operating from that aircraft.\n`;
+					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour original hangar staff have socialized themselves completely to the multiculturalist agenda, and have become a well-connected group within the Free Cities' international aviation engineering community. This flight club takes its profession very seriously; its members have even invested in modular bionic exosuits that can attach and detach all manner of intricate power tools at will. Every act of repair and improvement is cross-checked and verified by several qualified personnel before the serviced aircraft is approved for its net flight. Scented candles from abroad alleviate the stench of the heavy oils that lubricate your flying machines, while trendy global-trotting music drowns out the sound of heavy mechanical instruments at work. With this level of oversight and professionalism, any instance of malfunction or failure from your aircraft during future operations can be considered nothing short of sheer coincidence.\n`;
+					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nUnbeknownst to the variety of non-hostile actors that your aircraft must pass overhead in order to reach their next mission, your selected personal favorite quotes, books & articles excerpts, and works of art taken from your multiculturalist collection are diligently inscribed onto every inch the interior of the aircrafts' cockpits and passenger sections, where vehicle occupants can see them and have their resolve and conviction bolstered by them before and after battle. The ceilings of each aircraft's interior must be scrubbed clean of soot every week as well, since thick and tall imported wax candles are burnt inside of the aircraft interiors during all hours of aircraft operation in remembrance of every pilot and passenger that has died while operating from that aircraft.\n`;
 					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA grand supermarket now occupies the prime area behind the common area. The familiar architecture of the structure, combined with the highly prolific paint scheme and globalized interior decoration, makes the building itself acheive a certain rapport with all who enter. The layout of the building is complex, with sections for buying international delicacy foods, rows of racks for shoppers to buy rare and specialized tools and trinkets, and platforms for customers to browse all manner of Free Cities and Old World apparels, luxury cars, exotic pets, and many other amusements. It is also a place of great finds; highly coveted niche publications and artworks are on offer in the less frequented corners, and huge high resolution wallscreens adorn the walls and ceilings as they illustrate the newest products and clearance sales on offer. Everyday, upbeat music and audio adverts can be heard from within the building, inviting all to come and partake of the fun within. There is no doubt that this place serves as the centerpiece to the Firebase's materialistic culture.\n`;
 					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA carefully paved world-class swimming pool occupies the exterior of the Firebase, with an intergrated water heater, several water slides, and even a built-in waterfall. The pool and its surrounding platform plays host to the regular pool parties and swimming competitions that are open to all soldiers and staff that have some free time. Laughter can frequently be heard from the swimwear-clad partygoers as they hang out and socialize here.\n`;
-					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nLenghty, good-spirited debates and competitions have become regular activities in the Firebase, and that is to be expected. Your exciting, inclusive tolerant, and artistic multiculture fills a void within your warriors that killing, drugging, and whoring do not. For many it provides new outlooks on life, for those that delve deep enough, it provides novel reams of worldy wisdom. Rather than take up space in cemetaries, the bodies of your fallen are prompty cremated to make more room for the living. Every week, ceromonies are held in honour of Life itself. Sanctioned protocols for properly interacting with non-hostile civillians, soldiers, and slaves from foreign countries and arcologies are taught cnsistently throughout basic training alongside the conventional curricula, which has so far worked well in avoiding faux pas that could have lead to needless conflict with members of other cultures. Soldiers and staff can be heard humming internationally-popular songs or quietely chanting military cadences as they clean weapons and tools, get dressed, move about, and perform many other typical tasks, including fucking. Quite a few officers and NCO's double as language teachers too, and trained interpretors are a coveted addition to any platoon that doesn't already have one. It is common for deployed troops to exchange gifts with one another before mounting up and heading for battle, and as you see a fully kitted infantry section huddled around an ornate tree right now, you ar confident that the globalization effort has succeeded.\n`;
-					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMulticulturalism: Sometimes when The Colonel is making her rounds in the Firebase, you'll see her wearing a finely tailored business suit, complete with jacket and skirt, much like many wealthy and powerful women these days. Sometimes when she is relaxing or sleeping she'll wear just a simple comfortable bra and panties, like most women around the world do by now too. Her pavillion contains a wide assortment of goods made from countries all over the world, not just this part of it. Her combat battledress now features a simple cloth beret and a collapsible ballistic shield painted to look like the flag of the ${V.SF.Lower}.\n`;
+					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nLenghty, good-spirited debates and competitions have become regular activities in the Firebase, and that is to be expected. Your exciting, inclusive tolerant, and artistic multiculture fills a void within your warriors that killing, drugging, and whoring do not. For many it provides new outlooks on life, for those that delve deep enough, it provides novel reams of worldly wisdom. Rather than take up space in cemeteries, the bodies of your fallen are promptly cremated to make more room for the living. Every week, ceremonies are held in honor of Life itself. Sanctioned protocols for properly interacting with non-hostile civilians, soldiers, and slaves from foreign countries and arcologies are taught consistently throughout basic training alongside the conventional curricula, which has so far worked well in avoiding faux pas that could have lead to needless conflict with members of other cultures. Soldiers and staff can be heard humming internationally-popular songs or quietly chanting military cadences as they clean weapons and tools, get dressed, move about, and perform many other typical tasks, including fucking. Quite a few officers and NCO's double as language teachers too, and trained interpreters are a coveted addition to any platoon that doesn't already have one. It is common for deployed troops to exchange gifts with one another before mounting up and heading for battle, and as you see a fully kitted infantry section huddled around an ornate tree right now, you are confident that the globalization effort has succeeded.\n`;
+					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMulticulturalism: Sometimes when The Colonel is making her rounds in the Firebase, you'll see her wearing a finely tailored business suit, complete with jacket and skirt, much like many wealthy and powerful women these days. Sometimes when she is relaxing or sleeping she'll wear just a simple comfortable bra and panties, like most women around the world do by now too. Her pavilion contains a wide assortment of goods made from countries all over the world, not just this part of it. Her combat battledress now features a simple cloth beret and a collapsible ballistic shield painted to look like the flag of the ${V.SF.Lower}.\n`;
 					break;
 				case 'Slimness_Enthusiasm':
-					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nIn celebration of Slimness Enthusiasm, you've gifted the Colonel with her very own fleet of small single-seater reconnaisance buggies, all made from extremely lightweight-yet-durable alloys, and precisely engineered minature nuclear reactors meant to allow each vehicle in the fleet to acheive obscene speeds in the field in all terrains. They even come with roof hardpoint mounts for mounting light remote-operated weapons.  Thanks to their stellar support systems they also ensure driver safety and orientation during use, reliably absorbing and redistributing the energy recieved from the the multitude of shocks, bounces, g-forces, jolts, jumps, and other manuverabiity hiccups that would make these vehicles impossible to handle without them. All that being said, they are very fun to drive and eventually master. Also, their extreme mobility, tiny target profiles, quiet engines, and ease of camoflauge all make them excellent recon vehicles for the Colonel and her freinds to use for races, scouting missions, and raids whenever things in the Firebase get too boring.\n`;
+					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nIn celebration of Slimness Enthusiasm, you've gifted the Colonel with her very own fleet of small single-seater reconnaissance buggies, all made from extremely lightweight-yet-durable alloys, and precisely engineered miniature nuclear reactors meant to allow each vehicle in the fleet to achieve obscene speeds in the field in all terrains. They even come with roof hardpoint mounts for mounting light remote-operated weapons. Thanks to their stellar support systems they also ensure driver safety and orientation during use, reliably absorbing and redistributing the energy received from the the multitude of shocks, bounces, g-forces, jolts, jumps, and other maneuverability hiccups that would make these vehicles impossible to handle without them. All that being said, they are very fun to drive and eventually master. Also, their extreme mobility, tiny target profiles, quiet engines, and ease of camouflage all make them excellent recon vehicles for the Colonel and her friends to use for races, scouting missions, and raids whenever things in the Firebase get too boring.\n`;
 					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe meals are prepared and presented as low-calorie or even calorie-free, stripping fatty content wherever possible. Smaller portions and slices than market standard are not uncommon either.\n`;
-					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMuch of the movies and porn videos the troops recieve prominently feature glamorous model-thin actors and actresses alike, with tiny tits and asses, and usually very little bodyfat. With bodies so light and thin, every endeavour onscreen, from fight scenes to sex scenes, is usually very intense and fast paced. \n`;
+					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMuch of the movies and porn videos the troops receive prominently feature glamorous model-thin actors and actresses alike, with tiny tits and asses, and usually very little bodyfat. With bodies so light and thin, every endeavor onscreen, from fight scenes to sex scenes, is usually very intense and fast paced. \n`;
 					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA good portion of the slaves in the Firebase are quite skinny. They have slim assets on their bodies and are generally lightweight. A few discerning troops are seen checking them out from afar, from time to time.\n`;
 					if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe new slaves kept in the processing cages are aggressively slimmed down. They are given only one medium-sized meal at midday, and yet they are required to work and train for their new lives just as hard as any other slave.\n`;
 					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAlong the greatest length of the common area, there is a full proper running track, complete with laid tarmac and white paint. It is comparable to the tracks used by any modern sports team, and even has a tiny booth staffed by in-house bookies, where troopers go to place their bets or collect their prizes for the weekly slave Races and monthly Coursing games. This track also has a feature you wouldn't find on most tracks, which are the compact wheeled cages on either end, for owners to store their prized runner slaves, or collect a runner slave they just won through their bets. Aside from concession stands, raised seats are lined up on the sides of the racetrack, for spectators and judges to observe and film the footraces themselves.\n`;
 					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nTo emphasize the fashion for slimmer slaves and soldiers, the rooms of the Barracks have been renovated to make each one smaller, with thinner walls. This has the secondary effect of freeing up space for a few additional rooms altogether.\n`;
-					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery single weapon and armour rig in the armory has been stripped to its bare essentials, and every soldier is incentivized and encouraged to find innovative new ways to make their assigned weapon even ligher while preserving as much as possible of its performance. Many assets and materials are provided freely within the armory for this purpose, with soldiers often coming here on their off hours to make use of the hired gunsmiths, installed workbenches, and 3D printer fabricators on-site to make additional weight reducing tweaks to their hardware.\n`;
-					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nBattlestations within the command center are tightly packed togther to maximize the space availible, thus making room for even more command areas to be squeezed in. Thankfully, this allows for the command staff to run more operations simaltaneously than ever before, considerably increasing their tactical capacity. This is possible because the existing furniture and equipment of the area, including the slaves assigned here, have been replaced with slimmer variants that perform just as well, thus freeing up space.\n`;
-					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe drug lab facility has a built-up concert hall extension where off duty personnel can come and PARTY! Performers from all accross the Free Cities are hired to come and give remote 3D hologram performanes to the weekend crowds that come here, and there is a great deal of jumping and shouting as part of the activities. Spicing up the festivities is the abundance of newfangled trial drugs freely given to those who come, since your chemical engineers are happy to let visitors be their second test population for the effects of their newer substances. After each event, hundreds of empty syringes and cups alike can be seen all over the floors.\n`;
-					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour Firebase people like to keep things light. Duffel bags, handbags, and other form of off-duty carriage are now rather small, as you troops like to keep only bare essentials with them. Tight, form fitting clothing is the norm, and it has been noted that even personal computers, smartphones, flash drives, and so on are only availible in downright tiny variants, as if lugging aroung even normal size, somewhat-bulkier equipment were a social taboo. Since smaller luggage has become the standard, the personnel have become minimalists too. Many of the Firebase population have drastically downsized their personal in-house inventories to better fit in, with many people making use of premium storage containers for excess possessions. 'Less is more' is no longer just a saying, after all.\n`;
-					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMost of the drones of the Firebase have been slimmed down through very skillful remodelling, so as to give them a seeker profile and smaller target signature.\n`;
-					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAdvanced technologies were always implemented within the Firebase, and the garage is no different. Slimness Enthusiasm mania has pushed the garages procurement specialists working out of the rear offices of the facility to aquire complex new ultra-lightweight vehicle chassis kits for your ground vehicles.\n`;
-					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSince their initial delivery into the Firebase, your ground vehicles have been nearly completely rebuilt using the finiest in modern lightweight metal composite kits, replacing your vehicles' original heavy metal composition with much lighter alternatives. These modification have made your ground units lighter (allowing most of their vehicles to be air-liftable so as to better carry out advanced air assaults) as well as faster and slimmer. Of course, some degree of armour protection and survivability was sacrificed to acheive this.\n`;
-					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nShort, thin, and narrow revetments seperate each of the aircraft stored in the hangar, and the thin airmen that occupy the hangar have no trouble squeezing under and in between the tight spaces around in order to work on the many aircraft. There is quite a bit of free space in between each workstation because every area of the facility has become so very trim and tightly packed.\n`;
-					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe aircraft within the hangar cannot be slimmed down too much without stripping away at key systems and compromising their functionality, so instead the staff have settled for modifying their weight. Great expense has been taken to replace each airframe hull component with durable lightweight composite metal alloys, giving each aircraft a lighter weight and higher spped while retaining just as much of its original constitution. Because of this, Firebase aircraft are renowned on the battlefield for their speed, and despised for just how hard they are to score hits on because of their great speed.\n`;
-					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe barracks themselves have a new section built, and this section is very special: It is a  comfortable, if minimalist, public housing condominium intended to host the families of those officers who desire to have thir loved ones live in the comfort and safety of the Free Cities at minimal cost. Much like the building itself, each apartment of the condominium is slim but luxurious, and for the families that have chosen to live in this place, there is much fun to be had on the roof, which has its very own civillian-only swimming pool, hot tub, and barbeque platforms overlooking the rest of the Firebase.\n`;
-					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe collossal retractible blast doors that seal the Firebase whenever entry or exit are not required are no longer covered with only mere composite armour plating; the exterior armour plating is now itself covered  by two massive interactive motion wallpapers depicting several very slim and very beautiful girls that are always beckoning incoming parties and even casual onlookers to enter.\n`;
-					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe population of the Firebase is slimbodied. All personnel, from cooks, to pilots, to infantry, have some form of size reduction done to themselves; liposuctions have become quite popular, and breast and buttocks reductions procedures are in vogue.  Cash bonus incentives as well as positive peer pressure are used as useful forces to push new recruits into the slimness mindset. Sleek is sexy, and your soldiers embrace this attitude wholesale, with the compactnes of one's bodyparts and possessions considered a key indicator of social status as well as personal areas of continuous improvement.\n`;
-					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSlimness Enthusiasm: The Colonel has gotten several additional slaves for her pavillion, and they are very trim, with flat bellies and minimal assets. Sometimes you spot the Colonel casually picking one of them up wholesale and carrying them over her shoulder to her couch for use.\n`;
+					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery single weapon and armor rig in the armory has been stripped to its bare essentials, and every soldier is incentivized and encouraged to find innovative new ways to make their assigned weapon even lighter while preserving as much as possible of its performance. Many assets and materials are provided freely within the armory for this purpose, with soldiers often coming here on their off hours to make use of the hired gunsmiths, installed workbenches, and 3D printer fabricators on-site to make additional weight reducing tweaks to their hardware.\n`;
+					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nBattlestations within the command center are tightly packed together to maximize the space available, thus making room for even more command areas to be squeezed in. Thankfully, this allows for the command staff to run more operations simultaneously than ever before, considerably increasing their tactical capacity. This is possible because the existing furniture and equipment of the area, including the slaves assigned here, have been replaced with slimmer variants that perform just as well, thus freeing up space.\n`;
+					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe drug lab facility has a built-up concert hall extension where off duty personnel can come and PARTY! Performers from all across the Free Cities are hired to come and give remote 3D hologram performances to the weekend crowds that come here, and there is a great deal of jumping and shouting as part of the activities. Spicing up the festivities is the abundance of newfangled trial drugs freely given to those who come, since your chemical engineers are happy to let visitors be their second test population for the effects of their newer substances. After each event, hundreds of empty syringes and cups alike can be seen all over the floors.\n`;
+					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour Firebase people like to keep things light. Duffel bags, handbags, and other form of off-duty carriage are now rather small, as you troops like to keep only bare essentials with them. Tight, form fitting clothing is the norm, and it has been noted that even personal computers, smartphones, flash drives, and so on are only available in downright tiny variants, as if lugging around even normal size, somewhat-bulkier equipment were a social taboo. Since smaller luggage has become the standard, the personnel have become minimalists too. Many of the Firebase population have drastically downsized their personal in-house inventories to better fit in, with many people making use of premium storage containers for excess possessions. 'Less is more' is no longer just a saying, after all.\n`;
+					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMost of the drones of the Firebase have been slimmed down through very skillful remodeling, so as to give them a seeker profile and smaller target signature.\n`;
+					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAdvanced technologies were always implemented within the Firebase, and the garage is no different. Slimness Enthusiasm mania has pushed the garages procurement specialists working out of the rear offices of the facility to acquire complex new ultra-lightweight vehicle chassis kits for your ground vehicles.\n`;
+					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSince their initial delivery into the Firebase, your ground vehicles have been nearly completely rebuilt using the finest in modern lightweight metal composite kits, replacing your vehicles' original heavy metal composition with much lighter alternatives. These modification have made your ground units lighter (allowing most of their vehicles to be air-liftable so as to better carry out advanced air assaults) as well as faster and slimmer. Of course, some degree of amour protection and survivability was sacrificed to achieve this.\n`;
+					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nShort, thin, and narrow revetments separate each of the aircraft stored in the hangar, and the thin airmen that occupy the hangar have no trouble squeezing under and in between the tight spaces around in order to work on the many aircraft. There is quite a bit of free space in between each workstation because every area of the facility has become so very trim and tightly packed.\n`;
+					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe aircraft within the hangar cannot be slimmed down too much without stripping away at key systems and compromising their functionality, so instead the staff have settled for modifying their weight. Great expense has been taken to replace each airframe hull component with durable lightweight composite metal alloys, giving each aircraft a lighter weight and higher speed while retaining just as much of its original constitution. Because of this, Firebase aircraft are renowned on the battlefield for their speed, and despised for just how hard they are to score hits on because of their great speed.\n`;
+					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe barracks themselves have a new section built, and this section is very special: It is a comfortable, if minimalist, public housing condominium intended to host the families of those officers who desire to have their loved ones live in the comfort and safety of the Free Cities at minimal cost. Much like the building itself, each apartment of the condominium is slim but luxurious, and for the families that have chosen to live in this place, there is much fun to be had on the roof, which has its very own civilian-only swimming pool, hot tub, and barbeque platforms overlooking the rest of the Firebase.\n`;
+					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe colossal retractable blast doors that seal the Firebase whenever entry or exit are not required are no longer covered with only mere composite armor plating; the exterior armor plating is now itself covered by two massive interactive motion wallpapers depicting several very slim and very beautiful girls that are always beckoning incoming parties and even casual onlookers to enter.\n`;
+					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe population of the Firebase is slim-bodied. All personnel, from cooks, to pilots, to infantry, have some form of size reduction done to themselves; liposuctions have become quite popular, and breast and buttocks reductions procedures are in vogue. Cash bonus incentives as well as positive peer pressure are used as useful forces to push new recruits into the slimness mindset. Sleek is sexy, and your soldiers embrace this attitude wholesale, with the compactness of one's body parts and possessions considered a key indicator of social status as well as personal areas of continuous improvement.\n`;
+					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSlimness Enthusiasm: The Colonel has gotten several additional slaves for her pavilion, and they are very trim, with flat bellies and minimal assets. Sometimes you spot the Colonel casually picking one of them up wholesale and carrying them over her shoulder to her couch for use.\n`;
 					break;
 				case 'Asset_Expansionism':
-					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nIn celebration of Asset Expansionism, you've gifted the Colonel with her very own super-heavy missile tank. Making up its shape are its four wide tracks and its throughly protective armouring that includes thick chobham base armour, overlapping detachable NERA plates, a mine-resistant underbelly, and broad RPG cages along the turret, roof, & hull. It has equally excessive weaponry too; with its large crew, its high-caliber quad-barrel autocannons, automatic grenade launchers, and its ATGM hunter-killer turrets, it can engage myriad opponents simaltaneously. The missile tank's computing sytems maximize it's crew's situational awareness using thousands of realtime data sources, ensuring that the crew always has optimal targeting solutions and can avoid enemy strafing and flanking attempts. These features make this mobile weapons platform a great asset in the field, despite its large target profile. All in all it is a very fun vehicle for the Colonel and her freinds to take onto the battlefield for explosions and giggles whenever things in the Firebase get too boring.  `;
-					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEach food item that ends up on the plate of your soldiers is bigger than it might normally be. For example, in the fast food section, everything served, from the meat patties to the buns to the french fries and the soda tubs that come with them, are all individually huge by Old World standards, filling the plates and paper bags they come in rather easily. Collossal cakes, pies, and other goodies are on display next to the other foods on offer in your Firebase, which are also bigger than they should be.\n`;
+					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nIn celebration of Asset Expansionism, you've gifted the Colonel with her very own super-heavy missile tank. Making up its shape are its four wide tracks and its thoroughly protective armoring that includes thick Chobham-based armor, overlapping detachable NERA plates, a mine-resistant underbelly, and broad RPG cages along the turret, roof, & hull. It has equally excessive weaponry too; with its large crew, its high-caliber quad-barrel autocannons, automatic grenade launchers, and its ATGM hunter-killer turrets, it can engage myriad opponents simultaneously. The missile tank's computing systems maximize it's crew's situational awareness using thousands of real-time data sources, ensuring that the crew always has optimal targeting solutions and can avoid enemy strafing and flanking attempts. These features make this mobile weapons platform a great asset in the field, despite its large target profile. All in all it is a very fun vehicle for the Colonel and her friends to take onto the battlefield for explosions and giggles whenever things in the Firebase get too boring. `;
+					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEach food item that ends up on the plate of your soldiers is bigger than it might normally be. For example, in the fast food section, everything served, from the meat patties to the buns to the French fries and the soda tubs that come with them, are all individually huge by Old World standards, filling the plates and paper bags they come in rather easily. Colossal cakes, pies, and other goodies are on display next to the other foods on offer in your Firebase, which are also bigger than they should be.\n`;
 					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMany device screens in the Firebase are utterly filled with asses and tits, as truly stacked slavegirls star in all manner of pornos. Some of these screens are instead filled with 'big junk', as massively endowed male actors use their large equipment on their partners in all manner of positions too.\n`;
-					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA good portion of the slaves in the Firebase are quite stacked. They have large assets on their bodies and are generally heavy from the weight of all that extra flesh. A few boisterous troops are seen oogling them from afar, from time to time.\n`;
-					if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nGrowth hormones are given in small doses every week to the captives in the processing cages every week. It doesn't take long before each new batch is populately by slavefolk with impressive proportions.\n`;
-					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery chair and table in the common area has been heavily reinforced to safely handle the weight of the slaves, should they be brought to bear. In addition, they have all been significantly widened as well to accomodate for the vast proportions. No matter how stacked the slave, or how said slave is being utilized, they shall be easily handled now.\n`;
+					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nA good portion of the slaves in the Firebase are quite stacked. They have large assets on their bodies and are generally heavy from the weight of all that extra flesh. A few boisterous troops are seen ogling them from afar, from time to time.\n`;
+					if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nGrowth hormones are given in small doses every week to the captives in the processing cages every week. It doesn't take long before each new batch is populated by slavefolk with impressive proportions.\n`;
+					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery chair and table in the common area has been heavily reinforced to safely handle the weight of the slaves, should they be brought to bear. In addition, they have all been significantly widened as well to accommodate for the vast proportions. No matter how stacked the slave, or how said slave is being utilized, they shall be easily handled now.\n`;
 					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nTo emphasize the fashion for well-endowed slaves and soldiers, the beds of the Barracks have been reinforced to make each one wider, with stronger bedframes. This has the secondary effect of freeing up space for a few additional sex slaves in each bed, or a single greatly stacked one.\n`;
-					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe men and women of the Firebase are always encouraged to expand upon their weaponry, and for most, the armory is the place to do exactly that. In the center of the armory lies a massive table that hosts a dizzying and splendid assortment of magnetic pitacanny rails, huge underbarrel shotguns or grenade launchers, tritium iron sights, broad and adjustable laser sights, large zoomable scopes, collapsible tactical bipods and tripods, extended or reinforced gunbarrels, adjustable stocks, extended magazines, massive drum magazines, terrifyingly large bayonets and combat knives, bulky grenades with extra fragmentation effects, and so on, and so forth. Troops are encouraged to pile as many attachments and accessories onto their weapons as practically possible, and by the time they are done, you could swear that their weapons are almost as big as they are.\n`;
+					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe men and women of the Firebase are always encouraged to expand upon their weaponry, and for most, the armory is the place to do exactly that. In the center of the armory lies a massive table that hosts a dizzying and splendid assortment of magnetic picatinny rails, huge under-barrel shotguns or grenade launchers, tritium iron sights, broad and adjustable laser sights, large zoomable scopes, collapsible tactical bipods and tripods, extended or reinforced gun barrels, adjustable stocks, extended magazines, massive drum magazines, terrifyingly large bayonets and combat knives, bulky grenades with extra fragmentation effects, and so on, and so forth. Troops are encouraged to pile as many attachments and accessories onto their weapons as practically possible, and by the time they are done, you could swear that their weapons are almost as big as they are.\n`;
 					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nBattlestations within the command center are twice as tall as they were before, due to the implementation of universal equipment redundancies. Every wall-mounted machine, holographic operations table, computer console, digital archive, and backup hard drive has been bolstered with the existence of new identical back up copies, ensuring that no data is lost should some terrible accident, physical attack, or cyber breach occur. These backups have been been stacked vertically to avoid taking up precious floorspace.\n`;
 					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe drug lab facility has a built-up topless bar extension where off duty personnel can come and drink themselves silly. All manner of typical bar snacks and games can be found, with darts, beer pong, and other games of marksmanship being particularly popular. Of course, the men will sometimes tire of these games and decide to play with one of the numerous big-tittied barmaids instead. Spicing up the festivities is the abundance of newfangled trial drugs freely given to those who come, since your chemical engineers are happy to let bar patrons be their second test population for the effects of their newer substances. After each event, lots of empty syringes and spilt beer alike can be seen all over the floors.\n`;
-					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour Firebase people like to go heavy. Duffel bags, handbags, and other form of off-duty carriage are now rather large, as your troops like to keep all of their conveiniences on hand. Elastic, form fitting clothing is the norm, and it has been noted that even personal computers, smartphones, flash drives, and so on are only availible in downright massive variants, as if toting aroung even normal size, somewhat-sleeker equipment were a social taboo. Since bigger luggage has become the standard, the personnel have become maximalists too. Many of the Firebase population have drastically upsized their personal in-house inventories to better fill their baggage out, with many people making use of premium storage containers for excess possessions. 'More is more' is no longer just a saying, after all.\n`;
-					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMost of the drones of the Firebase have been bulked up through very skillful refitting, so as to give them bulkier profile and greater armour protection.\n`;
-					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAdvanced technologies were always implemented within the Firebase, and the garage is no different. Asset Expansionism mania has pushed the garages procurement specialists working out of the rear offices of the facility to aquire complex new high-calibre vehicle armament suites for your ground vehicles.\n`;
-					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSince their initial delivery into the Firebase, your ground vehicles have been nearly completely rearmed using the finiest in modern composite-material multipurpose heavy guns and heavy autocannons, replacing your vehicles' original general purpose weaponry with much more destructive alternatives. These modifications have made your ground units much bulkier, as well as heavier (preventing some units from being air-lifted for advanced air assaults) but much more terrifying and deadly, as your vast tank barrel can be seen even from afar. Of course, some degree of mobility was sacrificed to acheive this.\n`;
-					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nTall, thick, and wide revetments seperate each of the aircraft stored in the hangar, and the well-endowed airmen that occupy the hangar have gotten used to squeezing under and in between the tight spaces around in order to work on the many aircraft. There is not much free space in between each workstation because each individual workstation has been made huge in order to handle bigger workloads.\n`;
-					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe aircraft within the hangar cannot be bulked up too much without increasing their weight significantly and thus compromising their functionality, so instead the staff have settled for modifying their appearance. Great expense has been taken to augment each airframe with an intergrated 360degree long-range holographic projector, giving each aircraft an utterly massive false appearance that is intended to terrify enemy ground troops and cause many of their active shooters to miss, as their shots pass harmlessly through some of the airspace that the aircraft's hologram is projected through. Because of this, Firebase aircraft are renowned on the battlefield for their apparent size, and despised for just how hard they are to score real hits on despite their large target profile.\n`;
-					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe barracks themselves have a new section built, and this section is very special: It is a spacious public housing condominium intended to host the families of those officers who desire to have thir loved ones live in the comfort and safety of the Free Cities at minimal cost. Much like the building itself, each apartment of the condominium is expansive but plain, and for the families that have chosen to live in this place, there is much fun to be had in the lobby, which has its very own civillian-only movie theatre, recreation center, and sports arenas independant of the rest of the Firebase.\n`;
-					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe collossal retractible blast doors that seal the Firebase whenever entry or exit are not required are no longer covered with only mere composite armour plating; the exterior armour plating is now itself covered  by two massive interactive motion wallpapers depicting several very busty and very beautiful girls that just beckoning incoming parties and even casual onlookers to enter.\n`;
-					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe population of the Firebase is bigbodied. All personnel, from cooks, to pilots, to infantry, have some form of size increase to bear; genital enlargement, breast enlargement, and buttocks enlargement options are all availible and widely used, with lenient but firmly enforced size limitations existing only to ensure the troops remain proportionate enough to carry out their duties effectively. Bigger is better, and your soldiers embrace this attitude wholesale, with the volume of one's bodyparts and possessions considered a key indicator of social status as well as personal areas of continuous improvement.\n`;
+					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour Firebase people like to go heavy. Duffel bags, handbags, and other form of off-duty carriage are now rather large, as your troops like to keep all of their conveniences on hand. Elastic, form fitting clothing is the norm, and it has been noted that even personal computers, smartphones, flash drives, and so on are only available in downright massive variants, as if toting around even normal size, somewhat-sleeker equipment were a social taboo. Since bigger luggage has become the standard, the personnel have become maximalists too. Many of the Firebase population have drastically upsized their personal in-house inventories to better fill their baggage out, with many people making use of premium storage containers for excess possessions. 'More is more' is no longer just a saying, after all.\n`;
+					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMost of the drones of the Firebase have been bulked up through very skillful refitting, so as to give them bulkier profile and greater armor protection.\n`;
+					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAdvanced technologies were always implemented within the Firebase, and the garage is no different. Asset Expansionism mania has pushed the garages procurement specialists working out of the rear offices of the facility to acquire complex new high-caliber vehicle armament suites for your ground vehicles.\n`;
+					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSince their initial delivery into the Firebase, your ground vehicles have been nearly completely rearmed using the finest in modern composite-material multipurpose heavy guns and heavy autocannons, replacing your vehicles' original general purpose weaponry with much more destructive alternatives. These modifications have made your ground units much bulkier, as well as heavier (preventing some units from being air-lifted for advanced air assaults) but much more terrifying and deadly, as your vast tank barrel can be seen even from afar. Of course, some degree of mobility was sacrificed to achieve this.\n`;
+					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nTall, thick, and wide revetments separate each of the aircraft stored in the hangar, and the well-endowed airmen that occupy the hangar have gotten used to squeezing under and in between the tight spaces around in order to work on the many aircraft. There is not much free space in between each workstation because each individual workstation has been made huge in order to handle bigger workloads.\n`;
+					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe aircraft within the hangar cannot be bulked up too much without increasing their weight significantly and thus compromising their functionality, so instead the staff have settled for modifying their appearance. Great expense has been taken to augment each airframe with an integrated 360 degree long-range holographic projector, giving each aircraft an utterly massive false appearance that is intended to terrify enemy ground troops and cause many of their active shooters to miss, as their shots pass harmlessly through some of the airspace that the aircraft's hologram is projected through. Because of this, Firebase aircraft are renowned on the battlefield for their apparent size, and despised for just how hard they are to score real hits on despite their large target profile.\n`;
+					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe barracks themselves have a new section built, and this section is very special: It is a spacious public housing condominium intended to host the families of those officers who desire to have their loved ones live in the comfort and safety of the Free Cities at minimal cost. Much like the building itself, each apartment of the condominium is expansive but plain, and for the families that have chosen to live in this place, there is much fun to be had in the lobby, which has its very own civilian-only movie theatre, recreation center, and sports arenas independent of the rest of the Firebase.\n`;
+					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe colossal retractable blast doors that seal the Firebase whenever entry or exit are not required are no longer covered with only mere composite armor plating; the exterior armor plating is now itself covered by two massive interactive motion wallpapers depicting several very busty and very beautiful girls that just beckoning incoming parties and even casual onlookers to enter.\n`;
+					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe population of the Firebase is big-bodied. All personnel, from cooks, to pilots, to infantry, have some form of size increase to bear; genital enlargement, breast enlargement, and buttocks enlargement options are all available and widely used, with lenient but firmly enforced size limitations existing only to ensure the troops remain proportionate enough to carry out their duties effectively. Bigger is better, and your soldiers embrace this attitude wholesale, with the volume of one's body parts and possessions considered a key indicator of social status as well as personal areas of continuous improvement.\n`;
 					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAsset Expansionism: The Colonel has actually gotten herself some respectable and breasts and buttocks; they are perky and big by most Old Worlder's standards, but come just short of being truly cumbersome to a warrior like herself. To your trained eye, her enhancements are even natural; probably from A-HGH injections. You are impressed. When she gets ready, she'll have one of her newer, very sizable slaves come up so play with her. There is this one very well endowed male slave she has that you almost pity; she gets endless amusement from frequently blue-balling him with her hands, feet, enhanced breasts or buttocks, or even pussylips whilst mocking him for getting his hopes up yet again.\n`;
 					break;
 				case 'Roman_Revivalism':
-					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nThe Colonel has been bestowed with an unmistakable and peerless. badge of office - a mastercrated SPATHI sword, forged from nigh-unbreakable metals, made extremely sharp with the help of a machine that she also now owns, and equiped with an inbuilt communications array, holographic display projector, recharging port, and fingerprint scanner that delivers electric shocks to anyone other than the Colonel when wielded. It comes with an immaculate sheath, and a complementary gold-wrought laurel wreath and fine linen toga, further enabling her to command the legions of the Firebase with absolute authority and authenticity within the Roman tradition.\n`;
+					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nThe Colonel has been bestowed with an unmistakable and peerless. badge of office - a mastercrafted SPATHI sword, forged from nigh-unbreakable metals, made extremely sharp with the help of a machine that she also now owns, and equipped with an inbuilt communications array, holographic display projector, recharging port, and fingerprint scanner that delivers electric shocks to anyone other than the Colonel when wielded. It comes with an immaculate sheath, and a complementary gold-wrought laurel wreath and fine linen toga, further enabling her to command the legions of the Firebase with absolute authority and authenticity within the Roman tradition.\n`;
 					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYou spare no expense to supply your troops with increasingly rare boar and deer meat, distinctive of Roman cuisine.\n`;
 					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSoldiers also enjoy fresh fruits while watching gladiator games, public speakings of famous orators or the history of Ancient Rome on wall-screen TV.\n`;
 					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAll of the slaves serving here are from outside of your arcology, captured during the many military expeditions staged from the Firebase.\n`;
@@ -853,35 +853,35 @@ App.SF.fsIntegration = function(input = 'Menu', textDisplay = 100, text = `\n`)
 					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nParticular vehicles within the garage have been painted and modified to look more like quadrigas of old, with four horse heads and intricate reliefs of weels.\n`;
 					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe hangar, also known as the Aer Navale, is filled with noise of mechanicuses performing check-ups, upgrades, and repairs on your aircraft, while the stalwart nauta caeli prepare for their next flight to ensure your dominance.\n`;
 					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery single aircraft hull in the hangar is numbered with Roman numerals as opposed to modern digits.\n`;
-					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYou also spot a distinguished citizens here and there browsing nearby vendors that are selling trophies and loot aquired from previous missions and raids. These wares are not being sold by the legionaires themselves, of course, as such a task is beneath their status. After their missions your soldiers also visit Thermae - a popular place to relax and socialize.\n`;
-					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nOutside the Firebase gates, several dozen cruxifixes stand tall and erect; captured deserters and informants, would-be assassins and enemy scouts, exposed spies and infiltrators, reviled enemy leaders, and incompetent or uncommitted Firebase soldiers are tied to the crosses and made to hang from them. Their sentances there can last for hours, days, or until death, depending on the severity of their transgressions as determined by the officers involved in their detainment.\n`;
-					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour soldiers put in effort carry themselves in a stoic, disciplined, and dignified manner at all times. They identify first and foremost as 'legionnaires', and are proud to have an efficient state such as yours to all home and fight for. In their personal dealings, they do their best to handle most affairs using the esteemed Latin dialect, and they avoid unseemly things like debt, lying, and oathbreaking like the plagues that they are.  These are true Roman men and women, and they will bravely carry your society into the future as they carry your name through the lands.\n`;
-					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nRoman Revivalism: Sometimes when The Colonel is relaxing or just making her rounds in the Firebase, you'll see her wearing nothing but her laurel wreath and toga. She also likes to sleep in such attire. Her pavillion sports four white marble columns in its corners, topped by a white marble roof with light fixtures installed. Her combat battledress now features an ornate golden helm, sword, and cape as well.\n`;
+					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYou also spot a distinguished citizens here and there browsing nearby vendors that are selling trophies and loot acquired from previous missions and raids. These wares are not being sold by the legionnaires themselves, of course, as such a task is beneath their status. After their missions your soldiers also visit Thermae - a popular place to relax and socialize.\n`;
+					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nOutside the Firebase gates, several dozen crucifixes stand tall and erect; captured deserters and informants, would-be assassins and enemy scouts, exposed spies and infiltrators, reviled enemy leaders, and incompetent or uncommitted Firebase soldiers are tied to the crosses and made to hang from them. Their sentences there can last for hours, days, or until death, depending on the severity of their transgressions as determined by the officers involved in their detainment.\n`;
+					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour soldiers put in effort carry themselves in a stoic, disciplined, and dignified manner at all times. They identify first and foremost as 'legionnaires', and are proud to have an efficient state such as yours to all home and fight for. In their personal dealings, they do their best to handle most affairs using the esteemed Latin dialect, and they avoid unseemly things like debt, lying, and oath-breaking like the plagues that they are. These are true Roman men and women, and they will bravely carry your society into the future as they carry your name through the lands.\n`;
+					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nRoman Revivalism: Sometimes when The Colonel is relaxing or just making her rounds in the Firebase, you'll see her wearing nothing but her laurel wreath and toga. She also likes to sleep in such attire. Her pavilion sports four white marble columns in its corners, topped by a white marble roof with light fixtures installed. Her combat battledress now features an ornate golden helm, sword, and cape as well.\n`;
 					break;
 				case 'Aztec_Revivalism':
-					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nIn honor of the soaring Aztec Revivalism of the Firebase, you've granted The Colonel a little Aztec empire of her own; you've purchased and rejuvenated a distant outcropping of ideal land, seeding it with the proper flora and fauna of the rainforest and constructing within them a modest step pyramid, a sacrificial altar, a minature palace retreat for her lodging, and a few dozen huts populated by low-class Aztec Revivalists who pay their taxes to her during her visits here. Regardless of her feelingd about Aztec Revivalism, the Colonel is flattered and amused to have her own little province to rule as she pleases.\n`;
+					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nIn honor of the soaring Aztec Revivalism of the Firebase, you've granted The Colonel a little Aztec empire of her own; you've purchased and rejuvenated a distant outcropping of ideal land, seeding it with the proper flora and fauna of the rainforest and constructing within them a modest step pyramid, a sacrificial altar, a miniature palace retreat for her lodging, and a few dozen huts populated by low-class Aztec Revivalists who pay their taxes to her during her visits here. Regardless of her feelings about Aztec Revivalism, the Colonel is flattered and amused to have her own little province to rule as she pleases.\n`;
 					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYou spare no expense to supply your troops with increasingly rare fruits and vegetables, distinctive of Aztec cuisine.\n`;
 					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSoldiers can also enjoy poaceae plants, like famed corn, while playing patolli or watching ullamaliztli on wall-screen TV.\n`;
 					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nDown here, the slaves are eager to please their masters; each slave consistently works hard in hopes of earning their freedom someday.\n`;
 					if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAll new slaves are being re-educated in the Tezcatlipoca's temple, diligently learning about Aztec manners, culture, and language.\n`;
 					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe common area has been stylized to look like the ceremonial center of an Aztec city, where the gaze of bloodthirsty Gods can be felt.\n`;
-					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSoldiers sleep and live in dormitories built in pre-european mesoamerican design, adorned with gold, carved stone, and fine hand-crafted furniture.\n`;
+					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSoldiers sleep and live in dormitories built in pre-European Mesoamerican design, adorned with gold, carved stone, and fine hand-crafted furniture.\n`;
 					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe weapons and armor of your troops are stylized after the otomi's ones in the ancient Aztec army, with each soldier gifted with a modernized huitzauhqui.\n`;
 					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe command center of the Otomies is adorned with statue depictions of the Gods made from pure gold, and wall paintings of great battles in history of Excan Tlahtoloyan that serve as praise of fierceness and bravery.\n`;
 					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMeanwhile, the local Temple of Patecatl and Ixtlilton serves as a place of healing and enhancement, where miracles of cutting-edge modern medicine as well as more traditional cures are available for your yaoquizqueh.\n`;
 					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nJewelry made from gold and jade, as well as elaborate headdress from quetzal and cotinga feathers grown in your very arcology have became a wide popular fashion for your troops in between missions.\n`;
 					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nIn the nearby temple of Xolotl, engineer-priests prepare the mechanical xoloitzcuintli for the next hunt.\n`;
 					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAside from normal duties, engineers also make sacrifices to the Gods in hopes to please them and ensure that the vehicles do not malfunction.\n`;
-					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nParticular vehicles within the garage have been painted in many bright colours and modified to make them appear more animalistic and primal in nature.\n`;
+					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nParticular vehicles within the garage have been painted in many bright colors and modified to make them appear more animalistic and primal in nature.\n`;
 					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAside from normal duties, engineers also make sacrifices to the Gods in hopes of pleasing them; they need to ensure that the aircraft do not malfunction and that the winds prove favorable in the field.\n`;
-					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nBefore every mission, a handful of blood from the most recent sacrifice is taken and ritually sprinkled accross the hull of each aircraft due for deployment, thus ensuring their flight mission readiness.\n`;
-					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYou also spot vendors selling exotic ancient mesoamerican clothing, rare warpaint, feathers strike the eye with their bright colours, and mannequins in full Aztec clothing as you pass. Nearby, a sacrificial altar in the shrine of Huitzilopochtli is almost always wet with blood.\n`;
+					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nBefore every mission, a handful of blood from the most recent sacrifice is taken and ritually sprinkled across the hull of each aircraft due for deployment, thus ensuring their flight mission readiness.\n`;
+					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYou also spot vendors selling exotic ancient Mesoamerican clothing, rare war paint, feathers strike the eye with their bright colors, and mannequins in full Aztec clothing as you pass. Nearby, a sacrificial altar in the shrine of Huitzilopochtli is almost always wet with blood.\n`;
 					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nOutside the Firebase gates, a small stony step pyramid has been carefully erected; captured deserters and informants, would-be assassins and enemy scouts, exposed spies and infiltrators, reviled enemy leaders, and incompetent or uncommitted Firebase soldiers are brought here for ritual sacrifice. Their execution rituals there can last for a few seconds, minutes, or hours, depending on the severity of their transgressions as determined by the officer-priests involved in their detainment.\n`;
-					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour soldiers put in effort to always be fierce, courageous, and ambitious at all times. They identify first and foremost as modern Aztec 'warriors' of your arcology, and are quite proud to have such a blessed empire such as yours to call home and fight for. In their personal dealings, they do their best to handle most affairs using peoper Aztec dialect, and they are not hesitant to give their regular blood tithes as tribute to help ensure the arcology's prsoperity.  These are true Aztec men and women, and they will ferociously carry your society into the future as they slash and burn their way through your many enemies.\n`;
-					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAztec Revivalism: Sometimes when The Colonel is relaxing or just making her rounds in the Firebase, you'll see her wearing nothing but her leather loincloth and feathered hat. She also likes to sleep in such attire. Her pavillion sports a lot of indoor plants now. She has some Aztec-inpired tatoos. Her combat battledress now features gold highlights and a camoflauged loincloth as well.\n`;
+					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour soldiers put in effort to always be fierce, courageous, and ambitious at all times. They identify first and foremost as modern Aztec 'warriors' of your arcology, and are quite proud to have such a blessed empire such as yours to call home and fight for. In their personal dealings, they do their best to handle most affairs using proper Aztec dialect, and they are not hesitant to give their regular blood tithes as tribute to help ensure the arcology's prosperity. These are true Aztec men and women, and they will ferociously carry your society into the future as they slash and burn their way through your many enemies.\n`;
+					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAztec Revivalism: Sometimes when The Colonel is relaxing or just making her rounds in the Firebase, you'll see her wearing nothing but her leather loincloth and feathered hat. She also likes to sleep in such attire. Her pavilion sports a lot of indoor plants now. She has some Aztec-inspired tattoos. Her combat battledress now features gold highlights and a camouflaged loincloth as well.\n`;
 					break;
 				case 'Egyptian_Revivalism':
-					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nIn honor of the prevailing Egyptian Revivalism of the Firebase, you've granted The Colonel a little Egyptian empire of her own; you've purchased and rejuvenated a distant outcropping of pristine land, seeding it with the proper flora and fauna of the Nile valley and constructing within it a modest proper pyramid, a majestic sphinx, a minature palace retreat for her lodging, and a few dozen huts populated by low-class Egyptian Revivalists who pay their taxes to her during her visits here. Regardless of her feeling about Egyptian Revivalism, the Colonel is flattered and amused to have her own little province to rule as she pleases.\n`;
+					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nIn honor of the prevailing Egyptian Revivalism of the Firebase, you've granted The Colonel a little Egyptian empire of her own; you've purchased and rejuvenated a distant outcropping of pristine land, seeding it with the proper flora and fauna of the Nile valley and constructing within it a modest proper pyramid, a majestic sphinx, a miniature palace retreat for her lodging, and a few dozen huts populated by low-class Egyptian Revivalists who pay their taxes to her during her visits here. Regardless of her feeling about Egyptian Revivalism, the Colonel is flattered and amused to have her own little province to rule as she pleases.\n`;
 					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYou spare no expense to supply your troops with increasingly rare plants and meat of animals living in the Land of the Nile.\n`;
 					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSoldiers also enjoy fresh barley beer, while watching festivals in honor of various Gods or stories and dramas of Ancient Egypt on wall-screen TV.\n`;
 					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMany among the diverse crowd of slaves here are communal, with most of them belonging to the military itself instead of any individual soldier.\n`;
@@ -889,7 +889,7 @@ App.SF.fsIntegration = function(input = 'Menu', textDisplay = 100, text = `\n`)
 					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe common area has been stylized to look like an Ancient Egyptian urban district, with temples and public places, where the spirit of Ancient Egypt is reborn.\n`;
 					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSoldiers sleep and live in dormitories built in Ancient Egyptian design, adorned with hieroglyphs and pictures of battles the occupants were a part of.\n`;
 					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nWeapons and armor of your troops are stylized after the armies of the New Kingdom, with each soldier gifted with a modernized khopesh.\n`;
-					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe command center is monumental, adorned with hieroglyphs and depictions of the Gods and great battles in the history of Kemet, and heiroglyphic wall inscriptions praising loyalty to the Pharaoh and glorifying him.\n`;
+					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe command center is monumental, adorned with hieroglyphs and depictions of the Gods and great battles in the history of Kemet, and hieroglyphic wall inscriptions praising loyalty to the Pharaoh and glorifying him.\n`;
 					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMeanwhile, the local Temple of Imhotep srves as a place of healing and enhancement, where miracles of cutting-edge modern medicine as well as more traditional cures are available for your nakhtu-aa.\n`;
 					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nElaborate jewelry, luxurious tunics, wigs, and even burning perfume cones have become popular fashion trends for off-duty personnel to wear in between missions.\n`;
 					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nIn the nearby temple of Am-heh, engineer-priests prepare his mechanical hounds for the next hunt.\n`;
@@ -898,75 +898,75 @@ App.SF.fsIntegration = function(input = 'Menu', textDisplay = 100, text = `\n`)
 					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe hangar, also known as the Temple of Shu, is filled with noise of reureiopes performing check-ups, upgrades, and repairs on your aircraft. Now even the skies are ruled by their Pharaoh.\n`;
 					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe interior cockpit of every vehicle contains weathered scrolls depicting every battle that particular aircraft has been in thus far, as well as that aircraft's role within said battles.\n`;
 					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYou also spot jewelry and clothing in Ancient Egyptian style, exotic perfumes, and incenses all being sold in specialized shops around the common area. Nearby, a shrine to Montu is often visited by the soldiers.\n`;
-					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nOutside the Firebase gates, a respectable limestone sloped pyramid  has been carefully built with deep underground crypts for the benefit of deceased distinguished individuals; officers slain in the line of duty, retired officers deceased of natural causes, deceased scouts and informants that have done invaluable work for the Firebase, honoured civillian leaders from the arology proper, and heroic and legendary Firebase soldiers are all brought here for ritual burial, should they request for this honour whilst still alive.\n`;
-					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour soldiers put in effort carry themselves in an enlightened, tolerant, and open-minded manner at all times. They identify first and foremost as the defenders of your 'New Kingdom', and are proud to have an ascendant nationstate such as yours to call home and fight for. In their personal dealings, they do their best to handle most affairs using the preferred Egyptian dialect, and they avoid unseemly things like uncleanliness, ignorance, and stagnation like the plagues that they are.  These are true Egyptian men and women, and they will boldly carry your society into the future as the scribes record the history of your conquest through the lands.\n`;
-					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEgyptian Revivalism:  Sometimes when The Colonel is relaxing or just making her rounds in the Firebase, you'll see her wearing nothing but her sandals, a linen skirt, and a linen sports bra. She also likes to sleep in such attire. She has many hieroglyphics tatooed onto her back and arms as well, depicting a summarized account of her life story. Her pavillion sports four limestone pillars in its corners, all covered with hieroglyphs, holding up a limestone roof with light fixtures installed. Her combat battledress now features hieroglyphics depicting previous victories as well.\n`;
+					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nOutside the Firebase gates, a respectable limestone sloped pyramid has been carefully built with deep underground crypts for the benefit of deceased distinguished individuals; officers slain in the line of duty, retired officers deceased of natural causes, deceased scouts and informants that have done invaluable work for the Firebase, honored civilian leaders from the arcology proper, and heroic and legendary Firebase soldiers are all brought here for ritual burial, should they request for this honor whilst still alive.\n`;
+					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour soldiers put in effort carry themselves in an enlightened, tolerant, and open-minded manner at all times. They identify first and foremost as the defenders of your 'New Kingdom', and are proud to have an ascendant nation-state such as yours to call home and fight for. In their personal dealings, they do their best to handle most affairs using the preferred Egyptian dialect, and they avoid unseemly things like uncleanliness, ignorance, and stagnation like the plagues that they are. These are true Egyptian men and women, and they will boldly carry your society into the future as the scribes record the history of your conquest through the lands.\n`;
+					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEgyptian Revivalism: Sometimes when The Colonel is relaxing or just making her rounds in the Firebase, you'll see her wearing nothing but her sandals, a linen skirt, and a linen sports bra. She also likes to sleep in such attire. She has many hieroglyphics tattooed onto her back and arms as well, depicting a summarized account of her life story. Her pavilion sports four limestone pillars in its corners, all covered with hieroglyphs, holding up a limestone roof with light fixtures installed. Her combat battledress now features hieroglyphics depicting previous victories as well.\n`;
 					break;
 				case 'Edo_Revivalism':
-					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nWith your wealth and influence, you've managed to compile the world's most comfortable, sophisticated, durable, and expensive fabrics into one magnificent garment; The Colonel's Kimono. It is an article of unmatched beauty, modernity, and comfort: Its soft, sweat-wicking cloth interior make it an airy albiet form-fitting dress, while its waterproof exterior ripstop digital cloth-screen fabric allows it to adopt any appearance or combination of appearances the Colonel desires. Between the two, a thin soft padding of lab-grown silk-kevlar hybrid weave allows the kimono to resist direct hits from knives, shrapnel, and even intermediate small arms fire, and between the weave layers lies internal heating and cooling wiring that serve to ensure she is always at a good temperature. Combine this super-dress with the collapsible titanium razor-sharp oriental fan and chopsticks that the Kimono came with, and the Colonel is now one of the best dressed and best protected women in the entire arcology.\n`;
+					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nWith your wealth and influence, you've managed to compile the world's most comfortable, sophisticated, durable, and expensive fabrics into one magnificent garment; The Colonel's Kimono. It is an article of unmatched beauty, modernity, and comfort: Its soft, sweat-wicking cloth interior make it an airy albeit form-fitting dress, while its waterproof exterior ripstop digital cloth-screen fabric allows it to adopt any appearance or combination of appearances the Colonel desires. Between the two, a thin soft padding of lab-grown silk-Kevlar hybrid weave allows the kimono to resist direct hits from knives, shrapnel, and even intermediate small arms fire, and between the weave layers lies internal heating and cooling wiring that serve to ensure she is always at a good temperature. Combine this super-dress with the collapsible titanium razor-sharp oriental fan and chopsticks that the Kimono came with, and the Colonel is now one of the best dressed and best protected women in the entire arcology.\n`;
 					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYou spare no expense to supply your troops with increasingly rare marine dishes, distinctive of Japanese cuisine.\n`;
 					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSoldiers can also enjoy sake, while watching kabuki performances and dramas of Edo Japan on wall-screen TV.\n`;
 					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nComfort slaves make up a the large part of slave population here, which is a natural state of affairs for a Free Cities military base.\n`;
 					if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAll new slaves are being re-educated in the specially-built Terakoya, rapidly studying their way through the complexities of Edo period Japan's manners and language.\n`;
-					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe common area has been  stylized to look like a samurai district, where the Bushido Code is alive and thriving once more.\n`;
-					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSoldiers sleep and live in dormitories built in traditional japanese design in style of shoin-zukuri, adorned with wood and rooms separated by shoji.\n`;
+					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe common area has been stylized to look like a samurai district, where the Bushido Code is alive and thriving once more.\n`;
+					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSoldiers sleep and live in dormitories built in traditional Japanese design in style of shoin-zukuri, adorned with wood and rooms separated by shoji.\n`;
 					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe weapons and armor of your troops are stylized after the armies of Edo Bakufu, with each soldier gifted with a modernized katana.\n`;
-					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe command center has an interior of a samurai's keep, adorned with weapons, armor-stand,s and art depicting great battles in the history of Nippon and framed caligraphy praising the adherence to bushido.\n`;
+					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe command center has an interior of a samurai's keep, adorned with weapons, armor-stand,s and art depicting great battles in the history of Nippon and framed calligraphy praising the adherence to bushido.\n`;
 					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMeanwhile, the local Byoin serves as a place of healing and enhancement, where miracles of cutting-edge modern medicine as well as kanpo igaku are available for your samurai.\n`;
 					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nLuxurious kimonos, expensive weapons, and heavy makeup have became a popular fashion for your female soldiers in between missions.\n`;
 					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe nearby drone bay section, dubbed 'Karasu No Su', contains chibi-karuras upgraded with flamethrowers, ready to deploy.\n`;
-					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe garage, also known as the Shuri-ya, is filled with noise of gishis performing check-ups, upgrades, and repairs on your vehicles, only striving to acheive nothing less than perfection.\n`;
+					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe garage, also known as the Shuri-ya, is filled with noise of gishis performing check-ups, upgrades, and repairs on your vehicles, only striving to achieve nothing less than perfection.\n`;
 					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nParticular vehicles within the garage have been modified to be intimidating with painted or adorned demonic heads.\n`;
 					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe hangar, also known as the Eadokkuyado, is filled with noise of gishis performing check-ups, upgrades, and repairs on your aircrafts, while the stalwart hiko-shi prepare for the next flight for the glory of their Tenno.\n`;
 					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEvery single aircraft hull in the hangar is numbered with Kanji and Katakana numerals as opposed to modern digits.\n`;
-					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYou also spot nearby specialty shops selling high-quality traditional japanese weaponry and clothing. These shops flank the luxurious Edo restaurant where off-duty soldiers can come to enjoy fresh sake with sushi, onigiri, and other traditional Japanese delicacies. In nearby dojo, some of your soldiers drill and improve their martial arts skills as part of their personal development.\n`;
-					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nOutside the Firebase gates, a multi-storied Japanese teahouse carefully built to conform to Edo aesthetics can be found; foreign traders and diplomats, aspiring recruits and job applicants, brave journalists and researchers, prestigious arcology citizens and tourists, ambitious businessmen and PMC talent scouts, and even retired Firebase soldiers looking to catch up with old friends are all invited here to partake of the tea, sake, and tantilizing slave-geisha performances and talk shop with the very well informed, charismatic, and articulate public relations personnel assigned here to deal with guests and address the outsiders' questions and concerns about the Firebase and its people.\n`;
-					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour soldiers put in effort carry themselves in an elitist, industrious, and proud manner at all times. They identify first and formost as soldiers of 'the emperor', and are proud to have a rising sun such as your arcology to call home and fight for. In their personal dealings, they do their best to handle most affairs using the esteemed Japanese dialect, and they avoid unseemly things like rudeness, impropriety, and dishonour like the plagues that they are.  These are true Edo men and women, and they will passionately carry your society into the future as they fight in your name, through the lands.\n`;
-					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEdo Revivalism: Sometimes when The Colonel is relaxing or just making her rounds in the Firebase, you'll see her wearing nothing but a yukata and sandals. She also likes to sleep in such attire. She has also had a summarized account of her life story tatooed onto her back and arms, some parts in Kanji and some parts in Katakana. Her pavillion floor is now covered in high quality tatami mats. Her combat battledress now features an Oni mask, Katana, and some lightweight Samurai-inspired plating as well.\n`;
+					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYou also spot nearby specialty shops selling high-quality traditional Japanese weaponry and clothing. These shops flank the luxurious Edo restaurant where off-duty soldiers can come to enjoy fresh sake with sushi, onigiri, and other traditional Japanese delicacies. In nearby dojo, some of your soldiers drill and improve their martial arts skills as part of their personal development.\n`;
+					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nOutside the Firebase gates, a multi-storied Japanese teahouse carefully built to conform to Edo aesthetics can be found; foreign traders and diplomats, aspiring recruits and job applicants, brave journalists and researchers, prestigious arcology citizens and tourists, ambitious businessmen and PMC talent scouts, and even retired Firebase soldiers looking to catch up with old friends are all invited here to partake of the tea, sake, and tantalizing slave-geisha performances and talk shop with the very well informed, charismatic, and articulate public relations personnel assigned here to deal with guests and address the outsiders' questions and concerns about the Firebase and its people.\n`;
+					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour soldiers put in effort carry themselves in an elitist, industrious, and proud manner at all times. They identify first and foremost as soldiers of 'the emperor', and are proud to have a rising sun such as your arcology to call home and fight for. In their personal dealings, they do their best to handle most affairs using the esteemed Japanese dialect, and they avoid unseemly things like rudeness, impropriety, and dishonor like the plagues that they are. These are true Edo men and women, and they will passionately carry your society into the future as they fight in your name, through the lands.\n`;
+					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nEdo Revivalism: Sometimes when The Colonel is relaxing or just making her rounds in the Firebase, you'll see her wearing nothing but a yukata and sandals. She also likes to sleep in such attire. She has also had a summarized account of her life story tattooed onto her back and arms, some parts in Kanji and some parts in Katakana. Her pavilion floor is now covered in high quality tatami mats. Her combat battledress now features an Oni mask, Katana, and some lightweight Samurai-inspired plating as well.\n`;
 					break;
 				case 'Arabian_Revivalism':
-					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nWith your wealth and influence, you've managed to compile the world's most comfortable, sophisticated, durable, and expensive fabrics into one magnificent garment; The Colonel's abaya. It is an article of unmatched grace, modesty, and comfort: Its soft, sweat-wicking cloth interior make it an airy albiet form-fitting dress, while its exterior ripstop light-absorbing carbon-black fabric allow the Colonel to simply dissappear at will into shadows and dark rooms when she so pleases, especially if she decides to use the detachable niqab the garment came with. Underneath the dark exterior, a thin soft padding of lab-grown silk-kevlar hybrid weave allows the abaya to resist direct hits from knives, shrapnel, and even intermediate small arms fire, and between the weave layers lies internal heating and cooling wiring that serve to ensure she is always at a good temperature. With a dress like this, the Colonel is now one of the best dressed and most classy women in the entire arcology.\n`;
+					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nWith your wealth and influence, you've managed to compile the world's most comfortable, sophisticated, durable, and expensive fabrics into one magnificent garment; The Colonel's abaya. It is an article of unmatched grace, modesty, and comfort: Its soft, sweat-wicking cloth interior make it an airy albeit form-fitting dress, while its exterior ripstop light-absorbing carbon-black fabric allow the Colonel to simply disappear at will into shadows and dark rooms when she so pleases, especially if she decides to use the detachable niqab the garment came with. Underneath the dark exterior, a thin soft padding of lab-grown silk-Kevlar hybrid weave allows the abaya to resist direct hits from knives, shrapnel, and even intermediate small arms fire, and between the weave layers lies internal heating and cooling wiring that serve to ensure she is always at a good temperature. With a dress like this, the Colonel is now one of the best dressed and most classy women in the entire arcology.\n`;
 					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYou spare no expense to supply your troops with increasingly rare lamb and chicken meat, distinctive of Arabic cuisine.\n`;
 					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSoldiers can also enjoy high quality coffee and arak, while smoking hookahs and watching middle-eastern dances or programs about philosophy and history of the Old Caliphate as well as the emerging new one on wall-screen TV.\n`;
 					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMost of the slaves here are concubines in the personal harems of your wealthiest soldiers.\n`;
 					if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAll new slaves are being re-educated in the specially-built Dar Al-Hekma, learning everything they need to know about the Sharia law, the Quran, and the Arabic language.\n`;
 					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe common area is constructed in accordance with Sharia Law, with divisions introduced and enforced between genders, ethnic origins, and cultural perspectives. As a result, the common area is now a very fragmented place.\n`;
-					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSoldiers sleep and live in dormitories built in traditional arab design, adorned with girih tiles, carpets, and ivory or wooden carvings.\n`;
+					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSoldiers sleep and live in dormitories built in traditional Arab design, adorned with girih tiles, carpets, and ivory or wooden carvings.\n`;
 					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe weapons and armor of your troops are stylized after the armies of the Old Caliphates, with each soldier gifted with modernized saifs.\n`;
-					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe command center is a bastion of Arab spirit, adorned with reliefs depicting the great battles in history of the Islamic Golden Age and framed exerpts from the Quran praising courage and faith in Allah.\n`;
+					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe command center is a bastion of Arab spirit, adorned with reliefs depicting the great battles in history of the Islamic Golden Age and framed excerpts from the Quran praising courage and faith in Allah.\n`;
 					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMeanwhile, the local Dar al-Shifa serves as a place of healing and enhancement, where miracles of cutting-edge modern medicine as well as more traditional cures are available for your junud.\n`;
 					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nLuxurious clothing, jewelry, and intricate devices imbued with gold and gems became a fashion standard for your troops to wear in between missions.\n`;
 					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe nearby drone bay section, dubbed 'Eash Alrukh' contains sturdy and powerful 'saghir alrukh' drones with stylized wings, ready to deploy.\n`;
 					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe garage, also known as the Kiraj, is filled with noise of muhandises performing check-ups, upgrades, and repairs on your vehicles, thus continuing to impress the world with arab ingenuity.\n`;
-					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nParticular vehicles within the garage have been painted and modified seperately, with much inspiration taken from camel cavalry of old; these 'cavalry' vehicles have been equipped with two turrets mounted on their roofs.\n`;
+					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nParticular vehicles within the garage have been painted and modified separately, with much inspiration taken from camel cavalry of old; these 'cavalry' vehicles have been equipped with two turrets mounted on their roofs.\n`;
 					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe hangar, also known as Hazirat Al-Tayirat, is filled with noise of muhandises performing check-ups, upgrades, and repairs on your aircrafts, while the stalwart altayarayn prepare to strike the enemies of the new Caliphate from above.\n`;
 					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe hulls of every aircraft in the hangar are painted with Arabian war chants, written in the Arabic dialect with the help of bold and heavy black paint.\n`;
-					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYou also spot a wide variety of goods being sold here: from arabic coffee and Alyans to clothing and trinkets for both wealthy soldiers/masters and the numerous slaves in their harems. Meanwhile, new asasiyun are created in a facility that improves soldiers' drug usage in battle.\n`;
-					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nOutside the Firebase gates, a very large and luxurious tent has been permanently erected; recently captured singers and dancers, barely-legal virgin teens, sexually attractive enemy soldiers, exposed spies and infiltrators, minor performers and pornstars in the region, and indebted or extremely adventurous arcology citizens are brought here for intensive and advanced training and aesthetic adjustments. Such is the expertise and equipment of the slavers inside, that on the last day of every month, a lineup of very expensive, but very desirable and exceptionally obedient slaves is made availible for a sizable crowd of known wealthy from your arcology to bid on and add to their harems.\n`;
-					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour soldiers put in effort carry themselves in a pious, priveledged, and proud manner at all times, befitting their status as masters or mistresses. They identify first and formost as 'freedom fighters' of the new Caliphate, and are proud to risk their lives fighting against the freedom of others. In their personal dealings, they do their best to handle most affairs using the esteemed Arabic dialect, and they avoid stress and worry as best they can, content to while away the hours enjoying the many entertainments on offer, including those offered by their own harems, provided they have them.  These are true Arabian men and women, and they will gladly carry your society into the future as they conquer new peoples and divide ever more new slavegirls amongst themselves.\n`;
-					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nArabian Revivalism: Sometimes when The Colonel is relaxing or just making her rounds in the Firebase, you'll see her wearing nothing but a loose abaya and sandals. She also likes to sleep in such attire. She has also had a summarized account of her life story tatooed onto her back and arms in Arabic. Her pavillion also has a large, festive prayer mat on it, but since she only does her daily workout on it, you suspect she just likes the way it looks. Her combat battledress now features a camoflauged shemagh to keep dust out of her face, and a large billowing abaya with open sides to conceal the rest of her worn battlegear.\n`;
+					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYou also spot a wide variety of goods being sold here: from Arabic coffee and Alyans to clothing and trinkets for both wealthy soldiers/masters and the numerous slaves in their harems. Meanwhile, new asasiyun are created in a facility that improves soldiers' drug usage in battle.\n`;
+					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nOutside the Firebase gates, a very large and luxurious tent has been permanently erected; recently captured singers and dancers, barely-legal virgin teens, sexually attractive enemy soldiers, exposed spies and infiltrators, minor performers and pornstars in the region, and indebted or extremely adventurous arcology citizens are brought here for intensive and advanced training and aesthetic adjustments. Such is the expertise and equipment of the slavers inside, that on the last day of every month, a lineup of very expensive, but very desirable and exceptionally obedient slaves is made available for a sizable crowd of known wealthy from your arcology to bid on and add to their harems.\n`;
+					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour soldiers put in effort carry themselves in a pious, privileged, and proud manner at all times, befitting their status as masters or mistresses. They identify first and foremost as 'freedom fighters' of the new Caliphate, and are proud to risk their lives fighting against the freedom of others. In their personal dealings, they do their best to handle most affairs using the esteemed Arabic dialect, and they avoid stress and worry as best they can, content to while away the hours enjoying the many entertainments on offer, including those offered by their own harems, provided they have them. These are true Arabian men and women, and they will gladly carry your society into the future as they conquer new peoples and divide ever more new slavegirls amongst themselves.\n`;
+					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nArabian Revivalism: Sometimes when The Colonel is relaxing or just making her rounds in the Firebase, you'll see her wearing nothing but a loose abaya and sandals. She also likes to sleep in such attire. She has also had a summarized account of her life story tattooed onto her back and arms in Arabic. Her pavilion also has a large, festive prayer mat on it, but since she only does her daily workout on it, you suspect she just likes the way it looks. Her combat battledress now features a camouflaged shemagh to keep dust out of her face, and a large billowing abaya with open sides to conceal the rest of her worn battle gear.\n`;
 					break;
 				case 'Chinese_Revivalism':
-					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nIn honor of the prevailing Chinese Revivalism of the Firebase, you've granted The Colonel a little Chinese empire of her own; you've purchased and rejuvenated a distant outcropping of bountiful land, seeding it with the exotic flora and fauna China is known for, and constructing within it a minature forbidden city, complete with fields of potted flowers, a majestic courtyard, and a palace retreat for her lodging. It is  populated by low-class Chinese Revivalists who ac as her personal staff of servants and guards during her visits here. Regardless of her feelings about Chinese Revivalism, the Colonel is flattered and amused to have her own little palace to play Empress in.\n`;
+					if (textDisplay === -1 && V.SF.FS[FS_OPTIONS[i]].gift > 0) text += `\nIn honor of the prevailing Chinese Revivalism of the Firebase, you've granted The Colonel a little Chinese empire of her own; you've purchased and rejuvenated a distant outcropping of bountiful land, seeding it with the exotic flora and fauna China is known for, and constructing within it a miniature forbidden city, complete with fields of potted flowers, a majestic courtyard, and a palace retreat for her lodging. It is populated by low-class Chinese Revivalists who ac as her personal staff of servants and guards during her visits here. Regardless of her feelings about Chinese Revivalism, the Colonel is flattered and amused to have her own little palace to play Empress in.\n`;
 					if (textDisplay === 5 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYou spare no expense to supply your troops with increasingly rare Chinese delicacies. While rice-based food is a standard, soldiers can also enjoy a multitude of exotic dishes and beverages of Imperial China.\n`;
 					if (textDisplay === 10 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSome of the personnel play lively games of Go or watch Chinese opera on a wall-screen TV.\n`;
-					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMost of the hard menial labour around here is done by eunuchs, while the proper slave-girls entertain their off-duty masters.\n`;
+					if (textDisplay === 15 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMost of the hard menial labor around here is done by eunuchs, while the proper slave-girls entertain their off-duty masters.\n`;
 					if (textDisplay === 20 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nAll new slaves are being re-educated in the specially-built Xu School, with each student patiently being taught the ancient wisdom and language of Imperial China.\n`;
-					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe common area is stylized to look like the inner sanctum of Imperial Chinas's Forbidden City, reviving the glory of the Middle Kingdom.\n`;
+					if (textDisplay === 25 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe common area is stylized to look like the inner sanctum of Imperial China's Forbidden City, reviving the glory of the Middle Kingdom.\n`;
 					if (textDisplay === 30 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nSoldiers sleep and live in dormitories built in traditional Chinese design, adorned with wooden carvings and intricate furniture.\n`;
 					if (textDisplay === 35 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe weapons and armor of your troops are stylized after the armies of Imperial China, with each soldier gifted with modernized jians.\n`;
-					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe command center is luxurious, adorned with expensive stylized furniture and art that depicts the great generals and battles in history of Zhonghuá. It also contains framed exerpts from The Art Of War, and framed Chinese writings praising intelligence and cunning.\n`;
+					if (textDisplay === 40 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe command center is luxurious, adorned with expensive stylized furniture and art that depicts the great generals and battles in history of Zhonghuá. It also contains framed excerpts from The Art Of War, and framed Chinese writings praising intelligence and cunning.\n`;
 					if (textDisplay === 45 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nMeanwhile, the local Yiyuàn serves as a place of healing and enhancement, where miracles of cutting-edge modern medicine as well as zhongyi are available for your shìbing.\n`;
-					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nLuxurious robes, jade carvings, and intricate jewelry became a popular fashion  for your troops in between missions.\n`;
+					if (textDisplay === 50 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nLuxurious robes, jade carvings, and intricate jewelry became a popular fashion for your troops in between missions.\n`;
 					if (textDisplay === 55 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe nearby drone bay section, dubbed 'Jia Lu Dá De Cháo', contains 'xiao jia lu dá' drones upgraded with flamethrowers, ready to deploy.\n`;
-					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe garage, also known as the Chekù, is filled with noise of jìshis performing check-ups, upgrades, and repairs on your vehicles, thus ensuring that chinese works still leave the world in awe.\n`;
+					if (textDisplay === 60 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe garage, also known as the Chekù, is filled with noise of jìshis performing check-ups, upgrades, and repairs on your vehicles, thus ensuring that Chinese works still leave the world in awe.\n`;
 					if (textDisplay === 65 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nParticular vehicles within the garage have been painted with your Imperial coat of arms and decorated with intimidating dragon's heads on their fronts.\n`;
 					if (textDisplay === 70 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nThe hangar, also known as the Jikù, is filled with noise of jìshis performing check-ups, upgrades, and repairs on your aircrafts, while the stalwart feixíngyuán prepare to extend your reach to the Heavens themselves.\n`;
-					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nWhen the mission allows, the military aircraft deployed beyond your arcology's airspace are decorated with brightly-glowing neon yellow crysanthemum-symbol decals that herald the incoming domination of the emperor's special forces.\n`;
-					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYou also notice that the several nearby vendors here are proper and respectable establishments offering a variety of goods and services: from classes teching ancient Chinese arts, to beautiful clothes and jewelry, these shops cater grandly towards the culture. At the nearby officers' workshop, an veteran commander conducts a detailed review of 'The Art of War' to the inexperienced new NCO's in attendance.\n`;
+					if (textDisplay === 75 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nWhen the mission allows, the military aircraft deployed beyond your arcology's airspace are decorated with brightly-glowing neon yellow chrysanthemum-symbol decals that herald the incoming domination of the emperor's special forces.\n`;
+					if (textDisplay === 80 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYou also notice that the several nearby vendors here are proper and respectable establishments offering a variety of goods and services: from classes teaching ancient Chinese arts, to beautiful clothes and jewelry, these shops cater grandly towards the culture. At the nearby officers' workshop, an veteran commander conducts a detailed review of 'The Art of War' to the inexperienced new NCO's in attendance.\n`;
 					if (textDisplay === 85 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nOutside the Firebase gates, a majestic walled perimeter has been carefully erected so as to make the outside grounds of the Firebase more closely resemble the Forbidden City; a broad garden of bright yellow chrysanthemums, a heavily reinforced stone roadway with accompanying stone footpaths, finely sanded wooden benches and fences, and brightly colored walls and gates greet any who would presume to enter or exit the Firebase domain... Besides you, of course.\n`;
-					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour soldiers put in effort carry themselves in a manner befitting such a communal setting; they are cooperative, diligent, and disciplined at all times. They identify first and formost as warriors of 'the emperor', and are proud to have a powerful empire such as your arcology to call home and fight for. In their personal dealings, they do their best to handle most affairs using the esteemed Mandarin dialect, and they avoid unseemly things like disloyalty, foolishness, and dishonour like the plagues that they are.  These are true Imperial men and women, and they will relentlessly carry your society into the future as they fight to impress your name upon both Heaven and Earth themselves.\n`;
-					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nChinese Revivalism: Sometimes when The Colonel is relaxing or just making her rounds in the Firebase, you'll see her wearing a long qipao cut high along the sides for ease of movement. She is known to prefer going commando, and the slits sometimes part to tease what's underneath for anyone watching her. She keeps a number of intelligent eunuchs in her company often, and they usually scurry along behind her to record everything that she says and does for later review. Her pavillion is lavishly furnished and concubines wait on her hand and foot when she rests. Her combat battledress now features lacquered armor and a golden burnished helm signifying her position as leader.\n`;
+					if (textDisplay === 90 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nYour soldiers put in effort carry themselves in a manner befitting such a communal setting; they are cooperative, diligent, and disciplined at all times. They identify first and formost as warriors of 'the emperor', and are proud to have a powerful empire such as your arcology to call home and fight for. In their personal dealings, they do their best to handle most affairs using the esteemed Mandarin dialect, and they avoid unseemly things like disloyalty, foolishness, and dishonor like the plagues that they are. These are true Imperial men and women, and they will relentlessly carry your society into the future as they fight to impress your name upon both Heaven and Earth themselves.\n`;
+					if (textDisplay === 100 && V.SF.FS[FS_OPTIONS[i]].lv >= textDisplay) text += `\nChinese Revivalism: Sometimes when The Colonel is relaxing or just making her rounds in the Firebase, you'll see her wearing a long qipao cut high along the sides for ease of movement. She is known to prefer going commando, and the slits sometimes part to tease what's underneath for anyone watching her. She keeps a number of intelligent eunuchs in her company often, and they usually scurry along behind her to record everything that she says and does for later review. Her pavilion is lavishly furnished and concubines wait on her hand and foot when she rests. Her combat battledress now features lacquered armor and a golden burnished helm signifying her position as leader.\n`;
 					break;
 			}
 		}
@@ -977,7 +977,7 @@ App.SF.fsIntegration = function(input = 'Menu', textDisplay = 100, text = `\n`)
 		if (V.rep > 17500) V.rep = 17500;
 		switch(V.SF.Colonel.Core) {
 			case "Kind":
-				BadOutcome += 'MIGRATION'; V.trinkets.push("The Colonel's hankerchief");
+				BadOutcome += 'MIGRATION'; V.trinkets.push("The Colonel's handkerchief");
 				r += `Your Colonel has had enough of your meddling. In her eyes, you've broken faith with her. She asked one thing of you in return for her full support, and you could not even give her that.`;
 				r += `\nAt midnight, a great mechanized convoy, the biggest you've seen in a long while, streams out of your Arcology. Troop Carriers, Aircraft, Heavy Trucks, and other war machines of varying sizes pour out of the Firebase in tight formation. The Colonel is refusing your calls, and you know it would be ill advised to go out there yourself or to try to stop them with force. The many bandits and mercenary groups that the convoy will inevitably pass by will probably feel this way as well. You have no idea where they are going or how they will end up, but with their wealth and weaponry, you are not worried.`;
 				r += `\nUpon your inspection of the abandoned firebase itself, most of the heavier installations have been dismantled and carried away, but about ${cashFormat(55000)} in miscellaneous supplies and 73 menials have been left behind, presumably because the convoy had no space for them. On The Colonel's old pavilion, you see a white gift card standing upright.`;
@@ -1003,34 +1003,34 @@ App.SF.fsIntegration = function(input = 'Menu', textDisplay = 100, text = `\n`)
 				} else {
 					BadOutcome += 'ANNIHILATION';
 					V.trinkets.push("The Colonel's Combat Knife");
-					r += `Finally fed up with your constant intrusions into her territory and crew, The Colonel riles up her people for a full takeover against your arcology. The promises of plunder and dominion over some of the wealthiest tenants in the entire Free City (and their world-class slaves), including you,  are all thats needed to get things started. However, not every soldier is eager to betray you.`;
-					r += `\nIt is now Midnight. The lights are the first thing the Colonel's forces disable, as they still have the excellent night vision equipment you purchased for them. Some of your citizens start panicking almost immediately at the sudden blackout; this is very reminiscent of the Daughters of Liberty attack that still haunts many of their memories. Her horde of mauraders purges the plaza and lower floors of the arcology mercilessly, thoughtlessly cutting through your tenants with an ease that stinks of true jealously and hatred. Most disturbingly, your penthouse's communications networks are all but destroyed, and your PA has been unreachable, seemingly hacked by some obscure technology you figure only the Colonel's contacts and few others could provide. As bad as all of this is, it is merely meant to distract and disrupt your mercenaries. The real threat is aerial.`;
+					r += `Finally fed up with your constant intrusions into her territory and crew, The Colonel riles up her people for a full takeover against your arcology. The promises of plunder and dominion over some of the wealthiest tenants in the entire Free City (and their world-class slaves), including you, are all that's needed to get things started. However, not every soldier is eager to betray you.`;
+					r += `\nIt is now Midnight. The lights are the first thing the Colonel's forces disable, as they still have the excellent night vision equipment you purchased for them. Some of your citizens start panicking almost immediately at the sudden blackout; this is very reminiscent of the Daughters of Liberty attack that still haunts many of their memories. Her horde of marauders purges the plaza and lower floors of the arcology mercilessly, thoughtlessly cutting through your tenants with an ease that stinks of true jealously and hatred. Most disturbingly, your penthouse's communications networks are all but destroyed, and your PA has been unreachable, seemingly hacked by some obscure technology you figure only the Colonel's contacts and few others could provide. As bad as all of this is, it is merely meant to distract and disrupt your mercenaries. The real threat is aerial.`;
 					r += `\nOutside the arcology, her many aircraft swarm the local airspace to patrol the Arcology outskirts, conduct recon scans of the upper levels, or monitor your now-secured penthouse, while shooting down any other fleeing VTOL's. You will not be escaping by air. No one will. No escaping by land either: Swarms of her drones are tasing fleeing noncombatants by the hundreds for resale, as the remainder of her army seizes control of vital arcology infrastructure. As you take note of this while donning your bathrobe, several missiles from attack VTOL's come crashing through your penthouse before detonating. Miraculously, no one is harmed by this, and it has even created a gap in a nearby wall for you to escape the penthouse through, but this is but a small comfort in the wake of the squads of disembarking troops, lead by The Colonel herself, rappelling into your penthouse to capture you directly.`;
 					r += `\nYou run. You run faster than you ever have in your life, past burning shops, burning vehicles, burning crowds, and burning bodies. An entire team of The Colonel's men are chasing you, lead by The Colonel herself, with their heavy kit probably the only reason they haven't caught you yet. They obviously want you alive, and you have been sharp enough to realize that this is very bad news for you. During your sprint, you also happen to run past several security cameras that impassively capture high-definition full-color footage of your retreat. When you eventually bump into one of your mercenaries and are escorted to a shelter, the personnel responsible for overseeing the camera feeds upload the footage of your great chase to the internet, where the entire world can see you being hounded by the men and women you personally hired to protect you and your arcology.`;
-					r += `\nEventually, The Colonel's coup collapses. The selfish and malevolent troops following her, easily distracted by the myriad opportunities for rich plunder all around them, end up scattering throughout the arcology and loosing cohesion, allowing for your much better organized security forces, mercenary hunter-killer teams, and even local enraged citizens to regroup and eventually overwhelm each enemy looter gang individually until a grinding total victory is acheived by the end of the week. The Colonel never finds, captures, or kills you. Nor is she ever found, captured, or killed herself. But she did set you on the run, and humiliatingly enough, the entire Free City now knows about it. Everyone has seen the clip. When you think about it she did manage to kill you after all, in a manner of speaking.`;
+					r += `\nEventually, The Colonel's coup collapses. The selfish and malevolent troops following her, easily distracted by the myriad opportunities for rich plunder all around them, end up scattering throughout the arcology and loosing cohesion, allowing for your much better organized security forces, mercenary hunter-killer teams, and even local enraged citizens to regroup and eventually overwhelm each enemy looter gang individually until a grinding total victory is achieved by the end of the week. The Colonel never finds, captures, or kills you. Nor is she ever found, captured, or killed herself. But she did set you on the run, and humiliatingly enough, the entire Free City now knows about it. Everyone has seen the clip. When you think about it she did manage to kill you after all, in a manner of speaking.`;
 					r += `\nYour arcology is once more yours, but your people will never forget the horrifying week they spent being slaughtered and hunted by The Colonel's marauders, butchered by the army that you convinced them to allow, or the fact that you couldn't save them because you were very busy being hunted yourself.`;
 				}
 				break;
 			case "brazen": BadOutcome += 'OCCUPATION';
 				 V.trinkets.push("The Colonel's Sidearm");
-				 r += `Finally fed up with your constant intrusions into her territory and crew, The Colonel riles up her people for a full takeover against your arcology. The promises of plunder and dominion over some of the wealthiest tenants in the entire Free City (and their world-class slaves), including you,  are all thats needed to get things started.`;
+				 r += `Finally fed up with your constant intrusions into her territory and crew, The Colonel riles up her people for a full takeover against your arcology. The promises of plunder and dominion over some of the wealthiest tenants in the entire Free City (and their world-class slaves), including you, are all that's needed to get things started.`;
 				 r += `\nAt midnight, the lights are the first thing the Colonel's forces disable, as they still have the excellent night vision equipment you purchased for them. Some of your citizens panic almost immediately at the sudden blackout; this is very reminiscent of the Daughters of Liberty attack that still haunts many of their memories. Her army vanguard strikes fast and hard throughout, cutting through your security units and drones with an ease that stinks of months of careful planning and study. Most disturbingly, your penthouse's communications networks are all but destroyed, and your PA has been unreachable, seemingly hacked by some obscure technology you figure only the Colonel's contacts and few others could provide.`;
 				 r += `\nOutside, her many aircraft swarm the local airspace to patrol the Arcology outskirts, conduct recon scans of the upper levels, or monitor your now-secured penthouse, while shooting down any other fleeing VTOL's. You will not be escaping by air. No one will. No escaping by land either: Swarms of her drones are tasing fleeing noncombatants by the hundreds for detainment, as the remainder of her army seizes control of vital arcology infrastructure. After just a few days, the entire arcology falls under her direct control, all dissidents, criminals, and rebels hopelessly outgunned by her lavishly equipped and experienced warriors.`;
-				 r += `\nYou are trapped inside your Penthouse by the detachment of infantry guarding its exits in order to keep you in, probably with the goal of starving you out until you surrender yourself. With your communications down as well. your penthouse might as well be an island. You only salvation comes in the form of your neighboring arcologies and their respective mercenary contigents. They are intervening on your behalf out of paranoia; Free Cities are extremely wary of military power buildups near their borders, and they absolutely will not tolerate a full scale military cup within its borders. Fighting men and women from all over the City are seen battling in the streets of your arcology in a brutal blitzkreig that your own tenants and mercenaries quickly join in on, pushing The Colonel's forces back gradually with sheer numbers. Eventually they are forced back into the Firebase proper, where they are sealed inside by using explosives to collapse part of the arcology atop them, rendering the Firebase itself totally defunct. Only a few small groups manage to scatter and flee this holding action, and your intelligence networks suspects that The Colonel herself was among one of them.`;
+				 r += `\nYou are trapped inside your Penthouse by the detachment of infantry guarding its exits in order to keep you in, probably with the goal of starving you out until you surrender yourself. With your communications down as well. your penthouse might as well be an island. You only salvation comes in the form of your neighboring arcologies and their respective mercenary contingents. They are intervening on your behalf out of paranoia; Free Cities are extremely wary of military power buildups near their borders, and they absolutely will not tolerate a full scale military cup within its borders. Fighting men and women from all over the City are seen battling in the streets of your arcology in a brutal blitzkrieg that your own tenants and mercenaries quickly join in on, pushing The Colonel's forces back gradually with sheer numbers. Eventually they are forced back into the Firebase proper, where they are sealed inside by using explosives to collapse part of the arcology atop them, rendering the Firebase itself totally defunct. Only a few small groups manage to scatter and flee this holding action, and your intelligence networks suspects that The Colonel herself was among one of them.`;
 				 r += `With the help of some unlikely intervention, you've won this little war. Your arcology is once more yours, but your people will never forget the traumatic week they spent under the heel of the army that you convinced them to allow, or the fact that it took an entire coalition of outsiders to save them.`;
 				 break;
 			case "jaded": BadOutcome += 'ASSIMILATION';
 				V.trinkets.push("The Colonel's Canteen");
 				r += `Finally weary of your constant intrusions into her territory and crew, The Colonel gathers up her people for a full scale liquidation and dispersal of personnel and assets throughout the Free City itself; they are going to discreetly sell off the majority of their military hardware, assume new identities and melt into the fabric of the Free City's wider population. Gone are the days of plunder and dominion, as this retirement plan will make many of them some of the wealthiest tenants in the entire Free City, and they will no longer need to break their backs living the lives of soldiers. With the liquidation complete and the money distributed, the army moves on to the net stage of the plan.`;
 				r += `\nAt midnight, the lights are the first thing the Colonel's forces disable, as they still have the excellent night vision equipment you purchased for them. Some of your citizens panic almost immediately at the sudden blackout; this is very reminiscent of the Daughters of Liberty attack that still haunts many of their memories. Her army moves fast and quietly throughout the arcology and the streets outside of it, slipping through your security units and drones with an ease that stinks of months of careful planning and study. Most disturbingly, your penthouse's communications networks are all but destroyed, and your PA has been unreachable, seemingly hacked by some obscure technology you figure only the Colonel's contacts and few others could provide.`;
-				r += `\nOutside, her many aircraft escape the local airspace to patrol the Arcology outskirts, evading recon scans, the monitoring systems of your secured penthouse, and the feeble attempts of your sentries to shoot them down. A great many of them will be escaping by air, it seems. Many are escaping by land too: Swarms of personnel carriers and utility trucks are driving off to neighboring arcologies or even neigboring Free Cities by the dozens for retirement, as the remainder of her army purchase new apartments and properties in various arcologies nearby while being dressed in civillian clothing. After just a few days, the entire army has essentially disappeared, hopelessly obscured by mountains of digital noise, detailed fake backstories, lavish fake identities, and lots of bribes and carefully destroyed digital and physical records. Your special force has gone completely AWOL and there is nothing you or anyone can do about it. It seems your experienced former warriors have a eye for deception too.`;
+				r += `\nOutside, her many aircraft escape the local airspace to patrol the Arcology outskirts, evading recon scans, the monitoring systems of your secured penthouse, and the feeble attempts of your sentries to shoot them down. A great many of them will be escaping by air, it seems. Many are escaping by land too: Swarms of personnel carriers and utility trucks are driving off to neighboring arcologies or even neighboring Free Cities by the dozens for retirement, as the remainder of her army purchase new apartments and properties in various arcologies nearby while being dressed in civilian clothing. After just a few days, the entire army has essentially disappeared, hopelessly obscured by mountains of digital noise, detailed fake backstories, lavish fake identities, and lots of bribes and carefully destroyed digital and physical records. Your special force has gone completely AWOL and there is nothing you or anyone can do about it. It seems your experienced former warriors have a eye for deception too.`;
 				r += `\nYou are trapped inside your Penthouse by the electricity-cutting digital virus that has kept you inside and communicatively isolated for the past week. Probably with the goal of keeping you in the dark, figuratively and literally, so that you could not intervene in the The Colonel's total assimilation into the Free Cities. The lazy bitch did not want to cooperate with your Future Societies plans, so she and her men decided to stop being soldiers altogether, and live off of their savings. Your only relief comes at the midnight of the seventh day, when the virus self-terminates and the arcology's electricity, PA, and communications lines return to full functioning.`;
-				r += `\nYour arcology is once more yours, but your people will never forget the troubling week they spent in total darkness and lockdown, or the sudden mass desertion and dissappearance of the army that you convinced them to allow, or the fact that there was nothing you could do to prevent or mitigate any of it.`;
+				r += `\nYour arcology is once more yours, but your people will never forget the troubling week they spent in total darkness and lockdown, or the sudden mass desertion and disappearance of the army that you convinced them to allow, or the fact that there was nothing you could do to prevent or mitigate any of it.`;
 				break;
 			case "Shell-Shocked": BadOutcome += 'ISOLATION';
 				V.trinkets.push("The Colonel's explosives detonator");
 				r += `Unnerved by your ever-increasing influence over your men and undercutting of her authority, The Colonel uses heavy explosives at Midnight to seal off The Firebase from your access. When you step off of your express elevator, you are met not with two guards, but several armed proximity mines next to an incredibly thick wall of smoking rubble. No doubt there are machine gun nests, anti-tank nests, and lots more proximity mines just waiting for you on the other side, should you somehow get through the wall of debris.`;
-				r += `\nThe ${V.SF.Lower} still deploys into the old world to plunder as it pleases, but no longer for you. You recieve no money from their exploits, and their total defiance and independance of you is a permanent stain on your reputation. Of course, you'll never have the needed military power to dislodge them, especially with all the redundant fortifications, crossfire envelopes, and myriad traps that paranoid bitch had built around each entrance ever since she went rouge. Trying to sabotage certain support beams from above to make the Firebase facility collapse in on itself could easily cause enough damage to topple other parts of the arcology too, and such a thing would be very difficult to cover up. In other words, you're stuck with them. The Firebase has become a permanent tumor on your Arcology and good name.`;
+				r += `\nThe ${V.SF.Lower} still deploys into the old world to plunder as it pleases, but no longer for you. You receive no money from their exploits, and their total defiance and independence of you is a permanent stain on your reputation. Of course, you'll never have the needed military power to dislodge them, especially with all the redundant fortifications, crossfire envelopes, and myriad traps that paranoid bitch had built around each entrance ever since she went rouge. Trying to sabotage certain support beams from above to make the Firebase facility collapse in on itself could easily cause enough damage to topple other parts of the arcology too, and such a thing would be very difficult to cover up. In other words, you're stuck with them. The Firebase has become a permanent tumor on your Arcology and good name.`;
 				break;
 		}
 		let Obj = {Active:-2, Toggle:V.SF.Toggle, FS:{Tension:V.SF.FS.Tension, BadOutcome:BadOutcome} };
@@ -1042,7 +1042,7 @@ App.SF.fsIntegration = function(input = 'Menu', textDisplay = 100, text = `\n`)
 			case 'MIGRATION':
 			 return `${x} an empty, eerie storeroom now.`;
 			case 'ANNIHILATION':
-				return `${x} a charnel house of  dead bodies, spent ammo casings, collapsed sub-structure, unstable rubble,  and live munitions & duds that can detonate at the slightest disturbance. This chamber has proven so troublesome, tedious, and dangerous to clear out that you've decided to halt all salvage operations for the foreseeable future.\n`;
+				return `${x} a charnel house of dead bodies, spent ammo casings, collapsed sub-structure, unstable rubble, and live munitions & duds that can detonate at the slightest disturbance. This chamber has proven so troublesome, tedious, and dangerous to clear out that you've decided to halt all salvage operations for the foreseeable future.\n`;
 			case 'OCCUPATION':
 				return `${x} its entrance. The two guards that usually let you in will now shoo you away at gunpoint.\n`;
 			case 'ASSIMILATION':
@@ -1061,7 +1061,7 @@ App.SF.AAR = function() {
 		if (V.SF.FS.BadOutcome === undefined) {
 			App.SF.fsIntegration('BadOutcome');
 		} else {
-			r += `This week your arcology lost a bit of prosperity and large amount of reptutation, due to the looming threat that The Colonel and her forces may resurface.`;
+			r += `This week your arcology lost a bit of prosperity and large amount of reputation, due to the looming threat that The Colonel and her forces may resurface.`;
 			V.arcologies[0].prosperity -= 25; if (V.rep > 17500) V.rep = 17500;
 		}
 	} else {
diff --git a/src/art/vector/VectorArtJS.js b/src/art/vector/VectorArtJS.js
index 660ab719648c2ef6f96d3db2c92ac76d507bc8b9..87fb6bb31b184ebf2cd316046d539a04cd2adca0 100644
--- a/src/art/vector/VectorArtJS.js
+++ b/src/art/vector/VectorArtJS.js
@@ -289,12 +289,12 @@ window.VectorArt = (function() {
 				case "a slutty qipao":
 				case "a long qipao":
 				case "a toga":
-				case "a penitent nuns habit":	
+				case "a penitent nuns habit":
 					if ((canAchieveErection(slave)) && (slave.chastityPenis !== 1)) {
 						penisArtString = jsInclude(`Art_Vector_Bulge_Outfit_Hard_${penisSize}`);
 						break; /* IN CASE OF NO ERECTION, SKIP TO A NORMAL BULGE */
 					}
-				/* BULGE OUTFITS LONG OUTFITS */		
+				/* BULGE OUTFITS LONG OUTFITS */
 				case "battlearmor":
 				case "battledress":
 				case "cutoffs and a t-shirt":
@@ -318,9 +318,9 @@ window.VectorArt = (function() {
 				case "a sweater and panties":
 				case "a t-shirt and jeans":
 				case "a t-shirt and panties":
-				case "a tank-top and panties":					
+				case "a tank-top and panties":
 				case "conservative clothing":
-				case "stretch pants and a crop-top":				
+				case "stretch pants and a crop-top":
 					penisArtString = jsInclude(`Art_Vector_Bulge_Outfit_${penisSize}`);
 					break;
 				/* SMALL BULGE ONLY (SHORT) OUTFITS */
@@ -333,14 +333,14 @@ window.VectorArt = (function() {
 				case "panties":
 				case "an oversized t-shirt and boyshorts":
 				case "a scalemail bikini":
-				case "a skimpy loincloth":	
+				case "a skimpy loincloth":
 				case "striped panties":
 				case "striped underwear":
-				case "a t-shirt and thong":				
+				case "a t-shirt and thong":
 				case "a thong":
 				case "a tube top and thong":
-				case "attractive lingerie for a pregnant woman":	
-				case "harem gauze":				
+				case "attractive lingerie for a pregnant woman":
+				case "harem gauze":
 					if (slave.belly <= 4000) {
 						if (slave.dick > 3)
 							penisArtString = jsInclude("Art_Vector_Bulge_Outfit_3");
@@ -623,7 +623,7 @@ window.VectorArt = (function() {
 			case "a t-shirt":
 			case "a tank-top":
 			case "a tube top":
-			case "an oversized t-shirt":			
+			case "an oversized t-shirt":
 			case "body oil":
 			case "chains":
 			case "choosing her own clothes":
diff --git a/src/art/vector_revamp/vectorRevampedArtControl.js b/src/art/vector_revamp/vectorRevampedArtControl.js
index a08cabbd3e8989fd91bd0457a1b3e5d6afb445f1..0b668da0af0a4cc7e6f75b73fd7f804fe725b996 100644
--- a/src/art/vector_revamp/vectorRevampedArtControl.js
+++ b/src/art/vector_revamp/vectorRevampedArtControl.js
@@ -711,7 +711,7 @@ class RevampedArtControl {
 			case "a leotard":
 				/*return this.clothingControl.leotard;*/
 				break;
-			
+
 		}
 		return clothing;
 	}
diff --git a/src/endWeek/saServeThePublic.js b/src/endWeek/saServeThePublic.js
index 6a627cac402a63320063d5c1488b1c558244048a..be3888c5a80289e638ee60afcccd3b3f190dd65b 100644
--- a/src/endWeek/saServeThePublic.js
+++ b/src/endWeek/saServeThePublic.js
@@ -64,7 +64,7 @@ window.saServeThePublic = (function saServeThePublic() {
 
 	/**
 	 * @param {App.Entity.SlaveState} slave
-	 * 
+	 *
 	 */
 	function gatherStatistics(slave) {
 		/* Statistics gathering */
@@ -75,7 +75,7 @@ window.saServeThePublic = (function saServeThePublic() {
 
 	/**
 	 * @param {App.Entity.SlaveState} slave
-	 * 
+	 *
 	 */
 	function jobPreface(slave) {
 		if (slave.devotion > 95 || slave.energy > 95) {
@@ -95,7 +95,7 @@ window.saServeThePublic = (function saServeThePublic() {
 
 	/**
 	 * @param {App.Entity.SlaveState} slave
-	 * 
+	 *
 	 */
 	function bonusMultiplierText(slave) {
 		if (V.club > 0) {
@@ -212,7 +212,7 @@ window.saServeThePublic = (function saServeThePublic() {
 
 	/**
 	 * @param {App.Entity.SlaveState} slave
-	 * 
+	 *
 	 */
 	function usageCountDescriptions(slave) {
 		r += ` ${His} appearance attracted ${slave.sexAmount} members of the public (${Math.trunc(slave.sexAmount / 7)} a day)`;
@@ -255,7 +255,7 @@ window.saServeThePublic = (function saServeThePublic() {
 
 	/**
 	 * @param {App.Entity.SlaveState} slave
-	 * 
+	 *
 	 */
 	function comingOfAge(slave) {
 		if (slave.physicalAge === V.minimumSlaveAge && slave.physicalAge === V.fertilityAge && canGetPregnant(slave) && (arcology.FSRepopulationFocus !== "unset" || arcology.FSGenderFundamentalist !== "unset") && arcology.FSRestart === "unset") {
@@ -281,7 +281,7 @@ window.saServeThePublic = (function saServeThePublic() {
 
 	/**
 	 * @param {App.Entity.SlaveState} slave
-	 * 
+	 *
 	 */
 	function mentalEffects(slave) {
 		if (slave.behavioralQuirk === "advocate") {
@@ -302,7 +302,7 @@ window.saServeThePublic = (function saServeThePublic() {
 
 	/**
 	 * @param {App.Entity.SlaveState} slave
-	 * 
+	 *
 	 */
 	function physicalEffects(slave) {
 		let injury = 0;
@@ -448,7 +448,7 @@ window.saServeThePublic = (function saServeThePublic() {
 
 	/**
 	 * @param {App.Entity.SlaveState} slave
-	 * 
+	 *
 	 */
 	function slaveSkills(slave) {
 		let skillIncrease;
@@ -559,7 +559,7 @@ window.saServeThePublic = (function saServeThePublic() {
 
 	/**
 	 * @param {App.Entity.SlaveState} slave
-	 * 
+	 *
 	 */
 	function publicReactions(slave) {
 		let sstp;
@@ -1203,7 +1203,7 @@ window.saServeThePublic = (function saServeThePublic() {
 
 	/**
 	 * @param {App.Entity.SlaveState} slave
-	 * 
+	 *
 	 */
 	function addFlaw(slave) {
 		if (slave.devotion < 10) {
@@ -1224,7 +1224,7 @@ window.saServeThePublic = (function saServeThePublic() {
 
 	/**
 	 * @param {App.Entity.SlaveState} slave
-	 * 
+	 *
 	 */
 	function addRep(slave) {
 		if (slave.assignment !== "recruit girls") {
@@ -1241,7 +1241,7 @@ window.saServeThePublic = (function saServeThePublic() {
 
 	/**
 	 * @param {App.Entity.SlaveState} slave
-	 * 
+	 *
 	 */
 	function applyFSDecoration(slave) {
 		/* FACILITY DECORATION IMPACTS */
@@ -1324,7 +1324,7 @@ window.saServeThePublic = (function saServeThePublic() {
 
 	/**
 	 * @param {App.Entity.SlaveState} slave
-	 * 
+	 *
 	 */
 	function sexCounts(slave) {
 		/* SEX ACT COUNTS AND SEXUAL SATISFACTION */
@@ -1406,7 +1406,7 @@ window.saServeThePublic = (function saServeThePublic() {
 
 	/**
 	 * @param {App.Entity.SlaveState} slave
-	 * 
+	 *
 	 */
 	function sexualSatiation(slave) {
 		if (slave.need) {
@@ -1489,7 +1489,7 @@ window.saServeThePublic = (function saServeThePublic() {
 
 	/**
 	 * @param {App.Entity.SlaveState} slave
-	 * 
+	 *
 	 */
 	function assignmentVignette(slave) {
 		let vignette;
diff --git a/src/endWeek/saWhore.js b/src/endWeek/saWhore.js
index d9729133642d8afe877d4aa5dba5f2cf6f9ddd41..b4352599a9b7011cc5697616e6c0596b2873370c 100644
--- a/src/endWeek/saWhore.js
+++ b/src/endWeek/saWhore.js
@@ -234,7 +234,7 @@ window.saWhore = (function saWhore() {
 		}
 		T.incomeStats.customers = beauty;
 	}
-	
+
 	/**
 	 * @param {App.Entity.SlaveState} slave
 	 */
@@ -727,7 +727,7 @@ window.saWhore = (function saWhore() {
 		if ((slave.releaseRules === "restrictive" || slave.releaseRules === "chastity") && slave.standardReward !== "orgasm") {
 			r += ` ${He}'s a better whore because prostitution is ${his} main sexual outlet.`;
 		}
-		
+
 		if (V.familyTesting === 1) {
 			if (totalRelatives(slave) > 0) {
 				let children = [];
@@ -1396,7 +1396,7 @@ window.saWhore = (function saWhore() {
 			cashX(cash, "whoring in an unregistered building", slave);
 		}
 	}
-	
+
 	/**
 	 * @param {App.Entity.SlaveState} slave
 	 */
diff --git a/src/endWeek/saWorkAGloryHole.js b/src/endWeek/saWorkAGloryHole.js
index f0e681998571cf3f877cacfa3e28333c38bb94e9..ca4aefb3ab2e745e239084b79d74e85ea6d517d6 100644
--- a/src/endWeek/saWorkAGloryHole.js
+++ b/src/endWeek/saWorkAGloryHole.js
@@ -95,7 +95,7 @@ window.saWorkAGloryHole = (function saWorkAGloryHole() {
 
 	/**
 	 * @param {App.Entity.SlaveState} slave
-	 * 
+	 *
 	 */
 	function physicalEffects(slave) {
 		// check usage counts for these — more fucks should be more damaging
@@ -171,7 +171,7 @@ window.saWorkAGloryHole = (function saWorkAGloryHole() {
 
 	/**
 	 * @param {App.Entity.SlaveState} slave
-	 * 
+	 *
 	 */
 	function mentalEffects(slave) {
 		if (slave.fetish === "mindbroken") {
@@ -231,7 +231,7 @@ window.saWorkAGloryHole = (function saWorkAGloryHole() {
 
 	/**
 	 * @param {App.Entity.SlaveState} slave
-	 * 
+	 *
 	 */
 	function jobBody(slave) {
 		r += ` ${His} feelings, skills, and appearance do not matter. ${He} is condemned to a world that consists of a tiny cell, featureless except for the never-ending dicks ${he} is required to service. You `;
@@ -245,7 +245,7 @@ window.saWorkAGloryHole = (function saWorkAGloryHole() {
 
 	/**
 	 * @param {App.Entity.SlaveState} slave
-	 * 
+	 *
 	 */
 	function applyFSDecoration(slave) {
 		/* FACILITY DECORATION IMPACTS */
@@ -330,7 +330,7 @@ window.saWorkAGloryHole = (function saWorkAGloryHole() {
 
 	/**
 	 * @param {App.Entity.SlaveState} slave
-	 * 
+	 *
 	 */
 	function sexCounts(slave) {
 		/* SEX ACT COUNTS AND SEXUAL SATISFACTION */
@@ -438,7 +438,7 @@ window.saWorkAGloryHole = (function saWorkAGloryHole() {
 
 	/**
 	 * @param {App.Entity.SlaveState} slave
-	 * 
+	 *
 	 */
 	function profitReport(slave) {
 		if (V.publicFuckdolls === 0) {
diff --git a/src/js/DefaultRules.js b/src/js/DefaultRules.js
index 95575dbabc3c673ff9796331f618e12979c27b4a..413ec0d01b93fe678dac1e8639a71abeab552a92 100644
--- a/src/js/DefaultRules.js
+++ b/src/js/DefaultRules.js
@@ -82,7 +82,7 @@ window.DefaultRules = (function() {
 
 	/**
 	 * @param {App.Entity.SlaveState} slave
-	 * @returns {map} 
+	 * @returns {map}
 	 */
 	function MergeRules(slave) {
 		// merge all rules applying on a slave into one big rule
diff --git a/src/js/generateGenetics.js b/src/js/generateGenetics.js
index a326ea7aaf215c0fa2f66d385599dea07d7f67b1..0326fd1d404cb246518578b7c25ab15be4ae3a1f 100644
--- a/src/js/generateGenetics.js
+++ b/src/js/generateGenetics.js
@@ -970,7 +970,7 @@ window.generateGenetics = (function() {
 				}
 			}
 		}
-		
+
 		// Gigantomastia
 		if (father !== 0) {
 			if (mother.geneticQuirks.gigantomastia >= 2 && father.geneticQuirks.gigantomastia >= 2) {
@@ -1001,7 +1001,7 @@ window.generateGenetics = (function() {
 				}
 			}
 		}
-		
+
 		// Macromastia
 		if (father !== 0) {
 			if (mother.geneticQuirks.macromastia >= 2 && father.geneticQuirks.macromastia >= 2) {
diff --git a/src/js/rulesAssistant.js b/src/js/rulesAssistant.js
index 9e9d855940e5b4e661588062d043cffb422a58ef..5cae9ede34fd5f1bb82770e3e78ac59d397f74bf 100644
--- a/src/js/rulesAssistant.js
+++ b/src/js/rulesAssistant.js
@@ -392,7 +392,7 @@ window.emptyDefaultRule = function emptyDefaultRule() {
  * Saves the slave, silently fires the RA, saves the slave's after-RA state, and then reverts the slave.
  * Call and then check potential change against $slaveAfterRA to see if the RA would revert it.
  * @param {App.Entity.SlaveState} slave
- * 
+ *
  */
 window.RulesDeconfliction = function RulesDeconfliction(slave) {
 	const before = clone(slave);
diff --git a/src/js/sexActsJS.js b/src/js/sexActsJS.js
index e509a760fdb4c79d684891f1dd614546cb75e9f3..ec5868851a98ef90bf7fcb191d0b65619f28b852 100644
--- a/src/js/sexActsJS.js
+++ b/src/js/sexActsJS.js
@@ -325,7 +325,7 @@ window.PartnerVCheck = function PartnerVCheck(analTimes = 1, bothTimes = 1) {
  count is how many times to increment either the Vaginal, Anal, or Oral counts, depending on availability of slave.
  If count is left undefined it will assume it to be 1.
  Intended to be a simple "I want to fuck x and not have to code a bunch of logic for it".
- * @param {App.Entity.SlaveState} slave 
+ * @param {App.Entity.SlaveState} slave
  * @param {number} fuckCount
  * @returns {string}
  */
diff --git a/src/js/storyJS.js b/src/js/storyJS.js
index 80f4d3cec927ed5f59f9cd78c5ceac5c3992aae5..97f535d36db4fd072e7b47cd613fa78004f981d8 100644
--- a/src/js/storyJS.js
+++ b/src/js/storyJS.js
@@ -498,7 +498,7 @@ window.jsConsoleInfo = function(obj) {
 
 /**
  * @param {App.Entity.SlaveState} slave
- * 
+ *
  */
 window.SoftenBehavioralFlaw = function SoftenBehavioralFlaw(slave) {
 	switch (slave.behavioralFlaw) {
@@ -535,7 +535,7 @@ window.SoftenBehavioralFlaw = function SoftenBehavioralFlaw(slave) {
 
 /**
  * @param {App.Entity.SlaveState} slave
- * 
+ *
  */
 window.SoftenSexualFlaw = function SoftenSexualFlaw(slave) {
 	switch (slave.sexualFlaw) {
diff --git a/src/npc/fBeg.tw b/src/npc/fBeg.tw
index 643f501872d2df7a08e9fd32b0e1882abc4c70f8..123f31b5dd7a8b3ecb9073fc2a2fa250e5f09550 100644
--- a/src/npc/fBeg.tw
+++ b/src/npc/fBeg.tw
@@ -4,70 +4,72 @@
 <<run clearSummaryCache($activeSlave)>>
 <<setLocalPronouns $activeSlave>>
 
-You call $him over to you for inspection. <<BoobsDescription>> You look at $him lustfully and instruct $him to strip. 
-<<if ($activeSlave.sexualFlaw == "shamefast")>> Tears well up in $his eyes at the idea of showing $his naked body. 
-<<elseif ($activeSlave.sexualQuirk == "tease")>> $He blushes with arousal. $He has kept $his innate embarrassment at the thought of being naked, but you have infused this with overwhelming arousal. $His cheeks are red as $he removes $his clothes, giving quite a strip tease as $he does. 
+You call $him over to you for inspection. <<BoobsDescription>> You look at $him lustfully and instruct $him to strip.
+<<if ($activeSlave.sexualFlaw == "shamefast")>> Tears well up in $his eyes at the idea of showing $his naked body.
+<<elseif ($activeSlave.sexualQuirk == "tease")>> $He blushes with arousal. $He has kept $his innate embarrassment at the thought of being naked, but you have infused this with overwhelming arousal. $His cheeks are red as $he removes $his clothes, giving quite a strip tease as $he does.
 <<elseif ($activeSlave.sexualFlaw == "repressed")>>subconsciously uses $his hands to try to cover $his body. $He is still repressing $his own sexuality. That type of behavior may have been allowed in the old world, but it has no place in a Free City.
-<<elseif ($activeSlave.sexualFlaw == "idealistic")>>shakes $his head pleadingly, "But I don't consent" $he responds. You laugh in such a way that tells $him that $his consent is irrelevant. $He is still idealistic, believing that sex should be a consensual expression of love and intimacy. Such ideas were common in the Old World, but they have no place in a Free City. You decide to grab $him and forcefully rip $his clothes from $his body, since obedience could simply be seen as consent. $He screams and plead as you pin her arms, ripping and tearing at the cloth that keeps her beauty from sight. 
-<<elseif ($activeSlave.sexualFlaw == "neglectful")>> replied "Yes 
+<<elseif ($activeSlave.sexualFlaw == "idealistic")>>shakes $his head pleadingly, "But I don't consent" $he responds. You laugh in such a way that tells $him that $his consent is irrelevant. $He is still idealistic, believing that sex should be a consensual expression of love and intimacy. Such ideas were common in the Old World, but they have no place in a Free City. You decide to grab $him and forcefully rip $his clothes from $his body, since obedience could simply be seen as consent. $He screams and plead as you pin her arms, ripping and tearing at the cloth that keeps her beauty from sight.
+<<elseif ($activeSlave.sexualFlaw == "neglectful")>> replied "Yes
 	<<if $activeSlave.rudeTitle == 1>><<= PoliteRudeTitle($activeSlave)>>
 	<<else>><<Master>>
-	<</if>>" 
-	$he replies contritely. $He has no sense of self beyond your usefulness of $him, and selflessly sacrifices $his own comfort for your pleasure. 
+	<</if>>"
+	$he replies contritely. $He has no sense of self beyond your usefulness of $him, and selflessly sacrifices $his own comfort for your pleasure.
 <<elseif ($activeSlave.sexualFlaw == "attention whore")>>eagerly begins to shirk $his wear, drawing as much attention to the process as possible.
-<<else>> 
+<<else>>
 	<<if ($activeSlave.devotion < -20)>>
 	$He resists, forcing you to undress $him yourself.
 	<<elseif ($activeSlave.devotion > -20)>> $He obeys, and moves to the center of your office to undress $himself for you.
 	<</if>>
 <</if>>
 <<if ($activeSlave.devotion > -20)>>
-$He begins to undress with
+	$He begins to undress with
 	<<if ($activeSlave.entertainmentSkill >= 100)>> masterful skill, teasing and taunting all the way down. $He rolls $his hips and most sexual parts as $he removes $his clothing.
-	<<elseif ($activeSlave.entertainmentSkill >= 80)>> arousing skill. Even though the goal is just to get 	$him naked, your slave knows that $his job is to entertain you with $his every move. 
-	<<elseif ($activeSlave.entertainmentSkill >= 60)>> notable skill. $He takes the opportunity to give you a light strip tease as $he undresses. 
+	<<elseif ($activeSlave.entertainmentSkill >= 80)>> arousing skill. Even though the goal is just to get 	$him naked, your slave knows that $his job is to entertain you with $his every move.
+	<<elseif ($activeSlave.entertainmentSkill >= 60)>> notable skill. $He takes the opportunity to give you a light strip tease as $he undresses.
 	<<elseif ($activeSlave.entertainmentSkill >= 40)>> a decent effort. $He isn't your most entertaining slave, but $he still makes an effort to arouse you with $his undressing.
-	<<elseif ($activeSlave.entertainmentSkill >= 20)>> some effort to be sexy. $His moves are less than skillful and the undressing is more pragmatic than arousing. 
-	<<else>> no effort to be sexy. $He has no entertainment skill, and the only goal of $his actions is to go from clothed to naked. 
+	<<elseif ($activeSlave.entertainmentSkill >= 20)>> some effort to be sexy. $His moves are less than skillful and the undressing is more pragmatic than arousing.
+	<<else>> no effort to be sexy. $He has no entertainment skill, and the only goal of $his actions is to go from clothed to naked.
 	<</if>>
 <</if>>
 
 <<if ($activeSlave.fetishStrength > 60)>>
 		<<switch $activeSlave.fetish>>
-		<<case "submissive">> As $he begins to strip you grab $him without warning and begin to tear off $his clothes. Your slave expected you to allow $him to obey your command, and so $he is initially taken aback by the sudden force but $his submissive nature keeps $him from resisting. $He is such a submissive slut that you feel obligation to push $his status even further. You bind $his arms tightly behind $his back in a leather monoglove, lacing it tighter until $his elbows are touching. $He gives a soft whimper, but you both know that this is for your benefit and not a protest.  
-			<<if ($activeSlave.nipplePiercing > 1)>> You then retrieve heavy bells and attach them to her nipple rings. 
-			<<else>> You reach into your pocket and retrieve two weighted and belled nipple clamps, attaching them tightly to your slave's delicate nipples. 
+		<<case "submissive">>
+			As $he begins to strip you grab $him without warning and begin to tear off $his clothes. Your slave expected you to allow $him to obey your command, and so $he is initially taken aback by the sudden force but $his submissive nature keeps $him from resisting. $He is such a submissive slut that you feel obligation to push $his status even further. You bind $his arms tightly behind $his back in a leather monoglove, lacing it tighter until $his elbows are touching. $He gives a soft whimper, but you both know that this is for your benefit and not a protest.
+			<<if ($activeSlave.nipplePiercing > 1)>> You then retrieve heavy bells and attach them to her nipple rings.
+			<<else>> You reach into your pocket and retrieve two weighted and belled nipple clamps, attaching them tightly to your slave's delicate nipples.
 			<</if>> You tell her to bounce so that they jingle, reminding her of her status.
-		<<case "masochist">>  Once $he is fully exposed you give $him a firm slap across the tits. $He's a masochist and relishes the pain with sexual arousal. You ask your painslut if $he deserves to be punished. "Oh yes, 
+		<<case "masochist">>
+			Once $he is fully exposed you give $him a firm slap across the tits. $He's a masochist and relishes the pain with sexual arousal. You ask your painslut if $he deserves to be punished. "Oh yes,
 			<<if $activeSlave.rudeTitle == 1>><<= PoliteRudeTitle($activeSlave)>>
 			<<else>><<Master>>
-			<</if>>. 
-			Please punish your little slut. Sensing that your slave is getting too much enjoyment from $his beating you cease.  
+			<</if>>.
+			Please punish your little slut. Sensing that your slave is getting too much enjoyment from $his beating you cease.
 		<</switch>>
 <</if>>
 
-You stare at the naked form of your slave standing before you.  
+You stare at the naked form of your slave standing before you.
 
-<<if ($activeSlave.boobsTat == "rude words")>> The words on $his chest stand out at you. You ask $him what $his tits say. "Fuckslave." $he replies. You ask if that's what $he is. 
-	<<if ($activeSlave.behavioralFlaw == "liberated")>> "I'm nobody's property. I'm a free woman!" $He shoots back. "We shall see" you reply. 
-	<<elseif ($activeSlave.devotion < -20)>> $He does $his best to shake $his head. 
-	<<else>> "Yes <<Master>>, that's what I am. 
-	<</if>>  
-<<elseif ($activeSlave.boobsTat == "possessive")>> The words on $his chest stand out at you. You ask $him what $his tits say. "It's Your personal symbol" $he replies. You ask if that's what $he is. 
-	<<if ($activeSlave.behavioralFlaw == "liberated")>> "I'm nobody's property. I'm a free woman!" $He shoots back. "We shall see" you reply. 
-	<<elseif ($activeSlave.devotion < -20)>> $He does $his best to shake $his head. 
-	<<else>> "Yes <<Master>>, that's what I am. 
+<<if ($activeSlave.boobsTat == "rude words")>> The words on $his chest stand out at you. You ask $him what $his tits say. "Fuckslave." $he replies. You ask if that's what $he is.
+	<<if ($activeSlave.behavioralFlaw == "liberated")>> "I'm nobody's property. I'm a free woman!" $He shoots back. "We shall see" you reply.
+	<<elseif ($activeSlave.devotion < -20)>> $He does $his best to shake $his head.
+	<<else>> "Yes <<Master>>, that's what I am.
 	<</if>>
-<<elseif ($activeSlave.boobsTat == "degradation")>> The words on $his chest stand out at you. You ask $him what $his tits say. "<<Master>>'s Bitch" $he replies. You ask if that's what $he is. 
-	<<if ($activeSlave.behavioralFlaw == "liberated")>> "I'm nobody's property. I'm a free woman!" $He shoots back. "We shall see" you reply. 
-	<<elseif ($activeSlave.devotion < -20)>> $He does $his best to shake $his head. 
-	<<else>> "Yes <<Master>>, that's what I am. 
-	<</if>> 
-<<else>> $His body belongs to you, and your slave needs to remember that. 
+<<elseif ($activeSlave.boobsTat == "possessive")>> The words on $his chest stand out at you. You ask $him what $his tits say. "It's Your personal symbol" $he replies. You ask if that's what $he is.
+	<<if ($activeSlave.behavioralFlaw == "liberated")>> "I'm nobody's property. I'm a free woman!" $He shoots back. "We shall see" you reply.
+	<<elseif ($activeSlave.devotion < -20)>> $He does $his best to shake $his head.
+	<<else>> "Yes <<Master>>, that's what I am.
+	<</if>>
+<<elseif ($activeSlave.boobsTat == "degradation")>> The words on $his chest stand out at you. You ask $him what $his tits say. "<<Master>>'s Bitch" $he replies. You ask if that's what $he is.
+	<<if ($activeSlave.behavioralFlaw == "liberated")>> "I'm nobody's property. I'm a free woman!" $He shoots back. "We shall see" you reply.
+	<<elseif ($activeSlave.devotion < -20)>> $He does $his best to shake $his head.
+	<<else>> "Yes <<Master>>, that's what I am.
+	<</if>>
+<<else>> $His body belongs to you, and your slave needs to remember that.
 <</if>>
 
-You then tell your slave to kneel at your feet. 
-<<if ($activeSlave.behavioralFlaw == "bitchy")>> $He rolls $his eyes sasses you a bit, "Whatever," she scoffs and 
+You then tell your slave to kneel at your feet.
+<<if ($activeSlave.behavioralFlaw == "bitchy")>> $He rolls $his eyes sasses you a bit, "Whatever," she scoffs and
 <<elseif ($activeSlave.behaviorFlaw == "arrogant")>> $He stands up even straighter than before, crossing $his arms and widening $his stance. $His arrogance makes obeying commands like this difficult, but that is not your concern. You give $him a look that tells $him that pain will await if $he does not obey. $He
 <<elseif ($activeSlave.behavioralQuirk == "confident")>> $He confidently moves to obey. $He
 <<elseif ($activeSlave.behavioralFlaw == "liberated")>> $He stands up even straighter than before, crossing $his arms and widening $his stance. "I am not some animal," $he protests "I am a free woman." You laugh at $his continued delusions. Liberated women have no place in a Free City. You remind her that pain awaits $him should $he defy you further and $he
@@ -80,21 +82,21 @@ $He
 
 <<if ($activeSlave.devotion < -20)>>
 	<<if ($activeSlave.fear < -50)>>
-	drops terrified to the ground. 
+	drops terrified to the ground.
 	<<else>>
 		<<if !canTalk($activeSlave)>>gestures
 		<<elseif (_lisping == 1)>>lisps
 		<<else>>declares
-		<</if>> 
-	angrily that slavery is wrong and $he will not bow. You look at your Assistant who silently summons two other, more obedient slaves from their duties. 
+		<</if>>
+	angrily that slavery is wrong and $he will not bow. You look at your Assistant who silently summons two other, more obedient slaves from their duties.
 		<<if ($activeSlave.nipplePiercing > 1)>> You reach out and grab $him by her nipple chain, pulling her in harshly. She yelps in pain, but knows better than to pull away.
 		<<elseif ($activeSlave.nosePiercing > 1)>> You reach out and grab $him by her nose ring, pulling her in harshly. She yelps in pain, but knows better than to pull away.
-		<<else>> You reach out and grab $him firmly by the collar. 
+		<<else>> You reach out and grab $him firmly by the collar.
 		<</if>>
-	"One more chance, slut" by now, the other slaves have arrived and are standing loyally by your side. Your loyal slaves force $him to $his knees.  
+	"One more chance, slut" by now, the other slaves have arrived and are standing loyally by your side. Your loyal slaves force $him to $his knees.
 	<</if>>
 	"Head at crotch level," you clarify. "Remember your purpose"
-<<elseif ($activeSlave.devotion < 20)>> is not enthusiastic, but is obedient enough to go down without much threat of discipline. 
+<<elseif ($activeSlave.devotion < 20)>> is not enthusiastic, but is obedient enough to go down without much threat of discipline.
 <<elseif ($activeSlave.devotion > 20)>>
 	<<if ($activeSlave.fetishKnown == 1)>>
 		<<switch $activeSlave.fetish>>
@@ -103,42 +105,42 @@ $He
 		<<case "dom">>
 			would rather be standing by your side making your other sluts bow, but $he still knows that you are $his <<Master>>.
 		<<case "sadist">>
-			would rather be pushing one of your other whores painfully to her knees, but $he still obeys. 
+			would rather be pushing one of your other whores painfully to her knees, but $he still obeys.
 		<<case "masochist">>
-			waits just long enough to receive a disciplinary slap, making $him blush with arousal as $he kneels before you. 
+			waits just long enough to receive a disciplinary slap, making $him blush with arousal as $he kneels before you.
 		<<case "cumslut">>
 			is excited to be closer to your delicious crotch, and hurries to match $his eyes to your package.
 		<<case "humiliation">>
-			makes a big show of it as $he lowers $himself dramatically before you. 
+			makes a big show of it as $he lowers $himself dramatically before you.
 		<<case "buttslut">>
-			leans heavily forward so that $his ass sticks out ridiculously far as $he bends $his knees and goes to the floor. 
+			leans heavily forward so that $his ass sticks out ridiculously far as $he bends $his knees and goes to the floor.
 		<<case "pregnancy">>
 			obeys your command and goes to $his knees.
 		<<case "boobs">>
-			pulls $his shoulders back strongly while leaning far enough forward to drag $his 
-			<<if ($activeSlave.boobs >= 10000)>> weighty mammaries 
-			<<elseif ($activeSlave.boobs >= 2000)>> cumbersome udders 
-			<<elseif ($activeSlave.boobs >= 1000)>> massive slave tits 
-			<<elseif ($activeSlave.boobs >= 800)>> forward-thrust breasts 
-			<<elseif ($activeSlave.boobs >= 500)>> meager chest 
-			<<elseif ($activeSlave.boobs <= 400)>> pathetic slave boobs 
-			<<else>> tits 
-			<</if>> 
+			pulls $his shoulders back strongly while leaning far enough forward to drag $his
+			<<if ($activeSlave.boobs >= 10000)>> weighty mammaries
+			<<elseif ($activeSlave.boobs >= 2000)>> cumbersome udders
+			<<elseif ($activeSlave.boobs >= 1000)>> massive slave tits
+			<<elseif ($activeSlave.boobs >= 800)>> forward-thrust breasts
+			<<elseif ($activeSlave.boobs >= 500)>> meager chest
+			<<elseif ($activeSlave.boobs <= 400)>> pathetic slave boobs
+			<<else>> tits
+			<</if>>
 			across your body as $he goes down.
 		<<default>>
 			obeys your command and goes to $his knees.
 		<</switch>>
 
 	<<else>>
-	obeys your command and goes to $his knees.	
+	obeys your command and goes to $his knees.
 	<</if>>
 <</if>>
-<<if ($activeSlave.devotion < -20)>> The other slaves guide $him to adjust $his posture so $his eyes ar directly in line with your package. 
+<<if ($activeSlave.devotion < -20)>> The other slaves guide $him to adjust $his posture so $his eyes ar directly in line with your package.
 <<else>> $He kneels so that $his eyes are directly level with your package.
 <</if>>
 
 <<if ($activeSlave.energy > 50)>>
-$He cant help but stare in lust at your 
+$He cant help but stare in lust at your
 
 	<<if $PC.balls > 2 && $PC.ballsImplant > 3>>
 	monstrous, massive pair of watermelon sized balls.
@@ -151,7 +153,7 @@ $He cant help but stare in lust at your
 	<<elseif $PC.balls == 2 && $PC.ballsImplant == 2>>
 	huge pair of balls, bulging like softballs from behind your suit.
 	<<elseif $PC.balls == 1 && $PC.ballsImplant == 1>>
-	large pair of balls, swinging heavily as you move. 
+	large pair of balls, swinging heavily as you move.
 	<<elseif $PC.ballsImplant > 2>>
 		enormous, heavy pair of balls.
 	<<elseif $PC.ballsImplant == 2>>
@@ -166,21 +168,21 @@ $He cant help but stare in lust at your
 	Your balls loom directly in front of $his face.
 <</if>>
 
-Now kneeling at your feet naked before you, your slave waits for $his Master's command. You take some time to survey the slut's properly displayed body. 
-<<if $activeSlave.butt > 6>> $His massive ass is so huge that $he it squishes around her heels, almost reaching the floor. 
+Now kneeling at your feet naked before you, your slave waits for $his Master's command. You take some time to survey the slut's properly displayed body.
+<<if $activeSlave.butt > 6>> $His massive ass is so huge that $he it squishes around her heels, almost reaching the floor.
 <<elseif $activeSlave.butt > 4>> $His <<print either("ass", "rear end")>> is so round and large it rolls out from her back in two perfect mounds. The cheeks are so thick it forms a perfect crevice between them, more than a couple inches deep.
-<<elseif $activeSlave.butt > 2>> $His nice <<print either("thick", "plump")>> <<print either("butt", "ass")>> curves out noticeably, even while $he sits on $his knees. 
-<<else>> $His cute and tight ass rests gently on $his ankles. 
+<<elseif $activeSlave.butt > 2>> $His nice <<print either("thick", "plump")>> <<print either("butt", "ass")>> curves out noticeably, even while $he sits on $his knees.
+<<else>> $His cute and tight ass rests gently on $his ankles.
 <</if>>
 
 
 <<if ($activeSlave.energy > 95)>>
-		Her eyes fill with lust at the helplessness of kneeling at your crotch. 
+		Her eyes fill with lust at the helplessness of kneeling at your crotch.
 <</if>>
 <<if ($activeSlave.fetishStrength > 60)>>
 		<<switch $activeSlave.fetish>>
 		<<case "submissive">>
-			$He keeps her eyes down and poises her body to be fully available to $his master, trying to model for you the image of the perfect submissive. 
+			$He keeps her eyes down and poises her body to be fully available to $his master, trying to model for you the image of the perfect submissive.
 		<<case "dom">>
 			Despite $his kneeling stature, $his back is straight and shoulders back.
 		<<case "masochist">>
@@ -188,30 +190,30 @@ Now kneeling at your feet naked before you, your slave waits for $his Master's c
 		<<case "cumslut">>
 			$he goes to $his knees, all the while staring at your <<if $PC.dick != 0>>manly bulge.<<if $PC.vagina == 1>> <</if>>.<<else>> feminine mound.<</if>>
 		<<case "humiliation">>
-			$He eagerly takes to this humiliating position, hoping to demonstrate $his willingness to be degraded by $his <<Master>>. 
+			$He eagerly takes to this humiliating position, hoping to demonstrate $his willingness to be degraded by $his <<Master>>.
 		<<case "buttslut">>
-			$He positions $himself, sticking $his butt out as far as $he can manage, hoping to draw your attention to $his favorite area. 
+			$He positions $himself, sticking $his butt out as far as $he can manage, hoping to draw your attention to $his favorite area.
 		<<case "boobs">>
-			$he kneels with $his back strongly arching far back and diligently works to touch $his elbows behind $his back to best display $his 
-	<<if ($activeSlave.boobs >= 10000)>> colossal mammaries 
-	<<elseif ($activeSlave.boobs >= 2000)>> gigantic udders 
-	<<elseif ($activeSlave.boobs >= 1000)>> massive slave tits 
-	<<elseif ($activeSlave.boobs >= 800)>> prominent breasts 
-	<<elseif ($activeSlave.boobs >= 400)>> modest chest 
-	<<elseif ($activeSlave.boobs <= 400)>> pathetic slave boobs 
-	<</if>> for $his master. 
-	<<if ($activeSlave.lactation > 0)>> milk dribbles down the soft curves of $his chest as a further sign of $his arousal. 
+			$he kneels with $his back strongly arching far back and diligently works to touch $his elbows behind $his back to best display $his
+	<<if ($activeSlave.boobs >= 10000)>> colossal mammaries
+	<<elseif ($activeSlave.boobs >= 2000)>> gigantic udders
+	<<elseif ($activeSlave.boobs >= 1000)>> massive slave tits
+	<<elseif ($activeSlave.boobs >= 800)>> prominent breasts
+	<<elseif ($activeSlave.boobs >= 400)>> modest chest
+	<<elseif ($activeSlave.boobs <= 400)>> pathetic slave boobs
+	<</if>> for $his master.
+	<<if ($activeSlave.lactation > 0)>> milk dribbles down the soft curves of $his chest as a further sign of $his arousal.
 	<</if>>
-	This is, of course, how all slaves are supposed to kneel, but $he takes the pose with added dedication. 
+	This is, of course, how all slaves are supposed to kneel, but $he takes the pose with added dedication.
 		<<default>>
 			$He positions $himself with $his knees spread wide, hoping that you will turn your attention to $his wet pussy.
 		<</switch>>
 <</if>>
-You give $him permission to speak, and tell $him that $he may beg $his Master. 
+You give $him permission to speak, and tell $him that $he may beg $his Master.
 
 <<if ($activeSlave.devotion < -20)>>
 	<<if ($activeSlave.fear < -50)>>
-	
+
 	<<switch $activeSlave.standardPunishment>>
 
 	<<case "confinement">> Your slave simply presses $his hands together and begs you not to lock $him up in the bad girl box.
@@ -219,56 +221,56 @@ You give $him permission to speak, and tell $him that $he may beg $his Master.
 	<<case "chastity">>
 		<<if ($activeSlave.energy > 60)>>
 		Your slave simply presses $his hands together and begs you not to take away $his next orgasm
-		<<else>> Your slave simply asks that you not change $his punishment. $He fears you, but using chastity as a punishment is not an efficient way to command $his obedience, since $he has no sexual energy. 
+		<<else>> Your slave simply asks that you not change $his punishment. $He fears you, but using chastity as a punishment is not an efficient way to command $his obedience, since $he has no sexual energy.
 		<</if>>
 	<</switch>>
 	<<else>>
 		<<if ($activeSlave.behavioralFlaw == "bitchy")>> $He turns $his nose up in utter disgust. "Why, to feed your misogynistic ego? Thanks, but no." $He looks at your other slaves holding $him down, "Why don't you get one of these mindless cunts to do it? Or are they not hot enough?" $He is disobedient and bitchy, a bad combo.
-		<<elseif ($activeSlave.behaviorFlaw == "arrogant")>> $He tries to cock $his shoulders back, giving a death glare to the slaves holding $him in place, "I don't need anything from you" $he hisses. $He is disobedient and arrogant, a bad combo. 
+		<<elseif ($activeSlave.behaviorFlaw == "arrogant")>> $He tries to cock $his shoulders back, giving a death glare to the slaves holding $him in place, "I don't need anything from you" $he hisses. $He is disobedient and arrogant, a bad combo.
 		<<elseif ($activeSlave.behavioralFlaw == "liberated")>> $He does $his best to spit in your face, but the height difference means $he only stains your shirt. "I demand you release me!" $he scowls, "Or I'm going to call the police!" You smile at $his pathetically outdated worldview. You tell $him that's a good idea, since you know how rebellious slaves fair in jail.
-		<<elseif ($activeSlave.behavioralFlaw == "odd")>> $He purses $his lips and bounces on $his heels in futile rebellion. "Nuh-uh." $he puffs, shaking $his head wildly. 
+		<<elseif ($activeSlave.behavioralFlaw == "odd")>> $He purses $his lips and bounces on $his heels in futile rebellion. "Nuh-uh." $he puffs, shaking $his head wildly.
 		<<else>>
-		$He simply sits there, struggling against the hands holding $him down.  
+		$He simply sits there, struggling against the hands holding $him down.
 		<</if>>
 	<</if>>
 This is clearly the best you are going to get out of $him until $he is better trained. You
 	<<if ($activeSlave.fear > -50)>>
-	 signal your loyal slaves to lift $him to $his feet, and 
+	 signal your loyal slaves to lift $him to $his feet, and
 	<</if>>
 	send $him away for now.
-<<elseif ($activeSlave.devotion < 20)>> 
+<<elseif ($activeSlave.devotion < 20)>>
 		<<if ($activeSlave.behavioralFlaw == "bitchy")>> $He turns $his nose up in utter disgust. "Why, to feed your misogynistic ego? Thanks, but no." $He looks at your other slaves holding $him down, "Why don't you get one of these mindless cunts to do it? Or are they not hot enough?" $He is disobedient and bitchy, a bad combo.
-		<<elseif ($activeSlave.behaviorFlaw == "arrogant")>> $He tries to cock $his shoulders back, giving a death glare to the slaves holding $him in place, "I don't need anything from you" $he hisses. $He is disobedient and arrogant, a bad combo. 
+		<<elseif ($activeSlave.behaviorFlaw == "arrogant")>> $He tries to cock $his shoulders back, giving a death glare to the slaves holding $him in place, "I don't need anything from you" $he hisses. $He is disobedient and arrogant, a bad combo.
 		<<elseif ($activeSlave.behavioralFlaw == "liberated")>> $He does $his best to spit in your face, but the height difference means $he only stains your shirt. "I demand you release me!" $he scowls, "Or I'm going to call the police!" You smile at $his pathetically outdated worldview. You tell $him that's a good idea, since you know how rebellious slaves fair in jail.
-		<<elseif ($activeSlave.behavioralFlaw == "odd")>> $He purses $his lips and bounces on $his heels in futile rebellion. "Nuh-uh." $he puffs, shaking $his head wildly. 
+		<<elseif ($activeSlave.behavioralFlaw == "odd")>> $He purses $his lips and bounces on $his heels in futile rebellion. "Nuh-uh." $he puffs, shaking $his head wildly.
 		<<elseif ($activeSlave.sexualFlaw == "shamefast")>> $He tries to cover $his naked body from your gaze "Plea<<s>>e, can I ju<<s>>t put <<s>>ome clothe<<s>> on?"
 		<<else>>
 		$He looks up at you with a sudden glimpse of hope, and begins to plead, "Plea<<s>>e, <<s>>ir, plea<<s>>e <<s>>et me free. I don't want to be here.
 			<<if ($activeSlave.energy < 50)>>
 			I have no desire for sex. I don't want to be your toy! Please let me go."
-			<<else>> 
-			I might even come back to share consensual love with you. I ju<<s>>t don't want to be property. Plea<<s>>e, let me go."   
+			<<else>>
+			I might even come back to share consensual love with you. I ju<<s>>t don't want to be property. Plea<<s>>e, let me go."
 			<</if>>
 		<</if>>
-You tell your slave to rise to rise to $his feet. Even though $he desired the impossible, it wasn't a total waste. You feel as though you have a pretty good understanding of where your slave stands. You send $him away with $his request denied, and you resolve to break $him more in the coming weeks. 
+You tell your slave to rise to rise to $his feet. Even though $he desired the impossible, it wasn't a total waste. You feel as though you have a pretty good understanding of where your slave stands. You send $him away with $his request denied, and you resolve to break $him more in the coming weeks.
 <<elseif ($activeSlave.devotion < 60)>>
-	Your slave looks at $his Master with obedient eyes. 
+	Your slave looks at $his Master with obedient eyes.
 <<elseif ($activeSlave.devotion <= 100)>>
-Your devoted slave takes the begging position, 
+Your devoted slave takes the begging position,
 	<<if ($activeSlave.fetish != "submissive")>>
-	$he even brings $his hands up like a dog's paws. 
+	$he even brings $his hands up like a dog's paws.
 	<<else>>
 	 and $he bows $his head in total submission.
-		<<if ($activeSlave.nipplePiercing > 0)>> 
-		The armbinder thrusts $his tits out nicely, and $his nipple rings are pulled tight by the weighted bells weighing them down. 
-		<<elseif ($activeSlave.nipplePiercing > 1)>> 
-		The armbinder thrusts $his tits out nicely, and ensures that $his nipple chains are pulled tight by the angle of $his shoulders. <<BoobWatch>> The bells on $his nipple piercings jungle sweetly as $he breathes. 
+		<<if ($activeSlave.nipplePiercing > 0)>>
+		The armbinder thrusts $his tits out nicely, and $his nipple rings are pulled tight by the weighted bells weighing them down.
+		<<elseif ($activeSlave.nipplePiercing > 1)>>
+		The armbinder thrusts $his tits out nicely, and ensures that $his nipple chains are pulled tight by the angle of $his shoulders. <<BoobWatch>> The bells on $his nipple piercings jungle sweetly as $he breathes.
 		<<else>>
 		The armbinder thrusts $his tits out nicely and $his nipples are now red from the clamps pressing down hard on $his sensitive flesh. Every painful shudder makes the bells jungle ever so sweetly.
 		<</if>>
 	<</if>>
-"Ye<<s>> Ma<<s>>ter. Thank you, <<Master>>." $He is fully subservient to you, and would do anything to please you. 
-<</if>>	
+"Ye<<s>> Ma<<s>>ter. Thank you, <<Master>>." $He is fully subservient to you, and would do anything to please you.
+<</if>>
 
 <<if ($activeSlave.devotion > 20)>>
 	<<if ($activeSlave.fetishStrength > 60)>>
@@ -280,7 +282,7 @@ Your devoted slave takes the begging position,
 		<<case "masochist">>
 			"I know I haven't di<<s>>obeyed," $he begins, "but I ju<<s>>t need to be punished." You smile down at your little painslut, running your finger along $his chin. "Plea<<s>>e <<Master>>, beat me. Beat my a<<ss>> until it'<<s>> red and clamp my nipple<<s>> until they bleed. Plea<<s>>e! I need to feel your <<s>>trength!"
 		<<case "cumslut">>
-			Your little cumslut can't stop staring at your  
+			Your little cumslut can't stop staring at your
 				<<if $PC.balls > 2 && $PC.ballsImplant > 3>>
 				monstrous, massive pair of watermelon sized balls.
 				<<elseif $PC.balls == 2 && $PC.ballsImplant == 3>>
@@ -292,7 +294,7 @@ Your devoted slave takes the begging position,
 				<<elseif $PC.balls == 2 && $PC.ballsImplant == 2>>
 				huge pair of balls, bulging like softballs from behind your suit.
 				<<elseif $PC.balls == 1 && $PC.ballsImplant == 1>>
-				large pair of balls, swinging heavily as you move. 
+				large pair of balls, swinging heavily as you move.
 				<<elseif $PC.ballsImplant > 2>>
 				enormous, heavy pair of balls.
 				<<elseif $PC.ballsImplant == 2>>
@@ -303,16 +305,16 @@ Your devoted slave takes the begging position,
 				crotch.
 				<</if>>
 	Drool begins to drip from $his lips, and you have to remind your slave that $he is here to beg.
-			"<<Master>>," $he breathes heavily, "Please let me 
+			"<<Master>>," $he breathes heavily, "Please let me
 		<<if $PC.dick != 0>> suck your magnificent cock
 			<<if $PC.vagina == 1>> and eat you out
 			<</if>>."
 		<<else>> eat your delicious pussy."
-		<</if>>	
-			You smile at the little cocksucker, so eager to please. 
+		<</if>>
+			You smile at the little cocksucker, so eager to please.
 
 		<<case "humiliation">>
-			$He sits so that $her body is on full display, "Plea<<s>>e <<Master>>, use me and humilate me. Take me out to the public square so that everyone can see you overpower me." 
+			$He sits so that $her body is on full display, "Plea<<s>>e <<Master>>, use me and humilate me. Take me out to the public square so that everyone can see you overpower me."
 		<<case "buttslut">>
 			$He positions $his back so $his ass sticks out even further "<<Master>>," $he begs, "u<<s>>e my a<<ss>>!
 			<<if ($activeSlave.sexualQuirk == "painal")>> make me <<s>>queel!
@@ -320,7 +322,7 @@ Your devoted slave takes the begging position,
 			I just need your cock in my mo<<s>>t u<<s>>eful fuckhole, plea<<s>>e!"
 		<<case "boobs">>
 			$He takes $his hands and presses $his tits together, lifting them to display for you $his primary purpose in life.
-			<<if ($activeSlave.lactation > 0)>> More milk squirts from each teat as $he bears them. 
+			<<if ($activeSlave.lactation > 0)>> More milk squirts from each teat as $he bears them.
 			<</if>>
 		 "I beg of you, <<Master>>, I need you to u<<s>>e my tits. Suck them, squeeze them, fuck them, I cannot cum without you using my slave tits! I am nothing more than a walking tit-carrier, and my only purpose is to offer these breasts to you."
 		<<case "pregnant">>
@@ -329,13 +331,13 @@ Your devoted slave takes the begging position,
 			$He kneels with $his knees far spread, "use my fuckhole <<Master>>, I beg you. Plea<<s>>e, I need you to fuck me!"
 		<</switch>>
 	<<else>>
-	"<<Master>>, I exi<<s>>t to <<s>>erve you." $He say, "I have no other purpose in life. I beg of you, plea<<s>>e never let me leave your <<s>>ervi<<c>>e. Let me wait on you forever. I <<s>>wear I will alway<<s>> be obedient. Let me cook your meal<<s>>, clean your penthou<<s>>e, care for your other <<s>>lave<<s>>, even make me a cow. I don't care, a<<s>> long a<<s>> I'm here serving you." $He knows that $his rightful place is a slave, and $he is dedicated to living out that role to the fullest.  
-		<<if ($activeSlave.behavioralQuirk == "advocate")>> 
+	"<<Master>>, I exi<<s>>t to <<s>>erve you." $He say, "I have no other purpose in life. I beg of you, plea<<s>>e never let me leave your <<s>>ervi<<c>>e. Let me wait on you forever. I <<s>>wear I will alway<<s>> be obedient. Let me cook your meal<<s>>, clean your penthou<<s>>e, care for your other <<s>>lave<<s>>, even make me a cow. I don't care, a<<s>> long a<<s>> I'm here serving you." $He knows that $his rightful place is a slave, and $he is dedicated to living out that role to the fullest.
+		<<if ($activeSlave.behavioralQuirk == "advocate")>>
 		"I <<s>>ee now" $he continues, "that <<s>>lavery really i<<s>> a woman<<s>> rightful pla<<c>>e. She ha<<s>> no purpo<<s>>e except to <<s>>erve her <<Master>>."
 		<</if>>
 	<</if>>
 
-You smile at your obedient little slave, and agree to grant $his request. 
+You smile at your obedient little slave, and agree to grant $his request.
 <</if>>
 
 <<if (random(1,100) > (100 + $activeSlave.devotion))>>
diff --git a/src/npc/fDance.tw b/src/npc/fDance.tw
index 768d446beb7f6caa1cf3ed4203ed04a5020fdd3d..72b48d31d9384cd4b2c73fb4214793af1b580d2e 100644
--- a/src/npc/fDance.tw
+++ b/src/npc/fDance.tw
@@ -4,15 +4,15 @@
 <<run clearSummaryCache($activeSlave)>>
 <<setLocalPronouns $activeSlave>>
 
-You tell your assistant to summon your slave and set some erotic music. When your slave arrives $he finds the lights in your office flashing club colors. You gesture towards the platform in the center of your office and tell her to dance for you. 
+You tell your assistant to summon your slave and set some erotic music. When your slave arrives $he finds the lights in your office flashing club colors. You gesture towards the platform in the center of your office and tell her to dance for you.
 
-<<if ($activeSlave.entertainmentSkill >= 99)>> $He slides his ass gracefully unto the stage, then dramatically raises $his elongated legs one at a time onto the platform. Circling to $his knees, $he raises $his ass in the air and glides $his hands up $his legs as $he stands upright. 
+<<if ($activeSlave.entertainmentSkill >= 99)>> $He slides his ass gracefully unto the stage, then dramatically raises $his elongated legs one at a time onto the platform. Circling to $his knees, $he raises $his ass in the air and glides $his hands up $his legs as $he stands upright.
 <<elseif ($activeSlave.entertainmentSkill >= 60)>> $He takes his rightful place on your stage.
-<<elseif ($activeSlave.entertainmentSkill >= 40)>> $He goes to take $his place on your stage and dance for $his Master. 
-<elseif ($activeSlave.entertainmentSkill >= 20)>> $He ascends to the platform and begins to grind at the pole. 
-<<elseif ($activeSlave.entertainmentSkill >= 9)>> $He climbs up onto the platform and grabs onto the pole. 
-<<elseif ($activeSlave.entertainmentSkill <= 10)>> $He unceremoniously climbs on the platform and begins to dance. 
-<<else>> $He slides his ass gracefully unto the stage, then dramatically raises $his elongated legs one at a time onto the platform. Circling to $his knees, $he raises $his ass in the air and glides $his hands up $his legs as $he stands upright. 
+<<elseif ($activeSlave.entertainmentSkill >= 40)>> $He goes to take $his place on your stage and dance for $his Master.
+<elseif ($activeSlave.entertainmentSkill >= 20)>> $He ascends to the platform and begins to grind at the pole.
+<<elseif ($activeSlave.entertainmentSkill >= 9)>> $He climbs up onto the platform and grabs onto the pole.
+<<elseif ($activeSlave.entertainmentSkill <= 10)>> $He unceremoniously climbs on the platform and begins to dance.
+<<else>> $He slides his ass gracefully unto the stage, then dramatically raises $his elongated legs one at a time onto the platform. Circling to $his knees, $he raises $his ass in the air and glides $his hands up $his legs as $he stands upright.
 
 <</if>>
 
@@ -27,9 +27,9 @@ You tell your assistant to summon your slave and set some erotic music. When you
 <<elseif $activeSlave.weight > 20>>
 	$His form sways and moves with the music in a most alluring way.
 <<elseif $activeSlave.weight > 0>>
-	$His trim body is highlighted by $his dance. Whenever $he  rolls $his ass or sways $his hips it highlights the contours of $his waist.
+	$His trim body is highlighted by $his dance. Whenever $he rolls $his ass or sways $his hips it highlights the contours of $his waist.
 <<elseif $activeSlave.weight < 0>>
-	Your slave glides to the music like a <<print either("stripper", "belly dancer")>>. $He is thin and tight, with no bodyfat to speak of 
+	Your slave glides to the music like a <<print either("stripper", "belly dancer")>>. $He is thin and tight, with no bodyfat to speak of
 	<<if $activeSlave.boobs > 400>>, making $his tits
 		<<if $activeSlave.butt > 1>> and ass
 		<</if>>
@@ -77,9 +77,9 @@ $His face is
 	<</if>>
 <<case "cute">>
 	<<if $activeSlave.face < -95>>
-		pitifully cute. $He's so ugly and cute you can't help but be turned off and drawn in simultaneously. 
+		pitifully cute. $He's so ugly and cute you can't help but be turned off and drawn in simultaneously.
 	<<elseif $activeSlave.face < -40>>
-		not attractive, but $his cuteness makes her pitifully appealing. 
+		not attractive, but $his cuteness makes her pitifully appealing.
 	<<elseif $activeSlave.face < -10>>
 		not attractive, but is still cute enough to keep you entertained.
 	<<elseif ($activeSlave.face <= 10)>>
@@ -105,12 +105,12 @@ $His face is
 	<<elseif ($activeSlave.face <= 95)>>
 		constantly turning you on, with the sensual structure of $his beautiful face bringing sex back to your mind.
 	<<else>>
-		making you 
+		making you
 		<<if $PC.dick != 0>> rock hard
 			<<if $PC.vagina == 1>> and dripping wet
 			<</if>>
 		<<else>> dripping wet
-		<</if>>	
+		<</if>>
 	as you lust after $his sexual beauty.
 	<</if>>
 <<case "exotic">>
@@ -137,13 +137,13 @@ $His face is
 	<<elseif $activeSlave.face < -10>>
 		not a highlight. $He isn't beautiful, and you would rather watch $his body.
 	<<elseif ($activeSlave.face <= 10)>>
-		quite feminine and pleasing. You aren't captivated by $his face, but you don't avoid it either. 
+		quite feminine and pleasing. You aren't captivated by $his face, but you don't avoid it either.
 	<<elseif ($activeSlave.face <= 40)>>
 		feminine and attractive. You find yourself looking at it from time to time.
 	<<elseif ($activeSlave.face <= 95)>>
 		beautiful and feminine. You often find your eyes locked on $his face for long periods of time.
 	<<else>>
-		absolutely stunning. Watching $his face is often more pleasing than watching $him dance. 
+		absolutely stunning. Watching $his face is often more pleasing than watching $him dance.
 	<</if>>
 <</switch>>
 
@@ -158,7 +158,7 @@ $His face is
 		a ring on $his gag strap
 	<<case "massive dildo gag">>
 		a ring on $his gag strap
-	<<case "preg biometrics">> 
+	<<case "preg biometrics">>
 		$his collar
 	<<case "silk ribbon">>
 		$his silk ribbon
@@ -202,13 +202,13 @@ $His face is
 		<<else>>
 		a collar that is placed on $his neck for the occasion, and
 		<</if>>
-	<</switch>> 
+	<</switch>>
 	to the pole in order to keep $him from getting down. Whenever $he stops dancing the chain is tightened a bit more,
 	<<switch $activeSlave.collar>>
 	<<case "uncomfortable leather">>
 		choking $him and rubbing $his skin raw from the leather;
 	<<case "tight steel">>
-		choking $him without mercy. 
+		choking $him without mercy.
 	<<case "shock punishment">>
 		and a shock is sent through $his collar;
 	<<case "neck corset">>
@@ -227,9 +227,9 @@ $His face is
 		<</if>>
 	<</switch>>
  forcing $him to keep moving or face more pain
-	<</if>>.	
+	<</if>>.
 <<elseif ($activeSlave.devotion > -20)>>
-$He hates being forced to dance for you, but tries $his best in spite of this. 
+$He hates being forced to dance for you, but tries $his best in spite of this.
 <<elseif ($activeSlave.devotion > 20)>>
 $He wants to do $his best for you, and tries not to hold back.
 <<elseif ($activeSlave.devotion > 50)>>
@@ -239,180 +239,180 @@ $He is so honored that you want to use $him in this way, and tries eagerly to pl
 <</if>>
 
 <<if ($activeSlave.devotion > 20)>>
-	<<if ($activeSlave.sexualFlaw == "judgemental")>> 
-	$He thinks to $himself that a real man wouldn't need to compensate this way, and judges you harshly. 
-	<<elseif ($activeSlave.behavioralFlaw == "idealistic")>> $He can't believe $he now lives in a world where women are expected to perform for their Masters whether they consent or not.  
+	<<if ($activeSlave.sexualFlaw == "judgemental")>>
+	$He thinks to $himself that a real man wouldn't need to compensate this way, and judges you harshly.
+	<<elseif ($activeSlave.behavioralFlaw == "idealistic")>> $He can't believe $he now lives in a world where women are expected to perform for their Masters whether they consent or not.
 	<<elseif ($activeSlave.behavioralFlaw == "bitchy")>> $He dances, but makes sure that the disgust on $his face shows clearly that $he is not into it.
 	<</if>>
 <</if>>
-The atmosphere of your office is a testament to masculine opulence. Few men in the old world would have the pleasure of completing their work while an attractive woman flaunts herself for his pleasure. 
-You allow the situation to continue for about an hour, before deciding it's time to escalate. 
+The atmosphere of your office is a testament to masculine opulence. Few men in the old world would have the pleasure of completing their work while an attractive woman flaunts herself for his pleasure.
+You allow the situation to continue for about an hour, before deciding it's time to escalate.
 You look up once more at your slave and take some time to review $his dancing performance
 <<if ($activeSlave.devotion > -20)>>
 	<<if ($activeSlave.entertainmentSkill == 100)>> Your slave has a level of skill previously unseen in the old world. Even $his blinks have the seductive pull of a goddess. As you watch $him perform, you think how no man of the old world would ever get to see pure sexuality like this. And not only do get to watch $him, you OWN $him. $His body moves like water, and hips that ebbed and flowed as if the tides themselves panged for a rock hard cock to come and take them. You tried to get some work done, but couldn't take your eyes off $him for even a second. You promise to reward your slave for bringing so much sensuality and beauty into your office; transforming your place of work into a shrine of Masculine dominance.
 	<<elseif ($activeSlave.entertainmentSkill >= 60)>> $His skill would have only been matched by the best of the best old world erotic dancers, but in your Free City expectations are high. $He dances with seduction in every move, alternating $his style between everything from belly dancing to club twerking, and each with the skill level of a trained professional. You got some work done while $he danced, but often found yourself pulled back in by the tide of $his rolling hips. You praise your slave for $his enriching performance.
-	<<elseif ($activeSlave.entertainmentSkill >= 40)>> $He has impressive skill and would have been a top-tier dancer in the old world. One of the many benefits of being a leader of a Free City is the ability to work in an atmosphere of pure servitude. You were free to continue your work in an office the old world men could only dream of.  You tell your slave that you are pleased with $his show.
+	<<elseif ($activeSlave.entertainmentSkill >= 40)>> $He has impressive skill and would have been a top-tier dancer in the old world. One of the many benefits of being a leader of a Free City is the ability to work in an atmosphere of pure servitude. You were free to continue your work in an office the old world men could only dream of. You tell your slave that you are pleased with $his show.
 	<<elseif ($activeSlave.entertainmentSkill >= 20)>> Despite being an average entertainer, it is clear that $he is doing $his best. You enjoyed the sexy ambiance while you worked. You tell your slave that $his performance was adequate.
 	<<elseif ($activeSlave.entertainmentSkill >= 10)>> $He is still learning the nuances of seductive dance, but at least able to move with the rhythm. You spent much of the performance distracted, forgetting that $he was even there at times and leaving $him unable to stop until you remembered about $him. You tell $him that $he will have to work harder if $he wishes to please you.
 	<<else>> Or, at least, $his best attempt at dancing. $His arms flail about awkwardly as $he crouches and straightens off-beat to the music. You spent much of the dance ignoring $him and working on your business. You chide your slave for such a pathetic excuse for a performance, and tell $him that $he will have to find a place to please you, or you will be forced to make $him useful, turning $his thoughts to the arcades, dairies, and Fuckdolls common amongst the Free Cities.
 	<</if>>
 <<else>>
-$He dances poorly on purpose to spite you. Whatever skills $he has, they are not on display here. 
+$He dances poorly on purpose to spite you. Whatever skills $he has, they are not on display here.
 <</if>>
 
-But it's not over yet. You tell your slave that it's time to incorporate some stripping into $his dance. 
+But it's not over yet. You tell your slave that it's time to incorporate some stripping into $his dance.
 
-<<if ($activeSlave.sexualFlaw == "shamefast")>> 
+<<if ($activeSlave.sexualFlaw == "shamefast")>>
 	<<if ($activeSlave.devotion < 40)>>
-	$He immediately begins to tear up at the thought of being naked. $His shame is obvious to you, and you remind $him that $his comfort is not your concern. 
-		<<if ($activeSlave.entertainmentSkill >= 99)>> Even though $he is crippled by shame, your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. With tears still streaming down $his face, $he begins by writhing $his hips and rolling her ass.  $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose, even as $he sniffles at the shame of revealing $himself for you. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. 
-		<<elseif ($activeSlave.entertainmentSkill >= 60)>> Even though $he is crippled by shame, your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. 
+	$He immediately begins to tear up at the thought of being naked. $His shame is obvious to you, and you remind $him that $his comfort is not your concern.
+		<<if ($activeSlave.entertainmentSkill >= 99)>> Even though $he is crippled by shame, your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. With tears still streaming down $his face, $he begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose, even as $he sniffles at the shame of revealing $himself for you. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free.
+		<<elseif ($activeSlave.entertainmentSkill >= 60)>> Even though $he is crippled by shame, your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose.
 		<<elseif ($activeSlave.entertainmentSkill >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling her ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
-		<<elseif ($activeSlave.entertainmentSkill >= 20)>> Your slave works hard to keep with the rhythm while removing articles of clothing. $His attempts are inhibited by $his shame, which makes $him shudder and cry whenever it's time for another article of clothing to come off. 
+		<<elseif ($activeSlave.entertainmentSkill >= 20)>> Your slave works hard to keep with the rhythm while removing articles of clothing. $His attempts are inhibited by $his shame, which makes $him shudder and cry whenever it's time for another article of clothing to come off.
 		<<elseif ($activeSlave.entertainmentSkill >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $He is too concerned with protecting $his nakedness to be obedient and attractive simultaneously, and you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. <<= ($activeSlave)>> You imagine how much more attractive $his tits and ass could be if $he knew how to move them right.
-		<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to reluctantly, but obediently, remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. 
+		<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to reluctantly, but obediently, remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work.
 		<</if>>
 	<<else>>
-	Even though $he is uncomfortable at the thought of being naked, $he is so devoted to you that $he obeys without question. 
-		<<if ($activeSlave.entertainmentSkill >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. Overcoming $his fear of being naked, $he begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose, even as $he sniffles at the shame of revealing $himself for you. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. 
-		<<elseif ($activeSlave.entertainmentSkill >= 60)>> Even though $he is still ashamed, your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. 
+	Even though $he is uncomfortable at the thought of being naked, $he is so devoted to you that $he obeys without question.
+		<<if ($activeSlave.entertainmentSkill >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. Overcoming $his fear of being naked, $he begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose, even as $he sniffles at the shame of revealing $himself for you. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free.
+		<<elseif ($activeSlave.entertainmentSkill >= 60)>> Even though $he is still ashamed, your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose.
 		<<elseif ($activeSlave.entertainmentSkill >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling her ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
-		<<elseif ($activeSlave.entertainmentSkill >= 20)>> Your slave works hard to keep with the rhythm while removing articles of clothing. $His attempts would be inhibited by $his shame, but $his devotion to you overrides this and $he is able to dance with added skill. 
+		<<elseif ($activeSlave.entertainmentSkill >= 20)>> Your slave works hard to keep with the rhythm while removing articles of clothing. $His attempts would be inhibited by $his shame, but $his devotion to you overrides this and $he is able to dance with added skill.
 		<<elseif ($activeSlave.entertainmentSkill >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. You find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right.
-		<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to shamefully remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. 
+		<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to shamefully remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work.
 		<</if>>
 	<</if>>
 <<elseif ($activeSlave.behavioralFlaw == "odd")>>
-	<<if ($activeSlave.entertainmentSkill >= 99)>> Even though $he is extremely odd, your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. With her ass cheeks straddling the pole $he begins by writhing $his hips and rolling her ass.  $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. 
-	<<elseif ($activeSlave.entertainmentSkill >= 60)>> Even though $he is extremely odd, your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. 
+	<<if ($activeSlave.entertainmentSkill >= 99)>> Even though $he is extremely odd, your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. With her ass cheeks straddling the pole $he begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free.
+	<<elseif ($activeSlave.entertainmentSkill >= 60)>> Even though $he is extremely odd, your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose.
 	<<elseif ($activeSlave.entertainmentSkill >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling her ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he shouts wildly before upping the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
-	<<elseif ($activeSlave.entertainmentSkill >= 20)>> Your slave works hard to keep with the rhythm while removing articles of clothing. $His attempts are inhibited by $his oddness, which results in $him crouching and squealing at inappropriate times. $He wonders aloud and you instruct $him to be silent the remainder of the dance. 
+	<<elseif ($activeSlave.entertainmentSkill >= 20)>> Your slave works hard to keep with the rhythm while removing articles of clothing. $His attempts are inhibited by $his oddness, which results in $him crouching and squealing at inappropriate times. $He wonders aloud and you instruct $him to be silent the remainder of the dance.
 	<<elseif ($activeSlave.entertainmentSkill >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $He is so odd that $his moves more resembles the chicken dance than any form of erotic dancing. You find yourself unable to look away, and for all the wrong reasons. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. <<= ($activeSlave)>> You imagine how much more attractive $his tits and ass could be if $he knew how to move them right.
-	<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. Deciding that the rhythm is to blame, $he decides instead to sing $his own song to strip to. $He proceeds to hum string of off beat notes peppered with random words and scats, all punctuated by the sloppy kicking of clothes from $his ankles. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to roughly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. 
+	<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. Deciding that the rhythm is to blame, $he decides instead to sing $his own song to strip to. $He proceeds to hum string of off beat notes peppered with random words and scats, all punctuated by the sloppy kicking of clothes from $his ankles. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to roughly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work.
 	<</if>>
 <<elseif ($activeSlave.sexualFlaw == "attention whore")>>
-	As an attention whore, this is what $he lives for. 
-	<<if ($activeSlave.entertainmentSkill >= 99)>>  Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. Being a an attention whore, $he is obsessed with attracting the sexual arousal of others. $He begins by writhing $his hips and rolling $his ass.  $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose, even though $he is also fulfilled by the event $he knows that your desire is all that matters. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. 
-	<<elseif ($activeSlave.entertainmentSkill >= 60)>> Your slave is a skilled entertainer, well above average. Being an attention whore, $he is obsessed with attracting the sexual arousal of others. $He begins by writhing $his hips and rolling her ass.  $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He surely wishes $he were a better entertainer so you would call on $him to strip more often. 
-	<<elseif ($activeSlave.entertainmentSkill >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. The true entertainment comes from $his teasing nature, which makes $him blush cutely anytime $he shows a bit of skin. $He begins by writhing $his hips and rolling her ass.  $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
+	As an attention whore, this is what $he lives for.
+	<<if ($activeSlave.entertainmentSkill >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. Being a an attention whore, $he is obsessed with attracting the sexual arousal of others. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose, even though $he is also fulfilled by the event $he knows that your desire is all that matters. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free.
+	<<elseif ($activeSlave.entertainmentSkill >= 60)>> Your slave is a skilled entertainer, well above average. Being an attention whore, $he is obsessed with attracting the sexual arousal of others. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He surely wishes $he were a better entertainer so you would call on $him to strip more often.
+	<<elseif ($activeSlave.entertainmentSkill >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. The true entertainment comes from $his teasing nature, which makes $him blush cutely anytime $he shows a bit of skin. $He begins by writhing $his hips and rolling her ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
 	<<elseif ($activeSlave.entertainmentSkill >= 20)>>Your slave works hard to keep with the rhythm while removing articles of clothing. $His attempts are overshadowed by $his clear desire to be looked at, and you can tell $he is distracted by this.
 	<<elseif ($activeSlave.entertainmentSkill >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $He is trying much too hard to get your attention, and is visibly angered whenever $he sees that you are not aroused by $his fumblings. You find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. <<= ($activeSlave)>> You imagine how much more attractive $his tits and ass could be if $he knew how to move them right.
-	<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to over-dramatically remove an article of clothing. After each article removed $he stops and looks at you to make sure you're watching. $His clear desire to be looked at makes $him more self-conscious which offsets the rhythm of the dance even more. $He decides to pick up the pace, aiming to be naked as quickly as possible so that you can admire $his body. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. 
+	<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to over-dramatically remove an article of clothing. After each article removed $he stops and looks at you to make sure you're watching. $His clear desire to be looked at makes $him more self-conscious which offsets the rhythm of the dance even more. $He decides to pick up the pace, aiming to be naked as quickly as possible so that you can admire $his body. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work.
 	<</if>>
-<<elseif ($activeSlave.sexualQuirk == "tease")>> 
-	<<if ($activeSlave.entertainmentSkill >= 99)>>  Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. Being a tease, $he is able to maintain an attractive blend of shame and arousal at the thought of being naked before you, and this inspires $him to tease you endlessly. With cheeks still flushed and red, $he begins by writhing $his hips and rolling $his ass.  $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose, even as $he blushes at the shame and arousal of revealing $himself for you. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. 
-	<<elseif ($activeSlave.entertainmentSkill >= 60)>> Your slave is a skilled entertainer, well above average. Being a tease, $he is able to maintain an attractive blend of shame and arousal at the thought of being naked before you, and this inspires $him to tease you endlessly. $He begins by writhing $his hips and rolling her ass.  $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. 
-	<<elseif ($activeSlave.entertainmentSkill >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. The true entertainment comes from $his teasing nature, which makes $him blush cutely anytime $he shows a bit of skin. $He begins by writhing $his hips and rolling her ass.  $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
-	<<elseif ($activeSlave.entertainmentSkill >= 20)>>Your slave works hard to keep with the rhythm while removing articles of clothing. $His attempts are made more entertaining by $his shame, which makes $him redden and blush whenever it's time for another article of clothing to come off. Even though $his entertainment skill needs improving, you genuinely enjoy the teasing way $he tugs at $his wear and makes you anticipate the removal of each article. 
+<<elseif ($activeSlave.sexualQuirk == "tease")>>
+	<<if ($activeSlave.entertainmentSkill >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. Being a tease, $he is able to maintain an attractive blend of shame and arousal at the thought of being naked before you, and this inspires $him to tease you endlessly. With cheeks still flushed and red, $he begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose, even as $he blushes at the shame and arousal of revealing $himself for you. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free.
+	<<elseif ($activeSlave.entertainmentSkill >= 60)>> Your slave is a skilled entertainer, well above average. Being a tease, $he is able to maintain an attractive blend of shame and arousal at the thought of being naked before you, and this inspires $him to tease you endlessly. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose.
+	<<elseif ($activeSlave.entertainmentSkill >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. The true entertainment comes from $his teasing nature, which makes $him blush cutely anytime $he shows a bit of skin. $He begins by writhing $his hips and rolling her ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
+	<<elseif ($activeSlave.entertainmentSkill >= 20)>>Your slave works hard to keep with the rhythm while removing articles of clothing. $His attempts are made more entertaining by $his shame, which makes $him redden and blush whenever it's time for another article of clothing to come off. Even though $his entertainment skill needs improving, you genuinely enjoy the teasing way $he tugs at $his wear and makes you anticipate the removal of each article.
 	<<elseif ($activeSlave.entertainmentSkill >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $He is a tease, which adds a bit of value, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. <<= ($activeSlave)>> You imagine how much more attractive $his tits and ass could be if $he knew how to move them right.
-	<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. 
+	<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work.
 	<</if>>
 <<else>>
 	<<if ($activeSlave.fetishKnown == 1)>>
 		<<switch $activeSlave.fetish>>
 		<<case "submissive">>
-			<<if ($activeSlave.entertainmentSkill >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling her ass.  $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. 
-			<<elseif ($activeSlave.entertainmentSkill >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. 
-			<<elseif ($activeSlave.entertainmentSkill >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling her ass.  $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
-			<<elseif ($activeSlave.entertainmentSkill >= 20)>>Your slave works hard to keep with the rhythm while removing articles of clothing. 
+			<<if ($activeSlave.entertainmentSkill >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free.
+			<<elseif ($activeSlave.entertainmentSkill >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose.
+			<<elseif ($activeSlave.entertainmentSkill >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling her ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
+			<<elseif ($activeSlave.entertainmentSkill >= 20)>>Your slave works hard to keep with the rhythm while removing articles of clothing.
 			<<elseif ($activeSlave.entertainmentSkill >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. <<= ($activeSlave)>> You imagine how much more attractive $his tits and ass could be if $he knew how to move them right.
-			<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. 
+			<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work.
 			<</if>>
 		<<case "dom">>
-			<<if ($activeSlave.entertainmentSkill >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. 
-			<<elseif ($activeSlave.entertainmentSkill >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass.  $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. 
-			<<elseif ($activeSlave.entertainmentSkill >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling her ass.  $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
-			<<elseif ($activeSlave.entertainmentSkill >= 20)>>Your slave works hard to keep with the rhythm while removing articles of clothing. 
+			<<if ($activeSlave.entertainmentSkill >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free.
+			<<elseif ($activeSlave.entertainmentSkill >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose.
+			<<elseif ($activeSlave.entertainmentSkill >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling her ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
+			<<elseif ($activeSlave.entertainmentSkill >= 20)>>Your slave works hard to keep with the rhythm while removing articles of clothing.
 			<<elseif ($activeSlave.entertainmentSkill >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. <<= ($activeSlave)>> You imagine how much more attractive $his tits and ass could be if $he knew how to move them right.
-			<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. 
+			<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work.
 			<</if>>
 		<<case "sadist">>
-			<<if ($activeSlave.entertainmentSkill >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling her ass.  $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. 
-			<<elseif ($activeSlave.entertainmentSkill >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass.  $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. 
-			<<elseif ($activeSlave.entertainmentSkill >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling her ass.  $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
-			<<elseif ($activeSlave.entertainmentSkill >= 20)>>Your slave works hard to keep with the rhythm while removing articles of clothing. 
+			<<if ($activeSlave.entertainmentSkill >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free.
+			<<elseif ($activeSlave.entertainmentSkill >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose.
+			<<elseif ($activeSlave.entertainmentSkill >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling her ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
+			<<elseif ($activeSlave.entertainmentSkill >= 20)>>Your slave works hard to keep with the rhythm while removing articles of clothing.
 			<<elseif ($activeSlave.entertainmentSkill >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. <<= ($activeSlave)>> You imagine how much more attractive $his tits and ass could be if $he knew how to move them right.
-			<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. 
+			<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work.
 			<</if>>
 		<<case "masochist">>
-			<<if ($activeSlave.entertainmentSkill >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling her ass.  $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. 
-			<<elseif ($activeSlave.entertainmentSkill >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass.  $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. 
-			<<elseif ($activeSlave.entertainmentSkill >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling her ass.  $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
-			<<elseif ($activeSlave.entertainmentSkill >= 20)>>Your slave works hard to keep with the rhythm while removing articles of clothing. 
+			<<if ($activeSlave.entertainmentSkill >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free.
+			<<elseif ($activeSlave.entertainmentSkill >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose.
+			<<elseif ($activeSlave.entertainmentSkill >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling her ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
+			<<elseif ($activeSlave.entertainmentSkill >= 20)>>Your slave works hard to keep with the rhythm while removing articles of clothing.
 			<<elseif ($activeSlave.entertainmentSkill >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. <<= ($activeSlave)>> You imagine how much more attractive $his tits and ass could be if $he knew how to move them right.
-			<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. 
+			<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work.
 			<</if>>
 		<<case "cumslut">>
-			<<if ($activeSlave.entertainmentSkill >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling her ass.  $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. 
-			<<elseif ($activeSlave.entertainmentSkill >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass.  $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. 
-			<<elseif ($activeSlave.entertainmentSkill >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling her ass.  $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
-			<<elseif ($activeSlave.entertainmentSkill >= 20)>>Your slave works hard to keep with the rhythm while removing articles of clothing. 
+			<<if ($activeSlave.entertainmentSkill >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free.
+			<<elseif ($activeSlave.entertainmentSkill >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose.
+			<<elseif ($activeSlave.entertainmentSkill >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling her ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
+			<<elseif ($activeSlave.entertainmentSkill >= 20)>>Your slave works hard to keep with the rhythm while removing articles of clothing.
 			<<elseif ($activeSlave.entertainmentSkill >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. <<= ($activeSlave)>> You imagine how much more attractive $his tits and ass could be if $he knew how to move them right.
-			<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. 
+			<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work.
 			<</if>>
 		<<case "humiliation">>
-			<<if ($activeSlave.entertainmentSkill >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling her ass.  $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. 
-			<<elseif ($activeSlave.entertainmentSkill >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass.  $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. 
-			<<elseif ($activeSlave.entertainmentSkill >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling her ass.  $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
-			<<elseif ($activeSlave.entertainmentSkill >= 20)>>Your slave works hard to keep with the rhythm while removing articles of clothing. 
+			<<if ($activeSlave.entertainmentSkill >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free.
+			<<elseif ($activeSlave.entertainmentSkill >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose.
+			<<elseif ($activeSlave.entertainmentSkill >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling her ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
+			<<elseif ($activeSlave.entertainmentSkill >= 20)>>Your slave works hard to keep with the rhythm while removing articles of clothing.
 			<<elseif ($activeSlave.entertainmentSkill >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. <<= ($activeSlave)>> You imagine how much more attractive $his tits and ass could be if $he knew how to move them right.
-			<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. 
+			<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work.
 			<</if>>
 		<<case "buttslut">>
-			<<if ($activeSlave.entertainmentSkill >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling her ass.  $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. 
-			<<elseif ($activeSlave.entertainmentSkill >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass.  $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. 
-			<<elseif ($activeSlave.entertainmentSkill >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling her ass.  $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
-			<<elseif ($activeSlave.entertainmentSkill >= 20)>>Your slave works hard to keep with the rhythm while removing articles of clothing. 
+			<<if ($activeSlave.entertainmentSkill >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free.
+			<<elseif ($activeSlave.entertainmentSkill >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose.
+			<<elseif ($activeSlave.entertainmentSkill >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling her ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
+			<<elseif ($activeSlave.entertainmentSkill >= 20)>>Your slave works hard to keep with the rhythm while removing articles of clothing.
 			<<elseif ($activeSlave.entertainmentSkill >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. <<= ($activeSlave)>> You imagine how much more attractive $his tits and ass could be if $he knew how to move them right.
-			<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. 
+			<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work.
 			<</if>>
 		<<case "pregnancy">>
-			<<if ($activeSlave.entertainmentSkill >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling her ass.  $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. 
-			<<elseif ($activeSlave.entertainmentSkill >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass.  $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. 
-			<<elseif ($activeSlave.entertainmentSkill >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling her ass.  $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
-			<<elseif ($activeSlave.entertainmentSkill >= 20)>>Your slave works hard to keep with the rhythm while removing articles of clothing. 
+			<<if ($activeSlave.entertainmentSkill >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free.
+			<<elseif ($activeSlave.entertainmentSkill >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose.
+			<<elseif ($activeSlave.entertainmentSkill >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling her ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
+			<<elseif ($activeSlave.entertainmentSkill >= 20)>>Your slave works hard to keep with the rhythm while removing articles of clothing.
 			<<elseif ($activeSlave.entertainmentSkill >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. <<= ($activeSlave)>> You imagine how much more attractive $his tits and ass could be if $he knew how to move them right.
-			<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. 
+			<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work.
 			<</if>>
 		<<case "boobs">>
-			<<if ($activeSlave.entertainmentSkill >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling her ass.  $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. 
-			<<elseif ($activeSlave.entertainmentSkill >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass.  $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. 
-			<<elseif ($activeSlave.entertainmentSkill >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling her ass.  $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
-			<<elseif ($activeSlave.entertainmentSkill >= 20)>>Your slave works hard to keep with the rhythm while removing articles of clothing. 
+			<<if ($activeSlave.entertainmentSkill >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free.
+			<<elseif ($activeSlave.entertainmentSkill >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose.
+			<<elseif ($activeSlave.entertainmentSkill >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling her ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
+			<<elseif ($activeSlave.entertainmentSkill >= 20)>>Your slave works hard to keep with the rhythm while removing articles of clothing.
 			<<elseif ($activeSlave.entertainmentSkill >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. <<= ($activeSlave)>> You imagine how much more attractive $his tits and ass could be if $he knew how to move them right.
-			<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. 
+			<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work.
+			<</if>>
+			<<if ($activeSlave.boobs >= 10000)>> weighty mammaries
+			<<elseif ($activeSlave.boobs >= 2000)>> cumbersome udders
+			<<elseif ($activeSlave.boobs >= 1000)>> massive slave tits
+			<<elseif ($activeSlave.boobs >= 800)>> forward-thrust breasts
+			<<elseif ($activeSlave.boobs >= 500)>> meager chest
+			<<elseif ($activeSlave.boobs <= 400)>> pathetic slave boobs
+			<<else>> tits
 			<</if>>
-			<<if ($activeSlave.boobs >= 10000)>> weighty mammaries 
-			<<elseif ($activeSlave.boobs >= 2000)>> cumbersome udders 
-			<<elseif ($activeSlave.boobs >= 1000)>> massive slave tits 
-			<<elseif ($activeSlave.boobs >= 800)>> forward-thrust breasts 
-			<<elseif ($activeSlave.boobs >= 500)>> meager chest 
-			<<elseif ($activeSlave.boobs <= 400)>> pathetic slave boobs 
-			<<else>> tits 
-			<</if>> 
 			across your body as $he goes down.
 		<<default>>
-			<<if ($activeSlave.entertainmentSkill >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling her ass.  $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. 
-			<<elseif ($activeSlave.entertainmentSkill >= 80)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass.  $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. 
-			<<elseif ($activeSlave.entertainmentSkill >= 60)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling her ass.  $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
-			<<elseif ($activeSlave.entertainmentSkill >= 40)>>Your slave works hard to keep with the rhythm while removing articles of clothing. 
+			<<if ($activeSlave.entertainmentSkill >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free.
+			<<elseif ($activeSlave.entertainmentSkill >= 80)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose.
+			<<elseif ($activeSlave.entertainmentSkill >= 60)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling her ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
+			<<elseif ($activeSlave.entertainmentSkill >= 40)>>Your slave works hard to keep with the rhythm while removing articles of clothing.
 			<<elseif ($activeSlave.entertainmentSkill >= 20)>> Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. <<= ($activeSlave)>> You imagine how much more attractive $his tits and ass could be if $he knew how to move them right.
-			<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. 
+			<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work.
 			<</if>>
 		<</switch>>
-	<<else>> 
-		<<if ($activeSlave.entertainmentSkill >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling her ass.  $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. 
-		<<elseif ($activeSlave.entertainmentSkill >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass.  $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. 
-		<<elseif ($activeSlave.entertainmentSkill >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling her ass.  $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
-		<<elseif ($activeSlave.entertainmentSkill >= 20)>>Your slave works hard to keep with the rhythm while removing articles of clothing. 
+	<<else>>
+		<<if ($activeSlave.entertainmentSkill >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free.
+		<<elseif ($activeSlave.entertainmentSkill >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling her ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. <<= ($activeSlave)>> $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose.
+		<<elseif ($activeSlave.entertainmentSkill >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling her ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. <<= ($activeSlave)>> $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does her best to direct your arousal onto $his body.
+		<<elseif ($activeSlave.entertainmentSkill >= 20)>>Your slave works hard to keep with the rhythm while removing articles of clothing.
 		<<elseif ($activeSlave.entertainmentSkill >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. <<= ($activeSlave)>> You imagine how much more attractive $his tits and ass could be if $he knew how to move them right.
-		<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. 
+		<<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work.
 		<</if>>
 	<</if>>
 
 <</if>>
 
-/* The following is formatting for later inclusion */ 
+/* The following is formatting for later inclusion */
 /*
 <<switch $activeSlave.clothes>>
 			<<case "a Fuckdoll suit">>
@@ -1420,11 +1420,11 @@ End clothing-specific stripping */
 
 Once the last piece of clothing has hit the floor you let your little slut dance naked a little while longer while you finish your last report. Once you have gotten enough of $his dancing you snap your fingers to callyour slave over.
 <<if ($activeSlave.devotion < 100)>> Your slave hurries to your side and drops to $his knees. $He gladly kneels at your feet, looking up at $his Master in adoration.
-<<elseif ($activeSlave.devotion < 50)>> Your slave hurries to your side and drops to $his knees. $He obediently kneels at your feet. 
+<<elseif ($activeSlave.devotion < 50)>> Your slave hurries to your side and drops to $his knees. $He obediently kneels at your feet.
 <<elseif ($activeSlave.devotion < 20)>> Your slave walks slowly to your desk and kneels. $He looks up at you, hoping that $his life gets easier.
-<<elseif ($activeSlave.devotion < -20)>> 
+<<elseif ($activeSlave.devotion < -20)>>
 	<<if ($activeSlave.fear < -50)>>
-	$He hurries frantically to your side, and drops quivering to the floor at your feet hoping $he was quick enough to avoid 
+	$He hurries frantically to your side, and drops quivering to the floor at your feet hoping $he was quick enough to avoid
 		<<switch $activeSlave.standardPunishment>>
 		<<case "confinement">> confinement.
 		<<case "whipping">> whipping
@@ -1433,7 +1433,7 @@ Once the last piece of clothing has hit the floor you let your little slut dance
 			orgasm denial
 			<<else>> punishment.
 			<</if>>
-		<<case "situational">> 
+		<<case "situational">>
 			<<switch $activeSlave.collar>>
 			<<case "shock punishment">> shock
 			<</switch>>
@@ -1445,12 +1445,12 @@ Once the last piece of clothing has hit the floor you let your little slut dance
 		<<else>>
 		collar
 		<</if>>
-. Once seated, you chain $him to your desk and force $him to $his knees. You may have to start punishing $him more severely. 
+. Once seated, you chain $him to your desk and force $him to $his knees. You may have to start punishing $him more severely.
 	<</if>>
 <<else>>
 Your slave hurries to your side and drops to $his knees. $He gladly kneels at your feet, looking up at $his Master in adoration.
 <</if>>
-  /* more varied reactions planned. */
+ /* more varied reactions planned. */
 <<if (random(1,100) > (100 + $activeSlave.devotion))>>
 	<<if ($activeSlave.fetish != "humiliation") && ($activeSlave.energy <= 95) && ($activeSlave.sexualFlaw != "shamefast")>>
 		Being facefucked by force has given $him a @@.red;desire to always be clothed.@@
diff --git a/src/pregmod/seFCTVshows.tw b/src/pregmod/seFCTVshows.tw
index dd352779a515d38ac102935f62885a044998105a..b54effef23937e6a8558d373e7825ea77a4948ff 100644
--- a/src/pregmod/seFCTVshows.tw
+++ b/src/pregmod/seFCTVshows.tw
@@ -82,7 +82,7 @@
 		<<set _jules.hLength = 50>>
 		<<set _jules.hStyle = "luxurious">>
 		<<set _jules.hColor = "auburn">>
-		<<set _jules.boobshape = "perky">>
+		<<set _jules.boobShape = "perky">>
 		<<set _jules.clothes = "panties and pasties">>/*pasties alone don't have art at this time, apaprently */
 		<<set _jules.collar = "styligh leather">>
 	<</if>>
@@ -119,7 +119,7 @@
 			<<set _model.underArmHColor = "blazing red">>
 			<<set _model.height = 150>>
 			<<set _model.boobs = 700>>
-			<<set _model.boobshape = "perky">>
+			<<set _model.boobShape = "perky">>
 			<<set _model.shoulders = 0>>
 			<<set _model.waist = 180>>
 			<<set _model.butt = 3>>
@@ -188,7 +188,7 @@
 		<<set _model.skin = "tan">>
 		<<set _model.hStyle = "messy">>
 		<<set _model.hColor = "blonde">>
-		<<set _model.boobshape = "perky">>
+		<<set _model.boobShape = "perky">>
 		<div class="imageColumn">
 			<div class="imageRef medImg">
 				<<SlaveArt _model 2 0>>
@@ -564,7 +564,7 @@
 		<<set _model.hLength = 50>>
 		<<set _model.hStyle = "luxurious">>
 		<<set _model.hColor = "blonde">>
-		<<set _model.boobshape = "perky">>
+		<<set _model.boobShape = "perky">>
 		<<set _model.belly = 10000>>
 		<<set _model.preg = 35>>
 		<<set _model.clothes = "a maternity dress">>
@@ -718,7 +718,7 @@
 		<<set _model.hStyle = "neat">>
 		<<set _model.hColor = "brown">>
 		<<set _model.boobs = 700>>
-		<<set _model.boobshape = "perky">>
+		<<set _model.boobShape = "perky">>
 		<<set _model.waist = 180>>
 		<<set _model.butt = 3>>
 		<<set _model.hips = 3>>
@@ -796,7 +796,7 @@
 			<<set _model2.hStyle = "luxurious">>
 			<<set _model2.hColor = "blonde">>
 			<<set _model2.boobs = 700>>
-			<<set _model2.boobshape = "perky">>
+			<<set _model2.boobShape = "perky">>
 			<<set _model2.waist = 180>>
 			<<set _model2.butt = 3>>
 			<<set _model2.hips = 3>>
@@ -840,7 +840,7 @@
 			<<set _model.hStyle = "luxurious">>
 			<<set _model.hColor = "blonde">>
 			<<set _model.boobs = 700>>
-			<<set _model.boobshape = "perky">>
+			<<set _model.boobShape = "perky">>
 			<<set _model.waist = 180>>
 			<<set _model.butt = 3>>
 			<<set _model.hips = 3>>
@@ -914,7 +914,7 @@
 		<<set _mindy.hColor = "strawberry blonde">>
 		<<set _mindy.boobs = 1400>>
 		<<set _mindy.nipples = "huge">>
-		<<set _mindy.boobshape = "perky">>
+		<<set _mindy.boobShape = "perky">>
 		<<set _mindy.areolae = 4>>
 		<<set _mindy.waist = 180>>
 		<<set _mindy.butt = 3>>
@@ -1599,44 +1599,44 @@
 	/*<<if $showSixteen == 1>>*/
 
 	/* All actors are at least 18 */
-	<br>As you snuggle in for the night<<if $Concubine != 0>> with your concubine<</if>>, you <<if $FCTVremote == 1>>tune to<<else>>begin watching<</if>> the <i>Age of Slavery</i> channel.  With so many new types of archologies emerging, it's sometimes difficult to tell if you are watching events unfolding on a set or in a real archology with a historical society.
-	<br><br>“Well, you did well to win the ‘cleanest urchin’ contest.”
-	<br>Currently you seem to be watching a scene from the industrial revolution, in a smoke smudged brick courtyard by a factory.  A stout manager, dressed in a black suit, is leading a thin urchin toward a wooden building built out from the main factory.
-	<br>“Thank you, sir,” the urchin gulps.  “My mother really needs the money. You promised a shilling?”
-	<br>“And I really need to recover these bearings!” The stout man proclaims.  “I’m surprised you were so modest, though.  Someone with skin as pure as yours doesn’t need to be ashamed of it.”
-	<br>“Uh, I'm fair like my mother, sir.” The waif hugs their arms around their chest.
-	<br>“Well she must be helping keep you clean, boy!”  The man laughs, and flings open the door to the outbuilding, revealing a series of tanks about three times as tall as he is.
-	<br>“This one right here,” he taps the nearest, “is almost full of water.  However, the blasted mixer for the tank has fallen apart.”  There is enough light entering from the door to show a belt driven mixer hanging above the tank, with a missing plate and empty sockets. “The bearings are about an inch across, and fell right in the damn tank.  I can’t drain the tank without those bearings because they’re valuable, and I can’t foul the drain.  But I can’t seem to fish them out either, it’s too dark.  That’s why I needed someone clean, someone that won’t get their filth in my tank.  There’s a shilling if you can get me back all eight of my bearings in ten minutes.”
-	<br>“Just ten minutes sir?”
-	<br>“Time is money.  Now strip.”
+	<br>As you snuggle in for the night<<if $Concubine != 0>> with your concubine<</if>>, you <<if $FCTVremote == 1>>tune to<<else>>begin watching<</if>> the <i>Age of Slavery</i> channel. With so many new types of archologies emerging, it's sometimes difficult to tell if you are watching events unfolding on a set or in a real archology with a historical society.
+	<br><br>"Well, you did well to win the 'cleanest urchin' contest."
+	<br>Currently you seem to be watching a scene from the industrial revolution, in a smoke smudged brick courtyard by a factory. A stout manager, dressed in a black suit, is leading a thin urchin toward a wooden building built out from the main factory.
+	<br>"Thank you, sir," the urchin gulps. "My mother really needs the money. You promised a shilling?"
+	<br>"And I really need to recover these bearings!" The stout man proclaims. "I'm surprised you were so modest, though. Someone with skin as pure as yours doesn't need to be ashamed of it."
+	<br>"Uh, I'm fair like my mother, sir." The waif hugs their arms around their chest.
+	<br>"Well she must be helping keep you clean, boy!" The man laughs, and flings open the door to the outbuilding, revealing a series of tanks about three times as tall as he is.
+	<br>"This one right here," he taps the nearest, "is almost full of water. However, the blasted mixer for the tank has fallen apart." There is enough light entering from the door to show a belt driven mixer hanging above the tank, with a missing plate and empty sockets. "The bearings are about <<if $showInches == 2>>an inch<<else>>three centimeters<</if>> across, and fell right in the damn tank. I can't drain the tank without those bearings because they're valuable, and I can't foul the drain. But I can't seem to fish them out either, it's too dark. That's why I needed someone clean, someone that won't get their filth in my tank. There's a shilling if you can get me back all eight of my bearings in ten minutes."
+	<br>"Just ten minutes sir?"
+	<br>"Time is money. Now strip."
 	<br>The urchin hesitates.
-	<br>“Still shy?” the man leers.
-	<br>“I’ll do it.” The youth strips off his shirt and steps inside, shutting the door before dropping his trousers.
-	<br>“Hand me your clothes then, NOTHING IN MY TANK.” The man grumps.
-	<br>The camera cuts inside to show a dim black and white view of the youth’s nude silhouette scrambling up the tank, fumbling with the lid and slipping inside.  They pass up a series of bearings quickly for a while, but seem to struggle to find the final ones.
-	<br>“TIME!” Calls the man, holstering his pocket watch.
-	<br>“Sir, I can’t find the last two!”  The youth splutters.
-	<br>“Can you find the fucking holes!?!” the man roars.
-	<br>“E-eight…” the lad responds, crestfallen.
-	<br>“Then here’s the deal.  Let’s make it interesting.  I will double your wages.  Double them!  Two shillings! If you can find your own fucking asshole and shove the six you have in there, then find the last two.  Sloppy idiot.”
-	<br>The youth freezes.  “Sir?”
-	<br>“You heard me.  You’re not losing those; polish them!  I’m not even peeking, keep your precious privacy.”
-	<br>You can see the hesitation in the outline of the desperate youth, then a slump of the shoulders.  “Yes, sir.”
-	<br>Perched on top of the tank, they bend over with their hand on the mixer and begin inserting the bearings into their new housing.  They are each about an inch wide, and the first takes quite some time.
-	<br>“Hurry up, damn it!” the man roars.
-	<br>The urchin jumps, and then jumps again as the bearing slips home.  They freeze for a moment, trembling.  Then begin pushing in the others.
-	<br>“WELL?”
-	<br>“They’re in, sir,” he responds weakly, and slips into the tank.  The man harrumphs and starts examining his watch again.  After a few minutes have passed, the lad pops up with the seventh bearing, and then returns to the bottom.  They’re clearly holding their breath as long as they can.
-	<br><br>“TIME!” The man roars again.
-	<br>Spluttering, the youth surfaces.  “I-I… I can’t find it!” he cries desperately.  Splashing his way out of the tank and scrambling toward the door, he pauses to force down a sudden erection.  The man flings open the door, letting daylight stream in and briefly washing out the black and white camera.  His pants are also open and showing an erection raging as fiercely as he is.
-	<br>“Then you need some blasted motivation!  I’ll pack those bearings in myself!”
-	<br>The youth shrieks, and in a panic sprints around the tank.  The man follows closely, and then chases him out the door.  With no time to grab his clothing, the youth squirts out bearings as he runs, before making the relative safety of the street, still nude.  A camera from the street reveals an interesting surprise as the desperation on the fleeing youth’s face shifts to consternation.  Heads on the street turn, too, as he drops the last bearings and spurts white over coal black skin.  There was more than water in the tank: he’s dyed now as black as night from head to toe.
-	<br>Pointing and laughing uproariously, the man flips the eighth bearing into the air before pocketing it again and buttoning up his pants.  The camera pans out to show the factory’s name as “Titan’s Textiles.”
+	<br>"Still shy?" the man leers.
+	<br>"I'll do it." The youth strips off his shirt and steps inside, shutting the door before dropping his trousers.
+	<br>"Hand me your clothes then, NOTHING IN MY TANK." The man grumps.
+	<br>The camera cuts inside to show a dim black and white view of the youth's nude silhouette scrambling up the tank, fumbling with the lid and slipping inside. They pass up a series of bearings quickly for a while, but seem to struggle to find the final ones.
+	<br>"TIME!" Calls the man, holstering his pocket watch.
+	<br>"Sir, I can't find the last two!" The youth splutters.
+	<br>"Can you find the fucking holes!?!" the man roars.
+	<br>"E-eight..." the lad responds, crestfallen.
+	<br>"Then here's the deal. Let's make it interesting. I will double your wages. Double them! Two shillings! If you can find your own fucking asshole and shove the six you have in there, then find the last two. Sloppy idiot."
+	<br>The youth freezes. "Sir?"
+	<br>"You heard me. You're not losing those; polish them! I'm not even peeking, keep your precious privacy."
+	<br>You can see the hesitation in the outline of the desperate youth, then a slump of the shoulders. "Yes, sir."
+	<br>Perched on top of the tank, they bend over with their hand on the mixer and begin inserting the bearings into their new housing. They are each about an inch wide, and the first takes quite some time.
+	<br>"Hurry up, damn it!" the man roars.
+	<br>The urchin jumps, and then jumps again as the bearing slips home. They freeze for a moment, trembling. Then begin pushing in the others.
+	<br>"WELL?"
+	<br>"They're in, sir," he responds weakly, and slips into the tank. The man harrumphs and starts examining his watch again. After a few minutes have passed, the lad pops up with the seventh bearing, and then returns to the bottom. They're clearly holding their breath as long as they can.
+	<br><br>"TIME!" The man roars again.
+	<br>Spluttering, the youth surfaces. "I-I... I can't find it!" he cries desperately. Splashing his way out of the tank and scrambling toward the door, he pauses to force down a sudden erection. The man flings open the door, letting daylight stream in and briefly washing out the black and white camera. His pants are also open and showing an erection raging as fiercely as he is.
+	<br>"Then you need some blasted motivation! I'll pack those bearings in myself!"
+	<br>The youth shrieks, and in a panic sprints around the tank. The man follows closely, and then chases him out the door. With no time to grab his clothing, the youth squirts out bearings as he runs, before making the relative safety of the street, still nude. A camera from the street reveals an interesting surprise as the desperation on the fleeing youth's face shifts to consternation. Heads on the street turn, too, as he drops the last bearings and spurts white over coal black skin. There was more than water in the tank: he's dyed now as black as night from head to toe.
+	<br>Pointing and laughing uproariously, the man flips the eighth bearing into the air before pocketing it again and buttoning up his pants. The camera pans out to show the factory's name as "Titan's Textiles."
 	<<if $Concubine != 0 && canTalk($Concubine)>>
 		<<run Enunciate($Concubine)>>
-		<br><br>“Mmm, I could u<<s>>e a little <<s>>omething like that in<<s>>ide MY butt,” $Concubine.slaveName whispers in your ear. You mention you have something better in mind, and pounce.
+		<br><br>"Mmm, I could u<<s>>e a little <<s>>omething like that in<<s>>ide MY butt," $Concubine.slaveName whispers in your ear. You mention you have something better in mind, and pounce.
 	<</if>>
 
 <<default>>
-	It seems there's a technical error preventing you from streaming, you tell $assistantName to look into it.
+	It seems there's a technical error preventing you from streaming; you tell $assistantName to look into it.
 <</switch>>
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index f32e9fa2b1ae19f8dea3dd6c48a9987f4279376b..3c321de329441ecc74b13970de6d2406753428ef 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -7661,7 +7661,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He
 <<link "Force $him out of bed and humiliate $him publicly">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-		You drag $him unceremoniously out of bed and straight down into the public areas of $arcologies[0].name. $His struggles and protests grow more frantic as $he <<if canSee($activeSlave)>>sees the first passersby beginning to stare at the little spectacle<<elseif canHear($activeSlave)>>begins to hear the various catcalls and other comments directed at $him<<else>>feels the outdoor air on $his body<</if>>. You force $him right there, thoroughly raping the struggling $girl in public. @@.gold;$He learns the consequences of refusal,@@ 
+		You drag $him unceremoniously out of bed and straight down into the public areas of $arcologies[0].name. $His struggles and protests grow more frantic as $he <<if canSee($activeSlave)>>sees the first passersby beginning to stare at the little spectacle<<elseif canHear($activeSlave)>>begins to hear the various catcalls and other comments directed at $him<<else>>feels the outdoor air on $his body<</if>>. You force $him right there, thoroughly raping the struggling $girl in public. @@.gold;$He learns the consequences of refusal,@@
 		<<if $arcologies[0].FSDegradationist !== "unset">>
 			and @@.green;your citizens certainly enjoy the public spectacle.@@
 			<<run repX(100, "event", $activeSlave)>>
@@ -17879,7 +17879,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He
 			you take $him over to the glory hole area, where distinct labels adorn the holes reserved for members of the slave race, and $arcologies[0].FSSubjugationistRace fuck-holes are afforded "special attention" by "sympathetic" citizens of the arcology.
 		<</if>>
 		<br><br>
-		At first $activeSlave.slaveName is confused as to why you are showing $him these things, but you soon make your point clear. You explain that if $he doesn't start accepting $his role, you can easily alter $his appearance and force $him to accept a much different role instead. You see $his <<if $activeSlave.intelligence+$activeSlave.intelligenceImplant < -15>> stupid <<if canSee($activeSlave)>>eyes<<else>>face<</if>> finally start to show signs of understanding<<else>>intelligent <<if canSee($activeSlave)>>eyes<<else>>face<</if>> quickly realize what you are talking about<</if>> and $he starts to whimper helplessly, begging you not to turn $him into a $arcologies[0].FSSubjugationistRace sub-human. By the end of the tour $he better realizes exactly what it means to be a slave. $He is starting to understand the @@.hotpink;power you have over $him,@@ and @@.gold;$he fears you even more because of it.@@
+		At first $activeSlave.slaveName is confused as to why you are showing $him these things, but you soon make your point clear. You explain that if $he doesn't start accepting $his role, you can easily alter $his appearance and force $him to accept a much different role instead. You see $his <<if $activeSlave.intelligence+$activeSlave.intelligenceImplant < -15>> stupid <<if canSee($activeSlave)>>eyes<<else>>face<</if>> finally start to show signs of understanding<<else>>intelligent <<if canSee($activeSlave)>>eyes<<else>>face<</if>> quickly realize what you are talking about<</if>> and $he starts to whimper helplessly, begging you not to turn $him into a $arcologies[0].FSSubjugationistRace subhuman. By the end of the tour $he better realizes exactly what it means to be a slave. $He is starting to understand the @@.hotpink;power you have over $him,@@ and @@.gold;$he fears you even more because of it.@@
 		<<set $activeSlave.devotion += 5, $activeSlave.trust -= 10>>
 	<</replace>>
 <</link>>
diff --git a/src/uncategorized/arcade.tw b/src/uncategorized/arcade.tw
index d9ac9c962fae24160f16acdf35bc416b43d80f5f..4ee0db0fa1c8b791bf0b4fa3fc77c25a96072c0a 100644
--- a/src/uncategorized/arcade.tw
+++ b/src/uncategorized/arcade.tw
@@ -89,7 +89,7 @@ $arcadeNameCaps
 
 <br>It can support $arcade inmates. There <<if $arcadeSlaves == 1>>is<<else>>are<</if>> currently $arcadeSlaves slaves<<if $arcadeSlaves != 1>>s<</if>> incarcerated in $arcadeName.
 <<if $arcadeUpgradeFuckdolls == 1 && $arcadeSlaves > 1>>
-	<br>The arcade has automatic fuckdolification functions and you can decide to convert your least popular slave at the end of the week. [[Activate|Arcade][$arcadeUpgradeFuckdolls == 2]]
+	<br>The arcade has automatic Fuckdollification functions, and you can decide to convert your least popular slave at the end of the week. [[Activate|Arcade][$arcadeUpgradeFuckdolls == 2]]
 <<elseif $arcadeUpgradeFuckdolls == 2>>
 	<br>You have decided that the least popular inmate will be converted to a standard Fuckdoll this week. [[Deactivate|Arcade][$arcadeUpgradeFuckdolls == 1]]
 <</if>>
diff --git a/src/uncategorized/brothelAdvertisement.tw b/src/uncategorized/brothelAdvertisement.tw
index 6109977c692935bb3b8a448e6cd7f182afa82731..60847bbaa291fc518e2e14ec8d5a2a11857b57c4 100644
--- a/src/uncategorized/brothelAdvertisement.tw
+++ b/src/uncategorized/brothelAdvertisement.tw
@@ -48,36 +48,36 @@
 <<case "Pastoralist">>
 	$brothelNameCaps is decorated to look like a dairy. Though it isn't one, there is an intense sexual focus on boobs and lactation, and all the whores have their sizes proudly posted.
 <<case "Hedonistic">>
-	$brothelNameCaps is comfortable and full of soft couches and chairs for its' overweight whores to lounge upon between clients <<if $arcologies[0].FSHedonisticDecadenceResearch == 1>>and enjoy a plate of snacks<<else>>and enjoy a big cup of slave food<</if>>. The smells of fresh baked goods are pumped into the facility to mask the smell of sweat. It's not unusual for a client to fuck a whore right on her chosen couch, since the effort of moving is often too much.
+	$brothelNameCaps is comfortable and full of soft couches and chairs for its overweight whores to lounge upon between clients <<if $arcologies[0].FSHedonisticDecadenceResearch == 1>>and enjoy a plate of snacks<<else>>and enjoy a big cup of slave food<</if>>. The smells of fresh baked goods are pumped into the facility to mask the smell of sweat. It's not unusual for a client to fuck a whore right on her chosen couch, since the effort of moving is often too much.
 <</switch>>
 
 <<if $brothelAdsSpending > 0>>
 	Screens outside the entrance are showing porn to advertise the brothel.
 	<<if $brothelAdsOld == 1>>
-	The featured slave actresses are all MILFs.
+		The featured slave actresses are all MILFs.
 	<<elseif $brothelAdsOld == -1>>
-	The featured slave actresses are all nice and young.
+		The featured slave actresses are all nice and young.
 	<<elseif $brothelAdsOld == -2>>
-	The featured slave actresses are all teenagers.
+		The featured slave actresses are all teenagers.
 	<<elseif $brothelAdsOld == -3>>
-	The featured slave actresses are all lolis.
+		The featured slave actresses are all lolis.
 	<<else>>
-	The featured slave actresses vary in age.
+		The featured slave actresses vary in age.
 	<</if>>
 	<<if $brothelAdsStacked == 1>>
-	Lots of bouncing breasts and butts
+		Lots of bouncing breasts and butts
 	<<elseif $brothelAdsStacked == -1>>
-	Lots of trim breasts and shapely butts
+		Lots of trim breasts and shapely butts
 	<<else>>
-	A variety of breast and butt sizes and shapes
+		A variety of breast and butt sizes and shapes
 	<</if>>
 	are on display, and
 	<<if $brothelAdsImplanted == 1>>
-	most of these are augmented by implants.
+		most of these are augmented by implants.
 	<<elseif $brothelAdsImplanted == -1>>
-	they're all natural.
+		they're all natural.
 	<<else>>
-	some are augmented by implants.
+		some are augmented by implants.
 	<</if>>
 	<<if $seePreg == 1>>
 		<<if $brothelAdsPreg == 1>>
@@ -89,19 +89,19 @@
 		<</if>>
 	<</if>>
 	<<if $brothelAdsModded == 1>>
-	Everything is heavily pierced and tattooed.
+		Everything is heavily pierced and tattooed.
 	<<elseif $brothelAdsModded == -1>>
-	Everything is free of tattoos and piercings.
+		Everything is free of tattoos and piercings.
 	<<else>>
-	Some of these assets are tattooed and pierced, and some aren't.
+		Some of these assets are tattooed and pierced, and some aren't.
 	<</if>>
 	The slaves in the ads are
 	<<if $brothelAdsXX == 1>>
-	sucking dick and taking cock in their pussies and asses.
+		sucking dick and taking cock in their pussies and asses.
 	<<elseif $brothelAdsXX == -1>>
-	sucking cock and being assfucked while their dicks flop around.
+		sucking cock and being assfucked while their dicks flop around.
 	<<else>>
-	sucking dick and taking anal, and the ones that have pussies are being fucked there, too.
+		sucking dick and taking anal, and the ones that have pussies are being fucked there, too.
 	<</if>>
 <</if>>
 
@@ -162,21 +162,21 @@ Body mods:
 <br>
 
 <<if $seePreg != 0>>
-Pregnancy:
-<<if $brothelAdsPreg != 1>><<link "Gravid">><<set $brothelAdsPreg = 1>><<goto "Brothel Advertisement">><</link>> | <<else>>Gravid | <</if>>
-<<if $brothelAdsPreg != -1>><<link "None">><<set $brothelAdsPreg = -1>><<goto "Brothel Advertisement">><</link>> | <<else>>None | <</if>>
-<<if $brothelAdsPreg != 0>><<link "Variety">><<set $brothelAdsPreg = 0>><<goto "Brothel Advertisement">><</link>><<else>>Variety<</if>>
-<br>
+	Pregnancy:
+	<<if $brothelAdsPreg != 1>><<link "Gravid">><<set $brothelAdsPreg = 1>><<goto "Brothel Advertisement">><</link>> | <<else>>Gravid | <</if>>
+	<<if $brothelAdsPreg != -1>><<link "None">><<set $brothelAdsPreg = -1>><<goto "Brothel Advertisement">><</link>> | <<else>>None | <</if>>
+	<<if $brothelAdsPreg != 0>><<link "Variety">><<set $brothelAdsPreg = 0>><<goto "Brothel Advertisement">><</link>><<else>>Variety<</if>>
+	<br>
 <</if>>
 
 Age:
 <<if $brothelAdsOld != 1>><<link "MILF">><<set $brothelAdsOld = 1>><<goto "Brothel Advertisement">><</link>> | <<else>>MILF | <</if>>
 <<if $brothelAdsOld != -1>><<link "Young">><<set $brothelAdsOld = -1>><<goto "Brothel Advertisement">><</link>> | <<else>>Young | <</if>>
 <<if $minimumSlaveAge < 18>>
-<<if $brothelAdsOld != -2>><<link "Teen">><<set $brothelAdsOld = -2>><<goto "Brothel Advertisement">><</link>> | <<else>>Teen | <</if>>
+	<<if $brothelAdsOld != -2>><<link "Teen">><<set $brothelAdsOld = -2>><<goto "Brothel Advertisement">><</link>> | <<else>>Teen | <</if>>
 <</if>>
 <<if $minimumSlaveAge < 13>>
-<<if $brothelAdsOld != -3>><<link "Loli">><<set $brothelAdsOld = -3>><<goto "Brothel Advertisement">><</link>> | <<else>>Loli | <</if>>
+	<<if $brothelAdsOld != -3>><<link "Loli">><<set $brothelAdsOld = -3>><<goto "Brothel Advertisement">><</link>> | <<else>>Loli | <</if>>
 <</if>>
 <<if $brothelAdsOld != 0>><<link "Variety">><<set $brothelAdsOld = 0>><<goto "Brothel Advertisement">><</link>> <<else>>Variety<</if>>
 <br>
diff --git a/src/uncategorized/dairyReport.tw b/src/uncategorized/dairyReport.tw
index a33099f30a0cfb7caa0fe106d62f723ee8027a7e..28960919bd6b8490ce2745ec84c1a407e6d973ea 100644
--- a/src/uncategorized/dairyReport.tw
+++ b/src/uncategorized/dairyReport.tw
@@ -196,7 +196,7 @@
 		$His skilled tongue helps $him keep $his cattle happy.
 	<</if>>
 	<<if ($Milkmaid.skill.oral < 90)>>
-		<<= SkillIncrease.Oral($slaves[_FLs], 3)>> 
+		<<= SkillIncrease.Oral($slaves[_FLs], 3)>>
 	<</if>>
 	<<if ($Milkmaid.sexualQuirk == "caring")>>
 		<<set $milkmaidTrustBonus++>>
diff --git a/src/uncategorized/multiImplant.tw b/src/uncategorized/multiImplant.tw
index 56b4ec893a0cfd9a151f254adcdefd077fdfdeb7..07ca451dc4c48ff43a00b3463f07818207687ed4 100644
--- a/src/uncategorized/multiImplant.tw
+++ b/src/uncategorized/multiImplant.tw
@@ -1038,7 +1038,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized
 			<</if>>
 		<<case "basicL" "sexL" "beautyL" "combatL" "cyberneticL">>
 			<<if $activeSlave.fuckdoll != 0>>
-				//Since a fuckdoll can't use prosthetic limbs the <<= setup.prosthetics[_p.id].name>> will be put into storage.//
+				//Since a Fuckdoll can't use prosthetic limbs the <<= setup.prosthetics[_p.id].name>> will be put into storage.//
 			<<elseif $activeSlave.amp == 0>>
 				//Since $he must be an amputee to attach prosthetic limbs the <<= setup.prosthetics[_p.id].name>> will be put into storage.//
 			<<elseif $activeSlave.PLimb == 0>>
diff --git a/src/uncategorized/reShippingContainer.tw b/src/uncategorized/reShippingContainer.tw
index 74c8fcf268a432d4bbb65669c6032db962b34de3..5080f8ec3094e202ff96ea510abc027ed0573817 100644
--- a/src/uncategorized/reShippingContainer.tw
+++ b/src/uncategorized/reShippingContainer.tw
@@ -37,51 +37,66 @@ For now, the crowd around you is looking at the helpless human cargo with
 <br><br>
 
 <span id="result">
-<<link "Conduct an impromptu auction">>
-	<<replace "#result">>
-	<<for _reShip = 0; _reShip < _newSlaves.length; _reShip++>>
-		<<set $slaveCost = slaveCost(_newSlaves[_reShip])>>
-		<<run cashX($slaveCost, "slaveTransfer")>>
-	<</for>>
-	Allowing humor into your voice, you announce an auction, to be held immediately. The crowd appreciates the wit, and @@.green;appreciates it even more@@ when you conduct the auction yourself. It's always good to take an opportunity to show off your understanding of the slave market in public. You @@.yellowgreen;sell them all,@@ sex slaves and menials alike. Welcome to the Free Cities.
-	<<set $menials -= 25>>
-	<<run cashX((25*_bonusCash), "slaveTransfer")>>
-	<<run repX(500, "event")>>
-	<</replace>>
-<</link>>
-<br><<link "Keep them">>
-	<<replace "#result">>
-	<<for _reShip = 0; _reShip < _newSlaves.length; _reShip++>>
-		<<run newSlave(_newSlaves[_reShip])>> /* skip New Slave Intro */
-	<</for>>
-	You announce that the shipment is in violation of shipping and slave market regulations, and is being confiscated. There's a certain @@.red;disappointment@@ in the crowd that nothing more interesting came of it, but it's minor when compared to the chattel you just seized.
-	<<run repX(-50, "event")>>
-	<</replace>>
-<</link>>
-<<if $arcologies[0].FSDegradationist !== "unset">>
-<br><<link "Indulge the crowd's Degradationism">>
-	<<replace "#result">>
-	<<for _reShip = 0; _reShip < _newSlaves.length; _reShip++>>
-		<<if _newSlaves[_reShip].vagina > -1>><<set _newSlaves[_reShip].vagina = 3>><</if>>
-		<<set _newSlaves[_reShip].anus = 3>>
-		<<set _newSlaves[_reShip].health -= 20>>
-		<<run newSlave(_newSlaves[_reShip])>> /* skip New Slave Intro */
-	<</for>>
-	You use the container handling systems to segregate the obvious menials from those with any potential as sex slaves. The menials go into a different container, which is whisked off, leaving a little shivering knot of frightened bodies, vulnerable and naked. The crowd watched all this with good humor, and there's silence enough that everyone hears your quiet announcement. You announce that the shipment is in violation of shipping and slave market regulations, and is being confiscated; however, you don't expect to see these particular slaves delivered to your penthouse for a couple of hours. Then you turn your back and walk away. The crowd gives a kind of @@.green;appreciative howl@@ which, understandably, produces a wail of terror from the slaves. As you head off, the sobbing turns into screaming. It sounds like your new slaves might be a bit stretched out, here and there.
-	<<run repX(1000, "event")>>
-	<</replace>>
-<</link>>
-<<elseif $arcologies[0].FSPaternalist !== "unset">>
-<br><<link "Indulge the crowd's Paternalism">>
-	<<replace "#result">>
-	<<for _reShip = 0; _reShip < _newSlaves.length; _reShip++>>
-		<<set $slaveCost = slaveCost(_newSlaves[_reShip])>>
-		<<run cashX($slaveCost, "slaveTransfer")>>
-	<</for>>
-	You hurry forward, beckoning the crowd to accompany you. The wretched slaves cringe with fear, but soon they're being comforted, offered water, and examined for injury. Once the most pressing needs are attended to, you call for everyone's attention. You pride yourself on knowing your citizens well, and you can pick good Paternalists out of the crowd at will. Calling them by name, you ask whether they'd be willing to take on one of these poor slaves. One by one, you pair slave and Master or Mistress, rewarding your best people with public approbation, not to mention a free slave. The initial gasps of surprise quickly grow into @@.green;thunderous applause.@@ Your people love you. Several of the slaves begin to cry, mostly from confusion or sheer exhaustion; they don't yet know how lucky they are.
-	<<set $menials -= 25>>
-	<<run repX(12500, "event")>>
-	<</replace>>
-<</link>>
-<</if>>
+	<<link "Conduct an impromptu auction">>
+		<<replace "#result">>
+			<<for _reShip = 0; _reShip < _newSlaves.length; _reShip++>>
+				<<set $slaveCost = slaveCost(_newSlaves[_reShip])>>
+				<<run cashX($slaveCost, "slaveTransfer")>>
+			<</for>>
+			Allowing humor into your voice, you announce an auction, to be held immediately. The crowd appreciates the wit, and @@.green;appreciates it even more@@ when you conduct the auction yourself. It's always good to take an opportunity to show off your understanding of the slave market in public. You @@.yellowgreen;sell them all,@@ sex slaves and menials alike. Welcome to the Free Cities.
+			<<set $menials -= 25>>
+			<<run cashX((25*_bonusCash), "slaveTransfer")>>
+			<<run repX(500, "event")>>
+		<</replace>>
+	<</link>>
+	<br><<link "Keep them">>
+		<<replace "#result">>
+			<<for _reShip = 0; _reShip < _newSlaves.length; _reShip++>>
+				<<run newSlave(_newSlaves[_reShip])>> /* skip New Slave Intro */
+			<</for>>
+			You announce that the shipment is in violation of shipping and slave market regulations, and is being confiscated. There's a certain @@.red;disappointment@@ in the crowd that nothing more interesting came of it, but it's minor when compared to the chattel you just seized.
+			<<run repX(forceNeg(50), "event")>>
+		<</replace>>
+	<</link>>
+	<<if $arcologies[0].FSDegradationist !== "unset">>
+		<br><<link "Indulge the crowd's Degradationism">>
+			<<replace "#result">>
+				<<for _reShip = 0; _reShip < _newSlaves.length; _reShip++>>
+					<<set _aTotal = random(20,25), _oTotal = random(25,30)>>
+					<<set _newSlaves[_reShip].counter.anal += _aTotal>>
+					<<set _newSlaves[_reShip].counter.oral += _oTotal>>
+					<<set _pTotal = _aTotal + _oTotal>>
+					<<if _newSlaves[_reShip].vagina > -1>>
+						<<set _vTotal = random(25,30)>>
+						<<set _newSlaves[_reShip].vagina = 3>>
+						<<set _newSlaves[_reShip].counter.vaginal += _vTotal>>
+						<<set _pTotal += _vTotal>>
+					<</if>>
+					<<if _newSlaves[_reShip].boobs > 300>>
+						<<set _mTotal = random(10,15)>>
+						<<set _newSlaves[_reShip].counter.mammary += _mTotal>>
+						<<set _pTotal += _mTotal>>
+					<</if>>
+					<<set _newSlaves[_reShip].counter.publicUse += _pTotal>>
+					<<set _newSlaves[_reShip].anus = 3>>
+					<<set _newSlaves[_reShip].health -= 20>>
+					<<run newSlave(_newSlaves[_reShip])>> /* skip New Slave Intro */
+				<</for>>
+				You use the container handling systems to segregate the obvious menials from those with any potential as sex slaves. The menials go into a different container, which is whisked off, leaving a little shivering knot of frightened bodies, vulnerable and naked. The crowd watches all this with good humor, and there's silence enough that everyone hears your quiet announcement. You announce that the shipment is in violation of shipping and slave market regulations, and is being confiscated; however, you don't expect to see these particular slaves delivered to your penthouse for a couple of hours. Then you turn your back and walk away. The crowd gives a kind of @@.green;appreciative howl@@ which, understandably, produces a wail of terror from the slaves. As you head off, the sobbing turns into screaming. It sounds like your new slaves might be a bit stretched out, here and there.
+				<<run repX(1000, "event")>>
+			<</replace>>
+		<</link>>
+	<<elseif $arcologies[0].FSPaternalist !== "unset">>
+		<br><<link "Indulge the crowd's Paternalism">>
+			<<replace "#result">>
+				<<for _reShip = 0; _reShip < _newSlaves.length; _reShip++>>
+					<<set $slaveCost = slaveCost(_newSlaves[_reShip])>>
+					<<run cashX($slaveCost, "slaveTransfer")>>
+				<</for>>
+				You hurry forward, beckoning the crowd to accompany you. The wretched slaves cringe with fear, but soon they're being comforted, offered water, and examined for injury. Once the most pressing needs are attended to, you call for everyone's attention. You pride yourself on knowing your citizens well, and you can pick good Paternalists out of the crowd at will. Calling them by name, you ask whether they'd be willing to take on one of these poor slaves. One by one, you pair slave and Master or Mistress, rewarding your best people with public approbation, not to mention a free slave. The initial gasps of surprise quickly grow into @@.green;thunderous applause.@@ Your people love you. Several of the slaves begin to cry, mostly from confusion or sheer exhaustion; they don't yet know how lucky they are.
+				<<set $menials -= 25>>
+				<<run repX(12500, "event")>>
+			<</replace>>
+		<</link>>
+	<</if>>
 </span>
diff --git a/src/uncategorized/saRelationships.tw b/src/uncategorized/saRelationships.tw
index 4845edbd5f46778f1d298c8db1bb3fe03fab75ee..1b9aaa89f00a1a3f571b42e2637327c581187813 100644
--- a/src/uncategorized/saRelationships.tw
+++ b/src/uncategorized/saRelationships.tw
@@ -1457,7 +1457,7 @@
 				_SlaveI.slaveName's <<if _SlaveI.relationship >= 5>>wife<<else>>lover<</if>> is older, more experienced, and
 				<<if (_SlaveJ.skill.oral > _SlaveI.skill.oral)>>
 					better at blowjobs than $he is. They are such good slaves that the senior _girl2 serves as a mentor to the junior, improving $his oral skills.
-					<<= SkillIncrease.Oral(_SlaveI, 5)>> 
+					<<= SkillIncrease.Oral(_SlaveI, 5)>>
 				<<elseif (_SlaveJ.skill.anal > _SlaveI.skill.anal) && (_SlaveI.anus > 0)>>
 					better at taking a buttfuck than $he is, and they are such good slaves that the senior _girl2 serves as a mentor to the junior, improving $his anal skills.
 					<<= SkillIncrease.Anal(_SlaveI, 5)>>
diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw
index f760aff3e1a32f5f64c27affbd509d925ab21cd7..a16d6eac94fae18a8984b61523138b7c1f182b97 100644
--- a/src/utility/miscWidgets.tw
+++ b/src/utility/miscWidgets.tw
@@ -306,8 +306,8 @@
 			<<run SetBellySize($activeSlave)>>
 		<</if>>
 	<<elseif $activeSlave.broodmotherOnHold == 1>>
-	//$His pregnancy implant is turned off<<if $activeSlave.broodmotherCountDown > 0>>; $he is expected to be completely emptied of $his remaining brood in $activeSlave.broodmotherCountDown week<<if $activeSlave.broodmotherCountDown > 1>>s<</if>><<else>>.<</if>>//
-	[[Turn on implant|Slave Interact][$activeSlave.broodmotherOnHold = 0, $activeSlave.broodmotherCountDown = 0]]
+		//$His pregnancy implant is turned off<<if $activeSlave.broodmotherCountDown > 0>>; $he is expected to be completely emptied of $his remaining brood in $activeSlave.broodmotherCountDown week<<if $activeSlave.broodmotherCountDown > 1>>s<</if>><<else>>.<</if>>//
+		[[Turn on implant|Slave Interact][$activeSlave.broodmotherOnHold = 0, $activeSlave.broodmotherCountDown = 0]]
 	<<elseif ($activeSlave.preg >= -1)>>
 		Contraception: <span id="fertility"><strong><<if $activeSlave.preg == -1>><<print "using contraceptives">><<elseif $activeSlave.pregWeek < 0>><<print "postpartum">><<elseif $activeSlave.preg == 0>><<print "fertile">><<elseif $activeSlave.preg < 4>><<print "may be pregnant">><<else>><<print $activeSlave.preg>><<print " weeks pregnant">><</if>></strong></span>.
 		<<if ($activeSlave.preg == 0)>>
@@ -329,7 +329,7 @@
 		<<elseif ($activeSlave.preg > $activeSlave.pregData.minLiveBirth)>>
 			[["Give " + $him + " a cesarean section"|csec]]
 		<<elseif ($activeSlave.preg > 0) && $activeSlave.breedingMark == 1 && $propOutcome == 1 && $activeSlave.pregSource == -1>>
-			//You are forbidden from aborting an elite child//
+			//You are forbidden from aborting an Elite child//
 		<<elseif ($activeSlave.preg > 0)>>
 			[["Abort " + $his + " pregnancy"|Abort]]
 		<</if>>
@@ -477,7 +477,7 @@
 		<<if $leaders[_j].energy > 95>>
 			<<set $agentBonus += 1>>
 		<</if>>
-	<<break>>
+		<<break>>
 	<</if>>
 <</for>>
 <<if $agentBonus > random(0,5)>>
@@ -790,7 +790,7 @@ This experience
 */
 <<widget "EventNameLink">><span id="name"><<print "[[SlaveFullName($activeSlave)|Long Slave Description][$nextLink = passage(), $eventDescription = 1]]">></span><</widget>>
 
--/*
-- Call as <<EventNameDelink>>
--*/
--<<widget "EventNameDelink">><<replace "#name">><<= SlaveFullName($activeSlave)>><</replace>><</widget>>
+/*
+ Call as <<EventNameDelink>>
+*/
+<<widget "EventNameDelink">><<replace "#name">><<= SlaveFullName($activeSlave)>><</replace>><</widget>>