|
114 | 114 | { "run_eocs": [ "EOC_END_PSI_POWERS_MAINTAINED" ] } |
115 | 115 | ] |
116 | 116 | }, |
117 | | - { |
118 | | - "type": "effect_on_condition", |
119 | | - "id": "EOC_PSIONICS_DAZED_ENDS_POWERS", |
120 | | - "eoc_type": "EVENT", |
121 | | - "required_event": "character_gains_effect", |
122 | | - "condition": { |
123 | | - "and": [ |
124 | | - { |
125 | | - "or": [ |
126 | | - { "compare_string": [ "dazed", { "context_val": "effect" } ] }, |
127 | | - { "compare_string": [ "psi_dazed", { "context_val": "effect" } ] }, |
128 | | - { "compare_string": [ "psi_dazed_zap", { "context_val": "effect" } ] }, |
129 | | - { "compare_string": [ "downed", { "context_val": "effect" } ] } |
130 | | - ] |
131 | | - }, |
132 | | - { "math": [ "u_vitamin('vitamin_maintained_powers')", ">=", "1" ] } |
133 | | - ] |
134 | | - }, |
135 | | - "effect": [ |
136 | | - { |
137 | | - "run_eocs": [ |
138 | | - { |
139 | | - "id": "EOC_PSIONICS_DAZED_ENDS_POWERS_2", |
140 | | - "condition": { |
141 | | - "roll_contested": { "math": [ "(u_val('intelligence') / 2) + u_skill('metaphysics') + concentration_trait_bonuses()" ] }, |
142 | | - "difficulty": 20, |
143 | | - "die_size": 15 |
144 | | - }, |
145 | | - "effect": [ ], |
146 | | - "false_effect": [ |
147 | | - { "u_message": "Your head is swimming. You can no longer maintain your powers!", "type": "bad" }, |
148 | | - { "run_eocs": [ "EOC_END_PSI_POWERS_MAINTAINED" ] } |
149 | | - ] |
150 | | - } |
151 | | - ] |
152 | | - } |
153 | | - ] |
154 | | - }, |
155 | 117 | { |
156 | 118 | "type": "effect_on_condition", |
157 | 119 | "id": "EOC_PSIONICS_WEARINESS_ENDS_POWERS", |
|
216 | 178 | { "compare_string": [ "zapped", { "context_val": "effect" } ] }, |
217 | 179 | { "compare_string": [ "effect_psi_reduced_breathing", { "context_val": "effect" } ] }, |
218 | 180 | { "compare_string": [ "effect_psi_null", { "context_val": "effect" } ] }, |
219 | | - { "compare_string": [ "effect_psi_null_unbound", { "context_val": "effect" } ] } |
| 181 | + { "compare_string": [ "effect_psi_null_unbound", { "context_val": "effect" } ] }, |
| 182 | + { "compare_string": [ "dazed", { "context_val": "effect" } ] }, |
| 183 | + { "compare_string": [ "psi_dazed", { "context_val": "effect" } ] }, |
| 184 | + { "compare_string": [ "psi_dazed_zap", { "context_val": "effect" } ] }, |
| 185 | + { "compare_string": [ "downed", { "context_val": "effect" } ] } |
220 | 186 | ] |
221 | 187 | }, |
222 | 188 | { "math": [ "u_vitamin('vitamin_maintained_powers')", ">=", "1" ] } |
|
0 commit comments