-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbehaviourSeed.ts
62 lines (62 loc) · 1.5 KB
/
behaviourSeed.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
export const Behaviour = {
Active: "Active",
Ambitious: "Ambitious",
Cautious: "Cautious",
Conscientious: "Conscientious",
Creative: "Creative",
Curious: "Curious",
Logical: "Logical",
Organized: "Organized",
Perfectionist: "Perfectionist",
Precise: "Precise",
Anxious: "Anxious",
Careless: "Careless",
Impatient: "Impatient",
Lazy: "Lazy",
Rigid: "Rigid",
Scatterbrained: "Scatterbrained",
Slapdash: "Slapdash",
Sober: "Sober",
Undisciplined: "Undisciplined",
Volatile: "Volatile",
Altruistic: "Altruistic",
Caring: "Caring",
Compassionate: "Compassionate",
Considerate: "Considerate",
Faithful: "Faithful",
Impartial: "Impartial",
Kind: "Kind",
Pleasant: "Pleasant",
Polite: "Polite",
Sincere: "Sincere",
Aggressive: "Aggressive",
Argumentative: "Argumentative",
Bossy: "Bossy",
Deceitful: "Deceitful",
Domineering: "Domineering",
Flaky: "Flaky",
Inconsiderate: "Inconsiderate",
Manipulative: "Manipulative",
Rude: "Rude",
Spiteful: "Spiteful",
Guarded: "Guarded",
Loner: "Loner",
Maverick: "Maverick",
Reflective: "Reflective",
Reticent: "Reticent",
Retiring: "Retiring",
Reserved: "Reserved",
Selfaware: "Selfaware",
Sensitive: "Sensitive",
Shy: "Shy",
Affable: "Affable",
Amiable: "Amiable",
Assertive: "Assertive",
Authoritative: "Authoritative",
Charismatic: "Charismatic",
Enthusiastic: "Enthusiastic",
Gregarious: "Gregarious",
Persuasive: "Persuasive",
Selfassured: "Selfassured",
Talkative: "Talkative",
};