Skip to content

Commit 607e716

Browse files
Initial commit
1 parent 55c0c49 commit 607e716

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

data/mods/MindOverMatter/monsters/monster_eoc_attacks.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,33 +10,33 @@
1010
"id": "EOC_FERAL_VITAKIN1_ENERVATING_TOUCH",
1111
"condition": "npc_is_character",
1212
"effect": [
13-
{ "npc_add_effect": "effect_vitakinetic_health_down", "duration": [ 620000, 1620000 ] },
13+
{ "npc_add_effect": "effect_vitakinetic_health_down", "duration": [ 6200, 16200 ] },
1414
{ "math": [ "n_calories() -= 75" ] },
1515
{ "math": [ "n_calories('dont_affect_weariness': true) += 75" ] }
1616
],
17-
"false_effect": [ { "npc_add_effect": "effect_vitakinetic_health_down_monster", "duration": [ 620000, 1620000 ] } ]
17+
"false_effect": [ { "npc_add_effect": "effect_vitakinetic_health_down_monster", "duration": [ 6200, 16200 ] } ]
1818
},
1919
{
2020
"type": "effect_on_condition",
2121
"id": "EOC_FERAL_VITAKIN2_ENERVATING_TOUCH",
2222
"condition": "npc_is_character",
2323
"effect": [
24-
{ "npc_add_effect": "effect_vitakinetic_healing_down", "duration": [ 620000, 1620000 ] },
24+
{ "npc_add_effect": "effect_vitakinetic_healing_down", "duration": [ 6200, 16200 ] },
2525
{ "math": [ "n_calories() -= 200" ] },
2626
{ "math": [ "n_calories('dont_affect_weariness': true) += 200" ] }
2727
],
28-
"false_effect": [ { "npc_add_effect": "effect_vitakinetic_health_down_monster", "intensity": 3, "duration": [ 620000, 1620000 ] } ]
28+
"false_effect": [ { "npc_add_effect": "effect_vitakinetic_health_down_monster", "intensity": 3, "duration": [ 6200, 16200 ] } ]
2929
},
3030
{
3131
"type": "effect_on_condition",
3232
"id": "EOC_FERAL_VITAKIN3_ENERVATING_TOUCH",
3333
"condition": "npc_is_character",
3434
"effect": [
35-
{ "npc_add_effect": "effect_vitakinetic_healing_down_super", "duration": [ 620000, 1620000 ] },
35+
{ "npc_add_effect": "effect_vitakinetic_healing_down_super", "duration": [ 6200, 16200 ] },
3636
{ "math": [ "n_calories() -= 350" ] },
3737
{ "math": [ "n_calories('dont_affect_weariness': true) += 350" ] }
3838
],
39-
"false_effect": [ { "npc_add_effect": "effect_vitakinetic_health_down_monster", "intensity": 3, "duration": [ 620000, 1620000 ] } ]
39+
"false_effect": [ { "npc_add_effect": "effect_vitakinetic_health_down_monster", "intensity": 3, "duration": [ 6200, 16200 ] } ]
4040
},
4141
{
4242
"type": "effect_on_condition",

0 commit comments

Comments
 (0)