gear-orders/orders.yml

35 lines
732 B
YAML
Raw Normal View History

2025-11-14 04:03:20 +00:00
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"