-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgame_settings.json
63 lines (56 loc) · 1014 Bytes
/
game_settings.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
{
"hand_card_amount": 8,
"standing_card_amount": 2,
"standing_card_value": 10,
"asset_copy_amount": 10,
"asset_value_range": [5, 9],
"influence_copy_amount": 2,
"influence_value_range": [2, 4],
"testimony_copy_amount": 2,
"testimony_values": [1, 1, 2, 3],
"rebrand_copy_amount": 2,
"rebrand_values": [1, 1, 2, 3],
"defence_copy_amount": 8,
"defence_value": 4,
"social_cards": [
{
"type": "Favour",
"value": 1
},
{
"type": "Favour",
"value": 2,
"illegal": true
},
{
"type": "Hook",
"value": 2,
"illegal": true
},
{
"type": "Hook",
"value": 3,
"illegal": true
},
{
"type": "Threat",
"value": 2,
"illegal": true
},
{
"type": "Threat",
"value": 3,
"illegal": true
},
{
"type": "Secret",
"value": 2
},
{
"type": "Secret",
"value": 3,
"illegal": true
}
],
"display_supertitle": true
}