<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://strive4power.gebhart.bayern/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=75.82.65.183</id>
	<title>strive4power - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://strive4power.gebhart.bayern/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=75.82.65.183"/>
	<link rel="alternate" type="text/html" href="https://strive4power.gebhart.bayern/index.php/Special:Contributions/75.82.65.183"/>
	<updated>2026-07-10T14:47:46Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://strive4power.gebhart.bayern/index.php?title=Occupations&amp;diff=122</id>
		<title>Occupations</title>
		<link rel="alternate" type="text/html" href="https://strive4power.gebhart.bayern/index.php?title=Occupations&amp;diff=122"/>
		<updated>2023-06-08T20:40:45Z</updated>

		<summary type="html">&lt;p&gt;75.82.65.183: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Each slave performs all of their end of day updates one slave at a time in the order they are displayed in the mansion. This includes their job, used resources, specialization, traits, and rules. Thus, current food, gold, and supplies for each slave depend on the results of slaves higher up the list. For example, if there is no food and no slave besides the cook gets more food, then all slaves before the cook will go hungry while the cook and the slaves after the cook get to eat.&lt;br /&gt;
&lt;br /&gt;
Any slave with less than 30 energy that attempts to work a job rather than rest gains +15% end of day healing(added to other sources) and loses 20 stress. This means that any slave without Infirm trait, with less than 30 energy, and with more than 67 health gains more health from attempting to work than from resting.&lt;br /&gt;
&lt;br /&gt;
The Clumsy and Hard Worker traits and Housekeeper specialization apply after the slave completes their job, if they didn&#039;t die on the job.&lt;br /&gt;
&lt;br /&gt;
Jobs can be disabled in list of jobs if a slave fails to meet requirements, has certain traits, or was a Recruitable NPC.&lt;br /&gt;
*Recruitable NPCs may require specific quest lines to enable sexual jobs besides &amp;quot;U - Fucktoy&amp;quot;.&lt;br /&gt;
*Slaves with body shapes other than &amp;quot;humanoid&amp;quot;, &amp;quot;bestial&amp;quot;, or &amp;quot;shortstack&amp;quot; cannot enable sexual jobs besides &amp;quot;U - Fucktoy&amp;quot;.&lt;br /&gt;
*Slave may need to have Poor, Commoner, or Rich origins to enable some jobs.&lt;br /&gt;
*Slaves with Monogamous, Prude, Mute, Uncivilized, Regressed, or Passive traits require these traits be removed to enable various jobs.&lt;br /&gt;
Town and Sexual Jobs in towns other than the starting town are unlocked by acquiring the portal to that town. The letter before the job type is the first letter of the town&#039;s name. These jobs involve interacting with the people of that town and slaved may be effected depending on the player&#039;s reputation with that town.&lt;br /&gt;
*If reputation is at best &amp;quot;Bad&amp;quot;(-10), 33% chance that obedience will lower by ( 2 * reputation ) - ( loyalty / 6) and loyalty will lower by 1 to 3.&lt;br /&gt;
*If reputation is at worst &amp;quot;Positive&amp;quot;(10), 20% chance that obedience will raise by reputation and loyalty will raise by 1 to 3.&lt;br /&gt;
*&#039;&#039;&#039;Note: Reputation impacts are bugged. For every town with at worst &amp;quot;Positive&amp;quot; reputation, it may apply effects to all slaves with less than 30 energy and not resting. The text from both reputation impacts does not show in job report because text from job overwrites it. The conditionals for checking reputation effects uses &amp;quot;&amp;lt;&amp;quot; and &amp;quot;&amp;gt;&amp;quot;, but the self inspect panel uses &amp;quot;&amp;lt;=&amp;quot; and &amp;quot;&amp;gt;=&amp;quot;, thus exactly meeting the requirements for the label will not enable these effects.&#039;&#039;&#039;&lt;br /&gt;
Each job has a mechanics section which gives pseudo-code for calculations.&lt;br /&gt;
*Traits and specializations have been left out for simplicity.&lt;br /&gt;
*&#039;&#039;&#039;Bold&#039;&#039;&#039; labels are stats changed by job or values returned from job to be used somewhere else.&lt;br /&gt;
*&#039;&#039;Italic&#039;&#039; labels and used to name values used in multiple steps.&lt;br /&gt;
*&amp;quot;Quoted&amp;quot; labels are the literal names of input values found in the game interface. Most can be found in Mansion Settings.&lt;br /&gt;
*Nearly all values are floating point values, or have decimal places.&lt;br /&gt;
*1 to 2 means a floating point value is randomly generated with a range of the given numbers.&lt;br /&gt;
&lt;br /&gt;
== Basic Jobs ==&lt;br /&gt;
&lt;br /&gt;
=== Rest ===&lt;br /&gt;
*&#039;&#039;&#039;Description 1:&#039;&#039;&#039; NAME will rest for today&lt;br /&gt;
*&#039;&#039;&#039;Mechanics:&#039;&#039;&#039; raises &#039;&#039;&#039;health&#039;&#039;&#039; by 10 and lowers &#039;&#039;&#039;stress&#039;&#039;&#039; by 20&lt;br /&gt;
&lt;br /&gt;
=== Forage ===&lt;br /&gt;
*&#039;&#039;&#039;Description:&#039;&#039;&#039; NAME will be looking around for edible berries and fungi.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Efficiency:&#039;&#039;&#039; Efficiency grows with Wit. Penalty affected by Courage. Strength and Endurance affect carrying weight.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Mechanics:&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;job_food&#039;&#039; starts at ( 15 to 25 ) + ( wit / 4 ) - ( 0.1 * game day, with max of 10 reached at day 100 )&lt;br /&gt;
**if courage &amp;lt; 50 and ( 33 - ( courage / 5 ) )% chance, &#039;&#039;job_food&#039;&#039; reduced by 25% to 75%&lt;br /&gt;
**&#039;&#039;&#039;&#039;&#039;returned food&#039;&#039;&#039;&#039;&#039; is &#039;&#039;job_food&#039;&#039;, with max of ( strength + endurance ) * 20 + 25 from carrying weight&lt;br /&gt;
**raises &#039;&#039;&#039;raw exp&#039;&#039;&#039; by &#039;&#039;returned food&#039;&#039; / 5&lt;br /&gt;
**( magic affinity * 3 + 2 )% chance of finding a &#039;&#039;&#039;nature&#039;s essence&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Hunt ===&lt;br /&gt;
*&#039;&#039;&#039;Description:&#039;&#039;&#039; NAME will try hunting wild animals.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Efficiency:&#039;&#039;&#039; Efficiency grows Agility and Endurance. Penalty affected by Courage. Strength and Endurance affect carrying weight.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Mechanics:&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;awareness&#039;&#039; is calculated as ( agility * 3 ) + ( wit / 10 ) + ( 3, if augmented hearing ) + ( 10, if player is hunter ) + ( 3 * tribal tattoos )&lt;br /&gt;
**&#039;&#039;job_food&#039;&#039; starts at ( 2 to 4 ) * &#039;&#039;awareness&#039;&#039; + ( 5 to 10 ) * endurance&lt;br /&gt;
**if courage &amp;lt; 60 and ( 45 - ( courage / 4 ) )% chance:&lt;br /&gt;
***&#039;&#039;job_food&#039;&#039; is reduced by 50% to 75%&lt;br /&gt;
**&#039;&#039;&#039;&#039;&#039;returned food&#039;&#039;&#039;&#039;&#039; is &#039;&#039;job_food, with&#039;&#039; max of ( strength + endurance ) * 30 + 40 from carrying weight&lt;br /&gt;
**raises &#039;&#039;&#039;raw exp&#039;&#039;&#039; by &#039;&#039;returned food&#039;&#039; / 7&lt;br /&gt;
**( magic affinity * 3 + 3 )% chance of finding a &#039;&#039;&#039;bestial essence&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Cleaning ===&lt;br /&gt;
*&#039;&#039;&#039;Description:&#039;&#039;&#039; NAME will dedicate his/her time to tidying your mansion.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Efficiency:&#039;&#039;&#039; Efficiency grows with Agility and Endurance.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Mechanics:&#039;&#039;&#039; raise &#039;&#039;&#039;cleanliness&#039;&#039;&#039; by 5.5 + ( agility + endurance ) * 6&lt;br /&gt;
&lt;br /&gt;
=== Cooking ===&lt;br /&gt;
*&#039;&#039;&#039;Description:&#039;&#039;&#039; NAME will cook for the other residents and buy food from market when it runs short.&lt;br /&gt;
*&#039;&#039;&#039;Requirement:&#039;&#039;&#039; Requires grade of a Poor or higher.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Efficiency: &#039;&#039;&#039;Efficiency grows with Agility and Wit.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Mechanics: &#039;&#039;&#039;&lt;br /&gt;
**if current food &amp;lt; 200 and current gold &amp;gt; ( &amp;quot;Food purchase&amp;quot; / 2 ):&lt;br /&gt;
***&#039;&#039;&#039;returned food&#039;&#039;&#039; is &amp;quot;Food purchase&amp;quot; and &#039;&#039;&#039;returned gold&#039;&#039;&#039; is &amp;quot;Food purchase&amp;quot; / -2&lt;br /&gt;
**Regardless of slave order, all slaves have &#039;&#039;&#039;basic food consumption reduced&#039;&#039;&#039; to 10 - ( agility + ( wit / 20 )) / 2 with minimum of 3&lt;br /&gt;
&lt;br /&gt;
=== Library ===&lt;br /&gt;
*&#039;&#039;&#039;Description:&#039;&#039;&#039; NAME will manage the library and study.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Efficiency:&#039;&#039;&#039; Provides experience based on Wit and Library level. Efficiency decreases with level.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Mechanics:&#039;&#039;&#039;&lt;br /&gt;
**raises &#039;&#039;&#039;raw exp&#039;&#039;&#039; by 7 + ( 5 * library upgrades ) + ( wit / 12 ) - ( level * 8 ), with a minimum of 1&lt;br /&gt;
**raise &#039;&#039;&#039;learning points&#039;&#039;&#039; by ( wit / 20, rounded up to integer ) + library upgrades&lt;br /&gt;
&lt;br /&gt;
=== Nurse ===&lt;br /&gt;
*&#039;&#039;&#039;Description:&#039;&#039;&#039; NAME will helps residents maintain and recover their health.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Efficiency:&#039;&#039;&#039; Efficiency grows with Wit and Magic Affinity.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Mechanics:&#039;&#039;&#039;&lt;br /&gt;
**raises &#039;&#039;&#039;player&#039;s health&#039;&#039;&#039; by ( wit / 15 ) + ( magic affinity * 3 )&lt;br /&gt;
**for each slave(including nurse) not away this day and not at max health:&lt;br /&gt;
***if player has supply(does not use any):&lt;br /&gt;
****raises &#039;&#039;&#039;slave&#039;s health&#039;&#039;&#039; by ( wit / 25 ) + ( magic affinity * 2 )&lt;br /&gt;
***else if player has no supply:&lt;br /&gt;
****raises &#039;&#039;&#039;slave&#039;s health&#039;&#039;&#039; by ( wit / 35 ) + ( magic affinity * 3 )&lt;br /&gt;
***raises &#039;&#039;&#039;nurse&#039;s raw exp&#039;&#039;&#039; by 1 to 3&lt;br /&gt;
&lt;br /&gt;
=== Jailer ===&lt;br /&gt;
*&#039;&#039;&#039;Description:&#039;&#039;&#039; NAME will be feeding and watching over your prisoners.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Requirement:&#039;&#039;&#039; Requires grade of a Poor or higher.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Mechanics:&#039;&#039;&#039;&lt;br /&gt;
**for each slave sleeping in the jail:&lt;br /&gt;
***if slave&#039;s obedience &amp;lt; 80:&lt;br /&gt;
****raise slave&#039;s &#039;&#039;&#039;relationship&#039;&#039;&#039; with jailer by 25&lt;br /&gt;
***raise &#039;&#039;&#039;slave&#039;s health&#039;&#039;&#039; by jailer&#039;s wit / 10, rounded to nearest integer&lt;br /&gt;
***raise &#039;&#039;&#039;slave&#039;s obedience&#039;&#039;&#039; by jailer&#039;s charm / 8, rounded to nearest integer&lt;br /&gt;
***if slave has captured effect from recently being captured:&lt;br /&gt;
****( jailer&#039;s confidence - 30 )% chance to &#039;&#039;&#039;reduce duration of captured effect&#039;&#039;&#039; by 1&lt;br /&gt;
***raise &#039;&#039;&#039;jailer&#039;s raw exp&#039;&#039;&#039; by 5&lt;br /&gt;
===Headgirl===&lt;br /&gt;
*&#039;&#039;&#039;Description: &#039;&#039;&#039;NAME will watch over other servants, improving their behavior.&lt;br /&gt;
*&#039;&#039;&#039;Requirement:&#039;&#039;&#039; Requires grade of a Rich or higher.&lt;br /&gt;
*&#039;&#039;&#039;Unlock:&#039;&#039;&#039; Player has at least 8 slaves.&lt;br /&gt;
*&#039;&#039;&#039;Note:&#039;&#039;&#039; Although the title implies that the worker is female, males can be assigned to this job too.&lt;br /&gt;
*&#039;&#039;&#039;Mechanics:&#039;&#039;&#039;&lt;br /&gt;
**for each slave not sleeping in the jail or the farm and not away this day and not the headgirl:&lt;br /&gt;
***raise slave&#039;s &#039;&#039;&#039;relationship&#039;&#039;&#039; with headgirl by 15&lt;br /&gt;
***raise headgirl&#039;s &#039;&#039;&#039;raw exp&#039;&#039;&#039; by 3&lt;br /&gt;
***if &amp;quot;Headgirl Setting&amp;quot; is Patronage:&lt;br /&gt;
****( headgirl&#039;s charm )% chance to raise &#039;&#039;&#039;slave&#039;s obedience&#039;&#039;&#039; by ( 3 to 5 ) + ( headgirl&#039;s charm / 15 )&lt;br /&gt;
****lower &#039;&#039;&#039;slave&#039;s stress&#039;&#039;&#039; by headgirl&#039;s charm / 6&lt;br /&gt;
***else if &amp;quot;Headgirl Setting&amp;quot; is Strict and slave&#039;s obedience &amp;lt; 65:&lt;br /&gt;
****change &#039;&#039;&#039;slave&#039;s fear&#039;&#039;&#039; by (headgirl&#039;s confidence / 7) - slave&#039;s courage / 15&lt;br /&gt;
****raise &#039;&#039;&#039;slave&#039;s stress&#039;&#039;&#039; by 5 to 10&lt;br /&gt;
****lower slave&#039;s &#039;&#039;&#039;relationship&#039;&#039;&#039; with headgirl by 40&lt;br /&gt;
*****Note: it appears that this was intended to be dependant on slave&#039;s obedience changing, but the implementation is incomplete.&lt;br /&gt;
***else if &amp;quot;Headgirl Setting&amp;quot; is Ignore:&lt;br /&gt;
****nothing else happens&lt;br /&gt;
===Laboratory Assistant===&lt;br /&gt;
*&#039;&#039;&#039;Description: &#039;&#039;&#039;NAME will be helping out and managing your laboratory operations.&lt;br /&gt;
*&#039;&#039;&#039;Requirement:&#039;&#039;&#039; Requires grade of a Commoner or higher.&lt;br /&gt;
**&#039;&#039;&#039;Note:&#039;&#039;&#039; this applies if you choose this as a slave&#039;s job, not if you select a slave in the laboratory&lt;br /&gt;
*&#039;&#039;&#039;Unlock:&#039;&#039;&#039; Player has upgraded the laboratory at least once.&lt;br /&gt;
*&#039;&#039;&#039;Mechanics: &#039;&#039;&#039;nothing happens, even resting is better, currently no requirement to leave slave assigned to this job after using the laboratory. While performing the operation, an Assistant with higher stats will lower the cost of, and recovery time from, the operation. You can assign the slave to another job before &amp;quot;ending&amp;quot; the day without affecting the recovery time of slaves who have undergone operations.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Farm Manager ===&lt;br /&gt;
*&#039;&#039;&#039;Description: &#039;&#039;&#039;NAME will be managing your farm and slaves assigned to it.&lt;br /&gt;
*&#039;&#039;&#039;Requirement:&#039;&#039;&#039; Requires grade of a Commoner or higher.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Mechanics:&#039;&#039;&#039;&lt;br /&gt;
**For each slave sleeping in the farm:&lt;br /&gt;
***if slave&#039;s obedience &amp;lt; 75:&lt;br /&gt;
****lower slave&#039;s &#039;&#039;&#039;relationship&#039;&#039;&#039; with manager by 25 to 40&lt;br /&gt;
***if slave&#039;s obedience &amp;gt;= 75:&lt;br /&gt;
****raise slave&#039;s &#039;&#039;&#039;relationship&#039;&#039;&#039; with manager by 25 to 40&lt;br /&gt;
***&#039;&#039;production&#039;&#039; starts at 0&lt;br /&gt;
***if slave was added to farm as &amp;quot;Assign to Milking&amp;quot; and slave&#039;s tit size is not masculine:&lt;br /&gt;
****&#039;&#039;production&#039;&#039; is set to ( 0 to 15 ) + 18 * tit size&lt;br /&gt;
****if slave has developed extra tits (description: &amp;quot;rows of slightly smaller ripe tits&amp;quot;):&lt;br /&gt;
*****&#039;&#039;production&#039;&#039; is increased by (33 * number of rows of extra tits)%&lt;br /&gt;
***if slave was added to farm as &amp;quot;Assign to Egg Laying&amp;quot;:&lt;br /&gt;
****&#039;&#039;production&#039;&#039; is set to ( 50 to 100 ) + ( 50, if slave has a vagina )&lt;br /&gt;
***&#039;&#039;production&#039;&#039; is decreased by ( 60 - ( manager&#039;s wit * 0.4 ) - ( manager&#039;s confidence * 0.2 ) )%&lt;br /&gt;
****Note: At 100 wit and confidence there is no decrease, and with higher stats it&#039;s actually an increase&lt;br /&gt;
***if Improved Treatment is not upgraded for farm:&lt;br /&gt;
****raise &#039;&#039;&#039;slave&#039;s stress&#039;&#039;&#039; by 30 - ( 0.25 * manager&#039;s charm )&lt;br /&gt;
***if slave has &amp;quot;Sell production for gold&amp;quot; disabled:&lt;br /&gt;
****raises &#039;&#039;&#039;current food&#039;&#039;&#039; by &#039;&#039;production&#039;&#039;&lt;br /&gt;
***else if slave has &amp;quot;Sell production for gold&amp;quot; enabled:&lt;br /&gt;
****raises &#039;&#039;&#039;current gold&#039;&#039;&#039; by &#039;&#039;production&#039;&#039; / 2, rounded to nearest integer&lt;br /&gt;
== Town Jobs ==&lt;br /&gt;
&lt;br /&gt;
=== W - Market ===&lt;br /&gt;
*&#039;&#039;&#039;Description:&#039;&#039;&#039; NAME will attempt to sell excessive supplies or will try to make some profit by speculating with cheap products.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Efficiency:&#039;&#039;&#039; Efficiency grows with Charm, Wit and Grade.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Mechanics:&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;job_gold&#039;&#039; starts at ( 1 to 5 ) + ( charm + wit ) / 3&lt;br /&gt;
**&#039;&#039;job_gold&#039;&#039; is reduced by ( 70 - ( 30 * slave origins also called grade ) )%, with a minimum of 0%&lt;br /&gt;
**&#039;&#039;job_gold&#039;&#039; is rounded to nearest integer&lt;br /&gt;
**&#039;&#039;supply_price&#039;&#039; starts randomly set at 3 or 4&lt;br /&gt;
**&#039;&#039;supply_sold&#039;&#039; starts at &#039;&#039;job_gold&#039;&#039; / &#039;&#039;supply_price&#039;&#039;&lt;br /&gt;
**if ( current supplies - &amp;quot;Keep supplies&amp;quot; ) &amp;gt;= &#039;&#039;supply_sold&#039;&#039;:&lt;br /&gt;
***&#039;&#039;&#039;returned gold&#039;&#039;&#039; is &#039;&#039;supply_sold&#039;&#039; * &#039;&#039;supply_price&#039;&#039;&lt;br /&gt;
***lowers &#039;&#039;&#039;current supplies&#039;&#039;&#039; by &#039;&#039;supply_sold&#039;&#039;&lt;br /&gt;
**else if current supplies &amp;lt; &amp;quot;Keep supplies&amp;quot; and &amp;quot;Purchase when low&amp;quot; is enabled:&lt;br /&gt;
***&#039;&#039;job_gold&#039;&#039; is set to ( &#039;&#039;job_gold&#039;&#039; + &#039;&#039;supply_sold&#039;&#039; * &#039;&#039;supply_price&#039;&#039; ) / 2&lt;br /&gt;
***if &#039;&#039;job_gold&#039;&#039; &amp;gt;= ( ( &amp;quot;Keep supplies&amp;quot; - current supplies ) * 5 ):&lt;br /&gt;
****&#039;&#039;&#039;&#039;&#039;returned gold&#039;&#039;&#039;&#039;&#039; is &#039;&#039;job_gold&#039;&#039; - ( ( &amp;quot;Keep supplies&amp;quot; - current supplies ) * 5 )&lt;br /&gt;
****raises &#039;&#039;&#039;current supplies&#039;&#039;&#039; to &amp;quot;Keep supplies&amp;quot;&lt;br /&gt;
***else:&lt;br /&gt;
****&#039;&#039;purchased_supplies&#039;&#039; starts at &#039;&#039;job_gold&#039;&#039; / 5, rounded down to nearest integer&lt;br /&gt;
****&#039;&#039;&#039;&#039;&#039;returned gold&#039;&#039;&#039;&#039;&#039; is &#039;&#039;job_gold&#039;&#039; - ( &#039;&#039;purchased_supplies&#039;&#039; * 5 )&lt;br /&gt;
****raises &#039;&#039;&#039;current supplies&#039;&#039;&#039; by purchased supplies&lt;br /&gt;
***Note: in either case, supplies are bought for 5 gold each.&lt;br /&gt;
**else:&lt;br /&gt;
***&#039;&#039;supply_sold&#039;&#039; is set to current supplies - &amp;quot;Keep supplies&amp;quot;&lt;br /&gt;
***&#039;&#039;&#039;&#039;&#039;returned gold&#039;&#039;&#039;&#039;&#039; is (&#039;&#039; job_gold&#039;&#039; + &#039;&#039;supply_sold&#039;&#039; * &#039;&#039;supply_price&#039;&#039; ) / 2&lt;br /&gt;
****Note: &#039;&#039;supply_sold&#039;&#039; can be negative. if ( &#039;&#039;supply_sold&#039;&#039; * &#039;&#039;supply_price&#039;&#039; ) &amp;gt; &#039;&#039;job_gold&#039;&#039; then returned gold will be negative&lt;br /&gt;
***changes &#039;&#039;&#039;current supplies&#039;&#039;&#039; by &#039;&#039;supply_sold&#039;&#039;&lt;br /&gt;
****Note: if &amp;quot;Keep supplies&amp;quot; &amp;gt; current supplies then supplies are bought for 1.5 or 2 gold each. Though if the player&#039;s current gold is less than the cost, then the player still gets the supplies.&lt;br /&gt;
**raises &#039;&#039;&#039;raw exp&#039;&#039;&#039; by &#039;&#039;returned gold&#039;&#039; / 4, with minimum of 1&lt;br /&gt;
**raises &#039;&#039;&#039;stress&#039;&#039;&#039; by 5 to 10&lt;br /&gt;
&lt;br /&gt;
=== W - Public Entertainer ===&lt;br /&gt;
*&#039;&#039;&#039;Description:&#039;&#039;&#039; NAME will earn money by doing dances, shows and other stage performances.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Requirement:&#039;&#039;&#039; Requires grade of a Commoner or higher.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Efficiency:&#039;&#039;&#039; Efficiency grows with Charm, Courage, Agility and beauty.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Mechanics:&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;job_gold&#039;&#039; starts at ( 1 to 5 ) + ( courage / 7 ) + ( charm / 4) + ( agility * 20 ) + ( beauty / 3 )&lt;br /&gt;
**&#039;&#039;&#039;returned gold&#039;&#039;&#039; is &#039;&#039;job_gold, &#039;&#039;rounded to nearest integer&lt;br /&gt;
**raises &#039;&#039;&#039;raw exp&#039;&#039;&#039; by &#039;&#039;returned gold&#039;&#039; / 7, with minimum of 1&lt;br /&gt;
**raises &#039;&#039;&#039;stress&#039;&#039;&#039; by 10 to 15&lt;br /&gt;
&lt;br /&gt;
=== W - Mage Order Assistant ===&lt;br /&gt;
*&#039;&#039;&#039;Description: &#039;&#039;&#039;NAME will work as a staff member on various guild assignments.&lt;br /&gt;
*&#039;&#039;&#039;Requirement:&#039;&#039;&#039; Requires grade of a Commoner or higher.&lt;br /&gt;
*&#039;&#039;&#039;Efficiency: &#039;&#039;&#039;Efficiency grows with Magic Affinity, Wits and your reputation.&lt;br /&gt;
*&#039;&#039;&#039;Mechanics:&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;job_gold&#039;&#039; starts at ( 1 to 5 ) + ( magic affinity * 15 ) + ( wit / 4 ) + ( wimborn reputation / 1.5, with max of 50 )&lt;br /&gt;
**&#039;&#039;&#039;returned gold&#039;&#039;&#039; is &#039;&#039;job_gold, &#039;&#039;rounded to nearest integer&lt;br /&gt;
***Note: returned gold can be negative if wimborn reputation is negative&lt;br /&gt;
**raises &#039;&#039;&#039;raw exp&#039;&#039;&#039; by &#039;&#039;returned gold&#039;&#039; / 5, with minimum of 1&lt;br /&gt;
**raises &#039;&#039;&#039;stress&#039;&#039;&#039; by 5 to 10&lt;br /&gt;
&lt;br /&gt;
=== G - Slave Catcher ===&lt;br /&gt;
*&#039;&#039;&#039;Description:&#039;&#039;&#039; NAME will be joining slaver parties and help catching and transporting slaves.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Requirement:&#039;&#039;&#039; Requires grade of a Poor or higher.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Efficiency:&#039;&#039;&#039; Efficiency grows with Agility, Strength and Courage.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Mechanics:&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;&#039;&#039;&#039;returned gold&#039;&#039;&#039;&#039;&#039; is ( 5 to 10 ) * strength + ( 5 to 10 ) * agility + ( courage / 4 )&lt;br /&gt;
**raises &#039;&#039;&#039;raw exp&#039;&#039;&#039; by &#039;&#039;returned gold&#039;&#039; / 6&lt;br /&gt;
**raises &#039;&#039;&#039;stress&#039;&#039;&#039; by 5 to 15&lt;br /&gt;
**lowers &#039;&#039;&#039;loyalty&#039;&#039;&#039; by 1 to 3&lt;br /&gt;
&lt;br /&gt;
=== G - Guardian ===&lt;br /&gt;
*&#039;&#039;&#039;Description:&#039;&#039;&#039; NAME will be patrolling streets with Gorn&#039;s city guard.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Requirement:&#039;&#039;&#039; Requires grade of a Poor or higher.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Efficiency:&#039;&#039;&#039; Efficiency grows with Strength, Courage.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Mechanics:&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;&#039;&#039;&#039;returned gold&#039;&#039;&#039;&#039;&#039; is ( ( 5 to 10 ) * strength ) + ( courage / 4 ), with minimum of 5&lt;br /&gt;
**raises &#039;&#039;&#039;raw exp&#039;&#039;&#039; by &#039;&#039;returned gold&#039;&#039; / 6&lt;br /&gt;
**lowers &#039;&#039;&#039;loyalty&#039;&#039;&#039; by 1&lt;br /&gt;
===F - Lumberer===&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Description:&#039;&#039;&#039; NAME will be cutting down trees near Frostford for a woodcutting establishment.&lt;br /&gt;
*&#039;&#039;&#039;Efficiency:&#039;&#039;&#039; Efficiency grows with Strength and Endurance.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Mechanics:&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;&#039;&#039;&#039;returned gold&#039;&#039;&#039;&#039;&#039; is ( ( 4 to 8 ) * strength ) + ( ( 4 to 8 ) * endurance ), with minimum of 5&lt;br /&gt;
**raises &#039;&#039;&#039;raw exp&#039;&#039;&#039; by &#039;&#039;returned gold&#039;&#039; / 4&lt;br /&gt;
&lt;br /&gt;
=== U - Research Subject ===&lt;br /&gt;
*&#039;&#039;&#039;Description:&#039;&#039;&#039; NAME will be used in harsh experiments in Umbra. Will earn a lot of money, but quickly deteriorate physical and mental health. Can have negative consequences and even sometimes kill the servant.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Mechanics:&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;&#039;returned gold&#039;&#039;&#039; is ( 25 * slave origins also called grade ) + ( 20 * level ) + ( 25 to 35 )&lt;br /&gt;
**raises &#039;&#039;&#039;obedience &#039;&#039;&#039;by 15 to 25&lt;br /&gt;
**raises &#039;&#039;&#039;stress&#039;&#039;&#039; by 10 to 25&lt;br /&gt;
**the following possibilities occur in order and do no exclude each other:&lt;br /&gt;
***60% chance of lowering &#039;&#039;&#039;health&#039;&#039;&#039; by health / 3&lt;br /&gt;
***30% chance of lowering &#039;&#039;&#039;confidence, courage, wit, or charm&#039;&#039;&#039; by 15 to 25&lt;br /&gt;
***20% chance of lowering &#039;&#039;&#039;endurance&#039;&#039;&#039; by 1, if endurance &amp;gt; 0&lt;br /&gt;
***15% chance of &#039;&#039;&#039;escape&#039;&#039;&#039;, if wit &amp;gt;= 65 and courage &amp;gt;= 65&lt;br /&gt;
***15% chance of &#039;&#039;&#039;death&#039;&#039;&#039;, if ( 35 to 50 ) &amp;gt; health&lt;br /&gt;
&lt;br /&gt;
== Sexual Jobs ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== W - Prostitution ===&lt;br /&gt;
*&#039;&#039;&#039;Description: &#039;&#039;&#039;NAME will be assigned to the town&#039;s brothel as a common whore.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Efficiency: &#039;&#039;&#039;Efficiency grows with Charm, Endurance, Beauty and basic sexual actions.&lt;br /&gt;
*&#039;&#039;&#039;Requirement:&#039;&#039;&#039; Requires unlocked sex actions for sufficient performance.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Mechanics:&#039;&#039;&#039;&lt;br /&gt;
**if slave has a virgin vagina:&lt;br /&gt;
***slave &#039;&#039;&#039;no longer has virgin vagina&#039;&#039;&#039;&lt;br /&gt;
***lowers &#039;&#039;&#039;health&#039;&#039;&#039; by 5&lt;br /&gt;
***raises &#039;&#039;&#039;stress&#039;&#039;&#039; by 15&lt;br /&gt;
**lowers &#039;&#039;&#039;lust&#039;&#039;&#039; by 15 to 25&lt;br /&gt;
**lowers &#039;&#039;&#039;loyalty&#039;&#039;&#039; by 1 to 3&lt;br /&gt;
**raises &#039;&#039;&#039;stress&#039;&#039;&#039; by 25&lt;br /&gt;
**67% chance of &#039;&#039;&#039;impregnation attempt&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;job_gold&#039;&#039; starts at ( 1 to 5 ) + ( charm / 4 ) + ( endurance * 15 ) + ( beauty / 5 ) + ( lewdness / 2 )&lt;br /&gt;
**if lewdness &amp;lt; 15:&lt;br /&gt;
***&#039;&#039;job_gold&#039;&#039; reduced by 50%&lt;br /&gt;
***raises &#039;&#039;&#039;slave&#039;s sex count&#039;&#039;&#039; by 1 to 3, rounded to nearest integer&lt;br /&gt;
***raises &#039;&#039;&#039;slave&#039;s random partner count&#039;&#039;&#039; by 1 to 2, rounded to nearest integer&lt;br /&gt;
**else if lewdness &amp;gt;= 15:&lt;br /&gt;
***raises &#039;&#039;&#039;slave&#039;s sex count&#039;&#039;&#039; by 2 to 5, rounded to nearest integer&lt;br /&gt;
***raises &#039;&#039;&#039;slave&#039;s random partner count&#039;&#039;&#039; by 2 to 4, rounded to nearest integer&lt;br /&gt;
**&#039;&#039;&#039;&#039;&#039;returned gold&#039;&#039;&#039;&#039;&#039; is &#039;&#039;job_gold&#039;&#039;, rounded to nearest integer&lt;br /&gt;
***Note: returned gold can be negative if endurance is negative&lt;br /&gt;
**raises &#039;&#039;&#039;raw exp&#039;&#039;&#039; by &#039;&#039;returned gold&#039;&#039; / 5, with minimum of 1&lt;br /&gt;
===W - Escort===&lt;br /&gt;
*&#039;&#039;&#039;Description: &#039;&#039;&#039;NAME will be assigned to the town&#039;s brothel as a high class whore for rich men.&lt;br /&gt;
*&#039;&#039;&#039;Requirement:&#039;&#039;&#039; Requires grade of a Commoner or higher.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Efficiency: &#039;&#039;&#039;Efficiency grows with Charm, Confidence, Beauty and your reputation.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Mechanics:&#039;&#039;&#039;&lt;br /&gt;
**if slave has a virgin vagina:&lt;br /&gt;
***slave &#039;&#039;&#039;no longer has virgin vagina&#039;&#039;&#039;&lt;br /&gt;
***lowers &#039;&#039;&#039;health&#039;&#039;&#039; by 5&lt;br /&gt;
***raises &#039;&#039;&#039;stress&#039;&#039;&#039; by 35 - ( lewdness / 10 )&lt;br /&gt;
***lowers &#039;&#039;&#039;loyalty&#039;&#039;&#039; by 1 to 3&lt;br /&gt;
**lowers &#039;&#039;&#039;lust&#039;&#039;&#039; by 10 to 20&lt;br /&gt;
**33% chance of &#039;&#039;&#039;impregnation attempt&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;job_gold&#039;&#039; starts at ( 15 to 35 ) + ( charm / 1.8 ) + ( confidence / 3 ) + ( beauty / 3 ) + wimborn reputation&lt;br /&gt;
***Note: gold from reputation is limited at 60, but max reputation is 50&lt;br /&gt;
**raises &#039;&#039;&#039;slave&#039;s sex count&#039;&#039;&#039; by 1 to 2, rounded to nearest integer&lt;br /&gt;
**raises &#039;&#039;&#039;slave&#039;s random partner count&#039;&#039;&#039; by 1 to 2, rounded to nearest integer&lt;br /&gt;
**&#039;&#039;&#039;&#039;&#039;returned gold&#039;&#039;&#039;&#039;&#039; is &#039;&#039;job_gold&#039;&#039;, rounded to nearest integer&lt;br /&gt;
***Note: returned gold can be negative if wimborn reputation is negative&lt;br /&gt;
**raises &#039;&#039;&#039;raw exp&#039;&#039;&#039; by &#039;&#039;returned gold&#039;&#039; / 6, with minimum of 1&lt;br /&gt;
&lt;br /&gt;
=== W - Exotic Whore ===&lt;br /&gt;
*&#039;&#039;&#039;Description: &#039;&#039;&#039;NAME will be used by the most deviant men in the brothel.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Efficiency: &#039;&#039;&#039;Efficiency grows with Courage, Endurance, Beauty, and advanced sex actions.&lt;br /&gt;
*&#039;&#039;&#039;Requirement:&#039;&#039;&#039; Requires unlocked sex actions for sufficient performance.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Mechanics:&#039;&#039;&#039;&lt;br /&gt;
**if slave has a virgin vagina:&lt;br /&gt;
***slave &#039;&#039;&#039;no longer has virgin vagina&#039;&#039;&#039;&lt;br /&gt;
***lowers &#039;&#039;&#039;health&#039;&#039;&#039; by 5&lt;br /&gt;
***raises &#039;&#039;&#039;stress&#039;&#039;&#039; by 10&lt;br /&gt;
***lowers &#039;&#039;&#039;loyalty&#039;&#039;&#039; by 2 to 4&lt;br /&gt;
**lowers &#039;&#039;&#039;lust&#039;&#039;&#039; by 20 to 30&lt;br /&gt;
**raises &#039;&#039;&#039;stress&#039;&#039;&#039; by 50&lt;br /&gt;
**89% chance of &#039;&#039;&#039;impregnation attempt&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;job_gold&#039;&#039; starts at ( 5 to 10 ) + ( courage / 2.3 ) + ( endurance * 15 ) + ( beauty / 5 ) + ( lewdness / 1.5 )&lt;br /&gt;
**if lewdness &amp;lt; 45:&lt;br /&gt;
***&#039;&#039;job_gold&#039;&#039; reduced by 50%&lt;br /&gt;
***raises &#039;&#039;&#039;slave&#039;s sex count&#039;&#039;&#039; by 2 to 4, rounded to nearest integer&lt;br /&gt;
***raises &#039;&#039;&#039;slave&#039;s random partner count&#039;&#039;&#039; by 1 to 4, rounded to nearest integer&lt;br /&gt;
**else if lewdness &amp;gt;= 45:&lt;br /&gt;
***raises &#039;&#039;&#039;slave&#039;s sex count&#039;&#039;&#039; by 3 to 6, rounded to nearest integer&lt;br /&gt;
***raises &#039;&#039;&#039;slave&#039;s random partner count&#039;&#039;&#039; by 2 to 5, rounded to nearest integer&lt;br /&gt;
**&#039;&#039;&#039;&#039;&#039;returned gold&#039;&#039;&#039;&#039;&#039; is &#039;&#039;job_gold&#039;&#039;, rounded to nearest integer&lt;br /&gt;
***Note: returned gold can be negative if endurance is negative&lt;br /&gt;
**raises &#039;&#039;&#039;raw exp&#039;&#039;&#039; by &#039;&#039;returned gold&#039;&#039; / 6, with minimum of 1&lt;br /&gt;
&lt;br /&gt;
=== F - Prostitution ===&lt;br /&gt;
*&#039;&#039;&#039;Description:&#039;&#039;&#039; NAME will be serving lone customers with her body at Frostford.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Efficiency:&#039;&#039;&#039; Efficiency grows with Charm, Endurance, and beauty.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Mechanics:&#039;&#039;&#039;&lt;br /&gt;
**if slave has a virgin vagina:&lt;br /&gt;
***slave &#039;&#039;&#039;no longer has virgin vagina&#039;&#039;&#039;&lt;br /&gt;
***lowers &#039;&#039;&#039;health&#039;&#039;&#039; by 5&lt;br /&gt;
***raises &#039;&#039;&#039;stress&#039;&#039;&#039; by 15&lt;br /&gt;
**lowers &#039;&#039;&#039;lust&#039;&#039;&#039; by 15 to 25&lt;br /&gt;
**lowers &#039;&#039;&#039;loyalty&#039;&#039;&#039; by 1 to 3&lt;br /&gt;
**raises &#039;&#039;&#039;stress&#039;&#039;&#039; by 25&lt;br /&gt;
**67% chance of &#039;&#039;&#039;impregnation attempt&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;job_gold&#039;&#039; starts at ( 1 to 5 ) + ( charm / 4 ) + ( endurance * 15 ) + ( beauty / 5 ) + ( lewdness / 2 )&lt;br /&gt;
**raises &#039;&#039;&#039;slave&#039;s sex count&#039;&#039;&#039; by 2 to 5, rounded to nearest integer&lt;br /&gt;
**raises &#039;&#039;&#039;slave&#039;s random partner count&#039;&#039;&#039; by 2 to 4, rounded to nearest integer&lt;br /&gt;
**&#039;&#039;&#039;&#039;&#039;returned gold&#039;&#039;&#039;&#039;&#039; is &#039;&#039;job_gold&#039;&#039;, rounded to nearest integer&lt;br /&gt;
***Note: returned gold can be negative if endurance is negative&lt;br /&gt;
**raises &#039;&#039;&#039;raw exp&#039;&#039;&#039; by &#039;&#039;returned gold&#039;&#039; / 5, with minimum of 1&lt;br /&gt;
&lt;br /&gt;
=== U - Fucktoy ===&lt;br /&gt;
*&#039;&#039;&#039;Description: &#039;&#039;&#039;NAME will be subjugated and abused by all sorts of criminals in Umbra without $his consent.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Efficiency: &#039;&#039;&#039;Builds obedience in exchange for mental degeneration. Income is based on your negative reputation.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Mechanics:&#039;&#039;&#039;&lt;br /&gt;
**if slave has a virgin vagina:&lt;br /&gt;
***slave &#039;&#039;&#039;no longer has virgin vagina&#039;&#039;&#039;&lt;br /&gt;
***lowers &#039;&#039;&#039;health&#039;&#039;&#039; by 5&lt;br /&gt;
***raises &#039;&#039;&#039;stress&#039;&#039;&#039; by 10&lt;br /&gt;
***lowers &#039;&#039;&#039;loyalty&#039;&#039;&#039; by 2 to 4&lt;br /&gt;
**if wit &amp;gt;= 25:&lt;br /&gt;
***lowers &#039;&#039;&#039;loyalty&#039;&#039;&#039; by 8&lt;br /&gt;
**if confidence &amp;gt;= 25:&lt;br /&gt;
***raises &#039;&#039;&#039;stress&#039;&#039;&#039; by 15&lt;br /&gt;
**if slave has captured effect from recently being captured:&lt;br /&gt;
***&#039;&#039;&#039;reduce duration of captured effect&#039;&#039;&#039; by 3&lt;br /&gt;
**raise &#039;&#039;&#039;obedience&#039;&#039;&#039; by 20&lt;br /&gt;
**lower &#039;&#039;&#039;preffered sex role&#039;&#039;&#039; by 4 to 8&lt;br /&gt;
**89% chance of &#039;&#039;&#039;impregnation attempt&#039;&#039;&#039;&lt;br /&gt;
**&#039;&#039;job_gold&#039;&#039; starts at ( 5 to 10 )&lt;br /&gt;
**for each town that player has negative reputation:&lt;br /&gt;
***&#039;&#039;job_gold&#039;&#039; increases by -1 * town reputation&lt;br /&gt;
**raises &#039;&#039;&#039;slave&#039;s sex count&#039;&#039;&#039; by 3 to 6, rounded to nearest integer&lt;br /&gt;
**raises &#039;&#039;&#039;slave&#039;s random partner count&#039;&#039;&#039; by 2 to 5, rounded to nearest integer&lt;br /&gt;
**&#039;&#039;&#039;&#039;&#039;returned gold&#039;&#039;&#039;&#039;&#039; is &#039;&#039;job_gold&#039;&#039;, rounded to nearest integer&lt;br /&gt;
[[Category:Strive4power Wiki]]&lt;/div&gt;</summary>
		<author><name>75.82.65.183</name></author>
	</entry>
</feed>