Skip to content
Snippets Groups Projects
Commit 3889d83b authored by lowercasedonkey's avatar lowercasedonkey
Browse files

brand work

parent 0260afd6
No related branches found
No related tags found
No related merge requests found
......@@ -175,8 +175,34 @@ One 'welcome' for a new slave is to have them branded. Where would you like suc
| [[Back|Universal Rules][$brandTarget.primary = "back"]]
| [[Lower Back|Universal Rules][$brandTarget.primary = "lower back"]]
<<if ["ankle", "breast", "buttock", "calf", "cheek", "ear", "foot", "hand", "lower arm", "shoulder", "testicle", "thigh", "upper arm", "wrist"].includes($brandTarget.primary)>>
<br> On the
<<link "left">>
<<set $brandDesign.primary = ("left " + $brandTarget.primary)>>
<<goto "Universal Rules">>
<</link>>
$brandTarget.primary, or the
<<link "right">>
<<set $brandDesign.primary = ("right " + $brandTarget.primary)>>
<<goto "Universal Rules">>
<</link>>?
<</if>>
<br>
<<if ["ankle", "calve", "ear", "foot", "hand", "lower arm", "penis", "testicle", "thigh", "upper arm", "wrist"].includes($brandTarget.primary)>>
<<if [
"left ankle", "right ankle",
"left calve", "right calve",
"left ear", "right ear",
"left foot", "right foot",
"left hand", "right hand",
"left lower arm", "right lower arm",
"left penis", "right penis",
"left testicle", "right testicle",
"left thigh", "right thigh",
"left upper arm", "right upper arm",
"left wrist", "right wrist"
].includes($brandTarget.primary)>>
It's possible that ''$brandTarget.primary'' may be missing from a slave. Choose a fallback in case it is not available: Current backup is ''$brandTarget.secondary'':
/* Material copied from bodyModification, but please leave commented out any sections that may not be on ALL slaves. */
......@@ -210,8 +236,20 @@ One 'welcome' for a new slave is to have them branded. Where would you like suc
| [[Back|Universal Rules][$brandTarget.secondary = "back"]]
| [[Lower Back|Universal Rules][$brandTarget.secondary = "lower back"]]
<br>
<</if>>
<<if ["ankle", "breast", "buttock", "calf", "cheek", "ear", "foot", "hand", "lower arm", "shoulder", "testicle", "thigh", "upper arm", "wrist"].includes($brandTarget.primary)>>
<br> On the
<<link "left">>
<<set $brandDesign.secondary = ("left " + $brandTarget.secondary)>>
<<goto "Universal Rules">>
<</link>>
$brandTarget.secondary, or the
<<link "right">>
<<set $brandDesign.secondary = ("right " + $brandTarget.secondary)>>
<<goto "Universal Rules">>
<</link>>?
<</if>>
<</if>>
Use ''$brandDesign.primary'' or choose another brand:
[[Your slaving emblem|Universal Rules][$brandDesign.primary = "your personal symbol"]]
......
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