-
Notifications
You must be signed in to change notification settings - Fork 4
/
body.ts
74 lines (68 loc) · 1.44 KB
/
body.ts
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
export default {
'strength': [
'unbelievably strong',
'mighty',
'very strong',
'strong',
'(no description)',
'weak',
'very weak',
'unquestionably weak',
'unfathomably weak',
],
'agility': [
'amazingly agile',
'extremely agile',
'very agile',
'agile',
'(no description)',
'clumsy',
'quite clumsy',
'totally clumsy',
'abysmally clumsy',
],
'toughness': [
'basically unbreakable',
'incredibly tough',
'quite durable',
'tough',
'(no description)',
'flimsy',
'very flimsy',
'remarkably flimsy',
'shockingly fragile',
],
'endurance': [
'absolutely inexhaustible',
'indefatigable',
'very slow to tire',
'slow to tire',
'(no description)',
'quick to tire',
'very quick to tire',
'extremely quick to tire',
'truly quick to tire',
],
'recuperation': [
'possessed of amazing recuperative powers',
'incredibly quick to heal',
'quite quick to heal',
'quick to heal',
'(no description)',
'slow to heal',
'very slow to heal',
'really slow to heal',
'shockingly slow to heal',
],
'disease_resistance': [
'virtually never sick',
'almost never sick',
'very rarely sick',
'rarely sick',
'(no description)',
'susceptible to disease',
'quite susceptible to disease',
'really susceptible to disease',
'stunningly susceptible to disease',
]
};