-
Notifications
You must be signed in to change notification settings - Fork 0
/
modinfo.json
36 lines (35 loc) · 872 Bytes
/
modinfo.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
[
{
"type": "MOD_INFO",
"id": "NoShadowLieutenant",
"name": "No Shadow Lieutenant",
"authors": [ "benvh" ],
"description": "Disables the shadow lieutenant",
"category": "monster_exclude",
"dependencies": [ "dda" ]
},
{
"type": "MONSTER_BLACKLIST",
"monsters": [
"mon_lieutenant_shadow"
]
},
{
"type": "effect_on_condition",
"id": "EOC_LIEUTENANT_SHADOW_WARN",
"//": "no point in warning the player if the shadow is never spawned",
"effect": []
},
{
"type": "effect_on_condition",
"id": "EOC_LIEUTENANT_ACTIVATE_SHADOW",
"//": "no point in running this if the shadow is never spawned",
"effect": []
},
{
"type": "effect_on_condition",
"id": "EOC_LIEUTENANT_SHADOW_CHECK_POS",
"//": "no point in running this if the shadow is never spawned",
"effect": []
}
]