File size: 31,784 Bytes
06508e7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
{
    "post": {
        "STR_FIELD": "id",
        "add_fetch_param": "<bound method Submission.add_fetch_param of Submission(id='1gn4qas')>",
        "all_awardings": [],
        "allow_live_comments": false,
        "approved_at_utc": null,
        "approved_by": null,
        "archived": false,
        "author": "Top_Requirement_9582",
        "author_flair_background_color": null,
        "author_flair_css_class": null,
        "author_flair_richtext": [],
        "author_flair_template_id": null,
        "author_flair_text": null,
        "author_flair_text_color": null,
        "author_flair_type": "text",
        "author_fullname": "t2_1ch3iaiczl",
        "author_is_blocked": false,
        "author_patreon_flair": false,
        "author_premium": false,
        "award": "<bound method GildableMixin.award of Submission(id='1gn4qas')>",
        "awarders": [],
        "banned_at_utc": null,
        "banned_by": null,
        "can_gild": false,
        "can_mod_post": false,
        "category": null,
        "clear_vote": "<bound method VotableMixin.clear_vote of Submission(id='1gn4qas')>",
        "clicked": false,
        "comment_limit": 2048,
        "comment_sort": "confidence",
        "comments": "<praw.models.comment_forest.CommentForest object at 0x769a89ff30d0>",
        "content_categories": null,
        "contest_mode": false,
        "created": 1731136832.0,
        "created_utc": 1731136832.0,
        "crosspost": "<bound method Submission.crosspost of Submission(id='1gn4qas')>",
        "delete": "<bound method EditableMixin.delete of Submission(id='1gn4qas')>",
        "disable_inbox_replies": "<bound method InboxToggleableMixin.disable_inbox_replies of Submission(id='1gn4qas')>",
        "discussion_type": null,
        "distinguished": null,
        "domain": "self.reddeadredemption",
        "downs": 0,
        "downvote": "<bound method VotableMixin.downvote of Submission(id='1gn4qas')>",
        "duplicates": "<bound method SubmissionListingMixin.duplicates of Submission(id='1gn4qas')>",
        "edit": "<bound method EditableMixin.edit of Submission(id='1gn4qas')>",
        "edited": false,
        "enable_inbox_replies": "<bound method InboxToggleableMixin.enable_inbox_replies of Submission(id='1gn4qas')>",
        "flair": "<praw.models.reddit.submission.SubmissionFlair object at 0x769a89ff17e0>",
        "fullname": "t3_1gn4qas",
        "gild": "<bound method GildableMixin.gild of Submission(id='1gn4qas')>",
        "gilded": 0,
        "gildings": {},
        "hidden": false,
        "hide": "<bound method Submission.hide of Submission(id='1gn4qas')>",
        "hide_score": true,
        "id": "1gn4qas",
        "id_from_url": "<function Submission.id_from_url at 0x769a8d396680>",
        "is_created_from_ads_ui": false,
        "is_crosspostable": true,
        "is_meta": false,
        "is_original_content": false,
        "is_reddit_media_domain": false,
        "is_robot_indexable": true,
        "is_self": true,
        "is_video": false,
        "likes": null,
        "link_flair_background_color": "#ccac00",
        "link_flair_css_class": "one",
        "link_flair_richtext": [
            {
                "e": "text",
                "t": "Discussion"
            }
        ],
        "link_flair_template_id": "8fd72a22-c100-11e8-9512-0ec3e2dde770",
        "link_flair_text": "Discussion",
        "link_flair_text_color": "light",
        "link_flair_type": "richtext",
        "locked": false,
        "mark_visited": "<bound method Submission.mark_visited of Submission(id='1gn4qas')>",
        "media": null,
        "media_embed": {},
        "media_only": false,
        "mod": "<praw.models.reddit.submission.SubmissionModeration object at 0x769a8983df60>",
        "mod_note": null,
        "mod_reason_by": null,
        "mod_reason_title": null,
        "mod_reports": [],
        "name": "t3_1gn4qas",
        "no_follow": false,
        "num_comments": 4,
        "num_crossposts": 0,
        "num_reports": null,
        "over_18": false,
        "parse": "<bound method PRAWBase.parse of <class 'praw.models.reddit.submission.Submission'>>",
        "permalink": "/r/reddeadredemption/comments/1gn4qas/doeshas_anyone_else_do_this_in_rdr2/",
        "pinned": false,
        "pwls": 6,
        "quarantine": false,
        "removal_reason": null,
        "removed_by": null,
        "removed_by_category": null,
        "reply": "<bound method ReplyableMixin.reply of Submission(id='1gn4qas')>",
        "report": "<bound method ReportableMixin.report of Submission(id='1gn4qas')>",
        "report_reasons": null,
        "save": "<bound method SavableMixin.save of Submission(id='1gn4qas')>",
        "saved": false,
        "score": 4,
        "secure_media": null,
        "secure_media_embed": {},
        "selftext": "So for me personally, as it stands RDR2 was majorly spoiled after finding out about it on YT. Somehow, I wasn't really aware of RDR2s release and several years later I finally get into playing it for my first playthrough. I have yet to fully complete the story for my first full playthrough \n I have been dragging out the first 4 chapters over the past three months and I have it looming in the back of my mind that Arthur is going to eventually going to die and so I have taken as much time as I can finding out the small details of the game as naturally as I can and setting aside a few save points that I can always return to when I feel Arthur is at his prime and I can indefinitely stall the main storyline and create a space where he doesn't have to die. \n\nThere's enough ways to entertain me with the means I have now to create my own personal head cannon and have a cowboy hunting and fishing crime simulator that I can let our Boah live out his life. \n\nI just know that when I do complete the story for the first time it's gonna wreck me. \nI enjoy this game entirely too much.\n\ud83e\udee0",
        "selftext_html": "<!-- SC_OFF --><div class=\"md\"><p>So for me personally, as it stands RDR2 was majorly spoiled after finding out about it on YT. Somehow, I wasn&#39;t really aware of RDR2s release and several years later I finally get into playing it for my first playthrough. I have yet to fully complete the story for my first full playthrough \n I have been dragging out the first 4 chapters over the past three months and I have it looming in the back of my mind that Arthur is going to eventually going to die and so I have taken as much time as I can finding out the small details of the game as naturally as I can and setting aside a few save points that I can always return to when I feel Arthur is at his prime and I can indefinitely stall the main storyline and create a space where he doesn&#39;t have to die. </p>\n\n<p>There&#39;s enough ways to entertain me with the means I have now to create my own personal head cannon and have a cowboy hunting and fishing crime simulator that I can let our Boah live out his life. </p>\n\n<p>I just know that when I do complete the story for the first time it&#39;s gonna wreck me. \nI enjoy this game entirely too much.\n\ud83e\udee0</p>\n</div><!-- SC_ON -->",
        "send_replies": true,
        "shortlink": "https://redd.it/1gn4qas",
        "spoiler": true,
        "stickied": false,
        "subreddit": "reddeadredemption",
        "subreddit_id": "t5_2rn7o",
        "subreddit_name_prefixed": "r/reddeadredemption",
        "subreddit_subscribers": 2023616,
        "subreddit_type": "public",
        "suggested_sort": "top",
        "thumbnail": "spoiler",
        "thumbnail_height": null,
        "thumbnail_width": null,
        "title": "Does/has anyone else do this in RDR2?!",
        "top_awarded_type": null,
        "total_awards_received": 0,
        "treatment_tags": [],
        "unhide": "<bound method Submission.unhide of Submission(id='1gn4qas')>",
        "unsave": "<bound method SavableMixin.unsave of Submission(id='1gn4qas')>",
        "ups": 4,
        "upvote": "<bound method VotableMixin.upvote of Submission(id='1gn4qas')>",
        "upvote_ratio": 0.84,
        "url": "https://www.reddit.com/r/reddeadredemption/comments/1gn4qas/doeshas_anyone_else_do_this_in_rdr2/",
        "user_reports": [],
        "view_count": null,
        "visited": false,
        "wls": 6,
        "created_date": "2024-11-09",
        "full_link": "https://www.reddit.com/r/reddeadredemption/comments/1gn4qas/doeshas_anyone_else_do_this_in_rdr2/"
    },
    "comments": [
        {
            "MISSING_COMMENT_MESSAGE": "This comment does not appear to be in the comment tree",
            "STR_FIELD": "id",
            "all_awardings": [],
            "approved_at_utc": null,
            "approved_by": null,
            "archived": false,
            "associated_award": null,
            "author": "Horror_Quick",
            "author_flair_background_color": null,
            "author_flair_css_class": null,
            "author_flair_richtext": [],
            "author_flair_template_id": null,
            "author_flair_text": null,
            "author_flair_text_color": null,
            "author_flair_type": "text",
            "author_fullname": "t2_951qygj4",
            "author_is_blocked": false,
            "author_patreon_flair": false,
            "author_premium": false,
            "award": "<bound method GildableMixin.award of Comment(id='lw7xzus')>",
            "awarders": [],
            "banned_at_utc": null,
            "banned_by": null,
            "block": "<bound method InboxableMixin.block of Comment(id='lw7xzus')>",
            "body": "My guy, you just described how I play videogames. I'm still scared to finish Fallout 4, cause after that... then what? :'(\nI've also very recently finished my original playthrough of Fallout 3 on ps3. lol\n\nThat being said, I just completed RDR2s story a couple days ago, and cried several times over the course of a few days while finishing it. Without spoiling too much, there's a bunch left to do once you \"complete\" the story. But definitely don't pass up those side missions. Lots of them are fantastic.",
            "body_html": "<div class=\"md\"><p>My guy, you just described how I play videogames. I&#39;m still scared to finish Fallout 4, cause after that... then what? :&#39;(\nI&#39;ve also very recently finished my original playthrough of Fallout 3 on ps3. lol</p>\n\n<p>That being said, I just completed RDR2s story a couple days ago, and cried several times over the course of a few days while finishing it. Without spoiling too much, there&#39;s a bunch left to do once you &quot;complete&quot; the story. But definitely don&#39;t pass up those side missions. Lots of them are fantastic.</p>\n</div>",
            "can_gild": false,
            "can_mod_post": false,
            "clear_vote": "<bound method VotableMixin.clear_vote of Comment(id='lw7xzus')>",
            "collapse": "<bound method InboxableMixin.collapse of Comment(id='lw7xzus')>",
            "collapsed": false,
            "collapsed_because_crowd_control": null,
            "collapsed_reason": null,
            "collapsed_reason_code": null,
            "comment_type": null,
            "controversiality": 0,
            "created": 1731139613.0,
            "created_utc": 1731139613.0,
            "delete": "<bound method EditableMixin.delete of Comment(id='lw7xzus')>",
            "depth": 0,
            "disable_inbox_replies": "<bound method InboxToggleableMixin.disable_inbox_replies of Comment(id='lw7xzus')>",
            "distinguished": null,
            "downs": 0,
            "downvote": "<bound method VotableMixin.downvote of Comment(id='lw7xzus')>",
            "edit": "<bound method EditableMixin.edit of Comment(id='lw7xzus')>",
            "edited": false,
            "enable_inbox_replies": "<bound method InboxToggleableMixin.enable_inbox_replies of Comment(id='lw7xzus')>",
            "fullname": "t1_lw7xzus",
            "gild": "<bound method GildableMixin.gild of Comment(id='lw7xzus')>",
            "gilded": 0,
            "gildings": {},
            "id": "lw7xzus",
            "id_from_url": "<function Comment.id_from_url at 0x769a8d5bbb50>",
            "is_root": true,
            "is_submitter": false,
            "likes": null,
            "link_id": "t3_1gn4qas",
            "locked": false,
            "mark_read": "<bound method InboxableMixin.mark_read of Comment(id='lw7xzus')>",
            "mark_unread": "<bound method InboxableMixin.mark_unread of Comment(id='lw7xzus')>",
            "mod": "<praw.models.reddit.comment.CommentModeration object at 0x769a8983d2d0>",
            "mod_note": null,
            "mod_reason_by": null,
            "mod_reason_title": null,
            "mod_reports": [],
            "name": "t1_lw7xzus",
            "no_follow": true,
            "num_reports": null,
            "parent": "<bound method Comment.parent of Comment(id='lw7xzus')>",
            "parent_id": "t3_1gn4qas",
            "parse": "<bound method PRAWBase.parse of <class 'praw.models.reddit.comment.Comment'>>",
            "permalink": "/r/reddeadredemption/comments/1gn4qas/doeshas_anyone_else_do_this_in_rdr2/lw7xzus/",
            "refresh": "<bound method Comment.refresh of Comment(id='lw7xzus')>",
            "removal_reason": null,
            "replies": "<praw.models.comment_forest.CommentForest object at 0x769a898a8dc0>",
            "reply": "<bound method ReplyableMixin.reply of Comment(id='lw7xzus')>",
            "report": "<bound method ReportableMixin.report of Comment(id='lw7xzus')>",
            "report_reasons": null,
            "save": "<bound method SavableMixin.save of Comment(id='lw7xzus')>",
            "saved": false,
            "score": 1,
            "score_hidden": true,
            "send_replies": true,
            "stickied": false,
            "submission": "1gn4qas",
            "subreddit": "reddeadredemption",
            "subreddit_id": "t5_2rn7o",
            "subreddit_name_prefixed": "r/reddeadredemption",
            "subreddit_type": "public",
            "top_awarded_type": null,
            "total_awards_received": 0,
            "treatment_tags": [],
            "unblock_subreddit": "<bound method InboxableMixin.unblock_subreddit of Comment(id='lw7xzus')>",
            "uncollapse": "<bound method InboxableMixin.uncollapse of Comment(id='lw7xzus')>",
            "unrepliable_reason": null,
            "unsave": "<bound method SavableMixin.unsave of Comment(id='lw7xzus')>",
            "ups": 1,
            "upvote": "<bound method VotableMixin.upvote of Comment(id='lw7xzus')>",
            "user_reports": []
        },
        {
            "MISSING_COMMENT_MESSAGE": "This comment does not appear to be in the comment tree",
            "STR_FIELD": "id",
            "all_awardings": [],
            "approved_at_utc": null,
            "approved_by": null,
            "archived": false,
            "associated_award": null,
            "author": "blackdude18",
            "author_flair_background_color": "transparent",
            "author_flair_css_class": null,
            "author_flair_richtext": [
                {
                    "a": ":hosea_matthews:",
                    "u": "https://emoji.redditmedia.com/inbabr8vq5t11_t5_2rn7o/hosea_matthews",
                    "e": "emoji"
                },
                {
                    "e": "text",
                    "t": " Hosea Matthews"
                }
            ],
            "author_flair_template_id": "009ec18c-b523-11e8-a0dd-0ef63ea61dac",
            "author_flair_text": ":hosea_matthews: Hosea Matthews",
            "author_flair_text_color": "dark",
            "author_flair_type": "richtext",
            "author_fullname": "t2_9am0wud1",
            "author_is_blocked": false,
            "author_patreon_flair": false,
            "author_premium": false,
            "award": "<bound method GildableMixin.award of Comment(id='lw7urdx')>",
            "awarders": [],
            "banned_at_utc": null,
            "banned_by": null,
            "block": "<bound method InboxableMixin.block of Comment(id='lw7urdx')>",
            "body": "I feel for you. But many events and side missions in chapter 6 do prepare you for the inevitable. It\u2019ll still be a disaster when you get there but it does prepare you somewhat. I suggest you spend a lot of time in chapter 6 doing as many side quests, chance encounters and stranger missions as you can.\n\nAlso, There is a side quest northeast of Brandywine Drop available in chapter 6. It\u2019s very easily missable because it\u2019s not exactly a stranger mission and it\u2019s at northeast end of the map .",
            "body_html": "<div class=\"md\"><p>I feel for you. But many events and side missions in chapter 6 do prepare you for the inevitable. It\u2019ll still be a disaster when you get there but it does prepare you somewhat. I suggest you spend a lot of time in chapter 6 doing as many side quests, chance encounters and stranger missions as you can.</p>\n\n<p>Also, There is a side quest northeast of Brandywine Drop available in chapter 6. It\u2019s very easily missable because it\u2019s not exactly a stranger mission and it\u2019s at northeast end of the map .</p>\n</div>",
            "can_gild": false,
            "can_mod_post": false,
            "clear_vote": "<bound method VotableMixin.clear_vote of Comment(id='lw7urdx')>",
            "collapse": "<bound method InboxableMixin.collapse of Comment(id='lw7urdx')>",
            "collapsed": false,
            "collapsed_because_crowd_control": null,
            "collapsed_reason": null,
            "collapsed_reason_code": null,
            "comment_type": null,
            "controversiality": 0,
            "created": 1731137541.0,
            "created_utc": 1731137541.0,
            "delete": "<bound method EditableMixin.delete of Comment(id='lw7urdx')>",
            "depth": 0,
            "disable_inbox_replies": "<bound method InboxToggleableMixin.disable_inbox_replies of Comment(id='lw7urdx')>",
            "distinguished": null,
            "downs": 0,
            "downvote": "<bound method VotableMixin.downvote of Comment(id='lw7urdx')>",
            "edit": "<bound method EditableMixin.edit of Comment(id='lw7urdx')>",
            "edited": 1731137750.0,
            "enable_inbox_replies": "<bound method InboxToggleableMixin.enable_inbox_replies of Comment(id='lw7urdx')>",
            "fullname": "t1_lw7urdx",
            "gild": "<bound method GildableMixin.gild of Comment(id='lw7urdx')>",
            "gilded": 0,
            "gildings": {},
            "id": "lw7urdx",
            "id_from_url": "<function Comment.id_from_url at 0x769a8d5bbb50>",
            "is_root": true,
            "is_submitter": false,
            "likes": null,
            "link_id": "t3_1gn4qas",
            "locked": false,
            "mark_read": "<bound method InboxableMixin.mark_read of Comment(id='lw7urdx')>",
            "mark_unread": "<bound method InboxableMixin.mark_unread of Comment(id='lw7urdx')>",
            "mod": "<praw.models.reddit.comment.CommentModeration object at 0x769a898a9060>",
            "mod_note": null,
            "mod_reason_by": null,
            "mod_reason_title": null,
            "mod_reports": [],
            "name": "t1_lw7urdx",
            "no_follow": true,
            "num_reports": null,
            "parent": "<bound method Comment.parent of Comment(id='lw7urdx')>",
            "parent_id": "t3_1gn4qas",
            "parse": "<bound method PRAWBase.parse of <class 'praw.models.reddit.comment.Comment'>>",
            "permalink": "/r/reddeadredemption/comments/1gn4qas/doeshas_anyone_else_do_this_in_rdr2/lw7urdx/",
            "refresh": "<bound method Comment.refresh of Comment(id='lw7urdx')>",
            "removal_reason": null,
            "replies": "<praw.models.comment_forest.CommentForest object at 0x769a898a8040>",
            "reply": "<bound method ReplyableMixin.reply of Comment(id='lw7urdx')>",
            "report": "<bound method ReportableMixin.report of Comment(id='lw7urdx')>",
            "report_reasons": null,
            "save": "<bound method SavableMixin.save of Comment(id='lw7urdx')>",
            "saved": false,
            "score": 1,
            "score_hidden": true,
            "send_replies": true,
            "stickied": false,
            "submission": "1gn4qas",
            "subreddit": "reddeadredemption",
            "subreddit_id": "t5_2rn7o",
            "subreddit_name_prefixed": "r/reddeadredemption",
            "subreddit_type": "public",
            "top_awarded_type": null,
            "total_awards_received": 0,
            "treatment_tags": [],
            "unblock_subreddit": "<bound method InboxableMixin.unblock_subreddit of Comment(id='lw7urdx')>",
            "uncollapse": "<bound method InboxableMixin.uncollapse of Comment(id='lw7urdx')>",
            "unrepliable_reason": null,
            "unsave": "<bound method SavableMixin.unsave of Comment(id='lw7urdx')>",
            "ups": 1,
            "upvote": "<bound method VotableMixin.upvote of Comment(id='lw7urdx')>",
            "user_reports": []
        },
        {
            "MISSING_COMMENT_MESSAGE": "This comment does not appear to be in the comment tree",
            "STR_FIELD": "id",
            "all_awardings": [],
            "approved_at_utc": null,
            "approved_by": null,
            "archived": false,
            "associated_award": null,
            "author": "Top_Requirement_9582",
            "author_flair_background_color": null,
            "author_flair_css_class": null,
            "author_flair_richtext": [],
            "author_flair_template_id": null,
            "author_flair_text": null,
            "author_flair_text_color": null,
            "author_flair_type": "text",
            "author_fullname": "t2_1ch3iaiczl",
            "author_is_blocked": false,
            "author_patreon_flair": false,
            "author_premium": false,
            "award": "<bound method GildableMixin.award of Comment(id='lw7y7q4')>",
            "awarders": [],
            "banned_at_utc": null,
            "banned_by": null,
            "block": "<bound method InboxableMixin.block of Comment(id='lw7y7q4')>",
            "body": "I encountered the very same thing with Fallout 4...lol stretched it out for like 4 or 5 months on the first playthrough",
            "body_html": "<div class=\"md\"><p>I encountered the very same thing with Fallout 4...lol stretched it out for like 4 or 5 months on the first playthrough</p>\n</div>",
            "can_gild": false,
            "can_mod_post": false,
            "clear_vote": "<bound method VotableMixin.clear_vote of Comment(id='lw7y7q4')>",
            "collapse": "<bound method InboxableMixin.collapse of Comment(id='lw7y7q4')>",
            "collapsed": false,
            "collapsed_because_crowd_control": null,
            "collapsed_reason": null,
            "collapsed_reason_code": null,
            "comment_type": null,
            "controversiality": 0,
            "created": 1731139755.0,
            "created_utc": 1731139755.0,
            "delete": "<bound method EditableMixin.delete of Comment(id='lw7y7q4')>",
            "depth": 1,
            "disable_inbox_replies": "<bound method InboxToggleableMixin.disable_inbox_replies of Comment(id='lw7y7q4')>",
            "distinguished": null,
            "downs": 0,
            "downvote": "<bound method VotableMixin.downvote of Comment(id='lw7y7q4')>",
            "edit": "<bound method EditableMixin.edit of Comment(id='lw7y7q4')>",
            "edited": false,
            "enable_inbox_replies": "<bound method InboxToggleableMixin.enable_inbox_replies of Comment(id='lw7y7q4')>",
            "fullname": "t1_lw7y7q4",
            "gild": "<bound method GildableMixin.gild of Comment(id='lw7y7q4')>",
            "gilded": 0,
            "gildings": {},
            "id": "lw7y7q4",
            "id_from_url": "<function Comment.id_from_url at 0x769a8d5bbb50>",
            "is_root": false,
            "is_submitter": true,
            "likes": null,
            "link_id": "t3_1gn4qas",
            "locked": false,
            "mark_read": "<bound method InboxableMixin.mark_read of Comment(id='lw7y7q4')>",
            "mark_unread": "<bound method InboxableMixin.mark_unread of Comment(id='lw7y7q4')>",
            "mod": "<praw.models.reddit.comment.CommentModeration object at 0x769a898abbb0>",
            "mod_note": null,
            "mod_reason_by": null,
            "mod_reason_title": null,
            "mod_reports": [],
            "name": "t1_lw7y7q4",
            "no_follow": true,
            "num_reports": null,
            "parent": "<bound method Comment.parent of Comment(id='lw7y7q4')>",
            "parent_id": "t1_lw7xzus",
            "parse": "<bound method PRAWBase.parse of <class 'praw.models.reddit.comment.Comment'>>",
            "permalink": "/r/reddeadredemption/comments/1gn4qas/doeshas_anyone_else_do_this_in_rdr2/lw7y7q4/",
            "refresh": "<bound method Comment.refresh of Comment(id='lw7y7q4')>",
            "removal_reason": null,
            "replies": "<praw.models.comment_forest.CommentForest object at 0x769a898abca0>",
            "reply": "<bound method ReplyableMixin.reply of Comment(id='lw7y7q4')>",
            "report": "<bound method ReportableMixin.report of Comment(id='lw7y7q4')>",
            "report_reasons": null,
            "save": "<bound method SavableMixin.save of Comment(id='lw7y7q4')>",
            "saved": false,
            "score": 1,
            "score_hidden": true,
            "send_replies": true,
            "stickied": false,
            "submission": "1gn4qas",
            "subreddit": "reddeadredemption",
            "subreddit_id": "t5_2rn7o",
            "subreddit_name_prefixed": "r/reddeadredemption",
            "subreddit_type": "public",
            "top_awarded_type": null,
            "total_awards_received": 0,
            "treatment_tags": [],
            "unblock_subreddit": "<bound method InboxableMixin.unblock_subreddit of Comment(id='lw7y7q4')>",
            "uncollapse": "<bound method InboxableMixin.uncollapse of Comment(id='lw7y7q4')>",
            "unrepliable_reason": null,
            "unsave": "<bound method SavableMixin.unsave of Comment(id='lw7y7q4')>",
            "ups": 1,
            "upvote": "<bound method VotableMixin.upvote of Comment(id='lw7y7q4')>",
            "user_reports": []
        },
        {
            "MISSING_COMMENT_MESSAGE": "This comment does not appear to be in the comment tree",
            "STR_FIELD": "id",
            "all_awardings": [],
            "approved_at_utc": null,
            "approved_by": null,
            "archived": false,
            "associated_award": null,
            "author": "Top_Requirement_9582",
            "author_flair_background_color": null,
            "author_flair_css_class": null,
            "author_flair_richtext": [],
            "author_flair_template_id": null,
            "author_flair_text": null,
            "author_flair_text_color": null,
            "author_flair_type": "text",
            "author_fullname": "t2_1ch3iaiczl",
            "author_is_blocked": false,
            "author_patreon_flair": false,
            "author_premium": false,
            "award": "<bound method GildableMixin.award of Comment(id='lw7uwoh')>",
            "awarders": [],
            "banned_at_utc": null,
            "banned_by": null,
            "block": "<bound method InboxableMixin.block of Comment(id='lw7uwoh')>",
            "body": "Thanks for the heads up partner, outlaws for life!",
            "body_html": "<div class=\"md\"><p>Thanks for the heads up partner, outlaws for life!</p>\n</div>",
            "can_gild": false,
            "can_mod_post": false,
            "clear_vote": "<bound method VotableMixin.clear_vote of Comment(id='lw7uwoh')>",
            "collapse": "<bound method InboxableMixin.collapse of Comment(id='lw7uwoh')>",
            "collapsed": false,
            "collapsed_because_crowd_control": null,
            "collapsed_reason": null,
            "collapsed_reason_code": null,
            "comment_type": null,
            "controversiality": 0,
            "created": 1731137632.0,
            "created_utc": 1731137632.0,
            "delete": "<bound method EditableMixin.delete of Comment(id='lw7uwoh')>",
            "depth": 1,
            "disable_inbox_replies": "<bound method InboxToggleableMixin.disable_inbox_replies of Comment(id='lw7uwoh')>",
            "distinguished": null,
            "downs": 0,
            "downvote": "<bound method VotableMixin.downvote of Comment(id='lw7uwoh')>",
            "edit": "<bound method EditableMixin.edit of Comment(id='lw7uwoh')>",
            "edited": false,
            "enable_inbox_replies": "<bound method InboxToggleableMixin.enable_inbox_replies of Comment(id='lw7uwoh')>",
            "fullname": "t1_lw7uwoh",
            "gild": "<bound method GildableMixin.gild of Comment(id='lw7uwoh')>",
            "gilded": 0,
            "gildings": {},
            "id": "lw7uwoh",
            "id_from_url": "<function Comment.id_from_url at 0x769a8d5bbb50>",
            "is_root": false,
            "is_submitter": true,
            "likes": null,
            "link_id": "t3_1gn4qas",
            "locked": false,
            "mark_read": "<bound method InboxableMixin.mark_read of Comment(id='lw7uwoh')>",
            "mark_unread": "<bound method InboxableMixin.mark_unread of Comment(id='lw7uwoh')>",
            "mod": "<praw.models.reddit.comment.CommentModeration object at 0x769a898ab3a0>",
            "mod_note": null,
            "mod_reason_by": null,
            "mod_reason_title": null,
            "mod_reports": [],
            "name": "t1_lw7uwoh",
            "no_follow": true,
            "num_reports": null,
            "parent": "<bound method Comment.parent of Comment(id='lw7uwoh')>",
            "parent_id": "t1_lw7urdx",
            "parse": "<bound method PRAWBase.parse of <class 'praw.models.reddit.comment.Comment'>>",
            "permalink": "/r/reddeadredemption/comments/1gn4qas/doeshas_anyone_else_do_this_in_rdr2/lw7uwoh/",
            "refresh": "<bound method Comment.refresh of Comment(id='lw7uwoh')>",
            "removal_reason": null,
            "replies": "<praw.models.comment_forest.CommentForest object at 0x769a898aaf80>",
            "reply": "<bound method ReplyableMixin.reply of Comment(id='lw7uwoh')>",
            "report": "<bound method ReportableMixin.report of Comment(id='lw7uwoh')>",
            "report_reasons": null,
            "save": "<bound method SavableMixin.save of Comment(id='lw7uwoh')>",
            "saved": false,
            "score": 1,
            "score_hidden": true,
            "send_replies": true,
            "stickied": false,
            "submission": "1gn4qas",
            "subreddit": "reddeadredemption",
            "subreddit_id": "t5_2rn7o",
            "subreddit_name_prefixed": "r/reddeadredemption",
            "subreddit_type": "public",
            "top_awarded_type": null,
            "total_awards_received": 0,
            "treatment_tags": [],
            "unblock_subreddit": "<bound method InboxableMixin.unblock_subreddit of Comment(id='lw7uwoh')>",
            "uncollapse": "<bound method InboxableMixin.uncollapse of Comment(id='lw7uwoh')>",
            "unrepliable_reason": null,
            "unsave": "<bound method SavableMixin.unsave of Comment(id='lw7uwoh')>",
            "ups": 1,
            "upvote": "<bound method VotableMixin.upvote of Comment(id='lw7uwoh')>",
            "user_reports": []
        }
    ]
}