|
120 | 120 | "topic": "TALK_REFUGEE_Alonso_Pretty_Action", |
121 | 121 | "condition": { |
122 | 122 | "and": [ |
123 | | - { "u_has_trait": "PRETTY" }, |
| 123 | + { |
| 124 | + "or": [ |
| 125 | + { "u_has_trait": "PRETTY" }, |
| 126 | + { "u_has_trait": "BEAUTIFUL" }, |
| 127 | + { "u_has_trait": "BEAUTIFUL2" }, |
| 128 | + { "u_has_trait": "BEAUTIFUL3" } |
| 129 | + ] |
| 130 | + }, |
124 | 131 | { "npc_has_effect": "Alonso_pants_restored" }, |
125 | 132 | { "math": [ "u_val('age') >= 18" ] }, |
126 | 133 | { "u_has_item": "condom" } |
|
133 | 140 | "condition": { |
134 | 141 | "and": [ |
135 | 142 | { "not": { "u_has_trait": "PRETTY" } }, |
| 143 | + { "not": { "u_has_trait": "BEAUTIFUL" } }, |
| 144 | + { "not": { "u_has_trait": "BEAUTIFUL2" } }, |
| 145 | + { "not": { "u_has_trait": "BEAUTIFUL3" } }, |
136 | 146 | { "not": { "u_has_trait": "UGLY" } }, |
| 147 | + { "not": { "u_has_trait": "DEFORMED" } }, |
| 148 | + { "not": { "u_has_trait": "DEFORMED2" } }, |
| 149 | + { "not": { "u_has_trait": "DEFORMED3" } }, |
137 | 150 | { "npc_has_effect": "Alonso_pants_restored" }, |
138 | 151 | { "math": [ "u_val('age') >= 18" ] }, |
139 | 152 | { "u_has_item": "condom" } |
|
145 | 158 | "topic": "TALK_REFUGEE_Alonso_Ugly_Action", |
146 | 159 | "condition": { |
147 | 160 | "and": [ |
148 | | - { "u_has_trait": "UGLY" }, |
| 161 | + { |
| 162 | + "or": [ |
| 163 | + { "u_has_trait": "UGLY" }, |
| 164 | + { "u_has_trait": "DEFORMED" }, |
| 165 | + { "u_has_trait": "DEFORMED2" }, |
| 166 | + { "u_has_trait": "DEFORMED3" } |
| 167 | + ] |
| 168 | + }, |
149 | 169 | { "npc_has_effect": "Alonso_pants_restored" }, |
150 | 170 | { "math": [ "u_val('age') >= 18" ] }, |
151 | 171 | { "u_has_item": "condom" } |
|
369 | 389 | }, |
370 | 390 | "speaker_effect": { |
371 | 391 | "sentinel": "service_provided", |
372 | | - "effect": [ { "u_add_effect": "al_relaxed", "duration": 400 }, { "u_consume_item": "condom" } ] |
| 392 | + "effect": [ |
| 393 | + { "u_add_effect": "al_relaxed", "duration": 400 }, |
| 394 | + { |
| 395 | + "u_add_morale": "morale_feeling_good", |
| 396 | + "bonus": 20, |
| 397 | + "max_bonus": 30, |
| 398 | + "duration": "7 minutes", |
| 399 | + "decay_start": "6 minutes" |
| 400 | + }, |
| 401 | + { "u_consume_item": "condom" } |
| 402 | + ] |
373 | 403 | }, |
374 | 404 | "responses": [ |
375 | 405 | { "text": "Sigh. <done_conversation_section>", "topic": "TALK_NONE" }, |
|
395 | 425 | }, |
396 | 426 | "speaker_effect": { |
397 | 427 | "sentinel": "service_provided", |
398 | | - "effect": [ { "u_add_effect": "al_relaxed", "duration": 360 }, { "u_consume_item": "condom" } ] |
| 428 | + "effect": [ |
| 429 | + { "u_add_effect": "al_relaxed", "duration": 360 }, |
| 430 | + { |
| 431 | + "u_add_morale": "morale_feeling_good", |
| 432 | + "bonus": 20, |
| 433 | + "max_bonus": 30, |
| 434 | + "duration": "6 minutes", |
| 435 | + "decay_start": "5 minutes" |
| 436 | + }, |
| 437 | + { "u_consume_item": "condom" } |
| 438 | + ] |
399 | 439 | }, |
400 | 440 | "responses": [ |
401 | 441 | { "text": "Sigh. <done_conversation_section>", "topic": "TALK_NONE" }, |
|
421 | 461 | }, |
422 | 462 | "speaker_effect": { |
423 | 463 | "sentinel": "service_provided", |
424 | | - "effect": [ { "u_add_effect": "al_relaxed", "duration": 300 }, { "u_consume_item": "condom" } ] |
| 464 | + "effect": [ |
| 465 | + { "u_add_effect": "al_relaxed", "duration": 300 }, |
| 466 | + { |
| 467 | + "u_add_morale": "morale_feeling_good", |
| 468 | + "bonus": 20, |
| 469 | + "max_bonus": 30, |
| 470 | + "duration": "5 minutes", |
| 471 | + "decay_start": "4 minutes" |
| 472 | + }, |
| 473 | + { "u_consume_item": "condom" } |
| 474 | + ] |
425 | 475 | }, |
426 | 476 | "responses": [ |
427 | 477 | { "text": "Sigh. <done_conversation_section>", "topic": "TALK_NONE" }, |
|
0 commit comments