|
33 | 33 | [ "EOC_PORTAL_TAUNT", 1 ], |
34 | 34 | [ "EOC_PORTAL_SHIFTING_MASS", 1 ], |
35 | 35 | [ "EOC_PORTAL_ARTIFACT_WEAK", 1 ], |
| 36 | + [ "EOC_PORTAL_CONSCIOUSNESS_BLIP", 1 ], |
36 | 37 | [ "EOC_PORTAL_TEMPORARY_TEARS_IN_REALITY", 1 ] |
37 | 38 | ] |
38 | 39 | } |
39 | 40 | ] |
40 | 41 | }, |
| 42 | + { |
| 43 | + "type": "effect_on_condition", |
| 44 | + "id": "EOC_PORTAL_CONSCIOUSNESS_BLIP", |
| 45 | + "//": "Simulates your consciousness being interrupted by the portal storm for a variable length of time (max six seconds)", |
| 46 | + "condition": { "one_in_chance": 15 }, |
| 47 | + "effect": [ |
| 48 | + { "math": [ "_value = (min( (ps_str * 0.1), 5) + 1)" ] }, |
| 49 | + { "u_add_effect": "psi_stunned", "duration": { "math": [ "_value" ] } }, |
| 50 | + { "u_assign_activity": "ACT_GENERIC_EOC", "duration": { "math": [ "_value" ] } }, |
| 51 | + { "math": [ "u_ire -= 3" ] }, |
| 52 | + { "u_message": "Your head tingles and the world suddenly lurches!", "type": "bad" } |
| 53 | + ] |
| 54 | + }, |
41 | 55 | { |
42 | 56 | "type": "effect_on_condition", |
43 | 57 | "id": "EOC_PORTAL_TEMPORARY_TEARS_IN_REALITY", |
|
0 commit comments