34 lines
732 B
YAML
34 lines
732 B
YAML
orders:
|
|
- weight: 30
|
|
text: "No orders today"
|
|
- weight: 70
|
|
text: "Here are your orders:"
|
|
pick:
|
|
- weight: 20
|
|
text: "MX Pants + MX Boots"
|
|
repeat: 0.7
|
|
add:
|
|
- probability: 0.5
|
|
text: "+ Collar"
|
|
- weight: 20
|
|
text: "Race Pants + MX Boots"
|
|
repeat: 0.7
|
|
add:
|
|
- probability: 0.5
|
|
text: "+ Collar"
|
|
- weight: 40
|
|
text: "Marine Uniform"
|
|
repeat: 0.7
|
|
add:
|
|
- probability: 0.9
|
|
text: "+ Leg shackles"
|
|
- probability: 0.5
|
|
text: "+ Collar"
|
|
- weight: 30
|
|
text: "Army Uniform"
|
|
repeat: 0.7
|
|
add:
|
|
- probability: 0.9
|
|
text: "+ Leg Shackles"
|
|
- probability: 0.5
|
|
text: "+ Collar"
|