faker 2.14.0 → 2.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +83 -0
- data/README.md +9 -0
- data/lib/faker.rb +37 -15
- data/lib/faker/blockchain/aeternity.rb +4 -4
- data/lib/faker/books/dune.rb +15 -2
- data/lib/faker/books/lovecraft.rb +8 -4
- data/lib/faker/default/address.rb +4 -4
- data/lib/faker/default/bank.rb +3 -5
- data/lib/faker/default/barcode.rb +11 -11
- data/lib/faker/default/beer.rb +3 -3
- data/lib/faker/default/camera.rb +46 -0
- data/lib/faker/default/chile_rut.rb +3 -2
- data/lib/faker/default/code.rb +2 -2
- data/lib/faker/default/commerce.rb +1 -1
- data/lib/faker/default/company.rb +40 -10
- data/lib/faker/default/driving_licence.rb +1 -1
- data/lib/faker/default/drone.rb +25 -25
- data/lib/faker/default/faker_adjective.rb +35 -0
- data/lib/faker/default/finance.rb +21 -0
- data/lib/faker/default/food.rb +1 -1
- data/lib/faker/default/hipster.rb +8 -5
- data/lib/faker/default/id_number.rb +2 -2
- data/lib/faker/default/internet.rb +5 -4
- data/lib/faker/default/invoice.rb +1 -1
- data/lib/faker/default/json.rb +4 -4
- data/lib/faker/default/lorem.rb +2 -2
- data/lib/faker/default/measurement.rb +3 -2
- data/lib/faker/default/military.rb +26 -0
- data/lib/faker/default/mountain.rb +33 -0
- data/lib/faker/default/number.rb +1 -1
- data/lib/faker/default/omniauth.rb +2 -0
- data/lib/faker/default/relationship.rb +1 -1
- data/lib/faker/default/space.rb +1 -1
- data/lib/faker/default/stripe.rb +3 -3
- data/lib/faker/default/vehicle.rb +1 -1
- data/lib/faker/fantasy/tolkien.rb +67 -0
- data/lib/faker/games/clash_of_clans.rb +48 -0
- data/lib/faker/games/control.rb +1 -1
- data/lib/faker/games/dnd.rb +6 -6
- data/lib/faker/games/elder_scrolls.rb +26 -0
- data/lib/faker/games/heroes.rb +13 -0
- data/lib/faker/games/minecraft.rb +65 -0
- data/lib/faker/games/street_fighter.rb +4 -4
- data/lib/faker/games/super_mario.rb +48 -0
- data/lib/faker/games/world_of_warcraft.rb +26 -1
- data/lib/faker/japanese_media/conan.rb +48 -0
- data/lib/faker/japanese_media/doraemon.rb +48 -0
- data/lib/faker/japanese_media/dragon_ball.rb +26 -0
- data/lib/faker/japanese_media/naruto.rb +61 -0
- data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
- data/lib/faker/movies/hobbit.rb +4 -4
- data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
- data/lib/faker/movies/lord_of_the_rings.rb +3 -3
- data/lib/faker/movies/room.rb +63 -0
- data/lib/faker/movies/star_wars.rb +2 -2
- data/lib/faker/music/hiphop.rb +48 -0
- data/lib/faker/music/opera.rb +237 -1
- data/lib/faker/quotes/quote.rb +26 -0
- data/lib/faker/sports/volleyball.rb +74 -0
- data/lib/faker/tv_shows/buffy.rb +17 -4
- data/lib/faker/tv_shows/final_space.rb +51 -0
- data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
- data/lib/faker/version.rb +1 -1
- data/lib/helpers/unique_generator.rb +3 -0
- data/lib/locales/en/adjective.yml +179 -0
- data/lib/locales/en/buffy.yml +1 -1
- data/lib/locales/en/camera.yml +611 -0
- data/lib/locales/en/clash_of_clan.yml +101 -0
- data/lib/locales/en/company.yml +2 -2
- data/lib/locales/en/conan.yml +171 -0
- data/lib/locales/en/demographic.yml +218 -5
- data/lib/locales/en/doraemon.yml +286 -0
- data/lib/locales/en/dota.yml +531 -63
- data/lib/locales/en/dragon_ball.yml +243 -1
- data/lib/locales/en/driving_license.yml +3 -0
- data/lib/locales/en/dune.yml +401 -131
- data/lib/locales/en/elder_scrolls.yml +583 -9
- data/lib/locales/en/fallout.yml +311 -133
- data/lib/locales/en/final_space.yml +37 -0
- data/lib/locales/en/finance.yml +53 -0
- data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
- data/lib/locales/en/half_life.yml +84 -3
- data/lib/locales/en/heroes.yml +408 -3
- data/lib/locales/en/heroes_of_the_storm.yml +131 -4
- data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
- data/lib/locales/en/jack_handey.yml +54 -0
- data/lib/locales/en/league_of_legends.yml +285 -6
- data/lib/locales/en/military.yml +179 -5
- data/lib/locales/en/minecraft.yml +273 -0
- data/lib/locales/en/mountain.yml +158 -0
- data/lib/locales/en/music.yml +451 -29
- data/lib/locales/en/myst.yml +87 -31
- data/lib/locales/en/naruto.yml +231 -0
- data/lib/locales/en/opera.yml +168 -0
- data/lib/locales/en/overwatch.yml +2650 -2622
- data/lib/locales/en/pokemon.yml +417 -4
- data/lib/locales/en/quote.yml +692 -163
- data/lib/locales/en/room.yml +68 -0
- data/lib/locales/en/source.yml +30 -0
- data/lib/locales/en/star_trek.yml +1 -1
- data/lib/locales/en/street_fighter.yml +4 -4
- data/lib/locales/en/studio_ghibli.yml +107 -0
- data/lib/locales/en/super_mario.yml +58 -0
- data/lib/locales/en/super_smash_bros.yml +16 -4
- data/lib/locales/en/tolkien.yml +2453 -0
- data/lib/locales/en/volleyball.yml +501 -0
- data/lib/locales/en/witcher.yml +389 -7
- data/lib/locales/en/world_of_warcraft.yml +122 -4
- data/lib/locales/en/zelda.yml +962 -4
- data/lib/locales/es.yml +56 -0
- data/lib/locales/ja.yml +5 -1
- data/lib/locales/pt-BR.yml +1 -1
- data/lib/locales/uk.yml +2 -0
- metadata +38 -10
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -6
data/lib/locales/en/military.yml
CHANGED
|
@@ -1,8 +1,182 @@
|
|
|
1
1
|
en:
|
|
2
2
|
faker:
|
|
3
3
|
military:
|
|
4
|
-
army_rank:
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
army_rank:
|
|
5
|
+
- Private
|
|
6
|
+
- Private First Class
|
|
7
|
+
- Specialist
|
|
8
|
+
- Corporal
|
|
9
|
+
- Sergeant
|
|
10
|
+
- Staff Sergeant
|
|
11
|
+
- Sergeant First Class
|
|
12
|
+
- Master Sergeant
|
|
13
|
+
- First Sergeant
|
|
14
|
+
- Sergeant Major
|
|
15
|
+
- Command Sergeant Major
|
|
16
|
+
- Sergeant Major of the Army
|
|
17
|
+
- Second Lieutenant
|
|
18
|
+
- First Lieutenant
|
|
19
|
+
- Captain
|
|
20
|
+
- Major
|
|
21
|
+
- Lieutenant Colonel
|
|
22
|
+
- Colonel
|
|
23
|
+
- Brigadier General
|
|
24
|
+
- Major General
|
|
25
|
+
- Lieutenant General
|
|
26
|
+
- General
|
|
27
|
+
- General of the Army
|
|
28
|
+
- General of the Armies
|
|
29
|
+
marines_rank:
|
|
30
|
+
- Private
|
|
31
|
+
- Private First Class
|
|
32
|
+
- Lance Corporal
|
|
33
|
+
- Corporal
|
|
34
|
+
- Sergeant
|
|
35
|
+
- Staff Sergeant
|
|
36
|
+
- Gunnery Sergeant
|
|
37
|
+
- Master Sergeant
|
|
38
|
+
- First Sergeant
|
|
39
|
+
- Master Gunnery Sergeant
|
|
40
|
+
- Sergeant Major
|
|
41
|
+
- Sergeant Major of the Marine Corps
|
|
42
|
+
- Second Lieutenant
|
|
43
|
+
- First Lieutenant
|
|
44
|
+
- Captain
|
|
45
|
+
- Major
|
|
46
|
+
- Lieutenant Colonel
|
|
47
|
+
- Colonel
|
|
48
|
+
- Brigadier General
|
|
49
|
+
- Major General
|
|
50
|
+
- Lieutenant General
|
|
51
|
+
- General
|
|
52
|
+
navy_rank:
|
|
53
|
+
- Seaman Recruit
|
|
54
|
+
- Fireman Recruit
|
|
55
|
+
- Airman Recruit
|
|
56
|
+
- Constructionman Recruit
|
|
57
|
+
- Seaman Apprentice
|
|
58
|
+
- Fireman Apprentice
|
|
59
|
+
- Airman Apprentice
|
|
60
|
+
- Constructionman Apprentice
|
|
61
|
+
- Seaman
|
|
62
|
+
- Fireman
|
|
63
|
+
- Airman
|
|
64
|
+
- Constructionman
|
|
65
|
+
- Petty Officer Third Class
|
|
66
|
+
- Petty Officer Second Class
|
|
67
|
+
- Petty Officer First Class
|
|
68
|
+
- Chief Petty Officer
|
|
69
|
+
- Senior Chief Petty Officer
|
|
70
|
+
- Command Senior Chief Petty Officer
|
|
71
|
+
- Master Chief Petty Officer
|
|
72
|
+
- Command Master Chief Petty Officer
|
|
73
|
+
- Fleet Master Chief Petty Officer
|
|
74
|
+
- Force Master Chief Petty Officer
|
|
75
|
+
- Master Chief Petty Officer of the Navy
|
|
76
|
+
- Ensign
|
|
77
|
+
- Lieutenant
|
|
78
|
+
- Lieutenant Commander
|
|
79
|
+
- Commander
|
|
80
|
+
- Captain
|
|
81
|
+
- Rear Admiral
|
|
82
|
+
- Vice Admiral
|
|
83
|
+
- Admiral
|
|
84
|
+
- Fleet Admiral
|
|
85
|
+
- Admiral of the Navy
|
|
86
|
+
coast_guard_rank:
|
|
87
|
+
- Seaman Recruit
|
|
88
|
+
- Seaman Apprentice
|
|
89
|
+
- Seaman
|
|
90
|
+
- Petty Officer Third Class
|
|
91
|
+
- Petty Officer Second Class
|
|
92
|
+
- Petty Officer First Class
|
|
93
|
+
- Chief Petty Officer
|
|
94
|
+
- Senior Chief Petty Officer
|
|
95
|
+
- Master Chief Petty Officer
|
|
96
|
+
- Command Master Chief Petty Officer
|
|
97
|
+
- Area Command Master Chief Petty Officer
|
|
98
|
+
- Coast Guard Reserve Force Master Chief Petty Officer
|
|
99
|
+
- Master Chief Petty Officer of the Coast Guard
|
|
100
|
+
- Ensign
|
|
101
|
+
- Lieutenant
|
|
102
|
+
- Lieutenant Commander
|
|
103
|
+
- Commander
|
|
104
|
+
- Captain
|
|
105
|
+
- Rear Admiral
|
|
106
|
+
- Vice Admiral
|
|
107
|
+
- Admiral
|
|
108
|
+
- Fleet Admiral
|
|
109
|
+
- Admiral of the Navy
|
|
110
|
+
air_force_rank:
|
|
111
|
+
- Airman Basic
|
|
112
|
+
- Airman First Class
|
|
113
|
+
- Senior Airman
|
|
114
|
+
- Staff Sergeant
|
|
115
|
+
- Technical Sergeant
|
|
116
|
+
- Master Sergeant
|
|
117
|
+
- Senior Master Sergeant
|
|
118
|
+
- Chief Master Sergeant
|
|
119
|
+
- Command Chief Master Sergeant
|
|
120
|
+
- Chief Master Sergeant of the Air Force
|
|
121
|
+
- Second Lieutenant
|
|
122
|
+
- First Lieutenant
|
|
123
|
+
- Captain
|
|
124
|
+
- Major
|
|
125
|
+
- Lieutenant Colonel
|
|
126
|
+
- Colonel
|
|
127
|
+
- Brigadier General
|
|
128
|
+
- Major General
|
|
129
|
+
- Lieutenant General
|
|
130
|
+
- General
|
|
131
|
+
- General of the Air Force
|
|
132
|
+
space_force_rank:
|
|
133
|
+
- Airman Basic
|
|
134
|
+
- Airman First Class
|
|
135
|
+
- Senior Airman
|
|
136
|
+
- Staff Sergeant
|
|
137
|
+
- Technical Sergeant
|
|
138
|
+
- Master Sergeant
|
|
139
|
+
- Senior Master Sergeant
|
|
140
|
+
- Chief Master Sergeant
|
|
141
|
+
- Command Chief Master Sergeant
|
|
142
|
+
- Senior Enlisted Advisor of the Space Force
|
|
143
|
+
- Senior Enlisted Advisor to the Chairman
|
|
144
|
+
- Second Lieutenant
|
|
145
|
+
- First Lieutenant
|
|
146
|
+
- Captain
|
|
147
|
+
- Major
|
|
148
|
+
- Lieutenant Colonel
|
|
149
|
+
- Colonel
|
|
150
|
+
- Brigadier General
|
|
151
|
+
- Major General
|
|
152
|
+
- Lieutenant General
|
|
153
|
+
- General
|
|
154
|
+
dod_paygrade:
|
|
155
|
+
- E-1
|
|
156
|
+
- E-2
|
|
157
|
+
- E-3
|
|
158
|
+
- E-4
|
|
159
|
+
- E-5
|
|
160
|
+
- E-6
|
|
161
|
+
- E-7
|
|
162
|
+
- E-8
|
|
163
|
+
- E-9
|
|
164
|
+
- O-1
|
|
165
|
+
- O-1E
|
|
166
|
+
- O-2
|
|
167
|
+
- O-2E
|
|
168
|
+
- O-3
|
|
169
|
+
- O-3E
|
|
170
|
+
- O-4
|
|
171
|
+
- O-5
|
|
172
|
+
- O-6
|
|
173
|
+
- O-7
|
|
174
|
+
- O-8
|
|
175
|
+
- O-9
|
|
176
|
+
- O-10
|
|
177
|
+
- W-1
|
|
178
|
+
- W-2
|
|
179
|
+
- W-3
|
|
180
|
+
- W-4
|
|
181
|
+
- W-5
|
|
182
|
+
- Special
|
|
@@ -2,6 +2,198 @@ en:
|
|
|
2
2
|
faker:
|
|
3
3
|
games:
|
|
4
4
|
minecraft:
|
|
5
|
+
achievement:
|
|
6
|
+
- Acquire Hardware
|
|
7
|
+
- Adventuring Time
|
|
8
|
+
- Ahoy!
|
|
9
|
+
- Alternative Fuel
|
|
10
|
+
- Archer
|
|
11
|
+
- Artificial Selection
|
|
12
|
+
- Atlantis?
|
|
13
|
+
- Bake Bread
|
|
14
|
+
- Beam Me Up
|
|
15
|
+
- Bee our guest
|
|
16
|
+
- Benchmaking
|
|
17
|
+
- Body Guard
|
|
18
|
+
- Bullseye
|
|
19
|
+
- Buy Low, Sell High
|
|
20
|
+
- Camouflage
|
|
21
|
+
- Castaway
|
|
22
|
+
- Cheating Death
|
|
23
|
+
- Chestful of Cobblestone
|
|
24
|
+
- Cover me in debris
|
|
25
|
+
- Cow Tipper
|
|
26
|
+
- Delicious Fish
|
|
27
|
+
- Diamonds to you!
|
|
28
|
+
- DIAMONDS!
|
|
29
|
+
- Disenchanted
|
|
30
|
+
- Dispense With This
|
|
31
|
+
- Do a Barrel Roll!
|
|
32
|
+
- Dry Spell
|
|
33
|
+
- Echolocation
|
|
34
|
+
- Enchanter
|
|
35
|
+
- Feeling Ill
|
|
36
|
+
- Free Diver
|
|
37
|
+
- Freight Station
|
|
38
|
+
- Fruit on the Loom
|
|
39
|
+
- Getting an Upgrade
|
|
40
|
+
- Getting Wood
|
|
41
|
+
- Great View From Up Here
|
|
42
|
+
- Have a Shearful Day
|
|
43
|
+
- Hot Topic
|
|
44
|
+
- Hot tourist destination
|
|
45
|
+
- I am a Marine Biologist
|
|
46
|
+
- I've got a bad feeling about this
|
|
47
|
+
- Inception
|
|
48
|
+
- Into Fire
|
|
49
|
+
- Into the Nether
|
|
50
|
+
- Iron Belly
|
|
51
|
+
- Iron Man
|
|
52
|
+
- It's a Sign!
|
|
53
|
+
- Kill the Beast!
|
|
54
|
+
- Leader Of The Pack
|
|
55
|
+
- Let it Go!
|
|
56
|
+
- Librarian
|
|
57
|
+
- Lion Hunter
|
|
58
|
+
- Local Brewery
|
|
59
|
+
- Map Room
|
|
60
|
+
- Master Trader
|
|
61
|
+
- Me Gold!
|
|
62
|
+
- MOAR Tools
|
|
63
|
+
- Monster Hunter
|
|
64
|
+
- Moskstraumen
|
|
65
|
+
- On A Rail
|
|
66
|
+
- One Pickle, Two Pickle, Sea Pickle, Four
|
|
67
|
+
- Oooh, shiny!
|
|
68
|
+
- Organizational Wizard
|
|
69
|
+
- Overkill
|
|
70
|
+
- Overpowered
|
|
71
|
+
- Passing the Time
|
|
72
|
+
- Plethora of Cats
|
|
73
|
+
- Pork Chop
|
|
74
|
+
- Pot Planter
|
|
75
|
+
- Rabbit Season
|
|
76
|
+
- Rainbow Collection
|
|
77
|
+
- Renewable Energy
|
|
78
|
+
- Repopulation
|
|
79
|
+
- Return to Sender
|
|
80
|
+
- Saddle Up
|
|
81
|
+
- Sail the 7 Seas
|
|
82
|
+
- Sleep with the Fishes
|
|
83
|
+
- Smelt Everything!
|
|
84
|
+
- Sniper Duel
|
|
85
|
+
- So I Got That Going for Me
|
|
86
|
+
- Sound the Alarm!
|
|
87
|
+
- Stayin' Frosty
|
|
88
|
+
- Sticky Situation
|
|
89
|
+
- Super Fuel
|
|
90
|
+
- Super Sonic
|
|
91
|
+
- Taking Inventory
|
|
92
|
+
- Taste of Your Own Medicine
|
|
93
|
+
- The Beaconator
|
|
94
|
+
- The Beginning?
|
|
95
|
+
- The Beginning.
|
|
96
|
+
- The Deep End
|
|
97
|
+
- The End?
|
|
98
|
+
- The End.
|
|
99
|
+
- The End... Again...
|
|
100
|
+
- The Haggler
|
|
101
|
+
- The Lie
|
|
102
|
+
- Tie Dye Outfit
|
|
103
|
+
- Time for Stew
|
|
104
|
+
- Time to Farm!
|
|
105
|
+
- Time to Mine!
|
|
106
|
+
- Time to Strike!
|
|
107
|
+
- Top of the World
|
|
108
|
+
- Total Beelocation
|
|
109
|
+
- Trampoline
|
|
110
|
+
- Treasure Hunter
|
|
111
|
+
- We're being attacked!
|
|
112
|
+
- When Pigs Fly
|
|
113
|
+
- Where Have You Been?
|
|
114
|
+
- You Need a Mint
|
|
115
|
+
- Zombie Doctor
|
|
116
|
+
- Zoologist
|
|
117
|
+
biome:
|
|
118
|
+
- Badlands
|
|
119
|
+
- Badlands Plateau
|
|
120
|
+
- Bamboo Jungle
|
|
121
|
+
- Bamboo Jungle Hills
|
|
122
|
+
- Basalt Deltas
|
|
123
|
+
- Beach
|
|
124
|
+
- Birch Forest
|
|
125
|
+
- Birch Forest Hills
|
|
126
|
+
- Cold Ocean
|
|
127
|
+
- Crimson Forest
|
|
128
|
+
- Dark Forest
|
|
129
|
+
- Dark Forest Hills
|
|
130
|
+
- Deep Cold Ocean
|
|
131
|
+
- Deep Frozen Ocean
|
|
132
|
+
- Deep Lukewarm Ocean
|
|
133
|
+
- Deep Ocean
|
|
134
|
+
- Deep Warm Ocean
|
|
135
|
+
- Desert
|
|
136
|
+
- Desert Hills
|
|
137
|
+
- Desert Lakes
|
|
138
|
+
- End Barrens
|
|
139
|
+
- End Highlands
|
|
140
|
+
- End Midlands
|
|
141
|
+
- Eroded Badlands
|
|
142
|
+
- Flower Forest
|
|
143
|
+
- Forest
|
|
144
|
+
- Frozen Ocean
|
|
145
|
+
- Frozen River
|
|
146
|
+
- Giant Spruce Taiga
|
|
147
|
+
- Giant Spruce Taiga Hills
|
|
148
|
+
- Giant Tree Taiga
|
|
149
|
+
- Giant Tree Taiga Hills
|
|
150
|
+
- Gravelly Mountains
|
|
151
|
+
- Gravelly Mountains+
|
|
152
|
+
- Ice Spikes
|
|
153
|
+
- Jungle
|
|
154
|
+
- Jungle Edge
|
|
155
|
+
- Jungle Hills
|
|
156
|
+
- Lukewarm Ocean
|
|
157
|
+
- Modified Badlands Plateau
|
|
158
|
+
- Modified Jungle
|
|
159
|
+
- Modified Jungle Edge
|
|
160
|
+
- Modified Wooded Badlands Plateau
|
|
161
|
+
- Mountain Edge
|
|
162
|
+
- Mountains
|
|
163
|
+
- Mushroom Field Shore
|
|
164
|
+
- Mushroom Fields
|
|
165
|
+
- Nether Wastes
|
|
166
|
+
- Ocean
|
|
167
|
+
- Plains
|
|
168
|
+
- River
|
|
169
|
+
- Savanna
|
|
170
|
+
- Savanna Plateau
|
|
171
|
+
- Shattered Savanna
|
|
172
|
+
- Shattered Savanna Plateau
|
|
173
|
+
- Small End Islands
|
|
174
|
+
- Snowy Beach
|
|
175
|
+
- Snowy Mountains
|
|
176
|
+
- Snowy Taiga
|
|
177
|
+
- Snowy Taiga Hills
|
|
178
|
+
- Snowy Taiga Mountains
|
|
179
|
+
- Snowy Tundra
|
|
180
|
+
- Soul Sand Valley
|
|
181
|
+
- Stone Shore
|
|
182
|
+
- Sunflower Plains
|
|
183
|
+
- Swamp
|
|
184
|
+
- Swamp Hills
|
|
185
|
+
- Taiga
|
|
186
|
+
- Taiga Hills
|
|
187
|
+
- Taiga Mountains
|
|
188
|
+
- Tall Birch Forest
|
|
189
|
+
- Tall Birch Hills
|
|
190
|
+
- The End
|
|
191
|
+
- The Voi
|
|
192
|
+
- Warm Ocean
|
|
193
|
+
- Warped Forest
|
|
194
|
+
- Wooded Badlands Plateau
|
|
195
|
+
- Wooded Hills
|
|
196
|
+
- Wooded Mountains
|
|
5
197
|
blocks:
|
|
6
198
|
- Stone
|
|
7
199
|
- Granite
|
|
@@ -203,6 +395,53 @@ en:
|
|
|
203
395
|
- Lily Pad
|
|
204
396
|
- Nether Brick
|
|
205
397
|
- Nether Brick Fence
|
|
398
|
+
enchantment:
|
|
399
|
+
- Aqua Affinity
|
|
400
|
+
- Bane of Arthropods
|
|
401
|
+
- Blast Protection
|
|
402
|
+
- Channeling
|
|
403
|
+
- Cleaving
|
|
404
|
+
- Curse of Binding
|
|
405
|
+
- Curse of Vanishing
|
|
406
|
+
- Depth Strider
|
|
407
|
+
- Efficiency
|
|
408
|
+
- Feather Falling
|
|
409
|
+
- Fire Aspect
|
|
410
|
+
- Fire Protection
|
|
411
|
+
- Flame
|
|
412
|
+
- Fortune
|
|
413
|
+
- Frost Walker
|
|
414
|
+
- Impaling
|
|
415
|
+
- Infinity
|
|
416
|
+
- Knockback
|
|
417
|
+
- Looting
|
|
418
|
+
- Loyalty
|
|
419
|
+
- Luck of the Sea
|
|
420
|
+
- Lure
|
|
421
|
+
- Mending
|
|
422
|
+
- Multishot
|
|
423
|
+
- Piercing
|
|
424
|
+
- Power
|
|
425
|
+
- Projectile Protection
|
|
426
|
+
- Protection
|
|
427
|
+
- Punch
|
|
428
|
+
- Quick Charge
|
|
429
|
+
- Respiration
|
|
430
|
+
- Riptide
|
|
431
|
+
- Sharpness
|
|
432
|
+
- Silk Touch
|
|
433
|
+
- Smite
|
|
434
|
+
- Soul Speed
|
|
435
|
+
- Sweeping Edge
|
|
436
|
+
- Thorns
|
|
437
|
+
- Unbreaking
|
|
438
|
+
game_mode:
|
|
439
|
+
- Adventure
|
|
440
|
+
- Creative
|
|
441
|
+
- Demo
|
|
442
|
+
- Hardcore
|
|
443
|
+
- Spectator
|
|
444
|
+
- Survival
|
|
206
445
|
items:
|
|
207
446
|
- Iron Shovel
|
|
208
447
|
- Iron Pickaxe
|
|
@@ -388,3 +627,37 @@ en:
|
|
|
388
627
|
- Witch
|
|
389
628
|
- Hoglin
|
|
390
629
|
- Piglin
|
|
630
|
+
status_effect:
|
|
631
|
+
- Absorption
|
|
632
|
+
- Bad Luck
|
|
633
|
+
- Bad Omen
|
|
634
|
+
- Blindness
|
|
635
|
+
- Conduit Power
|
|
636
|
+
- Dolphin's Grace
|
|
637
|
+
- Fatal Poison
|
|
638
|
+
- Fire Resistance
|
|
639
|
+
- Glowing
|
|
640
|
+
- Haste
|
|
641
|
+
- Health Boost
|
|
642
|
+
- Hero of the Village
|
|
643
|
+
- Hunger
|
|
644
|
+
- Instant Damage
|
|
645
|
+
- Instant Health
|
|
646
|
+
- Invisibility
|
|
647
|
+
- Jump Boost
|
|
648
|
+
- Levitation
|
|
649
|
+
- Luck
|
|
650
|
+
- Mining Fatigue
|
|
651
|
+
- Nausea
|
|
652
|
+
- Night Vision
|
|
653
|
+
- Poison
|
|
654
|
+
- Regeneration
|
|
655
|
+
- Resistance
|
|
656
|
+
- Saturation
|
|
657
|
+
- Slow Falling
|
|
658
|
+
- Slowness
|
|
659
|
+
- Speed
|
|
660
|
+
- Strength
|
|
661
|
+
- Water Breathing
|
|
662
|
+
- Weakness
|
|
663
|
+
- Wither
|