|
636 | 636 | "eoc_type": "EVENT",
|
637 | 637 | "required_event": "gains_mutation",
|
638 | 638 | "condition": { "compare_string": [ "ANATHEMA_WEAKNESS_SUN_BURN", { "context_val": "trait" } ] },
|
639 |
| - "effect": [ { "u_message": "You know with certainty that standing under the sun is now a lethal threat.", "type": "bad" } ] |
| 639 | + "effect": [ { "u_message": "You know with certainty that standing under the sun will slay you in moments.", "type": "bad" } ] |
640 | 640 | },
|
641 | 641 | {
|
642 | 642 | "type": "effect_on_condition",
|
|
2669 | 2669 | }
|
2670 | 2670 | ]
|
2671 | 2671 | },
|
2672 |
| - { |
2673 |
| - "type": "effect_on_condition", |
2674 |
| - "id": "EOC_SUN_BURN_CHECK", |
2675 |
| - "//": "Until the day a single effect can damage all bodyparts at once, Slain by the Sun will need this EOC to work.", |
2676 |
| - "recurrence": 1, |
2677 |
| - "condition": { |
2678 |
| - "and": [ |
2679 |
| - { "u_has_trait": "ANATHEMA_WEAKNESS_SUN_BURN" }, |
2680 |
| - "is_day", |
2681 |
| - "u_is_outside", |
2682 |
| - { "not": { "is_weather": "blotted_sun" } }, |
2683 |
| - { "not": { "u_has_effect": "effect_sun_burn_grace_period" } } |
2684 |
| - ] |
2685 |
| - }, |
2686 |
| - "deactivate_condition": { "not": { "u_has_trait": "ANATHEMA_WEAKNESS_SUN_BURN" } }, |
2687 |
| - "effect": [ |
2688 |
| - { "u_add_effect": "effect_slain_by_the_sun", "duration": 100, "target_part": "arm_l" }, |
2689 |
| - { "u_add_effect": "effect_slain_by_the_sun", "duration": 100, "target_part": "arm_r" }, |
2690 |
| - { "u_add_effect": "effect_slain_by_the_sun", "duration": 100, "target_part": "leg_l" }, |
2691 |
| - { "u_add_effect": "effect_slain_by_the_sun", "duration": 100, "target_part": "leg_r" }, |
2692 |
| - { "u_add_effect": "effect_slain_by_the_sun", "duration": 100, "target_part": "torso" }, |
2693 |
| - { "u_add_effect": "effect_slain_by_the_sun", "duration": 100, "target_part": "head" }, |
2694 |
| - { "u_message": "You are under the sun! You must find shelter from its rays or you will die!", "type": "bad" } |
2695 |
| - ], |
2696 |
| - "false_effect": [ |
2697 |
| - { |
2698 |
| - "run_eocs": [ |
2699 |
| - { |
2700 |
| - "id": "EOC_SUN_BURN_CHECK_REMOVE", |
2701 |
| - "condition": { |
2702 |
| - "or": [ |
2703 |
| - { "math": [ "u_effect_intensity('effect_slain_by_the_sun', 'bodypart': 'arm_l') >= 1" ] }, |
2704 |
| - { "math": [ "u_effect_intensity('effect_slain_by_the_sun', 'bodypart': 'arm_r') >= 1" ] }, |
2705 |
| - { "math": [ "u_effect_intensity('effect_slain_by_the_sun', 'bodypart': 'leg_l') >= 1" ] }, |
2706 |
| - { "math": [ "u_effect_intensity('effect_slain_by_the_sun', 'bodypart': 'leg_r') >= 1" ] }, |
2707 |
| - { "math": [ "u_effect_intensity('effect_slain_by_the_sun', 'bodypart': 'torso') >= 1" ] }, |
2708 |
| - { "math": [ "u_effect_intensity('effect_slain_by_the_sun', 'bodypart': 'head') >= 1" ] } |
2709 |
| - ] |
2710 |
| - }, |
2711 |
| - "effect": [ |
2712 |
| - { "u_lose_effect": "effect_slain_by_the_sun", "target_part": "arm_l" }, |
2713 |
| - { "u_lose_effect": "effect_slain_by_the_sun", "target_part": "arm_r" }, |
2714 |
| - { "u_lose_effect": "effect_slain_by_the_sun", "target_part": "leg_l" }, |
2715 |
| - { "u_lose_effect": "effect_slain_by_the_sun", "target_part": "leg_r" }, |
2716 |
| - { "u_lose_effect": "effect_slain_by_the_sun", "target_part": "torso" }, |
2717 |
| - { "u_lose_effect": "effect_slain_by_the_sun", "target_part": "head" }, |
2718 |
| - { |
2719 |
| - "u_message": "The sun's rays cannot reach you anymore. You no longer feel like you're burning alive.", |
2720 |
| - "type": "good" |
2721 |
| - } |
2722 |
| - ] |
2723 |
| - } |
2724 |
| - ] |
2725 |
| - } |
2726 |
| - ] |
2727 |
| - }, |
2728 | 2672 | {
|
2729 | 2673 | "type": "effect_on_condition",
|
2730 | 2674 | "id": "EOC_ANATHEMA_MIND_CHAOS",
|
|
0 commit comments