faker 2.22.0 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +88 -7
  3. data/History.md +1 -1
  4. data/README.md +11 -5
  5. data/lib/faker/blockchain/aeternity.rb +1 -1
  6. data/lib/faker/blockchain/ethereum.rb +1 -1
  7. data/lib/faker/blockchain/tezos.rb +1 -1
  8. data/lib/faker/books/dune.rb +2 -10
  9. data/lib/faker/books/lovecraft.rb +7 -38
  10. data/lib/faker/default/address.rb +5 -25
  11. data/lib/faker/default/alphanumeric.rb +2 -8
  12. data/lib/faker/default/app.rb +1 -10
  13. data/lib/faker/default/avatar.rb +1 -12
  14. data/lib/faker/default/bank.rb +9 -17
  15. data/lib/faker/default/boolean.rb +1 -4
  16. data/lib/faker/default/chile_rut.rb +8 -14
  17. data/lib/faker/default/code.rb +10 -23
  18. data/lib/faker/default/color.rb +77 -6
  19. data/lib/faker/default/commerce.rb +3 -17
  20. data/lib/faker/default/company.rb +6 -14
  21. data/lib/faker/default/crypto_coin.rb +3 -15
  22. data/lib/faker/default/date.rb +5 -38
  23. data/lib/faker/default/demographic.rb +1 -5
  24. data/lib/faker/default/driving_licence.rb +1 -11
  25. data/lib/faker/default/file.rb +5 -24
  26. data/lib/faker/default/fillmurray.rb +1 -10
  27. data/lib/faker/default/finance.rb +17 -7
  28. data/lib/faker/default/hipster.rb +6 -45
  29. data/lib/faker/default/id_number.rb +108 -11
  30. data/lib/faker/default/internet.rb +17 -71
  31. data/lib/faker/default/invoice.rb +3 -16
  32. data/lib/faker/default/json.rb +2 -20
  33. data/lib/faker/default/lorem.rb +9 -66
  34. data/lib/faker/default/lorem_flickr.rb +4 -32
  35. data/lib/faker/default/lorem_pixel.rb +4 -10
  36. data/lib/faker/default/markdown.rb +4 -9
  37. data/lib/faker/default/measurement.rb +8 -40
  38. data/lib/faker/default/name.rb +1 -5
  39. data/lib/faker/default/nhs.rb +2 -6
  40. data/lib/faker/default/number.rb +10 -55
  41. data/lib/faker/default/omniauth.rb +5 -39
  42. data/lib/faker/default/phone_number.rb +1 -5
  43. data/lib/faker/default/placeholdit.rb +1 -12
  44. data/lib/faker/default/relationship.rb +1 -5
  45. data/lib/faker/default/source.rb +3 -16
  46. data/lib/faker/default/string.rb +1 -5
  47. data/lib/faker/default/stripe.rb +4 -20
  48. data/lib/faker/default/time.rb +4 -32
  49. data/lib/faker/default/twitter.rb +3 -17
  50. data/lib/faker/default/types.rb +5 -27
  51. data/lib/faker/default/vehicle.rb +21 -21
  52. data/lib/faker/default/vulnerability_identifier.rb +23 -0
  53. data/lib/faker/default/world_cup.rb +2 -11
  54. data/lib/faker/games/dota.rb +1 -5
  55. data/lib/faker/games/tarkov.rb +205 -0
  56. data/lib/faker/japanese_media/kamen_rider.rb +2 -2
  57. data/lib/faker/japanese_media/one_piece.rb +1 -1
  58. data/lib/faker/movies/hackers.rb +48 -0
  59. data/lib/faker/movies/star_wars.rb +1 -5
  60. data/lib/faker/sports/sport.rb +110 -0
  61. data/lib/faker/version.rb +1 -1
  62. data/lib/faker.rb +15 -63
  63. data/lib/helpers/base58.rb +1 -1
  64. data/lib/helpers/unique_generator.rb +13 -11
  65. data/lib/locales/en/computer.yml +23 -4
  66. data/lib/locales/en/file.yml +9 -1
  67. data/lib/locales/en/finance.yml +3 -1
  68. data/lib/locales/en/hackers.yml +53 -0
  69. data/lib/locales/en/heroes.yml +2 -2
  70. data/lib/locales/en/one_piece.yml +1 -1
  71. data/lib/locales/en/opera.yml +1 -1
  72. data/lib/locales/en/overwatch.yml +5 -7
  73. data/lib/locales/en/source.yml +5 -0
  74. data/lib/locales/en/sport.yml +130 -0
  75. data/lib/locales/en/tarkov.yml +593 -0
  76. data/lib/locales/en/vehicle.yml +2809 -75
  77. data/lib/locales/en-CA.yml +1 -0
  78. data/lib/locales/es-AR.yml +2 -2
  79. data/lib/locales/fi-FI.yml +2 -1
  80. data/lib/locales/fr/ancient.yml +141 -0
  81. data/lib/locales/hy.yml +1 -1
  82. data/lib/locales/th.yml +76 -76
  83. metadata +50 -19
@@ -48,6 +48,8 @@ en:
48
48
  - /6706#########{5,6}L/
49
49
  - /6771#########{5,6}L/
50
50
  - /6709#########{5,6}L/
51
+ condominium_fiscal_code:
52
+ IT: "#########"
51
53
  vat_number:
52
54
  AT: "ATU########"
53
55
  AR: "AR###########"
@@ -79,7 +81,7 @@ en:
79
81
  HR: "HR### ### ### ##"
80
82
  "NO": "NO#########"
81
83
  HU: "HU########"
82
- IT: "IT##########"
84
+ IT: "IT###########"
83
85
  LT:
84
86
  - "LT#########"
85
87
  - "LT############"
@@ -0,0 +1,53 @@
1
+ en:
2
+ faker:
3
+ hackers:
4
+ characters:
5
+ - Dade Murphy
6
+ - Kate Libby
7
+ - Emmanuel Goldstein
8
+ - Ramόn Sánchez
9
+ - Paul Cook
10
+ - Joey Pardella
11
+ - Eugene Belford
12
+ - Margo Wallace
13
+ - Hal
14
+ - Lauren Murphy
15
+ - Special Agent Richard Gill
16
+ - Special Agent Ray
17
+ - Special Agent Bob
18
+ handles:
19
+ - Zero Cool
20
+ - Crash Override
21
+ - Acid Burn
22
+ - Cereal Killer
23
+ - The Phantom Phreak
24
+ - Lord Nikon
25
+ - The Plague
26
+ - Razor
27
+ - Blade
28
+ quotes:
29
+ - Hack the Planet!
30
+ - There is no right or wrong, only fun and boring
31
+ - Mess with the best, die like the rest
32
+ - This is the end, my friend. Thank you for calling
33
+ - Never send a boy to do a woman's job
34
+ - We have no names, man. No names. We are nameless!
35
+ - Kid, don't threaten me. There are worse things than death, and uh, I can do all of them
36
+ - I got a photographic memory. It's a curse!
37
+ - Remember, hacking is more than just a crime. It's a survival trait
38
+ - This is our world now. The world of the electron and the switch. The beauty of the baud. We exist without nationality, skin color, or religious bias. You wage wars, murder, cheat, lie to us and try to make us believe it's for our own good, yet we're the criminals. Yes, I am a criminal. My crime is that of curiosity. I am a hacker and this is my manifesto. You may stop me, but you can't stop us all
39
+ - God gave men brains larger than dogs so they wouldn't hump women's legs at cocktail parties
40
+ - There is no right and wrong. There's only fun and boring
41
+ - Never fear, I is here
42
+ - It's stupid, man. It's universally stupid
43
+ - Yo, I kinda feel like God
44
+ - That's it, you're looking at it. He just looks slick all day
45
+ - Well, it looks like I'm on top
46
+ - Congratulations. No one's ever beat her before. You just made an enemy for life
47
+ - Pool on the roof must have a leak
48
+ - Whoa, this isn't wood shop class?
49
+ - I hope you don't screw like you type
50
+ - I don't play well with others
51
+ - Anything else? You want me to mow the lawn? Oops forgot, New York, no grass
52
+ - It's in that place where I put that thing that time
53
+ - RISC is good
@@ -83,7 +83,7 @@ en:
83
83
  - Labetha
84
84
  - Lacus
85
85
  - Lord Haart
86
- - Lord Haart
86
+ - Lord Haart
87
87
  - Lorelei
88
88
  - Loynis
89
89
  - Luna
@@ -261,7 +261,7 @@ en:
261
261
  - Battle Mage
262
262
  - Beastmaster
263
263
  - Cleric
264
- - Death Knight
264
+ - Death Knight
265
265
  - Demoniac
266
266
  - Druid
267
267
  - Elementalist
@@ -6,4 +6,4 @@ en:
6
6
  islands: ["Dawn Island", "Goat Island", "Shells Town", "Organ Islands", "Island of Rare Animals", "Gecko Islands", "Conomi Islands", "Loguetown", "Kumate Island", "Mirrorball Island", "Tequila Wolf", "Cozia", "Ohara", "Ilusia", "Thriller Bark", "Toroa", "Las Camp", "Kano Country", "Germa Kingdom", "Lvneel Kingdom", "Micqueot", "Spider Miles", "Flevance", "Rubeck Island", "Swallow Island", "Minion Island", "Rakesh", "Notice", "Briss Kingdom", "Karate Island", "Centaurea", "Torino Kingdom", "Baterilla", "Black Drum Kingdom", "Fishman Island", "Amazon Lily", "Impel Down", "Rasukaina", "Cactus Island", "Little Garden", "Holliday Island", "Drum Island", "Alabasta", "Nanimonai Island", "Jaya", "Long Ring Long Land", "Water 7", "Enies Lobby", "San Faldo", "Pucci", "St. Poplar", "Florian Triangle", "Sabaody Archipelago", "Marineford", "Vira", "Banaro Island", "Yuki's Island", "Buggy's Treasure Island", "G-2", "Karakuri Island", "Mamoiro Island", "Boin Archipelago", "Namakura Island", "Kuraigana Island", "Merveille", "G-1", "Yukiryu Island", "Baltigo", "Wano Country", "Edd War", "Floodvalter", "G-5", "Laftel", "Whole Cake Island", "Cacao Island", "Jam Island", "Nuts Island", "Cheese Island", "Biscuits Island", "Candy Island", "Milk Island", "Punk Hazard", "Raijin Island", "Risky Red Island", "Mystoria Island", "Dressrosa", "Green Bit", "Zou", "Prodence Kingdom", "Applenine Island", "Karai Bari Island", "Broc Coli Island", "Elbaf", "Skypiea", "Weatheria"]
7
7
  locations: ["Foosha Village", "Mt. Colubo", "Gray Terminal", "Midway Forest", "Goa Kingdom", "Orange Town", "Syrup Village", "Shimotsuki Village", "Baratie", "Gosa Village", "Cocoyashi Village", "Arlong Park", "Ryugu Kingdom", "Reverse Mountain", "Twin Cape", "Mariejois", "Whiskey Peak", "Bighorn", "Drum Rockies", "Cocoa Weed", "Gyasta", "Robelie", "Sandora Desert", "Sandora River", "Rainbase", "Yuba", "Erumalu", "Nanohana", "Katorea", "Spiders Cafe", "Alubarna", "Tamarisk", "Suiren", "Mock Town", "Sea Train Area", "Totto Land", "Acacia", "Sebio", "Moon", "Birka", "Angel Island", "Upper Yard", "Shandia Village", "Heaven's Gate", "Clouds End", "Rommel Kingdom", "Eight Nine Island", "High Mountain", "Nakrowa", "Land of Ice", "Great Kingdom"]
8
8
  quotes: ["I love heroes, but I don't want to be one. Do you even know what a hero is!? For example, you have some meat. Pirates will feast on the meat, but the hero will distribute it among the people! I want to eat the meat!", "Don't ever think there's any perfect society made by humans!! If you think that way you'll overlook the enemy!! Don't be fooled by appearances!", "If I can't even protect my captain's dream, then whatever ambition I have is nothing but talk! Luffy must be the man who becomes the Pirate King!", "Old man, everyone!! And you.. Luffy. Even though I've been good for nothing my whole life, even though I have the blood of a demon within me... You guys still loved me! Thank you so much!!", "Compared to the \"righteous\" greed of the rulers, the criminals of the world seem much more honorable. When scum rules the world, only more scum is born.", "Pirates are evil? The Marines are righteous?... Justice will prevail, you say? But of course it will! Whoever wins this war becomes justice!", "When do you think people die? When they are shot through the heart by the bullet of a pistol? No. When they are ravaged by an incurable disease? No... It’s when they're forgotten!", "You can spill drinks on me, even spit on me. I'll just laugh about it. But If you dare to hurt my friends... I won't forgive you!", "The government says your existence is a crime, but no matter what kind of weapons you may hold, just being alive isn't a sin! There's no crime in living!", "ONE PIECE IS REAL!", "It's not some sort of special power. He has the ability to make allies of everyone he meets. And that is the most fearsome ability on the high seas.", "I want to live!", "Maybe nothing in this world happens by accident. As everything happens for a reason, our destiny slowly takes form.", "Food is a gift from god. Spices are a gift from the devil. It looks like it was a bit too spicy for you.", "I don't care now. I wanted to look like a human because I wanted friends. Now I want to be a monster who's helpful to Luffy!", "Miracles only happen to those who never give up.", "Stop counting only those things you have lost! What is gone, is gone! So ask yourself this. What is there... that still remains to you?!", "If you want to protect something, do it right! Don't let them get their way anymore!", "The royalty and nobles are behind the fire... Believe me... This town smells worse than Gray Terminal. It smells like rotten people! If I stay here... I'll never be free! I'm... ashamed to be born a noble!", "There comes a time when a man has to stand and fight! That time is when his friends' dreams are being laughed at! And I won't let you laugh at that!", "To true friendship, how long you've known each other means nothing.", "When the world shoves you around, you just gotta stand up and shove back. It's not like somebody's gonna save you if you start babbling excuses.", "People's dreams... Never end!", "If you kill yourself, I'll kill you!", "I don't wanna live a thousand years. If I just live through today, that'll be enough."]
9
- akumas_no_mi: ["Gomu Gomu no Mi", "Hana Hana no Mi", "Doru Doru no Mi", "Baku Baku no Mi", "Mane Mane no Mi", "Supa Supa no Mi", "Ori Ori no Mi", "Bane Bane no Mi", "Noro Noro no Mi", "Doa Doa no Mi", "Awa Awa no Mi", "Beri Beri no Mi", "Sabi Sabi no Mi", "Shari Shari no Mi", "Yomi Yomi no Mi", "Kage Kage no Mi", "Horo Horo no Mi", "Suke Suke no Mi", "Nikyu Nikyu no Mi", "Mero Mero no Mi", "Doku Doku no Mi", "Horu Horu no Mi", "Choki Choki no Mi", "Gura Gura no Mi", "Fuwa Fuwa no Mi", "Woshu Woshu no Mi", "Mato Mato no Mi", "Ope Ope no Mi", "Buki Buki no Mi", "Bari Bari no Mi", "Nui Nui no Mi", "Giro Giro no Mi", "Ato Ato no Mi", "Jake Jake no Mi", "Pamu Pamu no Mi", "Sui Sui no Mi", "Hira Hira no Mi", "Ishi Ishi no Mi", "Nagi Nagi no Mi", "Ito Ito no Mi", "Shiro Shiro no Mi", "Chiyu Chiyu no Mi", "Ushi Ushi no Mi", "Hito Hito no Mi", "Tori Tori no Mi", "Inu Inu no Mi", "Neko Neko no Mi", "Zou Zou no Mi", "Hebi Hebi no Mi", "Sara Sara no Mi", "Mushi Mushi no Mi", "Batto Batto no Mi", "Mogu Mogu no Mi", "Uma Uma no Mi", "Kame Kame no Mi", "Moku Moku no Mi", "Mera Mera no Mi", "Suna Suna no Mi", "Goro Goro no Mi", "Hie Hie no Mi", "Pika Pika no Mi", "Magu Magu no Mi", "Numa Numa no Mi", "Gasu Gasu no Mi", "Yuki Yuki no Mi"]
9
+ akuma_no_mi: ["Gomu Gomu no Mi", "Hana Hana no Mi", "Doru Doru no Mi", "Baku Baku no Mi", "Mane Mane no Mi", "Supa Supa no Mi", "Ori Ori no Mi", "Bane Bane no Mi", "Noro Noro no Mi", "Doa Doa no Mi", "Awa Awa no Mi", "Beri Beri no Mi", "Sabi Sabi no Mi", "Shari Shari no Mi", "Yomi Yomi no Mi", "Kage Kage no Mi", "Horo Horo no Mi", "Suke Suke no Mi", "Nikyu Nikyu no Mi", "Mero Mero no Mi", "Doku Doku no Mi", "Horu Horu no Mi", "Choki Choki no Mi", "Gura Gura no Mi", "Fuwa Fuwa no Mi", "Woshu Woshu no Mi", "Mato Mato no Mi", "Ope Ope no Mi", "Buki Buki no Mi", "Bari Bari no Mi", "Nui Nui no Mi", "Giro Giro no Mi", "Ato Ato no Mi", "Jake Jake no Mi", "Pamu Pamu no Mi", "Sui Sui no Mi", "Hira Hira no Mi", "Ishi Ishi no Mi", "Nagi Nagi no Mi", "Ito Ito no Mi", "Shiro Shiro no Mi", "Chiyu Chiyu no Mi", "Ushi Ushi no Mi", "Hito Hito no Mi", "Tori Tori no Mi", "Inu Inu no Mi", "Neko Neko no Mi", "Zou Zou no Mi", "Hebi Hebi no Mi", "Sara Sara no Mi", "Mushi Mushi no Mi", "Batto Batto no Mi", "Mogu Mogu no Mi", "Uma Uma no Mi", "Kame Kame no Mi", "Moku Moku no Mi", "Mera Mera no Mi", "Suna Suna no Mi", "Goro Goro no Mi", "Hie Hie no Mi", "Pika Pika no Mi", "Magu Magu no Mi", "Numa Numa no Mi", "Gasu Gasu no Mi", "Yuki Yuki no Mi"]
@@ -87,7 +87,7 @@ en:
87
87
  - Alfredo il grande
88
88
  - Il fortunato inganno
89
89
  - L'ajo nell'imbarazzo
90
- - Emilia di Liverpool or L'eremitaggio di Liverpool
90
+ - Emilia di Liverpool or L'eremitaggio di Liverpool
91
91
  - Alahor in Granata
92
92
  - Don Gregorio
93
93
  - Elvida
@@ -8,13 +8,13 @@ en:
8
8
  - Baptiste
9
9
  - Bastion
10
10
  - Brigitte
11
+ - Cassidy
11
12
  - D.va
12
13
  - Doomfist
13
14
  - Genji
14
15
  - Hanzo
15
16
  - Junkrat
16
17
  - Lucio
17
- - McCree
18
18
  - Mei
19
19
  - Mercy
20
20
  - Moira
@@ -265,9 +265,8 @@ en:
265
265
  - No one likes a squealer
266
266
  - Ready for the fireworks
267
267
  - You that sound like a bad thing
268
- - Brave of you to show your face around here, Jesse
268
+ - Brave of you to show your face around here, Cole
269
269
  - On the dartboard
270
- - What did you do with it Jesse
271
270
  - Too competent
272
271
  - Ultimate - Light Em Up
273
272
  - Ultimate - Vide Bal Sou Yo
@@ -1048,7 +1047,7 @@ en:
1048
1047
  - Bastion, you would make the perfect research assistant
1049
1048
  - Youre just no good bully
1050
1049
  - Look somewhere else
1051
- - Hey, McCree, do you know what time it is
1050
+ - Hey, Cole, do you know what time it is
1052
1051
  - I love your glasses, so cute!
1053
1052
  - We should compare notes some time
1054
1053
  - Zarya How can you even pick up all that weight
@@ -1340,7 +1339,6 @@ en:
1340
1339
  - Target Eliminated
1341
1340
  - Final Blow - You Got Served
1342
1341
  - Sorry, Reinhardt
1343
- - "(vs McCree) Got you this time, Jesse"
1344
1342
  - You made a tactical error
1345
1343
  - I Always Get My Prey
1346
1344
  - Operating At Maximum Efficiency
@@ -1393,7 +1391,7 @@ en:
1393
1391
  - Try me
1394
1392
  - Then I have nothing to worry about
1395
1393
  - I always dreamed of the day we would fight together
1396
- - McCree, where did you learn to shoot like that
1394
+ - Cassidy, where did you learn to shoot like that?
1397
1395
  - See you in the air
1398
1396
  - I had a poster of you on my wall when I was younger
1399
1397
  - I lost many good soldiers here
@@ -1897,7 +1895,7 @@ en:
1897
1895
  - If you hold the information, you hold all the cards
1898
1896
  - You trying to be scary
1899
1897
  - I can be nice
1900
- - Pleasure working with you McCree. If that is your real name
1898
+ - Pleasure working with you, Cassidy... if that is your real name
1901
1899
  - So what are we doing here, boss
1902
1900
  - What can I say. A girl just has to have the latest tech
1903
1901
  - Your friend, Katya Volskaya. What will you say when you learn the truth
@@ -9,6 +9,7 @@ en:
9
9
  python: "print('Hello World!')"
10
10
  java: "System.out.println('Hello World!');"
11
11
  elixir: "IO.puts 'Hello World!'"
12
+ clojure: "(print 'Hello World!')"
12
13
  print:
13
14
  ruby: "puts 'faker_string_to_print'"
14
15
  javascript: "console.log('faker_string_to_print');"
@@ -17,6 +18,7 @@ en:
17
18
  python: "print('faker_string_to_print')"
18
19
  java: "System.out.println('faker_string_to_print');"
19
20
  elixir: "IO.puts 'faker_string_to_print'"
21
+ clojure: "(print 'faker_string_to_print')"
20
22
  print_1_to_10:
21
23
  ruby: "
22
24
  (1..10).each { |i| puts i }"
@@ -44,3 +46,6 @@ en:
44
46
  Enum.each(1..10, fn(x) ->
45
47
  IO.puts x
46
48
  end)"
49
+ clojure: "
50
+ (for [i (range 1 11)]
51
+ (println i))"
@@ -0,0 +1,130 @@
1
+ en:
2
+ faker:
3
+ sport:
4
+ summer_olympics: # Source https://olympics.com/en/sports/summer-olympics
5
+ - 3x3 basketball
6
+ - Archery
7
+ - Artistic gymnastics
8
+ - Artistic swimming
9
+ - Athletics
10
+ - Badminton
11
+ - Baseball # Technically part of "Baseball Softball" according to IOC website
12
+ - Basketball
13
+ - Beach volleyball
14
+ - BMX freestyle # Officially "Cycling BMX Freestyle"
15
+ - BMX racing # Officially "Cycling BMX Racing"
16
+ - Boxing
17
+ - Canoe/kayak flatwater
18
+ - Canoe/kayak slalom
19
+ - Diving
20
+ - Equestrian
21
+ - Fencing
22
+ - Football
23
+ - Golf
24
+ - Handball
25
+ - Hockey
26
+ - Judo
27
+ - Karate
28
+ - Marathon swimming
29
+ - Modern pentathlon
30
+ - Mountain bike # Officially "Cycling Mountain Bike"
31
+ - Rhythmic gymnastics
32
+ - Road cycling # Officially "Cycling Road"
33
+ - Rowing
34
+ - Rugby # Officially "Rugby Sevens"
35
+ - Sailing
36
+ - Shooting
37
+ - Skateboarding
38
+ - Softball # Technically part of "Baseball Softball" according to IOC website
39
+ - Sport climbing
40
+ - Surfing
41
+ - Swimming
42
+ - Table tennis
43
+ - Taekwondo
44
+ - Tennis
45
+ - Track cycling # Officially "Cycling Track"
46
+ - Trampoline
47
+ - Triathlon
48
+ - Volleyball
49
+ - Water polo
50
+ - Weight lifting
51
+ - Wrestling
52
+ winter_olympics: # Source https://olympics.com/en/sports/winter-olympics
53
+ - Alpine skiing
54
+ - Biathlon
55
+ - Bobsleigh
56
+ - Cross-country skiing
57
+ - Curling
58
+ - Figure skating
59
+ - Freestyle skiing
60
+ - Ice hockey
61
+ - Luge
62
+ - Nordic combined
63
+ - Short track speed skating
64
+ - Skeleton
65
+ - Ski jumping
66
+ - Ski mountaineering
67
+ - Snowboard
68
+ - Speed skating
69
+ summer_paralympics: # Source https://www.paralympic.org/sports
70
+ - Archery
71
+ - Athletics
72
+ - Badminton
73
+ - Blind football
74
+ - Boccia
75
+ - Canoe
76
+ - Cycling
77
+ - Equestrian
78
+ - Goalball
79
+ - Judo
80
+ - Powerlifting
81
+ - Rowing
82
+ - Shooting
83
+ - Sitting volleyball
84
+ - Swimming
85
+ - Table tennis
86
+ - Taekwondo
87
+ - Triathlon
88
+ - Wheelchair basketball
89
+ - Wheelchair fencing
90
+ - Wheelchair rugby
91
+ - Wheelchair tennis
92
+ winter_paralympics: # Source https://www.paralympic.org/sports
93
+ - Alpine skiing
94
+ - Biathlon
95
+ - Cross-country skiing
96
+ - Para ice hockey
97
+ - Snowboard
98
+ - Wheelchair curling
99
+ ancient_olympics: # Source https://olympics.com/ioc/ancient-olympic-games/the-sports-events
100
+ - Boxing
101
+ - Chariot racing
102
+ - Discus
103
+ - Horse racing
104
+ - Long jump
105
+ - Pankration
106
+ - Pentathlon
107
+ - Running
108
+ - Wrestling
109
+ unusual:
110
+ - Apple Racing
111
+ - Ban'ei
112
+ - Bathtubbing
113
+ - Bed racing
114
+ - Bossaball
115
+ - Botaoshi
116
+ - Beer Can Regatta
117
+ - Black pudding throwing
118
+ - Bog snorkelling
119
+ - Bottle kicking
120
+ - Camel jumping
121
+ - Camel wrestling
122
+ - Chess boxing
123
+ - Extreme ironing
124
+ - Flugtag/Birdman
125
+ - Gurning
126
+ - Kastenlauf (Beer crate running)
127
+ - Oil wrestling
128
+ - Poohsticks
129
+ - Wife carrying
130
+ - Zorbing