-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomebrew.json
598 lines (597 loc) · 21.3 KB
/
homebrew.json
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
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
{
"_meta": {
"sources": [
{
"json": "D5H",
"abbreviation": "D5H",
"full": "dirks 5e homebrew",
"authors": ["Dirk"],
"version": "0.1",
"url": "https://github.com/DirkWolthuis/dirks-5e-homebrew/blob/master/homebrew.json",
"targetSchema": "1.3.4"
}
],
"dateAdded": 1537874753,
"dateLastModified": 1537874753
},
"monster": [
{
"source": "D5H",
"name": "Sharkfeather Reef Shark",
"page": "0",
"size": "Medium",
"type": "Beast",
"alignment": ["U"],
"ac": [{ "ac": 11, "from": ["Natural Armor"] }],
"hp": { "average": 9, "formula": "2d8" },
"speed": { "swim": 45 },
"str": 14,
"dex": 13,
"con": 13,
"int": 1,
"wis": 10,
"save": {},
"skill": { "perception": "+2" },
"senses": ["blindsight 30 ft."],
"passive": 12,
"immune": [],
"cr": "1/4",
"conditionImmune": [],
"languages": [],
"trait": [
{
"name": "Pack Tactics",
"entries": [
"The shark has advantage on an attack roll against a creature if at least one of the shark's allies is within 5 feet of the creature and the ally isn't {@condition incapacitated}."
]
},
{
"name": "Water Breathing",
"entries": [
"the sharkfeather reef shark can breathe only underwater."
]
}
],
"action": [
{
"name": "Bite",
"entries": [
"{@atk mw} {@hit 4} to hit, reach 5 ft., one target. {@h}5 ({@damage 1d6 + 2}) piercing damage."
]
}
],
"environment": ["underwater"],
"hasToken": true,
"soundClip": {
"type": "internal",
"path": "bestiary/reef-shark.mp3"
},
"actionTags": ["Bite"],
"traitTags": ["Pack Tactics", "Water Breathing"],
"senseTags": ["B"],
"damageTags": ["P"],
"miscTags": ["MW"]
},
{
"source": "D5H",
"name": "Sharkfeather Sahuagin",
"page": "0",
"size": "Medium",
"type": { "type": "Humanoid", "tags": ["sahuagin"] },
"alignment": ["L", "E"],
"ac": [{ "ac": 11, "from": ["Natural Armor"] }],
"hp": { "average": 9, "formula": "2d8" },
"speed": { "swim": 40, "walk": 25 },
"str": 13,
"dex": 11,
"con": 12,
"int": 12,
"wis": 13,
"skill": { "perception": "+5" },
"senses": ["darkvision 120 ft."],
"passive": 10,
"languages": ["Sahuagin"],
"trait": [
{
"name": "Blood Frenzy",
"entries": [
"the sharkfeather sahuagin has advantage on melee attack rolls against any creature that doesn't have all its hit points."
]
},
{
"name": "Shark Telepathy",
"entries": [
"the sharkfeather sahuagin can magically command any shark within 120 feet of it, using a limited telepathy."
]
},
{
"name": "Limited Amphibiousness (Sahuagin)",
"entries": [
"the sharkfeather sahuagin can breathe air and water, but it needs to be submerged at least once every 4 hours to avoid suffocating."
]
}
],
"action": [
{
"name": "Bite",
"entries": [
"{@atk mw} {@hit 3} to hit, reach 5 ft., one target. {@h}3 ({@damage 1d4 + 1}) piercing damage."
]
},
{
"name": "Claws",
"entries": [
"{@atk mw} {@hit 3} to hit, reach 5 ft., one target. {@h}3 ({@damage 1d4 + 1}) slashing damage."
]
},
{
"name": "Spear",
"entries": [
"{@atk mw,rw} {@hit 3} to hit, reach 5 ft. or range 20/60 ft., one target. {@h}4 ({@damage 1d6 + 1}) piercing damage, or 5 ({@damage 1d8 + 1}) piercing damage if used with two hands to make a melee attack."
]
},
{
"name": "Dagger",
"entries": [
"{@atk mw,rw} {@hit 3} to hit, reach 5 ft. or range 20/60 ft., one target. {@h}3 ({@damage 1d4 + 1}) piercing damage in melee, or {@h}3 ({@damage 1d4 + 1}) piercing damage at range."
]
}
],
"environment": ["coastal", "underwater"],
"hasToken": true,
"soundClip": {
"type": "internal",
"path": "bestiary/sahuagin.mp3"
},
"traitTags": [
"Blood Frenzy",
"Shark Telepathy",
"Limited Amphibiousness (Sahuagin)"
],
"senseTags": ["SD"],
"actionTags": ["Bite", "Claws", "Spear", "Dagger"],
"damageTags": ["P", "S"]
}
],
"table": [
{
"name": "NPC traits",
"caption": "Traits (https://www.reddit.com/r/BehindTheTables/comments/3zr0h4/npc_appearance_personality_faith_and_flaws/)",
"colLabels": ["d283", "Trait"],
"colStyles": ["col-2 text-center", "col-10"],
"rows": [
["1", "Sleepy eyes."],
["2", "Shifty eyes."],
["3", "Watery eyes."],
["4", "Bright eyes."],
["5", "Cold eyes."],
["6", "Smiling eyes."],
["7", "Close-set eyes."],
["8", "Wild eyes."],
["9", "Distant eyes."],
["10", "A lazy eye."],
["11", "Piercing eyes."],
["12", "Watchful eyes."],
["13", "Dark eyes."],
["14", "Hooded eyes."],
["15", "Eyes of two different colors."],
["16", "Slightly crossed eyes."],
["17", "Wide eyes."],
["18", "Beautiful eyes."],
["19", "Beady eyes."],
["20", "Penetrating eyes."],
["21", "Over-sized ears."],
["22", "Long ear lobes."],
["23", "Small ears."],
["24", "Uneven ears."],
["25", "Hairy ears."],
["26", "Pointy ears."],
["27", "Short ear lobes."],
["28", "Ears that stick out."],
["29", "Jug-handle ears."],
["30", "Elaborately pierced ears."],
["31", "Cauliflower ears."],
["32", "Ears with improbable tufts of hair."],
["33", "Full lips."],
["34", "Buck-teeth."],
["35", "Thin lips."],
["36", "Rotting teeth."],
["37", "Crooked teeth."],
["38", "A broken or missing tooth."],
["39", "Pursed lips."],
["40", "Dry, cracked lips."],
["41", "One or more false teeth."],
["42", "A mouth that hangs open."],
["43", "A crooked nose."],
["44", "A bulbous nose."],
["45", "A narrow nose."],
["46", "A button nose."],
["47", "A long nose."],
["48", "A broad nose."],
["49", "An angular nose."],
["50", "A round nose."],
["51", "A broken nose."],
["52", "A hawk-like nose."],
["53", "A wide nose."],
["54", "A delicate nose."],
["55", "A pronounced chin."],
["56", "A cleft chin."],
["57", "A dimple on the chin."],
["58", "A rounded chin."],
["59", "A sharp jawline."],
["60", "A square jaw."],
["61", "A round jaw."],
["62", "An underbite."],
["63", "Thick hair."],
["64", "Wispy hair."],
["65", "Straight hair."],
["66", "Wavy hair."],
["67", "Curly hair."],
["68", "Wiry hair."],
["69", "Oily hair."],
["70", "Lush hair."],
["71", "Poofy hair."],
["72", "Long braids."],
["73", "Braids tight against the head."],
["74", "Very long hair."],
["75", "Greasy hair."],
["76", "Unruly hair."],
["77", "An unusual hairstyle."],
["78", "An outdated hairstyle."],
["79", "A high-maintenance hairstyle."],
["80", "Short-cropped hair."],
["81", "A shaved head."],
["82", "No hair at all."],
["83", "High cheekbones."],
["84", "Tight, drawn cheeks."],
["85", "Chubby cheeks."],
["86", "An unpleasant pustule."],
["87", "A large mole."],
["88", "A beauty mark."],
["89", "Freckles."],
["90", "Terrible scarring."],
["91", "Unusually short."],
["92", "Short in stature."],
["93", "Average height."],
["94", "Slightly above average height."],
["95", "Well above average height."],
["96", "Unusually tall."],
["97", "Thin and delicate."],
["98", "Of average build."],
["99", "Well-muscled."],
["100", "Slightly overweight."],
["101", "Grotesquely obese."],
["102", "Lean and lanky."],
["103", "Lithe and lean."],
["104", "Thin and wiry."],
["105", "Sinewy and strong."],
["106", "Flabby and weak."],
["107", "Lumpy or bent."],
["108", "Thin and flimsy."],
["109", "Soft and chubby."],
["110", "Thin and petite."],
["111", "Pudgy."],
["112", "Big and broad."],
["113", "Stocky and strong."],
["114", "Bony."],
["115", "Wide and ponderous."],
["116", "Covered in hair."],
["117", "Powerful hands."],
["118", "Delicate hands."],
["119", "Rough hands."],
["120", "Soft hands."],
["121", "A light touch."],
["122", "A heavy touch."],
["123", "A jagged scar."],
["124", "A dark purple scar."],
["125", "An angry red scar."],
["126", "A long, thin scar."],
["127", "A dagger tattoo."],
["128", "An arrow tattoo."],
["129", "An anchor tattoo."],
["130", "A skull tattoo."],
["131", "A pair of crossed bones tattoo."],
["132", "A snake tattoo."],
["133", "A scorpion tattoo."],
["134", "A spider web tattoo."],
["135", "A heart tattoo."],
["136", "A ring of thorns tattoo."],
["137", "A mermaid tattoo."],
["138", "A dragon tattoo."],
["139", "An earring."],
["140", "Two earrings."],
["141", "A small chain about the neck."],
["142", "A large chain about the neck."],
["143", "A tight choker about the neck."],
["144", "A brooch."],
["145", "A ring."],
["146", "Several rings."],
["147", "A bracelet."],
["148", "A nose ring."],
["149", "A medallion."],
["150", "An ornate belt."],
["151", "Steel."],
["152", "Bronze."],
["153", "Pewter."],
["154", "Silver."],
["155", "Gold."],
["156", "Platinum."],
["157", "Copper."],
["158", "Crisp and new."],
["159", "Fashionable and hip."],
["160", "A bit old-fashioned."],
["161", "Of the highest quality."],
["162", "Faded, but in good condition."],
["163", "Faded and patched."],
["164", "Torn in places; missing buttons."],
["165", "Tattered and worn."],
["166", "Calm Trait: Compassionate"],
["167", "Calm Trait: Cheerful"],
["168", "Calm Trait: Reserved"],
["169", "Calm Trait: Outspoken"],
["170", "Calm Trait: Uninterested"],
["171", "Calm Trait: Gruff"],
["172", "Calm Trait: Eager"],
["173", "Calm Trait: Deceitful"],
["174", "Calm Trait: Foolish"],
["175", "Calm Trait: Strict"],
["176", "Calm Trait: Agreeable"],
["177", "Calm Trait: Mischeivious"],
["178", "Calm Trait: Angry"],
["179", "Calm Trait: Fearful"],
["180", "Calm Trait: Manipulative"],
["181", "Calm Trait: Devout"],
["182", "Calm Trait: Greedy"],
["183", "Calm Trait: Funny"],
["184", "Calm Trait: Dour"],
["185", "Calm Trait: Fun-Loving"],
["186", "Calm Trait: Lazy"],
["187", "Calm Trait: Driven"],
["188", "Calm Trait: Boastful"],
["189", "Calm Trait: Artistic"],
["190", "Calm Trait: Assertive"],
["191", "Calm Trait: Carefree"],
["192", "Calm Trait: Cautious"],
["193", "Calm Trait: Confident"],
["194", "Calm Trait: Thoughtful"],
["195", "Calm Trait: Loyal"],
["196", "Calm Trait: Sophisticated"],
["197", "Calm Trait: Weak-Willed"],
["198", "Stress Trait: Withdrawn"],
["199", "Stress Trait: Murderous"],
["200", "Stress Trait: Obsessive"],
["201", "Stress Trait: Authoritarian"],
["202", "Stress Trait: Determined"],
["203", "Stress Trait: Brave"],
["204", "Stress Trait: Spiteful"],
["205", "Stress Trait: Belligerent"],
["206", "Stress Trait: Caustic"],
["207", "Stress Trait: Reckless"],
["208", "Stress Trait: Argumentative"],
["209", "Stress Trait: Gluttonous"],
["210", "Stress Trait: Overly Protective"],
["211", "Stress Trait: Angry"],
["212", "Stress Trait: Cowardly"],
["213", "Stress Trait: Meticulous"],
["214", "Stress Trait: Sarcastic"],
["215", "Stress Trait: Stubborn"],
["216", "Stress Trait: Destructive"],
["217", "Stress Trait: Practical"],
["218", "Stress Trait: Pushy"],
["219", "Stress Trait: Fanatical"],
["220", "Stress Trait: Secretive"],
["221", "Stress Trait: Scornful"],
["222", "Stress Trait: Courageous"],
["223", "Stress Trait: Impractical"],
["224", "Stress Trait: Calculating"],
["225", "Stress Trait: Industrious"],
["226", "Stress Trait: Manipulative"],
["227", "Stress Trait: Destructive"],
["228", "Stress Trait: Compulsive"],
["229", "Stress Trait: Intolerant"],
["230", "Mood: Agreeable."],
["231", "Mood: Carefree."],
["232", "Mood: Curious."],
["233", "Mood: Eager."],
["234", "Mood: Friendly."],
["235", "Mood: Happy."],
["236", "Mood: Hopeful."],
["237", "Mood: Upbeat."],
["238", "Mood: Indifferent."],
["239", "Mood: Bored."],
["240", "Mood: Focused."],
["241", "Mood: Suspicious."],
["242", "Mood: Tired."],
["243", "Mood: Withdrawn."],
["244", "Mood: Disagreeable."],
["245", "Mood: Agitated."],
["246", "Mood: Angry."],
["247", "Mood: Despondent."],
["248", "Mood: Gloomy."],
["249", "Mood: Nervous."],
["250", "Quiet true believer."],
["251", "Casual observer."],
["252", "Critical student."],
["253", "Outspoken cynic."],
["254", "Open-minded seeker."],
["255", "Broken heretic."],
["256", "Cautious listener."],
["257", "Fanatical true believer."],
["258", "Prejudice: Other genders."],
[
"259",
"Prejudice: An age group (d3): 1. children; 2. teenagers; 3. elderly."
],
[
"260",
"Prejudice: A social class (d3): 1. ruling class and authority figures; 2. powerful rich; 3. destitute poor."
],
[
"261",
"Prejudice: Social deviants (d3): 1. beggars; 2. drunks; 3. drug-users."
],
[
"262",
"Prejudice: A profession (d12): 1. farmers; 2. artists; 3. clergy; 4. soldiers; 5. fishers; 6. harlots; 7. miners; 8. merchants; 9. scholars; 10. herders; 11. sailors; 12. mages"
],
[
"263",
"Prejudice: A race (d8): 1. dwarves; 2. elves; 3. gnomes;; 4. goblins; 5. half-breeds; 5. halflings; 6. humans; 7. orcs; 8. reptilians."
],
["264", "Flaw: Fidgets."],
["265", "Flaw: Drinks too much."],
["266", "Flaw: Eats too much."],
["267", "Flaw: Swears often."],
["268", "Flaw: Has poor hygiene."],
["269", "Flaw: Can’t resist flirting."],
["270", "Flaw: Can’t stop staring."],
["271", "Flaw: Sweats profusely and easily."],
["272", "Flaw: Is a habitual liar."],
["273", "Flaw: Embellishes the truth."],
["274", "Flaw: Exaggerates details."],
["275", "Flaw: Has a short temper."],
["276", "Flaw: Is melodramatic."],
["277", "Flaw: Gossips."],
["278", "Flaw: Chews with an open mouth."],
["279", "Flaw: Often sniffs audibly."],
["280", "Flaw: Believes what you tell him/her."],
["281", "Flaw: Is skeptical of everything."],
["282", "Flaw: Paces."],
["283", "Flaw: Makes poor eye contact."]
],
"page": 0,
"source": "D5H",
"type": "table"
},
{
"name": "Races: Dwendalian Empire",
"caption": "Random table for races in the EGTW: Dwendalian Empire",
"colLabels": ["d100", "Trait"],
"colStyles": ["col-2 text-center", "col-10"],
"rows": [
["01-08", "Dwarf ({@dice 1d2}: 1: Hill | 2:Mountain)"],
[
"09-20",
"Elf ({@dice 1d20} 1-9: High | 10-17: Wood | 18: Dark | 19: Palid | 20: Sea)"
],
["21-32", "Halfling ({@dice 1d8}: 1-3: Lightfoot | 4-6: Stout | 7-8: Lotusden)"],
["33-52", "Human"],
["53-58", "Dragonborn ({@dice 1d8}: 1-6: Ravenite | 7-8: Draconblood)"],
["59-63", "Gnome ({@dice 1d2}: 1: Forest | 2: Rock)"],
["64-71", "Half-elf"],
["72-78", "Half-orc"],
["79-82", "Tiefling"],
["83-83", "Aarakocra"],
["84-84", "Aasimar ({@dice 1d3}: 1: Protector | 2: Scourge | 3: Fallen)"],
["85-85", "Firbolgs"],
["86-87", "Genasi ({@dice 1d4}: 1: Air | 2: Earth | 3: Fire | 4: Water)"],
["88-91", "Goblinkin ({@dice 1d8}: 1-2: Bugbear | 3-6: Goblin | 7-8: Hobgoblin)"],
["92-93", "Goliaths"],
["94-94", "Kenku"],
["95-97", "Orc"],
["98-98", "Tabaxi"],
["99-99", "Tortle"],
["100-100", "Hollow one"]
],
"page": 0,
"source": "D5H",
"type": "table"
},
{
"name": "Races: Menagerie Coast",
"caption": "Random table for races in the EGTW: Menagerie Coast",
"colLabels": ["d100", "Trait"],
"colStyles": ["col-2 text-center", "col-10"],
"rows": [
["01-08", "Dwarf ({@dice 1d2}: 1: Hill | 2:Mountain)"],
[
"09-20",
"Elf ({@dice 1d20} 1-9: High | 10-17: Wood | 18: Dark | 19: Palid | 20: Sea)"
],
["21-32", "Halfling ({@dice 1d8}: 1-3: Lightfoot | 4-6: Stout | 7-8: Lotusden)"],
["33-52", "Human"],
["53-58", "Dragonborn ({@dice 1d8}: 1-6: Ravenite | 7-8: Draconblood)"],
["59-63", "Gnome ({@dice 1d2}: 1: Forest | 2: Rock)"],
["64-71", "Half-elf"],
["72-78", "Half-orc"],
["79-82", "Tiefling"],
["83-83", "Aarakocra"],
["84-84", "Aasimar ({@dice 1d3}: 1: Protector | 2: Scourge | 3: Fallen)"],
["85-85", "Firbolgs"],
["86-87", "Genasi ({@dice 1d4}: 1: Air | 2: Earth | 3: Fire | 4: Water)"],
["88-91", "Goblinkin ({@dice 1d8}: 1-2: Bugbear | 3-6: Goblin | 7-8: Hobgoblin)"],
["92-93", "Goliaths"],
["94-94", "Kenku"],
["95-97", "Orc"],
["98-98", "Tabaxi"],
["99-99", "Tortle"],
["100-100", "Hollow one"]
],
"page": 0,
"source": "D5H",
"type": "table"
},
{
"name": "Races: Xhorhas",
"caption": "Random table for races in the EGTW: Xhorhas",
"colLabels": ["d100", "Trait"],
"colStyles": ["col-2 text-center", "col-10"],
"rows": [
["1-5", "Dwarf ({@dice 1d2}: 1: Hill | 2:Mountain)"],
["6-25", "Elves ({@dice 1d20} 1-4: High | 5-7: Wood | 8-18: Dark | 19: Palid | 20: Sea)"],
["26-30", "Halfling ({@dice 1d8}: 1: Lightfoot | 2: Stout | 3-8: Lotusden)"],
["31-33", "Human"],
["34-40", "Dragonborn ({@dice 1d8}: 1-3: Ravenite | 4-8: Draconblood)"],
["41-42", "Gnome ({@dice 1d2}: 1: Forest | 2: Rock)"],
["43-54", "Half-elf"],
["55-60", "Half-orc"],
["61-68", "Tiefling"],
["69-70", "Aarakocra"],
["71-71", "Aasimar ({@dice 1d3}: 1: Protector | 2: Scourge | 3: Fallen)"],
["72-73", "Firbolgs"],
["74-74", "Genasi ({@dice 1d4}: 1: Air | 2: Earth | 3: Fire | 4: Water)"],
["75-84", "Goblinkin ({@dice 1d8}: 1-2: Bugbear | 3-6: Goblin | 7-8: Hobgoblin)"],
["85-86", "Goliaths"],
["87-87", "Kenku"],
["88-95", "Orc"],
["96-96", "Tabaxi"],
["97-97", "Tortle"],
["98-100", "Hollow one"]
],
"page": 0,
"source": "D5H",
"type": "table"
},
{
"name": "Races: Greying Wildlands",
"caption": "Random table for races in the EGTW: Greying Wildlands",
"colLabels": ["d100", "Trait"],
"colStyles": ["col-2 text-center", "col-10"],
"rows": [
["1-10", "Dwarf ({@dice 1d2}: 1: Hill | 2:Mountain)"],
["11-20", "Elves ({@dice 1d20} 1-9: High | 10-17: Wood | 18: Dark | 19: Palid | 20: Sea)"],
["21-30", "Halfling"],
["31-45", "Human"],
["46-50", "Dragonborn ({@dice 1d8}: 1-4: Ravenite | 5-8: Draconblood)"],
["51-55", "Gnome ({@dice 1d2}: 1: Forest | 2: Rock)"],
["56-62", "Half-elf"],
["63-69", "Half-orc"],
["70-70", "Tiefling"],
["71-71", "Aarakocra"],
["72-72", "Aasimar ({@dice 1d3}: 1: Protector | 2: Scourge | 3: Fallen)"],
["73-75", "Firbolgs"],
["76-76", "Genasi ({@dice 1d4}: 1: Air | 2: Earth | 3: Fire | 4: Water)"],
["77-84", "Goblinkin ({@dice 1d8}: 1-2: Bugbear | 3-6: Goblin | 7-8: Hobgoblin)"],
["85-87", "Goliaths"],
["88-88", "Kenku"],
["89-94", "Orc"],
["95-98", "Tabaxi"],
["99-99", "Tortle"],
["100-100", "Hollow one"]
],
"page": 0,
"source": "D5H",
"type": "table"
}
]
}