forked from Arokha/EP2-Data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aptitude_templates.json
107 lines (107 loc) · 2.74 KB
/
aptitude_templates.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
[
{
"name": "Actioneer",
"description": "You are more comfortable with physicality than talking or thinking.",
"aptitudes": {
"cognition": 10,
"intuition": 15,
"reflexes": 20,
"savvy": 10,
"somatics": 20,
"willpower": 15
},
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "f4eb8984-8a3d-41a1-9e79-4dc6716a5358"
},
{
"name": "Extrovert",
"description": "You can talk your way through most situations.",
"aptitudes": {
"cognition": 10,
"intuition": 20,
"reflexes": 15,
"savvy": 20,
"somatics": 15,
"willpower": 10
},
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "1d7ffabb-f8b6-4832-926e-6d1070122052"
},
{
"name": "Facilitator",
"description": "You’re good with people, planning, and seeing things through.",
"aptitudes": {
"cognition": 15,
"intuition": 15,
"reflexes": 10,
"savvy": 20,
"somatics": 10,
"willpower": 20
},
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "99bf4e6c-0bcf-4ab5-95f7-ffeab940e1fe"
},
{
"name": "Factotum",
"description": "You’ve never quite stood out, but you exhibit broad competence.",
"aptitudes": {
"cognition": 15,
"intuition": 15,
"reflexes": 15,
"savvy": 15,
"somatics": 15,
"willpower": 15
},
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "236f0dfe-b4e4-430b-a27a-d2d7f59a2cf0"
},
{
"name": "Inquirer",
"description": "Your creative mind is good at figuring things out.",
"aptitudes": {
"cognition": 20,
"intuition": 20,
"reflexes": 10,
"savvy": 15,
"somatics": 10,
"willpower": 15
},
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "386abd74-07a8-424b-b742-62ab25331a1f"
},
{
"name": "Survivor",
"description": "You have the will and stamina to scrape by in tough situations.",
"aptitudes": {
"cognition": 15,
"intuition": 10,
"reflexes": 15,
"savvy": 10,
"somatics": 20,
"willpower": 20
},
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "2e7f6b80-3084-46be-bf3d-0ab5b9637ad5"
},
{
"name": "Thrill Seeker",
"description": "You’ve never said no to a dare, but your fast reaction time and quick thinking compensate for your lack of foresight.",
"aptitudes": {
"cognition": 20,
"intuition": 10,
"reflexes": 20,
"savvy": 15,
"somatics": 15,
"willpower": 10
},
"resource": "Eclipse Phase Second Edition",
"reference": "",
"id": "f8573954-783d-470f-92c3-4d11ff112996"
}
]