File size: 30,404 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
562
563
564
565
566
567
568
569
570
571
{
    "post": {
        "STR_FIELD": "id",
        "add_fetch_param": "<bound method Submission.add_fetch_param of Submission(id='1h55zsy')>",
        "all_awardings": [],
        "allow_live_comments": false,
        "approved_at_utc": null,
        "approved_by": null,
        "archived": false,
        "author": "Ok_Ambition_3229",
        "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_uys66pww",
        "author_is_blocked": false,
        "author_patreon_flair": false,
        "author_premium": false,
        "award": "<bound method GildableMixin.award of Submission(id='1h55zsy')>",
        "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='1h55zsy')>",
        "clicked": false,
        "comment_limit": 2048,
        "comment_sort": "confidence",
        "comments": "<praw.models.comment_forest.CommentForest object at 0x15aa45de0>",
        "content_categories": null,
        "contest_mode": false,
        "created": 1733174078.0,
        "created_utc": 1733174078.0,
        "crosspost": "<bound method Submission.crosspost of Submission(id='1h55zsy')>",
        "delete": "<bound method EditableMixin.delete of Submission(id='1h55zsy')>",
        "disable_inbox_replies": "<bound method InboxToggleableMixin.disable_inbox_replies of Submission(id='1h55zsy')>",
        "discussion_type": null,
        "distinguished": null,
        "domain": "self.reddeadredemption",
        "downs": 0,
        "downvote": "<bound method VotableMixin.downvote of Submission(id='1h55zsy')>",
        "duplicates": "<bound method SubmissionListingMixin.duplicates of Submission(id='1h55zsy')>",
        "edit": "<bound method EditableMixin.edit of Submission(id='1h55zsy')>",
        "edited": false,
        "enable_inbox_replies": "<bound method InboxToggleableMixin.enable_inbox_replies of Submission(id='1h55zsy')>",
        "flair": "<praw.models.reddit.submission.SubmissionFlair object at 0x15a975060>",
        "fullname": "t3_1h55zsy",
        "gild": "<bound method GildableMixin.gild of Submission(id='1h55zsy')>",
        "gilded": 0,
        "gildings": {},
        "hidden": false,
        "hide": "<bound method Submission.hide of Submission(id='1h55zsy')>",
        "hide_score": false,
        "id": "1h55zsy",
        "id_from_url": "<function Submission.id_from_url at 0x104166f80>",
        "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='1h55zsy')>",
        "media": null,
        "media_embed": {},
        "media_only": false,
        "mod": "<praw.models.reddit.submission.SubmissionModeration object at 0x159c6dd50>",
        "mod_note": null,
        "mod_reason_by": null,
        "mod_reason_title": null,
        "mod_reports": [],
        "name": "t3_1h55zsy",
        "no_follow": true,
        "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/1h55zsy/arthur_shoots_faster_in_dead_eye_than_we_thought/",
        "pinned": false,
        "pwls": 6,
        "quarantine": false,
        "removal_reason": null,
        "removed_by": null,
        "removed_by_category": null,
        "reply": "<bound method ReplyableMixin.reply of Submission(id='1h55zsy')>",
        "report": "<bound method ReportableMixin.report of Submission(id='1h55zsy')>",
        "report_reasons": null,
        "save": "<bound method SavableMixin.save of Submission(id='1h55zsy')>",
        "saved": false,
        "score": 1,
        "secure_media": null,
        "secure_media_embed": {},
        "selftext": "So I'll keep this quick and let the comments fight over this to further my research.\n\nArthur can shoot slightly slower than bob Marleys FASTEST record quick draw whenever he feels particularly silly and wants to massacre an orphanage.\n\nhowever the thing that's particularly terrifying about dead eye is the fact that bob Marley shot only two rounds, one pre cocked revolver round and as the shot was firing he fanned the next shot which in all practicality would have been 2 shots at the speed he could usually shoot once.\n\n arthur, shoots near this speed, as much as TWENTY times, using the trigger alone, with ZERO preparation besides a quick hit of tobacco.\n\n\nand best of all, at level three dead eye if your fast yourself, you can shoot faster than this! \ud83d\ude00\n\n",
        "selftext_html": "<!-- SC_OFF --><div class=\"md\"><p>So I&#39;ll keep this quick and let the comments fight over this to further my research.</p>\n\n<p>Arthur can shoot slightly slower than bob Marleys FASTEST record quick draw whenever he feels particularly silly and wants to massacre an orphanage.</p>\n\n<p>however the thing that&#39;s particularly terrifying about dead eye is the fact that bob Marley shot only two rounds, one pre cocked revolver round and as the shot was firing he fanned the next shot which in all practicality would have been 2 shots at the speed he could usually shoot once.</p>\n\n<p>arthur, shoots near this speed, as much as TWENTY times, using the trigger alone, with ZERO preparation besides a quick hit of tobacco.</p>\n\n<p>and best of all, at level three dead eye if your fast yourself, you can shoot faster than this! \ud83d\ude00</p>\n</div><!-- SC_ON -->",
        "send_replies": true,
        "shortlink": "https://redd.it/1h55zsy",
        "spoiler": false,
        "stickied": false,
        "subreddit": "reddeadredemption",
        "subreddit_id": "t5_2rn7o",
        "subreddit_name_prefixed": "r/reddeadredemption",
        "subreddit_subscribers": 2075695,
        "subreddit_type": "public",
        "suggested_sort": "top",
        "thumbnail": "self",
        "thumbnail_height": null,
        "thumbnail_width": null,
        "title": "Arthur shoots faster in dead eye than we thought ",
        "top_awarded_type": null,
        "total_awards_received": 0,
        "treatment_tags": [],
        "unhide": "<bound method Submission.unhide of Submission(id='1h55zsy')>",
        "unsave": "<bound method SavableMixin.unsave of Submission(id='1h55zsy')>",
        "ups": 1,
        "upvote": "<bound method VotableMixin.upvote of Submission(id='1h55zsy')>",
        "upvote_ratio": 0.6,
        "url": "https://www.reddit.com/r/reddeadredemption/comments/1h55zsy/arthur_shoots_faster_in_dead_eye_than_we_thought/",
        "user_reports": [],
        "view_count": null,
        "visited": false,
        "wls": 6,
        "created_date": "2024-12-02",
        "full_link": "https://www.reddit.com/r/reddeadredemption/comments/1h55zsy/arthur_shoots_faster_in_dead_eye_than_we_thought/"
    },
    "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": "Constant_Badger_9136",
            "author_flair_background_color": "transparent",
            "author_flair_css_class": null,
            "author_flair_richtext": [
                {
                    "a": ":arthur_morgan:",
                    "u": "https://emoji.redditmedia.com/lq6h4e0vq5t11_t5_2rn7o/arthur_morgan",
                    "e": "emoji"
                },
                {
                    "e": "text",
                    "t": " Arthur Morgan"
                }
            ],
            "author_flair_template_id": "3b1198e4-b523-11e8-ac68-0e0243d388b6",
            "author_flair_text": ":arthur_morgan: Arthur Morgan",
            "author_flair_text_color": "dark",
            "author_flair_type": "richtext",
            "author_fullname": "t2_oaxnnxax",
            "author_is_blocked": false,
            "author_patreon_flair": false,
            "author_premium": false,
            "award": "<bound method GildableMixin.award of Comment(id='m03uwwl')>",
            "awarders": [],
            "banned_at_utc": null,
            "banned_by": null,
            "block": "<bound method InboxableMixin.block of Comment(id='m03uwwl')>",
            "body": "John is faster.",
            "body_html": "<div class=\"md\"><p>John is faster.</p>\n</div>",
            "can_gild": false,
            "can_mod_post": false,
            "clear_vote": "<bound method VotableMixin.clear_vote of Comment(id='m03uwwl')>",
            "collapse": "<bound method InboxableMixin.collapse of Comment(id='m03uwwl')>",
            "collapsed": false,
            "collapsed_because_crowd_control": null,
            "collapsed_reason": null,
            "collapsed_reason_code": null,
            "comment_type": null,
            "controversiality": 0,
            "created": 1733177931.0,
            "created_utc": 1733177931.0,
            "delete": "<bound method EditableMixin.delete of Comment(id='m03uwwl')>",
            "depth": 0,
            "disable_inbox_replies": "<bound method InboxToggleableMixin.disable_inbox_replies of Comment(id='m03uwwl')>",
            "distinguished": null,
            "downs": 0,
            "downvote": "<bound method VotableMixin.downvote of Comment(id='m03uwwl')>",
            "edit": "<bound method EditableMixin.edit of Comment(id='m03uwwl')>",
            "edited": false,
            "enable_inbox_replies": "<bound method InboxToggleableMixin.enable_inbox_replies of Comment(id='m03uwwl')>",
            "fullname": "t1_m03uwwl",
            "gild": "<bound method GildableMixin.gild of Comment(id='m03uwwl')>",
            "gilded": 0,
            "gildings": {},
            "id": "m03uwwl",
            "id_from_url": "<function Comment.id_from_url at 0x104164700>",
            "is_root": true,
            "is_submitter": false,
            "likes": null,
            "link_id": "t3_1h55zsy",
            "locked": false,
            "mark_read": "<bound method InboxableMixin.mark_read of Comment(id='m03uwwl')>",
            "mark_unread": "<bound method InboxableMixin.mark_unread of Comment(id='m03uwwl')>",
            "mod": "<praw.models.reddit.comment.CommentModeration object at 0x159c6de10>",
            "mod_note": null,
            "mod_reason_by": null,
            "mod_reason_title": null,
            "mod_reports": [],
            "name": "t1_m03uwwl",
            "no_follow": true,
            "num_reports": null,
            "parent": "<bound method Comment.parent of Comment(id='m03uwwl')>",
            "parent_id": "t3_1h55zsy",
            "parse": "<bound method PRAWBase.parse of <class 'praw.models.reddit.comment.Comment'>>",
            "permalink": "/r/reddeadredemption/comments/1h55zsy/arthur_shoots_faster_in_dead_eye_than_we_thought/m03uwwl/",
            "refresh": "<bound method Comment.refresh of Comment(id='m03uwwl')>",
            "removal_reason": null,
            "replies": "<praw.models.comment_forest.CommentForest object at 0x15aa445e0>",
            "reply": "<bound method ReplyableMixin.reply of Comment(id='m03uwwl')>",
            "report": "<bound method ReportableMixin.report of Comment(id='m03uwwl')>",
            "report_reasons": null,
            "save": "<bound method SavableMixin.save of Comment(id='m03uwwl')>",
            "saved": false,
            "score": 2,
            "score_hidden": false,
            "send_replies": true,
            "stickied": false,
            "submission": "1h55zsy",
            "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='m03uwwl')>",
            "uncollapse": "<bound method InboxableMixin.uncollapse of Comment(id='m03uwwl')>",
            "unrepliable_reason": null,
            "unsave": "<bound method SavableMixin.unsave of Comment(id='m03uwwl')>",
            "ups": 2,
            "upvote": "<bound method VotableMixin.upvote of Comment(id='m03uwwl')>",
            "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": "Ok_Ambition_3229",
            "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_uys66pww",
            "author_is_blocked": false,
            "author_patreon_flair": false,
            "author_premium": false,
            "award": "<bound method GildableMixin.award of Comment(id='m03xjvc')>",
            "awarders": [],
            "banned_at_utc": null,
            "banned_by": null,
            "block": "<bound method InboxableMixin.block of Comment(id='m03xjvc')>",
            "body": "Don\u2019t even get me started about John deadeye.",
            "body_html": "<div class=\"md\"><p>Don\u2019t even get me started about John deadeye.</p>\n</div>",
            "can_gild": false,
            "can_mod_post": false,
            "clear_vote": "<bound method VotableMixin.clear_vote of Comment(id='m03xjvc')>",
            "collapse": "<bound method InboxableMixin.collapse of Comment(id='m03xjvc')>",
            "collapsed": false,
            "collapsed_because_crowd_control": null,
            "collapsed_reason": null,
            "collapsed_reason_code": null,
            "comment_type": null,
            "controversiality": 0,
            "created": 1733178808.0,
            "created_utc": 1733178808.0,
            "delete": "<bound method EditableMixin.delete of Comment(id='m03xjvc')>",
            "depth": 1,
            "disable_inbox_replies": "<bound method InboxToggleableMixin.disable_inbox_replies of Comment(id='m03xjvc')>",
            "distinguished": null,
            "downs": 0,
            "downvote": "<bound method VotableMixin.downvote of Comment(id='m03xjvc')>",
            "edit": "<bound method EditableMixin.edit of Comment(id='m03xjvc')>",
            "edited": false,
            "enable_inbox_replies": "<bound method InboxToggleableMixin.enable_inbox_replies of Comment(id='m03xjvc')>",
            "fullname": "t1_m03xjvc",
            "gild": "<bound method GildableMixin.gild of Comment(id='m03xjvc')>",
            "gilded": 0,
            "gildings": {},
            "id": "m03xjvc",
            "id_from_url": "<function Comment.id_from_url at 0x104164700>",
            "is_root": false,
            "is_submitter": true,
            "likes": null,
            "link_id": "t3_1h55zsy",
            "locked": false,
            "mark_read": "<bound method InboxableMixin.mark_read of Comment(id='m03xjvc')>",
            "mark_unread": "<bound method InboxableMixin.mark_unread of Comment(id='m03xjvc')>",
            "mod": "<praw.models.reddit.comment.CommentModeration object at 0x15aa44a30>",
            "mod_note": null,
            "mod_reason_by": null,
            "mod_reason_title": null,
            "mod_reports": [],
            "name": "t1_m03xjvc",
            "no_follow": true,
            "num_reports": null,
            "parent": "<bound method Comment.parent of Comment(id='m03xjvc')>",
            "parent_id": "t1_m03uwwl",
            "parse": "<bound method PRAWBase.parse of <class 'praw.models.reddit.comment.Comment'>>",
            "permalink": "/r/reddeadredemption/comments/1h55zsy/arthur_shoots_faster_in_dead_eye_than_we_thought/m03xjvc/",
            "refresh": "<bound method Comment.refresh of Comment(id='m03xjvc')>",
            "removal_reason": null,
            "replies": "<praw.models.comment_forest.CommentForest object at 0x15aa45d20>",
            "reply": "<bound method ReplyableMixin.reply of Comment(id='m03xjvc')>",
            "report": "<bound method ReportableMixin.report of Comment(id='m03xjvc')>",
            "report_reasons": null,
            "save": "<bound method SavableMixin.save of Comment(id='m03xjvc')>",
            "saved": false,
            "score": 1,
            "score_hidden": false,
            "send_replies": true,
            "stickied": false,
            "submission": "1h55zsy",
            "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='m03xjvc')>",
            "uncollapse": "<bound method InboxableMixin.uncollapse of Comment(id='m03xjvc')>",
            "unrepliable_reason": null,
            "unsave": "<bound method SavableMixin.unsave of Comment(id='m03xjvc')>",
            "ups": 1,
            "upvote": "<bound method VotableMixin.upvote of Comment(id='m03xjvc')>",
            "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": "Constant_Badger_9136",
            "author_flair_background_color": "transparent",
            "author_flair_css_class": null,
            "author_flair_richtext": [
                {
                    "a": ":arthur_morgan:",
                    "u": "https://emoji.redditmedia.com/lq6h4e0vq5t11_t5_2rn7o/arthur_morgan",
                    "e": "emoji"
                },
                {
                    "e": "text",
                    "t": " Arthur Morgan"
                }
            ],
            "author_flair_template_id": "3b1198e4-b523-11e8-ac68-0e0243d388b6",
            "author_flair_text": ":arthur_morgan: Arthur Morgan",
            "author_flair_text_color": "dark",
            "author_flair_type": "richtext",
            "author_fullname": "t2_oaxnnxax",
            "author_is_blocked": false,
            "author_patreon_flair": false,
            "author_premium": false,
            "award": "<bound method GildableMixin.award of Comment(id='m03y8h8')>",
            "awarders": [],
            "banned_at_utc": null,
            "banned_by": null,
            "block": "<bound method InboxableMixin.block of Comment(id='m03y8h8')>",
            "body": "Yeah I'd say it's only faster because RDR1 was a bit more wacky and has more physics, John can somehow shoot a repeater with 1 hand in deadeye by twitching backwards, and be completely accurate, shoot people he isn't even facing his head at, etc.",
            "body_html": "<div class=\"md\"><p>Yeah I&#39;d say it&#39;s only faster because RDR1 was a bit more wacky and has more physics, John can somehow shoot a repeater with 1 hand in deadeye by twitching backwards, and be completely accurate, shoot people he isn&#39;t even facing his head at, etc.</p>\n</div>",
            "can_gild": false,
            "can_mod_post": false,
            "clear_vote": "<bound method VotableMixin.clear_vote of Comment(id='m03y8h8')>",
            "collapse": "<bound method InboxableMixin.collapse of Comment(id='m03y8h8')>",
            "collapsed": false,
            "collapsed_because_crowd_control": null,
            "collapsed_reason": null,
            "collapsed_reason_code": null,
            "comment_type": null,
            "controversiality": 0,
            "created": 1733179040.0,
            "created_utc": 1733179040.0,
            "delete": "<bound method EditableMixin.delete of Comment(id='m03y8h8')>",
            "depth": 2,
            "disable_inbox_replies": "<bound method InboxToggleableMixin.disable_inbox_replies of Comment(id='m03y8h8')>",
            "distinguished": null,
            "downs": 0,
            "downvote": "<bound method VotableMixin.downvote of Comment(id='m03y8h8')>",
            "edit": "<bound method EditableMixin.edit of Comment(id='m03y8h8')>",
            "edited": false,
            "enable_inbox_replies": "<bound method InboxToggleableMixin.enable_inbox_replies of Comment(id='m03y8h8')>",
            "fullname": "t1_m03y8h8",
            "gild": "<bound method GildableMixin.gild of Comment(id='m03y8h8')>",
            "gilded": 0,
            "gildings": {},
            "id": "m03y8h8",
            "id_from_url": "<function Comment.id_from_url at 0x104164700>",
            "is_root": false,
            "is_submitter": false,
            "likes": null,
            "link_id": "t3_1h55zsy",
            "locked": false,
            "mark_read": "<bound method InboxableMixin.mark_read of Comment(id='m03y8h8')>",
            "mark_unread": "<bound method InboxableMixin.mark_unread of Comment(id='m03y8h8')>",
            "mod": "<praw.models.reddit.comment.CommentModeration object at 0x15aa46380>",
            "mod_note": null,
            "mod_reason_by": null,
            "mod_reason_title": null,
            "mod_reports": [],
            "name": "t1_m03y8h8",
            "no_follow": true,
            "num_reports": null,
            "parent": "<bound method Comment.parent of Comment(id='m03y8h8')>",
            "parent_id": "t1_m03xjvc",
            "parse": "<bound method PRAWBase.parse of <class 'praw.models.reddit.comment.Comment'>>",
            "permalink": "/r/reddeadredemption/comments/1h55zsy/arthur_shoots_faster_in_dead_eye_than_we_thought/m03y8h8/",
            "refresh": "<bound method Comment.refresh of Comment(id='m03y8h8')>",
            "removal_reason": null,
            "replies": "<praw.models.comment_forest.CommentForest object at 0x15aa44910>",
            "reply": "<bound method ReplyableMixin.reply of Comment(id='m03y8h8')>",
            "report": "<bound method ReportableMixin.report of Comment(id='m03y8h8')>",
            "report_reasons": null,
            "save": "<bound method SavableMixin.save of Comment(id='m03y8h8')>",
            "saved": false,
            "score": 2,
            "score_hidden": false,
            "send_replies": true,
            "stickied": false,
            "submission": "1h55zsy",
            "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='m03y8h8')>",
            "uncollapse": "<bound method InboxableMixin.uncollapse of Comment(id='m03y8h8')>",
            "unrepliable_reason": null,
            "unsave": "<bound method SavableMixin.unsave of Comment(id='m03y8h8')>",
            "ups": 2,
            "upvote": "<bound method VotableMixin.upvote of Comment(id='m03y8h8')>",
            "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": "Ok_Ambition_3229",
            "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_uys66pww",
            "author_is_blocked": false,
            "author_patreon_flair": false,
            "author_premium": false,
            "award": "<bound method GildableMixin.award of Comment(id='m04hksr')>",
            "awarders": [],
            "banned_at_utc": null,
            "banned_by": null,
            "block": "<bound method InboxableMixin.block of Comment(id='m04hksr')>",
            "body": "Oh you mean that.\n\n\u00a0John\u2019s also slightly faster in rdr2. mainly his draw is faster but overall he can shoot off 6 rounds faster than Arthur in or out of dead eye.\n\nof course Arthur has less reticle sway and does more meelee damage. And he can swim.\u00a0\n\n\n\n\n\n\nHave fun with that",
            "body_html": "<div class=\"md\"><p>Oh you mean that.</p>\n\n<p>\u00a0John\u2019s also slightly faster in rdr2. mainly his draw is faster but overall he can shoot off 6 rounds faster than Arthur in or out of dead eye.</p>\n\n<p>of course Arthur has less reticle sway and does more meelee damage. And he can swim.\u00a0</p>\n\n<p>Have fun with that</p>\n</div>",
            "can_gild": false,
            "can_mod_post": false,
            "clear_vote": "<bound method VotableMixin.clear_vote of Comment(id='m04hksr')>",
            "collapse": "<bound method InboxableMixin.collapse of Comment(id='m04hksr')>",
            "collapsed": false,
            "collapsed_because_crowd_control": null,
            "collapsed_reason": null,
            "collapsed_reason_code": null,
            "comment_type": null,
            "controversiality": 0,
            "created": 1733185924.0,
            "created_utc": 1733185924.0,
            "delete": "<bound method EditableMixin.delete of Comment(id='m04hksr')>",
            "depth": 3,
            "disable_inbox_replies": "<bound method InboxToggleableMixin.disable_inbox_replies of Comment(id='m04hksr')>",
            "distinguished": null,
            "downs": 0,
            "downvote": "<bound method VotableMixin.downvote of Comment(id='m04hksr')>",
            "edit": "<bound method EditableMixin.edit of Comment(id='m04hksr')>",
            "edited": false,
            "enable_inbox_replies": "<bound method InboxToggleableMixin.enable_inbox_replies of Comment(id='m04hksr')>",
            "fullname": "t1_m04hksr",
            "gild": "<bound method GildableMixin.gild of Comment(id='m04hksr')>",
            "gilded": 0,
            "gildings": {},
            "id": "m04hksr",
            "id_from_url": "<function Comment.id_from_url at 0x104164700>",
            "is_root": false,
            "is_submitter": true,
            "likes": null,
            "link_id": "t3_1h55zsy",
            "locked": false,
            "mark_read": "<bound method InboxableMixin.mark_read of Comment(id='m04hksr')>",
            "mark_unread": "<bound method InboxableMixin.mark_unread of Comment(id='m04hksr')>",
            "mod": "<praw.models.reddit.comment.CommentModeration object at 0x15aa441f0>",
            "mod_note": null,
            "mod_reason_by": null,
            "mod_reason_title": null,
            "mod_reports": [],
            "name": "t1_m04hksr",
            "no_follow": true,
            "num_reports": null,
            "parent": "<bound method Comment.parent of Comment(id='m04hksr')>",
            "parent_id": "t1_m03y8h8",
            "parse": "<bound method PRAWBase.parse of <class 'praw.models.reddit.comment.Comment'>>",
            "permalink": "/r/reddeadredemption/comments/1h55zsy/arthur_shoots_faster_in_dead_eye_than_we_thought/m04hksr/",
            "refresh": "<bound method Comment.refresh of Comment(id='m04hksr')>",
            "removal_reason": null,
            "replies": "<praw.models.comment_forest.CommentForest object at 0x15aa44df0>",
            "reply": "<bound method ReplyableMixin.reply of Comment(id='m04hksr')>",
            "report": "<bound method ReportableMixin.report of Comment(id='m04hksr')>",
            "report_reasons": null,
            "save": "<bound method SavableMixin.save of Comment(id='m04hksr')>",
            "saved": false,
            "score": 1,
            "score_hidden": false,
            "send_replies": true,
            "stickied": false,
            "submission": "1h55zsy",
            "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='m04hksr')>",
            "uncollapse": "<bound method InboxableMixin.uncollapse of Comment(id='m04hksr')>",
            "unrepliable_reason": null,
            "unsave": "<bound method SavableMixin.unsave of Comment(id='m04hksr')>",
            "ups": 1,
            "upvote": "<bound method VotableMixin.upvote of Comment(id='m04hksr')>",
            "user_reports": []
        }
    ]
}