|
10 | 10 | "id": "EOC_FERAL_VITAKIN1_ENERVATING_TOUCH",
|
11 | 11 | "condition": "npc_is_character",
|
12 | 12 | "effect": [
|
13 |
| - { "npc_add_effect": "effect_vitakinetic_health_down", "duration": [ 620000, 1620000 ] }, |
| 13 | + { "npc_add_effect": "effect_vitakinetic_health_down", "duration": [ 6200, 16200 ] }, |
14 | 14 | { "math": [ "n_calories() -= 75" ] },
|
15 | 15 | { "math": [ "n_calories('dont_affect_weariness': true) += 75" ] }
|
16 | 16 | ],
|
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 ] } ] |
18 | 18 | },
|
19 | 19 | {
|
20 | 20 | "type": "effect_on_condition",
|
21 | 21 | "id": "EOC_FERAL_VITAKIN2_ENERVATING_TOUCH",
|
22 | 22 | "condition": "npc_is_character",
|
23 | 23 | "effect": [
|
24 |
| - { "npc_add_effect": "effect_vitakinetic_healing_down", "duration": [ 620000, 1620000 ] }, |
| 24 | + { "npc_add_effect": "effect_vitakinetic_healing_down", "duration": [ 6200, 16200 ] }, |
25 | 25 | { "math": [ "n_calories() -= 200" ] },
|
26 | 26 | { "math": [ "n_calories('dont_affect_weariness': true) += 200" ] }
|
27 | 27 | ],
|
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 ] } ] |
29 | 29 | },
|
30 | 30 | {
|
31 | 31 | "type": "effect_on_condition",
|
32 | 32 | "id": "EOC_FERAL_VITAKIN3_ENERVATING_TOUCH",
|
33 | 33 | "condition": "npc_is_character",
|
34 | 34 | "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 ] }, |
36 | 36 | { "math": [ "n_calories() -= 350" ] },
|
37 | 37 | { "math": [ "n_calories('dont_affect_weariness': true) += 350" ] }
|
38 | 38 | ],
|
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 ] } ] |
40 | 40 | },
|
41 | 41 | {
|
42 | 42 | "type": "effect_on_condition",
|
|
0 commit comments