note:"Slaves will tend to be good quality and obedient.",
encyclopedia:"Stables",
bulkAvailable:true,
getrequirements(){return (V.rep>4000)?true:`You are not reputable enough to buy trained slaves.`;}
},
{
...
...
@@ -93,7 +93,6 @@ App.Data.Markets = {
marketType:"wetware",
note:"Ruined bodies but keen minds. Requires some TLC, but offers outstanding training at a discount.",
encyclopedia:"Wetware CPUs",
bulkAvailable:true,
getrequirements(){return (V.arcologies[0].FSPaternalist==="unset")?true:`The paternalistic nature of your society blocks the abusive Wetware CPU manufactures from operating within your arcology.`;}
},
{
...
...
@@ -212,6 +211,7 @@ App.Data.Markets = {
marketType:"Slave Shelter",
note:"Presents charity cases for a nominal fee.",
encyclopedia:"Discarded Slaves",
bulkAvailable:false,
getrequirements(){
if (V.arcologies[0].FSDegradationist!=="unset"){
return`The Slave Shelter does not place slaves into Degradationist arcologies.`;
...
...
@@ -233,6 +233,7 @@ App.Data.Markets = {
marketType:"Household Liquidator",
note:"Offers slaves close to one another at a very high price.",
encyclopedia:"Household Liquidations",
bulkAvailable:false,
getrequirements(){return (V.rep>8000)?true:`You are not reputable enough to consult the household liquidator.`;}
},
{
...
...
@@ -240,6 +241,7 @@ App.Data.Markets = {
marketType:"Custom Slave",
note:"Customizable but very expensive.",
encyclopedia:"Kidnapped Slaves",
bulkAvailable:false,
getrequirements(){return (V.rep>10000)?true:`You are not reputable enough to order custom slaves.`;}
},
{
...
...
@@ -247,6 +249,7 @@ App.Data.Markets = {
marketType:"JobFulfillmentCenterOrder",
note:"Fills leaderships roles for a price.",
encyclopedia:"The Job Fulfillment Center",
bulkAvailable:false,
getrequirements(){return (V.rep>10000);}
},
{
...
...
@@ -254,6 +257,7 @@ App.Data.Markets = {
marketType:"Prestigious Slave",
note:"Variable and expensive.",
encyclopedia:"Slave Schools",
bulkAvailable:false,
getrequirements(){return (V.rep>12000)?true:`You are not reputable enough to bid on prestigious slaves.`;}
},
{
...
...
@@ -261,6 +265,7 @@ App.Data.Markets = {
marketType:"Elite Slave",
note:"Limited and very expensive.",
encyclopedia:"Slave Schools",
bulkAvailable:false,
getrequirements(){return (V.propOutcome===1);}
},
{
...
...
@@ -268,6 +273,7 @@ App.Data.Markets = {
marketType:"Special Slave",
note:"Variable and expensive.",
encyclopedia:"Pre-Owned Slaves",
bulkAvailable:false,
getrequirements(){return (V.rep>14000)?true:`You are not reputable enough to acquire other slaveowners' stock.`;}