Skip to content
Snippets Groups Projects
Commit 91c7754a authored by Pregmodder's avatar Pregmodder
Browse files

Sell slave defiant slave content

parent e003a84f
No related branches found
No related tags found
1 merge request!3881Sell slave defiant slave content
...@@ -623,3 +623,35 @@ div.tab button.active { ...@@ -623,3 +623,35 @@ div.tab button.active {
opacity: 1; opacity: 1;
} }
} }
/*:: Options Macro [stylesheet]*/
.optionMacroDescription {
}
.optionMacroOption {
}
/* Seperate each option with a | */
.optionMacroOption::after {
content: " | ";
}
/* But don't add the | after the last one */
.optionMacroOption:last-child::after {
content: unset;
}
.optionMacroOption a {
}
.optionMacroOption:hover {
}
.optionMacroSelected {
}
/* Container div of the list of options */
.optionMacroOptionsList {
}
...@@ -3,8 +3,18 @@ ...@@ -3,8 +3,18 @@
<<set $nextButton = "Back", $nextLink = "Slave Interact">> <<set $nextButton = "Back", $nextLink = "Slave Interact">>
You prepare $him for sale. $His response to being put up for purchase is You prepare $him for sale. $His response to being put up for purchase is
<<if $activeSlave.devotion < -50>>muted; perhaps $he hopes a new master will be less hateful than you. <<if $activeSlave.devotion < -50>>
<<elseif $activeSlave.devotion < -20>>muted weeping; for some reason, $he doesn't like being treated like meat on a slab. <<if $activeSlave.trust > 20>>
annoyance; $he must have thought $he had a good thing going here despite $his defiance.
<<else>>
muted; perhaps $he hopes a new master will be less hateful than you.
<</if>>
<<elseif $activeSlave.devotion < -20>>
<<if $activeSlave.trust > 20>>
mild panic; $he seems to be concerned about $his future.
<<else>>
muted weeping; for some reason, $he doesn't like being treated like meat on a slab.
<</if>>
<<elseif $activeSlave.devotion <= 20>>hesitant; $he can't seem to make up $his mind whether this is going to mean an improvement or not. <<elseif $activeSlave.devotion <= 20>>hesitant; $he can't seem to make up $his mind whether this is going to mean an improvement or not.
<<elseif $activeSlave.devotion <= 50>>obedient, if mechanical; $he may want to stay with you. <<elseif $activeSlave.devotion <= 50>>obedient, if mechanical; $he may want to stay with you.
<<elseif $activeSlave.devotion <= 95>>ill-concealed sorrow; $he clearly wants to stay with you very much. <<elseif $activeSlave.devotion <= 95>>ill-concealed sorrow; $he clearly wants to stay with you very much.
...@@ -14,8 +24,18 @@ You prepare $him for sale. $His response to being put up for purchase is ...@@ -14,8 +24,18 @@ You prepare $him for sale. $His response to being put up for purchase is
<<elseif $activeSlave.trust < -20>>$He's probably hoping $he'll be a little less frightened all the time, wherever $he goes. <<elseif $activeSlave.trust < -20>>$He's probably hoping $he'll be a little less frightened all the time, wherever $he goes.
<<elseif $activeSlave.trust < 20>>$He does seem concerned that, hard as you are, $his buyer may be less fair. <<elseif $activeSlave.trust < 20>>$He does seem concerned that, hard as you are, $his buyer may be less fair.
<<elseif $activeSlave.trust < 50>>$He's worried, probably because $he's learned how to avoid punishment here and will have to learn new rules. <<elseif $activeSlave.trust < 50>>$He's worried, probably because $he's learned how to avoid punishment here and will have to learn new rules.
<<elseif $activeSlave.trust < 95>>$He promises $he will do $his best to make you proud by being a good slave to $his new owners. <<elseif $activeSlave.trust < 95>>
<<else>>$He tries to conceal $his terror at going from a trustworthy slave master to the cruel and uncertain world outside your penthouse, but $he fails. <<if $activeSlave.devotion < -20>>
$He's worried, probably because $he thinks you won't harm $him while another owner might.
<<else>>
$He promises $he will do $his best to make you proud by being a good slave to $his new owners.
<</if>>
<<else>>
<<if $activeSlave.devotion < -20>>
$He's rather upset at the notion that $he may be going from a weak willed master to someone with the balls to actually try and break $him.
<<else>>
$He tries to conceal $his terror at going from a trustworthy slave master to the cruel and uncertain world outside your penthouse, but $he fails.
<</if>>
<</if>> <</if>>
<<slaveCost $activeSlave>> <<slaveCost $activeSlave>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment