Skip to content
Snippets Groups Projects
Commit 538cc607 authored by Arkerthan's avatar Arkerthan
Browse files

convert description options to new options system

parent 0ae8d180
No related branches found
No related tags found
1 merge request!6739mor eoptions converting
:: Description Options [nobr] :: Description Options [nobr]
<style>
.subHeading {
width: 85%;
text-align: center;
margin-top: 1.5em;
}
</style>
<<set $nextButton = "Back">> <<set $nextButton = "Back">>
<<if $storedLink !== "Slave Interact">> <<if $storedLink !== "Slave Interact">>
<<if lastVisited("Slave Interact") === 1>> <<if lastVisited("Slave Interact") === 1>>
...@@ -18,109 +10,65 @@ ...@@ -18,109 +10,65 @@
<</if>> <</if>>
<<set $nextLink = $storedLink>> <<set $nextLink = $storedLink>>
<h1>Description Options</h1>
//These options will affect both the long form description of each slave and the miniscenes available from the main menu.// //These options will affect both the long form description of each slave and the miniscenes available from the main menu.//
<br> <<set _options = new App.UI.OptionsGroup()>>
<<options $surnameOrder>>
<<option 0 "Allow nationality name order">> <<run _options.addOption("", "surnameOrder")
Order names ''based on country of origin''. .addValue("Allow nationality name order", 0).customDescription("Order names ''based on country of origin''.")
<<option 1 "Force name surname">> .addValue("Force name surname", 1).customDescription("Names will always be ''Name Surname''.")
Names will always be ''Name Surname''. .addValue("Force surname name", 2).customDescription("Names will always be ''Surname Name''.")>>
<<option 2 "Force surname name">>
Names will always be ''Surname Name''. <<run _options.addOption("", "seeRace")
<</options>> .addValue("Disable most mentions of race", 0).off().customDescription("Ethnicity will ''almost never'' be mentioned.")
.addValue("Enable mentions of race", 1).on().customDescription("Ethnicity will ''occasionally'' be mentioned.")>>
<br>
<<options $seeRace>> <<run _options.addOption("", "seeNationality")
<<option 0 "Disable most mentions of race">> .addValue("Disable most mentions of nationality", 0).off().customDescription("Nationality will ''almost never'' be mentioned.")
Ethnicity will ''almost never'' be mentioned. .addValue("Enable mentions of nationality", 1).on().customDescription("Nationality will ''occasionally'' be mentioned.")>>
<<option 1 "Enable mentions of race">>
Ethnicity will ''occasionally'' be mentioned. <<run _options.addOption("The effects of implants are", "showImplantEffects")
<</options>> .addValue("Shown", 1).on().addValue("Hidden", 0).off()>>
<br>
<<options $seeNationality>> <<run _options.addOption("Clothing is mostly", "showClothing")
<<option 0 "Disable most mentions of nationality">> .addValue("Shown", 1).on().addValue("Hidden", 0).off()>>
Nationality will ''almost never'' be mentioned.
<<option 1 "Enable mentions of nationality">> <<run _options.addOption("Detailed slave age information is", "showAgeDetail")
Nationality will ''occasionally'' be mentioned. .addValue("Shown", 1).on().addValue("Hidden", 0).off()>>
<</options>>
<<run _options.addOption("Approximate height is", "showHeightCMs")
<br> .addValue("Shown", 1).on().addValue("Hidden", 0).off()>>
<<options $showImplantEffects>>
The effects of implants are <<run _options.addOption("Cosmetic body mods are", "showBodyMods")
<<option 1 "Shown">> .addValue("Shown", 1).on().addValue("Hidden", 0).off()>>
<<option 0 "Hidden">>
<</options>> <<run _options.addOption("Sexual histories are", "showSexualHistory")
.addValue("Shown", 1).on().addValue("Hidden", 0).off()>>
<<options $showClothing>>
Clothing is mostly <<run _options.addOption("Attractiveness and Sexual scores are", "showScores")
<<option 1 "Shown">> .addValue("Shown", 1).on().addValue("Hidden", 0).off()>>
<<option 0 "Hidden">>
<</options>> <<run _options.addOption("Volume, in CCs, of breasts is", "showBoobCCs")
<br> .addValue("Shown", 1).on().addValue("Hidden", 0).off()>>
<<options $showAgeDetail>>
Detailed slave age information is <<run _options.addOption("Height and length units are in", "showInches")
<<option 1 "Shown">> .addValueList([["Metric", 0], ["Both", 1], ["Imperial", 2]])>>
<<option 0 "Hidden">>
<</options>>
<br>
<<options $showHeightCMs>>
Approximate height is
<<option 1 "Shown">>
<<option 0 "Hidden">>
<</options>>
<<options $showBodyMods>>
Cosmetic body mods are
<<option 1 "Shown">>
<<option 0 "Hidden">>
<</options>>
<br>
<<options $showSexualHistory>>
Sexual histories are
<<option 1 "Shown">>
<<option 0 "Hidden">>
<</options>>
<<options $showScores>>
Attractiveness and Sexual scores are
<<option 1 "Shown">>
<<option 0 "Hidden">>
<</options>>
<br>
<<options $showBoobCCs>>
Volume, in CCs, of breasts is
<<option 1 "Shown">>
<<option 0 "Hidden">>
<</options>>
<<options $showInches>>
Height and length units are in
<<option 0 "Metric">>
<<option 1 "Both">>
<<option 2 "Imperial">>
<</options>>
<div class="subHeading">
<<if $seeDicks > 0>> <br> <<if $seeDicks > 0>> <br>
<<options $showDickCMs>> <<run _options.addOption("Approximate sizes of dicks and balls are", "showDickCMs")
Approximate sizes of dicks and balls are .addValue("Shown", 1).on().addValue("Hidden", 0).off()>>
<<option 1 "Shown">>
<<option 0 "Hidden">>
<</options>>
<</if>> <</if>>
</div>
<div class="subHeading"> <<run _options.addOption("Numbers are displayed as", "showNumbers")
<<if $showNumbers == 1>>Only numbers @@.cyan;UP TO $showNumbersMax@@<<else>>Numbers<</if>> are displayed as .addValueList([["Integers", 2], ["Both", 1], ["Words", 0]])>>
<<if $showNumbers == 1>>
words. <<if $showNumbers === 1>>
<<textbox "$showNumbersMax" $showNumbersMax>> //[[Words|Description Options][$showNumbers = 0]]// | //[[Integers|Description Options][$showNumbers = 2]]// <<run _options.addOption("Only numbers up to $showNumbersMax are displayed as words", "showNumbersMax")
<<elseif $showNumbers == 2>> .addValue("Default (20)", 20).showTextBox()>>
@@.yellow;INTEGERS.@@ //[[Words|Description Options][$showNumbers = 0]]// | //[[Both|Description Options][$showNumbers = 1, $showNumbersMax = 20]]//
<<else>>
@@.yellow;WORDS.@@ //[[Integers|Description Options][$showNumbers = 2]]// | //[[Both|Description Options][$showNumbers = 1, $showNumbersMax = 20]]//
<</if>> <</if>>
</div>
<<print App.UI.DOM.includeDOM(_options.render())>>
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