-
Notifications
You must be signed in to change notification settings - Fork 0
/
team.json
130 lines (130 loc) · 3.78 KB
/
team.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
{
"players": [
{
"name": "Devin",
"talents": [
{
"name": "Competing",
"description": "Compares performance to that of others.",
"checked": false,
"type": "whole"
},
{
"name": "Feeling For Others",
"description": "Senses emotions in those nearby; anticipates others’ needs.",
"checked": false,
"type": "relational"
},
{
"name": "Including",
"description": "Desires to make others part of the group so as many as possible can feel its support.",
"checked": false,
"type": "relational"
},
{
"name": "Innovating",
"description": "Loves to create new processes or products; easily bored with routine.",
"checked": false,
"type": "innovative"
},
{
"name": "Loving Ideas",
"description": "Searches for concepts to explain things; loves theories.",
"checked": false,
"type": "innovative"
},
{
"name": "Perfecting",
"description": "Imposes structure, sets up routines, timelines and deadlines; needs to feel in control.",
"checked": false,
"type": "procedural"
}
],
"aTalents": 1,
"iTalents": 2,
"rTalents": 2,
"pTalents": 1,
"talentPref": "Whole-Brained",
"blindSpot": "None (Whole-Brained)",
"isDisplayed": true
},
{
"name": "Jeanie",
"talents": [
{
"name": "Feeling For Others",
"description": "Senses emotions in those nearby; anticipates others’ needs.",
"checked": false,
"type": "relational"
},
{
"name": "Creating Intimacy",
"description": "Encourages deepening of relationships; comfortable with intimacy.",
"checked": false,
"type": "relational"
},
{
"name": "Focusing",
"description": "Capacity to concentrate on a goal for a long period of time",
"checked": false,
"type": "procedural"
},
{
"name": "Joking",
"description": "Can lighten tense moments and puts self and others at ease with laughter.",
"checked": false,
"type": "whole"
}
],
"aTalents": 1,
"iTalents": 0,
"rTalents": 1,
"pTalents": 0,
"talentPref": "Facts vs. Feelings (A/R)",
"blindSpot": "Entrepreneur (I/P)",
"isDisplayed": true
},
{
"name": "Pablo",
"talents": [
{
"name": "Creating Intimacy",
"description": "Encourages deepening of relationships; comfortable with intimacy.",
"checked": false,
"type": "relational"
},
{
"name": "Focusing",
"description": "Capacity to concentrate on a goal for a long period of time",
"checked": false,
"type": "procedural"
},
{
"name": "Making It Happen",
"description": "Impatient for action rather than contemplation.",
"checked": false,
"type": "procedural"
},
{
"name": "Peace-making",
"description": "Looks for areas of agreement; holds conflict to a minimum.",
"checked": false,
"type": "relational"
},
{
"name": "Thinking Logically",
"description": "Exposes clumsy thinking; sees patterns in data.",
"checked": false,
"type": "analytic"
}
],
"aTalents": 1,
"iTalents": 0,
"rTalents": 2,
"pTalents": 2,
"talentPref": "Limbic (R/P) / Right-Brained",
"blindSpot": "Innovative",
"isDisplayed": true
}
]
}