Code: Select all
POSITIVE_STATION_TRAITS 0 8
POSITIVE_STATION_TRAITS 1 4
POSITIVE_STATION_TRAITS 2 2
POSITIVE_STATION_TRAITS 3 1
NEUTRAL_STATION_TRAITS 0 10
NEUTRAL_STATION_TRAITS 1 10
NEUTRAL_STATION_TRAITS 2 3
NEUTRAL_STATION_TRAITS 2.5 1
NEGATIVE_STATION_TRAITS 0 8
NEGATIVE_STATION_TRAITS 1 4
NEGATIVE_STATION_TRAITS 2 2
NEGATIVE_STATION_TRAITS 3 1
Note, none of these are mutually exclusive. So if I remember my statistics course correctly, this gives us an 88.14% chance of there being any kind of trait on any given round.
This feels like a lot! Traits have gone from minor, rare discrepancies, to the complete norm which ruins their unique-ness.
Having all the bots speak random languages is funny when it's rare but when you see it literally every day... it wears off.
I think these values should be giga-lowered, so traits return to being rare occurrences that spice up a one-off shift rather than expected.
Here are some values I completely pulled off the top of my head.
I normalized them to 100 so you can easily see at a glance the probability of each.
With these odds, there is a 33.5% chance of any station trait rolling on any given round. It does, however, result in like, a 5% chance of getting high budget, which means rolling rare traits will become a lot, lot rarer.
Code: Select all
POSITIVE_STATION_TRAITS 0 90
POSITIVE_STATION_TRAITS 1 6
POSITIVE_STATION_TRAITS 2 3
POSITIVE_STATION_TRAITS 3 1
NEUTRAL_STATION_TRAITS 0 82
NEUTRAL_STATION_TRAITS 1 8
NEUTRAL_STATION_TRAITS 2 6
NEUTRAL_STATION_TRAITS 2.5 4
NEGATIVE_STATION_TRAITS 0 90
NEGATIVE_STATION_TRAITS 1 6
NEGATIVE_STATION_TRAITS 2 3
NEGATIVE_STATION_TRAITS 3 1
This one results in a 55.2% chance of a station trait rolling on any given round. And in particular, a 20% chance of picking any of having a lot of budget (Ie, being more likely to pick more special traits).
Code: Select all
POSITIVE_STATION_TRAITS 0 80
POSITIVE_STATION_TRAITS 1 12
POSITIVE_STATION_TRAITS 2 10
POSITIVE_STATION_TRAITS 3 8
NEUTRAL_STATION_TRAITS 0 70
NEUTRAL_STATION_TRAITS 1 15
NEUTRAL_STATION_TRAITS 2 10
NEUTRAL_STATION_TRAITS 2.5 5
NEGATIVE_STATION_TRAITS 0 80
NEGATIVE_STATION_TRAITS 1 12
NEGATIVE_STATION_TRAITS 2 10
NEGATIVE_STATION_TRAITS 3 8
Ultimately, I just want them to be a bit less common! At least uncommon enough such that they don't occur every single round.