I have a script which looks at all the session logs for all my players.
- It considers logs that have "Confronting your Nemesis" and searches for "menacing thug" in either that log or the next one.
- It counts visits to the scg after defeating your Nemesis and counts the turn after the second visit as the first post-Nemesis.
- The thug shows up between 5 and 5 turns later. Almost all between 5 and 15, so I report the interval - session log date for ones that exceed that.
Here is the summary data:
Code:
Total session logs examined: 21012
Nemesis quests by class:
Seal Clubber -> 9
Turtle Tamer -> 11
Pastamancer -> 18
Sauceror -> 14
Disco Bandit -> 10
Accordion Thief -> 140
Total: 202
Thug delay counts:
5 -> 13
6 -> 12
7 -> 13
8 -> 17
9 -> 23
10 -> 15
11 -> 16
12 -> 21
13 -> 16
14 -> 10
15 -> 22
16 -> 6
17 -> 1
18 -> 2
19 -> 1
20 -> 2
21 -> 2
22 -> 1
23 -> 2
31 -> 2
35 -> 1
41 -> 1
51 -> 1
52 -> 1
55 -> 1
Window: 5-55
Now, it's possible there is a long tail, but more likely, turns spent in no-wanderer zones don't count.
A quick scan of some saw Tavern Cellar, for example.
Here is the logging for "special" circumstances:
Code:
Processing logs for Veracity
55 extra turns spent between first and second scg visit in log 20151015
164 extra turns spent between first and second scg visit in log 20151016-20151017
147 extra turns spent between first and second scg visit in log 20160102
28 extra turns spent between first and second scg visit in log 20160202
236 extra turns spent between first and second scg visit in log 20160603-20160604
thug - (nemesis + 1) = (424 - 408) = 16 in 20160608
109 extra turns spent between first and second scg visit in log 20160703
37 extra turns spent between first and second scg visit in log 20170804
Nemesis but no thug in 20170904-20170905; skipping
thug - (nemesis + 1) = (91 - 50) = 41 in 20180728
14 extra turns spent between first and second scg visit in log 20181015
thug - (nemesis + 1) = (131 - 100) = 31 in 20181015
thug - (nemesis + 1) = (258 - 242) = 16 in 20181107
thug - (nemesis + 1) = (898 - 846) = 52 in 20190425
thug - (nemesis + 1) = (183 - 162) = 21 in 20190626
thug - (nemesis + 1) = (217 - 196) = 21 in 20190709
thug - (nemesis + 1) = (223 - 207) = 16 in 20191118
thug - (nemesis + 1) = (284 - 268) = 16 in 20191121
thug - (nemesis + 1) = (113 - 58) = 55 in 20200120
thug - (nemesis + 1) = (74 - 43) = 31 in 20200131
thug - (nemesis + 1) = (1404 - 1384) = 20 in 20200310
thug - (nemesis + 1) = (292 - 273) = 19 in 20200901-20200902
thug - (nemesis + 1) = (87 - 36) = 51 in 20211212
thug - (nemesis + 1) = (95 - 60) = 35 in 20220201
thug - (nemesis + 1) = (217 - 201) = 16 in 20220213
thug - (nemesis + 1) = (208 - 185) = 23 in 20220709
15 extra turns spent between first and second scg visit in log 20221006
thug - (nemesis + 1) = (140 - 122) = 18 in 20230630
thug - (nemesis + 1) = (162 - 146) = 16 in 20231114
thug - (nemesis + 1) = (156 - 133) = 23 in 20250105
thug - (nemesis + 1) = (210 - 192) = 18 in 20250222
thug - (nemesis + 1) = (220 - 200) = 20 in 20250225
thug - (nemesis + 1) = (195 - 178) = 17 in 20250306
thug - (nemesis + 1) = (669 - 647) = 22 in 20250321
Total session logs examined: 21012
I'll take a look at all the long-interval logs and see what I can discover.
Edit: The interval before the nemesis and thug is thug turn - (nemesis turn + 1)
So, usual is 5-15.