-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_template.json
38 lines (38 loc) · 937 Bytes
/
config_template.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
{
"ally_attack": 0,
"ally_defence": 0,
"assassin_attack": 10,
"assassin_bribe_amount": 1,
"assassin_bribe_fail_rate": 0.3,
"assassin_health": 10,
"assassin_recon_radius": 5,
"bomb_radius": 0,
"bow_durability": 0,
"bribe_amount": 0,
"bribe_radius": 0,
"enemy_goal": 1,
"hydra_attack": 10,
"hydra_health": 10,
"hydra_health_increase_amount": 1,
"hydra_health_increase_rate": 0.5,
"invincibility_potion_duration": 0,
"invisibility_potion_duration": 0,
"mercenary_attack": 0,
"mercenary_health": 0,
"midnight_armour_attack": 2,
"midnight_armour_defence": 2,
"mind_control_duration": 3,
"player_attack": 0,
"player_health": 0,
"shield_defence": 0,
"shield_durability": 0,
"spider_attack": 0,
"spider_health": 0,
"spider_spawn_interval": 0,
"sword_attack": 0,
"sword_durability": 0,
"treasure_goal": 0,
"zombie_attack": 0,
"zombie_health": 0,
"zombie_spawn_interval": 0
}