Tweak orders.yml
This commit is contained in:
parent
bfca81e8ac
commit
16af4ab110
1 changed files with 45 additions and 28 deletions
73
orders.yml
73
orders.yml
|
|
@ -1,39 +1,56 @@
|
||||||
orders_probability: 0.7
|
orders_probability: 0.7
|
||||||
orders:
|
orders:
|
||||||
- weight: 20
|
- text: "MX Pants + MX Boots"
|
||||||
text: "MX Pants + MX Boots"
|
weight: 20
|
||||||
repeat: 0.7
|
repeat: 0.7
|
||||||
add:
|
add:
|
||||||
- probability: 0.5
|
- text: "+ Leather Collar"
|
||||||
text: "+ Collar"
|
probability: 0.5
|
||||||
- weight: 20
|
- text: "Race Pants + MX Boots"
|
||||||
text: "Race Pants + MX Boots"
|
weight: 20
|
||||||
repeat: 0.7
|
repeat: 0.7
|
||||||
add:
|
add:
|
||||||
- probability: 0.5
|
- text: "+ Leather Collar"
|
||||||
text: "+ Collar"
|
probability: 0.5
|
||||||
- weight: 40
|
- text: "Marine Uniform"
|
||||||
text: "Marine Uniform"
|
weight: 40
|
||||||
repeat: 0.7
|
repeat: 0.7
|
||||||
add:
|
add:
|
||||||
- probability: 0.9
|
- text: "+ Leg shackles"
|
||||||
text: "+ Leg shackles"
|
probability: 0.9
|
||||||
- probability: 0.5
|
- text: "+ Leather Collar"
|
||||||
text: "+ Collar"
|
probability: 0.5
|
||||||
- weight: 30
|
- text: "Army Uniform"
|
||||||
text: "Army Uniform"
|
weight: 30
|
||||||
repeat: 0.7
|
repeat: 0.7
|
||||||
add:
|
add:
|
||||||
- probability: 0.9
|
- text: "+ Leg Shackles"
|
||||||
text: "+ Leg Shackles"
|
probability: 0.9
|
||||||
- probability: 0.5
|
- text: "+ Leather Collar"
|
||||||
text: "+ Collar"
|
probability: 0.5
|
||||||
|
- text: "HiViz Overalls + Haix Boots"
|
||||||
|
weight: 30
|
||||||
|
repeat: 0.6
|
||||||
|
- text: "Prison Uniform"
|
||||||
|
weight: 20
|
||||||
|
repeat: 0.8
|
||||||
|
pick:
|
||||||
|
- text: "+ Leg Shackles"
|
||||||
|
weight: 40
|
||||||
|
- text: "+ HR Restraints"
|
||||||
|
weight: 10
|
||||||
punishments:
|
punishments:
|
||||||
- weight: 20
|
- text: "Kneel facing a wall for 30 minutes"
|
||||||
text: "Kneel facing a wall for 30 minutes"
|
weight: 20
|
||||||
- weight: 5
|
- text: "Kneel facing a wall for 60 minutes"
|
||||||
text: "Kneel facing a wall for 60 minutes"
|
weight: 5
|
||||||
- weight: 40
|
- text: "2 hours of ball stretcher time"
|
||||||
text: "2 hours of ball stretcher time"
|
weight: 40
|
||||||
- weight: 5
|
- text: "4 hours of ball stretcher time"
|
||||||
text: "4 hours of ball stretcher time"
|
weight: 5
|
||||||
|
- text: "2 hours of small butt plug time"
|
||||||
|
weight: 20
|
||||||
|
- text: "1 hour of large butt plug time"
|
||||||
|
weight: 20
|
||||||
|
- text: "2 hours of large butt plug time"
|
||||||
|
weight: 5
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue