File size: 33,190 Bytes
811eef3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
562
563
564
565
{
    "post": {
        "STR_FIELD": "id",
        "add_fetch_param": "<bound method Submission.add_fetch_param of Submission(id='1hb9gfi')>",
        "all_awardings": [],
        "allow_live_comments": false,
        "approved_at_utc": null,
        "approved_by": null,
        "archived": false,
        "author": "mikka777",
        "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_5wc1p8l8",
        "author_is_blocked": false,
        "author_patreon_flair": false,
        "author_premium": false,
        "award": "<bound method GildableMixin.award of Submission(id='1hb9gfi')>",
        "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='1hb9gfi')>",
        "clicked": false,
        "comment_limit": 2048,
        "comment_sort": "confidence",
        "comments": "<praw.models.comment_forest.CommentForest object at 0x1270823e0>",
        "content_categories": null,
        "contest_mode": false,
        "created": 1733857602.0,
        "created_utc": 1733857602.0,
        "crosspost": "<bound method Submission.crosspost of Submission(id='1hb9gfi')>",
        "delete": "<bound method EditableMixin.delete of Submission(id='1hb9gfi')>",
        "disable_inbox_replies": "<bound method InboxToggleableMixin.disable_inbox_replies of Submission(id='1hb9gfi')>",
        "discussion_type": null,
        "distinguished": null,
        "domain": "self.reddeadredemption",
        "downs": 0,
        "downvote": "<bound method VotableMixin.downvote of Submission(id='1hb9gfi')>",
        "duplicates": "<bound method SubmissionListingMixin.duplicates of Submission(id='1hb9gfi')>",
        "edit": "<bound method EditableMixin.edit of Submission(id='1hb9gfi')>",
        "edited": false,
        "enable_inbox_replies": "<bound method InboxToggleableMixin.enable_inbox_replies of Submission(id='1hb9gfi')>",
        "flair": "<praw.models.reddit.submission.SubmissionFlair object at 0x1274e6bf0>",
        "fullname": "t3_1hb9gfi",
        "gild": "<bound method GildableMixin.gild of Submission(id='1hb9gfi')>",
        "gilded": 0,
        "gildings": {},
        "hidden": false,
        "hide": "<bound method Submission.hide of Submission(id='1hb9gfi')>",
        "hide_score": false,
        "id": "1hb9gfi",
        "id_from_url": "<function Submission.id_from_url at 0x1028f2ef0>",
        "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": "",
        "link_flair_css_class": "ten",
        "link_flair_richtext": [
            {
                "e": "text",
                "t": "Spoiler"
            }
        ],
        "link_flair_text": "Spoiler",
        "link_flair_text_color": "dark",
        "link_flair_type": "richtext",
        "locked": false,
        "mark_visited": "<bound method Submission.mark_visited of Submission(id='1hb9gfi')>",
        "media": null,
        "media_embed": {},
        "media_only": false,
        "mod": "<praw.models.reddit.submission.SubmissionModeration object at 0x11484b0a0>",
        "mod_note": null,
        "mod_reason_by": null,
        "mod_reason_title": null,
        "mod_reports": [],
        "name": "t3_1hb9gfi",
        "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/1hb9gfi/rdr2s_attention_to_detail_continues_to_amaze_me/",
        "pinned": false,
        "pwls": 6,
        "quarantine": false,
        "removal_reason": null,
        "removed_by": null,
        "removed_by_category": null,
        "reply": "<bound method ReplyableMixin.reply of Submission(id='1hb9gfi')>",
        "report": "<bound method ReportableMixin.report of Submission(id='1hb9gfi')>",
        "report_reasons": null,
        "save": "<bound method SavableMixin.save of Submission(id='1hb9gfi')>",
        "saved": false,
        "score": 2,
        "secure_media": null,
        "secure_media_embed": {},
        "selftext": "Hey everyone,\n\nI\u2019ve been diving into *Red Dead Redemption 2* lately, and I am constantly blown away by how realistic and immersive the game is. Today, I had one of those moments where I just had to stop and appreciate the developers' attention to detail.\n\nSo, I was wandering through the wilderness when I saw an opossum cross my path. Out of nowhere, it \"dropped dead\" right in front of me. Being familiar with opossums in real life, I realized it was likely just playing dead, as they do when threatened. But then, the game's UI presented the option to skin the animal.\n\nHere\u2019s the thing\u2014I tried to go through with it (don\u2019t judge me! \ud83d\ude02), but before I could do anything, the little guy suddenly \"woke up\" and bolted into the bushes! I was left standing there like, \u201cDid that just happen?!\u201d\n\nThe level of realism in this game is honestly insane. Has anyone else encountered this little detail? Or maybe other similar moments that made you stop and think, \u201cWow, the devs really thought of everything\u201d?\n\nLet\u2019s hear your stories\u2014I\u2019d love to know what moments stood out to you in RDR2!",
        "selftext_html": "<!-- SC_OFF --><div class=\"md\"><p>Hey everyone,</p>\n\n<p>I\u2019ve been diving into <em>Red Dead Redemption 2</em> lately, and I am constantly blown away by how realistic and immersive the game is. Today, I had one of those moments where I just had to stop and appreciate the developers&#39; attention to detail.</p>\n\n<p>So, I was wandering through the wilderness when I saw an opossum cross my path. Out of nowhere, it &quot;dropped dead&quot; right in front of me. Being familiar with opossums in real life, I realized it was likely just playing dead, as they do when threatened. But then, the game&#39;s UI presented the option to skin the animal.</p>\n\n<p>Here\u2019s the thing\u2014I tried to go through with it (don\u2019t judge me! \ud83d\ude02), but before I could do anything, the little guy suddenly &quot;woke up&quot; and bolted into the bushes! I was left standing there like, \u201cDid that just happen?!\u201d</p>\n\n<p>The level of realism in this game is honestly insane. Has anyone else encountered this little detail? Or maybe other similar moments that made you stop and think, \u201cWow, the devs really thought of everything\u201d?</p>\n\n<p>Let\u2019s hear your stories\u2014I\u2019d love to know what moments stood out to you in RDR2!</p>\n</div><!-- SC_ON -->",
        "send_replies": true,
        "shortlink": "https://redd.it/1hb9gfi",
        "spoiler": true,
        "stickied": false,
        "subreddit": "reddeadredemption",
        "subreddit_id": "t5_2rn7o",
        "subreddit_name_prefixed": "r/reddeadredemption",
        "subreddit_subscribers": 2092144,
        "subreddit_type": "public",
        "suggested_sort": "top",
        "thumbnail": "spoiler",
        "thumbnail_height": null,
        "thumbnail_width": null,
        "title": "RDR2's Attention to Detail Continues to Amaze Me! (Spoiler: Opossum Shenanigans \ud83d\ude02)",
        "top_awarded_type": null,
        "total_awards_received": 0,
        "treatment_tags": [],
        "unhide": "<bound method Submission.unhide of Submission(id='1hb9gfi')>",
        "unsave": "<bound method SavableMixin.unsave of Submission(id='1hb9gfi')>",
        "ups": 2,
        "upvote": "<bound method VotableMixin.upvote of Submission(id='1hb9gfi')>",
        "upvote_ratio": 0.6,
        "url": "https://www.reddit.com/r/reddeadredemption/comments/1hb9gfi/rdr2s_attention_to_detail_continues_to_amaze_me/",
        "user_reports": [],
        "view_count": null,
        "visited": false,
        "wls": 6,
        "created_date": "2024-12-10",
        "full_link": "https://www.reddit.com/r/reddeadredemption/comments/1hb9gfi/rdr2s_attention_to_detail_continues_to_amaze_me/"
    },
    "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": "Tough_Stretch",
            "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_5lwmg95u",
            "author_is_blocked": false,
            "author_patreon_flair": false,
            "author_premium": false,
            "award": "<bound method GildableMixin.award of Comment(id='m1ejhdn')>",
            "awarders": [],
            "banned_at_utc": null,
            "banned_by": null,
            "block": "<bound method InboxableMixin.block of Comment(id='m1ejhdn')>",
            "body": "Yeah, there's a lot of stuff like that. I saw the same thing happen during my first playthrough, but when I tried to skin it I was fully expecting it to stop playing dead and run away, like a real possum. \n\nOn that same playthrough I was struggling to hunt the legendary panther because it always snuck up on me and killed me before I could react, so I got fed up and I decided to try to lay a trap for it but I didn't have any bait on me, so I shot a deer and left its carcass close to where it always killed me and wandered off to hide some distance away. Sure enough, after a while the panther came out to inspect the dead deer and I was able to easily snipe it. I was impressed that half-assed plan I cooked up based on what I would've done in real life actually worked in the game.",
            "body_html": "<div class=\"md\"><p>Yeah, there&#39;s a lot of stuff like that. I saw the same thing happen during my first playthrough, but when I tried to skin it I was fully expecting it to stop playing dead and run away, like a real possum. </p>\n\n<p>On that same playthrough I was struggling to hunt the legendary panther because it always snuck up on me and killed me before I could react, so I got fed up and I decided to try to lay a trap for it but I didn&#39;t have any bait on me, so I shot a deer and left its carcass close to where it always killed me and wandered off to hide some distance away. Sure enough, after a while the panther came out to inspect the dead deer and I was able to easily snipe it. I was impressed that half-assed plan I cooked up based on what I would&#39;ve done in real life actually worked in the game.</p>\n</div>",
            "can_gild": false,
            "can_mod_post": false,
            "clear_vote": "<bound method VotableMixin.clear_vote of Comment(id='m1ejhdn')>",
            "collapse": "<bound method InboxableMixin.collapse of Comment(id='m1ejhdn')>",
            "collapsed": false,
            "collapsed_because_crowd_control": null,
            "collapsed_reason": null,
            "collapsed_reason_code": null,
            "comment_type": null,
            "controversiality": 0,
            "created": 1733858097.0,
            "created_utc": 1733858097.0,
            "delete": "<bound method EditableMixin.delete of Comment(id='m1ejhdn')>",
            "depth": 0,
            "disable_inbox_replies": "<bound method InboxToggleableMixin.disable_inbox_replies of Comment(id='m1ejhdn')>",
            "distinguished": null,
            "downs": 0,
            "downvote": "<bound method VotableMixin.downvote of Comment(id='m1ejhdn')>",
            "edit": "<bound method EditableMixin.edit of Comment(id='m1ejhdn')>",
            "edited": false,
            "enable_inbox_replies": "<bound method InboxToggleableMixin.enable_inbox_replies of Comment(id='m1ejhdn')>",
            "fullname": "t1_m1ejhdn",
            "gild": "<bound method GildableMixin.gild of Comment(id='m1ejhdn')>",
            "gilded": 0,
            "gildings": {},
            "id": "m1ejhdn",
            "id_from_url": "<function Comment.id_from_url at 0x1028f0670>",
            "is_root": true,
            "is_submitter": false,
            "likes": null,
            "link_id": "t3_1hb9gfi",
            "locked": false,
            "mark_read": "<bound method InboxableMixin.mark_read of Comment(id='m1ejhdn')>",
            "mark_unread": "<bound method InboxableMixin.mark_unread of Comment(id='m1ejhdn')>",
            "mod": "<praw.models.reddit.comment.CommentModeration object at 0x11484b160>",
            "mod_note": null,
            "mod_reason_by": null,
            "mod_reason_title": null,
            "mod_reports": [],
            "name": "t1_m1ejhdn",
            "no_follow": false,
            "num_reports": null,
            "parent": "<bound method Comment.parent of Comment(id='m1ejhdn')>",
            "parent_id": "t3_1hb9gfi",
            "parse": "<bound method PRAWBase.parse of <class 'praw.models.reddit.comment.Comment'>>",
            "permalink": "/r/reddeadredemption/comments/1hb9gfi/rdr2s_attention_to_detail_continues_to_amaze_me/m1ejhdn/",
            "refresh": "<bound method Comment.refresh of Comment(id='m1ejhdn')>",
            "removal_reason": null,
            "replies": "<praw.models.comment_forest.CommentForest object at 0x1270824d0>",
            "reply": "<bound method ReplyableMixin.reply of Comment(id='m1ejhdn')>",
            "report": "<bound method ReportableMixin.report of Comment(id='m1ejhdn')>",
            "report_reasons": null,
            "save": "<bound method SavableMixin.save of Comment(id='m1ejhdn')>",
            "saved": false,
            "score": 6,
            "score_hidden": false,
            "send_replies": true,
            "stickied": false,
            "submission": "1hb9gfi",
            "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='m1ejhdn')>",
            "uncollapse": "<bound method InboxableMixin.uncollapse of Comment(id='m1ejhdn')>",
            "unrepliable_reason": null,
            "unsave": "<bound method SavableMixin.unsave of Comment(id='m1ejhdn')>",
            "ups": 6,
            "upvote": "<bound method VotableMixin.upvote of Comment(id='m1ejhdn')>",
            "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": "schmatty23",
            "author_flair_background_color": "",
            "author_flair_css_class": "red",
            "author_flair_richtext": [
                {
                    "e": "text",
                    "t": "I saw my boss, kiss a man!"
                }
            ],
            "author_flair_template_id": null,
            "author_flair_text": "I saw my boss, kiss a man!",
            "author_flair_text_color": "dark",
            "author_flair_type": "richtext",
            "author_fullname": "t2_127qem",
            "author_is_blocked": false,
            "author_patreon_flair": false,
            "author_premium": false,
            "award": "<bound method GildableMixin.award of Comment(id='m1es049')>",
            "awarders": [],
            "banned_at_utc": null,
            "banned_by": null,
            "block": "<bound method InboxableMixin.block of Comment(id='m1es049')>",
            "body": "NPC's incredibly detailed routines. The best breakdown I've seen is the workers at Heaven Hill Ranch, who perform daily chores, collect their goods, and drive all throughout the map delivering product. The owner is a drunk, and some nights if he gets particularly tuned up he sleeps on the floor of the house. Other nights he makes it to the bed. \n\nhttps://www.reddit.com/r/reddeadredemption/comments/facc96/studied_the_hill_haven_ranchers_for_a_few_hours/",
            "body_html": "<div class=\"md\"><p>NPC&#39;s incredibly detailed routines. The best breakdown I&#39;ve seen is the workers at Heaven Hill Ranch, who perform daily chores, collect their goods, and drive all throughout the map delivering product. The owner is a drunk, and some nights if he gets particularly tuned up he sleeps on the floor of the house. Other nights he makes it to the bed. </p>\n\n<p><a href=\"https://www.reddit.com/r/reddeadredemption/comments/facc96/studied_the_hill_haven_ranchers_for_a_few_hours/\">https://www.reddit.com/r/reddeadredemption/comments/facc96/studied_the_hill_haven_ranchers_for_a_few_hours/</a></p>\n</div>",
            "can_gild": false,
            "can_mod_post": false,
            "clear_vote": "<bound method VotableMixin.clear_vote of Comment(id='m1es049')>",
            "collapse": "<bound method InboxableMixin.collapse of Comment(id='m1es049')>",
            "collapsed": false,
            "collapsed_because_crowd_control": null,
            "collapsed_reason": null,
            "collapsed_reason_code": null,
            "comment_type": null,
            "controversiality": 0,
            "created": 1733860740.0,
            "created_utc": 1733860740.0,
            "delete": "<bound method EditableMixin.delete of Comment(id='m1es049')>",
            "depth": 0,
            "disable_inbox_replies": "<bound method InboxToggleableMixin.disable_inbox_replies of Comment(id='m1es049')>",
            "distinguished": null,
            "downs": 0,
            "downvote": "<bound method VotableMixin.downvote of Comment(id='m1es049')>",
            "edit": "<bound method EditableMixin.edit of Comment(id='m1es049')>",
            "edited": false,
            "enable_inbox_replies": "<bound method InboxToggleableMixin.enable_inbox_replies of Comment(id='m1es049')>",
            "fullname": "t1_m1es049",
            "gild": "<bound method GildableMixin.gild of Comment(id='m1es049')>",
            "gilded": 0,
            "gildings": {},
            "id": "m1es049",
            "id_from_url": "<function Comment.id_from_url at 0x1028f0670>",
            "is_root": true,
            "is_submitter": false,
            "likes": null,
            "link_id": "t3_1hb9gfi",
            "locked": false,
            "mark_read": "<bound method InboxableMixin.mark_read of Comment(id='m1es049')>",
            "mark_unread": "<bound method InboxableMixin.mark_unread of Comment(id='m1es049')>",
            "mod": "<praw.models.reddit.comment.CommentModeration object at 0x127083190>",
            "mod_note": null,
            "mod_reason_by": null,
            "mod_reason_title": null,
            "mod_reports": [],
            "name": "t1_m1es049",
            "no_follow": true,
            "num_reports": null,
            "parent": "<bound method Comment.parent of Comment(id='m1es049')>",
            "parent_id": "t3_1hb9gfi",
            "parse": "<bound method PRAWBase.parse of <class 'praw.models.reddit.comment.Comment'>>",
            "permalink": "/r/reddeadredemption/comments/1hb9gfi/rdr2s_attention_to_detail_continues_to_amaze_me/m1es049/",
            "refresh": "<bound method Comment.refresh of Comment(id='m1es049')>",
            "removal_reason": null,
            "replies": "<praw.models.comment_forest.CommentForest object at 0x1270830d0>",
            "reply": "<bound method ReplyableMixin.reply of Comment(id='m1es049')>",
            "report": "<bound method ReportableMixin.report of Comment(id='m1es049')>",
            "report_reasons": null,
            "save": "<bound method SavableMixin.save of Comment(id='m1es049')>",
            "saved": false,
            "score": 3,
            "score_hidden": false,
            "send_replies": true,
            "stickied": false,
            "submission": "1hb9gfi",
            "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='m1es049')>",
            "uncollapse": "<bound method InboxableMixin.uncollapse of Comment(id='m1es049')>",
            "unrepliable_reason": null,
            "unsave": "<bound method SavableMixin.unsave of Comment(id='m1es049')>",
            "ups": 3,
            "upvote": "<bound method VotableMixin.upvote of Comment(id='m1es049')>",
            "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": "ComradRogers",
            "author_flair_background_color": "transparent",
            "author_flair_css_class": null,
            "author_flair_richtext": [
                {
                    "a": ":uncle:",
                    "u": "https://emoji.redditmedia.com/otpgrhnwq5t11_t5_2rn7o/uncle",
                    "e": "emoji"
                },
                {
                    "e": "text",
                    "t": " Uncle"
                }
            ],
            "author_flair_template_id": "251397d6-b523-11e8-9774-0e893bd8065a",
            "author_flair_text": ":uncle: Uncle",
            "author_flair_text_color": "dark",
            "author_flair_type": "richtext",
            "author_fullname": "t2_z4lbqa8mj",
            "author_is_blocked": false,
            "author_patreon_flair": false,
            "author_premium": false,
            "award": "<bound method GildableMixin.award of Comment(id='m1h8pqn')>",
            "awarders": [],
            "banned_at_utc": null,
            "banned_by": null,
            "block": "<bound method InboxableMixin.block of Comment(id='m1h8pqn')>",
            "body": "I was walking through the woods, and climbed up on a rock, and saw 2 bucks fighting. One went down but the other was locked in with him and couldn't get away. I walked up and he kept trying to break away, I was able to get a 3 star pelt.",
            "body_html": "<div class=\"md\"><p>I was walking through the woods, and climbed up on a rock, and saw 2 bucks fighting. One went down but the other was locked in with him and couldn&#39;t get away. I walked up and he kept trying to break away, I was able to get a 3 star pelt.</p>\n</div>",
            "can_gild": false,
            "can_mod_post": false,
            "clear_vote": "<bound method VotableMixin.clear_vote of Comment(id='m1h8pqn')>",
            "collapse": "<bound method InboxableMixin.collapse of Comment(id='m1h8pqn')>",
            "collapsed": false,
            "collapsed_because_crowd_control": null,
            "collapsed_reason": null,
            "collapsed_reason_code": null,
            "comment_type": null,
            "controversiality": 0,
            "created": 1733892251.0,
            "created_utc": 1733892251.0,
            "delete": "<bound method EditableMixin.delete of Comment(id='m1h8pqn')>",
            "depth": 0,
            "disable_inbox_replies": "<bound method InboxToggleableMixin.disable_inbox_replies of Comment(id='m1h8pqn')>",
            "distinguished": null,
            "downs": 0,
            "downvote": "<bound method VotableMixin.downvote of Comment(id='m1h8pqn')>",
            "edit": "<bound method EditableMixin.edit of Comment(id='m1h8pqn')>",
            "edited": false,
            "enable_inbox_replies": "<bound method InboxToggleableMixin.enable_inbox_replies of Comment(id='m1h8pqn')>",
            "fullname": "t1_m1h8pqn",
            "gild": "<bound method GildableMixin.gild of Comment(id='m1h8pqn')>",
            "gilded": 0,
            "gildings": {},
            "id": "m1h8pqn",
            "id_from_url": "<function Comment.id_from_url at 0x1028f0670>",
            "is_root": true,
            "is_submitter": false,
            "likes": null,
            "link_id": "t3_1hb9gfi",
            "locked": false,
            "mark_read": "<bound method InboxableMixin.mark_read of Comment(id='m1h8pqn')>",
            "mark_unread": "<bound method InboxableMixin.mark_unread of Comment(id='m1h8pqn')>",
            "mod": "<praw.models.reddit.comment.CommentModeration object at 0x127083250>",
            "mod_note": null,
            "mod_reason_by": null,
            "mod_reason_title": null,
            "mod_reports": [],
            "name": "t1_m1h8pqn",
            "no_follow": true,
            "num_reports": null,
            "parent": "<bound method Comment.parent of Comment(id='m1h8pqn')>",
            "parent_id": "t3_1hb9gfi",
            "parse": "<bound method PRAWBase.parse of <class 'praw.models.reddit.comment.Comment'>>",
            "permalink": "/r/reddeadredemption/comments/1hb9gfi/rdr2s_attention_to_detail_continues_to_amaze_me/m1h8pqn/",
            "refresh": "<bound method Comment.refresh of Comment(id='m1h8pqn')>",
            "removal_reason": null,
            "replies": "<praw.models.comment_forest.CommentForest object at 0x127082350>",
            "reply": "<bound method ReplyableMixin.reply of Comment(id='m1h8pqn')>",
            "report": "<bound method ReportableMixin.report of Comment(id='m1h8pqn')>",
            "report_reasons": null,
            "save": "<bound method SavableMixin.save of Comment(id='m1h8pqn')>",
            "saved": false,
            "score": 1,
            "score_hidden": false,
            "send_replies": true,
            "stickied": false,
            "submission": "1hb9gfi",
            "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='m1h8pqn')>",
            "uncollapse": "<bound method InboxableMixin.uncollapse of Comment(id='m1h8pqn')>",
            "unrepliable_reason": null,
            "unsave": "<bound method SavableMixin.unsave of Comment(id='m1h8pqn')>",
            "ups": 1,
            "upvote": "<bound method VotableMixin.upvote of Comment(id='m1h8pqn')>",
            "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": "striximperatrix",
            "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_755val1l",
            "author_is_blocked": false,
            "author_patreon_flair": false,
            "author_premium": false,
            "award": "<bound method GildableMixin.award of Comment(id='m1hw3p2')>",
            "awarders": [],
            "banned_at_utc": null,
            "banned_by": null,
            "block": "<bound method InboxableMixin.block of Comment(id='m1hw3p2')>",
            "body": "Tonight it was watching spent brass come flipping out of the action of the repeater and go bouncing across a rooftop, complete with the appropriate chime sound, even in the middle of a firefight with all the cops Blackwater could muster.",
            "body_html": "<div class=\"md\"><p>Tonight it was watching spent brass come flipping out of the action of the repeater and go bouncing across a rooftop, complete with the appropriate chime sound, even in the middle of a firefight with all the cops Blackwater could muster.</p>\n</div>",
            "can_gild": false,
            "can_mod_post": false,
            "clear_vote": "<bound method VotableMixin.clear_vote of Comment(id='m1hw3p2')>",
            "collapse": "<bound method InboxableMixin.collapse of Comment(id='m1hw3p2')>",
            "collapsed": false,
            "collapsed_because_crowd_control": null,
            "collapsed_reason": null,
            "collapsed_reason_code": null,
            "comment_type": null,
            "controversiality": 0,
            "created": 1733905530.0,
            "created_utc": 1733905530.0,
            "delete": "<bound method EditableMixin.delete of Comment(id='m1hw3p2')>",
            "depth": 0,
            "disable_inbox_replies": "<bound method InboxToggleableMixin.disable_inbox_replies of Comment(id='m1hw3p2')>",
            "distinguished": null,
            "downs": 0,
            "downvote": "<bound method VotableMixin.downvote of Comment(id='m1hw3p2')>",
            "edit": "<bound method EditableMixin.edit of Comment(id='m1hw3p2')>",
            "edited": false,
            "enable_inbox_replies": "<bound method InboxToggleableMixin.enable_inbox_replies of Comment(id='m1hw3p2')>",
            "fullname": "t1_m1hw3p2",
            "gild": "<bound method GildableMixin.gild of Comment(id='m1hw3p2')>",
            "gilded": 0,
            "gildings": {},
            "id": "m1hw3p2",
            "id_from_url": "<function Comment.id_from_url at 0x1028f0670>",
            "is_root": true,
            "is_submitter": false,
            "likes": null,
            "link_id": "t3_1hb9gfi",
            "locked": false,
            "mark_read": "<bound method InboxableMixin.mark_read of Comment(id='m1hw3p2')>",
            "mark_unread": "<bound method InboxableMixin.mark_unread of Comment(id='m1hw3p2')>",
            "mod": "<praw.models.reddit.comment.CommentModeration object at 0x1270832b0>",
            "mod_note": null,
            "mod_reason_by": null,
            "mod_reason_title": null,
            "mod_reports": [],
            "name": "t1_m1hw3p2",
            "no_follow": true,
            "num_reports": null,
            "parent": "<bound method Comment.parent of Comment(id='m1hw3p2')>",
            "parent_id": "t3_1hb9gfi",
            "parse": "<bound method PRAWBase.parse of <class 'praw.models.reddit.comment.Comment'>>",
            "permalink": "/r/reddeadredemption/comments/1hb9gfi/rdr2s_attention_to_detail_continues_to_amaze_me/m1hw3p2/",
            "refresh": "<bound method Comment.refresh of Comment(id='m1hw3p2')>",
            "removal_reason": null,
            "replies": "<praw.models.comment_forest.CommentForest object at 0x127082da0>",
            "reply": "<bound method ReplyableMixin.reply of Comment(id='m1hw3p2')>",
            "report": "<bound method ReportableMixin.report of Comment(id='m1hw3p2')>",
            "report_reasons": null,
            "save": "<bound method SavableMixin.save of Comment(id='m1hw3p2')>",
            "saved": false,
            "score": 1,
            "score_hidden": true,
            "send_replies": true,
            "stickied": false,
            "submission": "1hb9gfi",
            "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='m1hw3p2')>",
            "uncollapse": "<bound method InboxableMixin.uncollapse of Comment(id='m1hw3p2')>",
            "unrepliable_reason": null,
            "unsave": "<bound method SavableMixin.unsave of Comment(id='m1hw3p2')>",
            "ups": 1,
            "upvote": "<bound method VotableMixin.upvote of Comment(id='m1hw3p2')>",
            "user_reports": []
        }
    ]
}