|
130 | 130 | },
|
131 | 131 | "speaker_effect": [
|
132 | 132 | {
|
133 |
| - "sentinel": "interaction_timer_short", |
134 |
| - "condition": { "not": { "u_has_effect": "u_exodii_interaction_timer_short" } }, |
135 | 133 | "//": "Just coming and saying hi to Rubik regularly will give you a small boost to trust.",
|
| 134 | + "condition": { "not": { "u_has_effect": "u_exodii_interaction_timer_short" } }, |
136 | 135 | "effect": [ { "u_add_effect": "u_exodii_interaction_timer_short", "duration": "30 hours" }, { "u_add_faction_trust": 1 } ]
|
137 | 136 | },
|
138 |
| - { |
139 |
| - "sentinel": "interaction_timer_long", |
140 |
| - "condition": { "not": { "u_has_effect": "u_exodii_interaction_timer_long" } }, |
141 |
| - "//": "Gives you a less frequent boost to trust for regular interactions with the exodii.", |
142 |
| - "effect": [ { "u_add_effect": "u_exodii_interaction_timer_long", "duration": "7 days" }, { "u_add_faction_trust": 1 } ] |
143 |
| - }, |
144 | 137 | {
|
145 | 138 | "sentinel": "first_meeting_effects",
|
146 | 139 | "condition": { "not": { "u_has_var": "u_met_Rubik", "type": "general", "context": "meeting", "value": "yes" } },
|
|
217 | 210 | ]
|
218 | 211 | },
|
219 | 212 | "effect": [ { "mapgen_update": "tier4_CBM_shop_update", "om_terrain": "exodii_base_x0y2z1" } ]
|
| 213 | + }, |
| 214 | + { |
| 215 | + "//": "Governs the special CBM stock availability and restock, also adds a little extra faction rep.", |
| 216 | + "condition": { "not": { "u_has_effect": "u_exodii_interaction_timer_long" } }, |
| 217 | + "effect": [ { "u_add_effect": "u_exodii_interaction_timer_long", "duration": "7 days" }, { "u_add_faction_trust": 1 } ] |
220 | 218 | }
|
221 | 219 | ],
|
222 | 220 | "responses": [
|
|
0 commit comments