|
55 | 55 | {
|
56 | 56 | "type": "effect_type",
|
57 | 57 | "id": "parasiteworm_pain",
|
58 |
| - "name": [ "Parasitic Influence" ], |
59 |
| - "apply_message": "You feel your veins itch!", |
60 |
| - "desc": [ "parasites are causing you pain!" ], |
61 | 58 | "miss_messages": [ [ "You feel bad inside.", 2 ] ],
|
62 |
| - "decay_messages": [ [ "The parasites were weakened!", "good" ] ], |
63 |
| - "remove_message": "Your natural defenses neutralized the parasites!", |
| 59 | + "blood_analysis_description": "Unknown Parasites", |
64 | 60 | "int_add_val": 1,
|
65 | 61 | "max_intensity": 3,
|
66 | 62 | "int_decay_step": -1,
|
|
76 | 72 | {
|
77 | 73 | "type": "effect_type",
|
78 | 74 | "id": "parasiteworm_move",
|
79 |
| - "name": [ "Parasitic Influence" ], |
80 |
| - "apply_message": "You feel your veins itch!", |
81 |
| - "desc": [ "parasites are affecting your motor reflexes!" ], |
82 | 75 | "miss_messages": [ [ "You feel bad inside.", 2 ] ],
|
83 |
| - "decay_messages": [ [ "The parasites were weakened!", "good" ] ], |
84 |
| - "remove_message": "Your natural defenses neutralized the parasites!", |
| 76 | + "blood_analysis_description": "Unknown Parasites", |
85 | 77 | "int_add_val": 1,
|
86 | 78 | "max_intensity": 3,
|
87 | 79 | "int_decay_step": -1,
|
|
95 | 87 | {
|
96 | 88 | "type": "effect_type",
|
97 | 89 | "id": "parasiteworm_int",
|
98 |
| - "name": [ "Parasitic Influence" ], |
99 |
| - "apply_message": "You feel your veins itch!", |
100 |
| - "desc": [ "parasites are affecting your thinking capabilities!" ], |
101 | 90 | "miss_messages": [ [ "You feel bad inside.", 2 ] ],
|
102 |
| - "decay_messages": [ [ "The parasites were weakened!", "good" ] ], |
103 |
| - "remove_message": "Your natural defenses neutralized the parasites!", |
| 91 | + "blood_analysis_description": "Unknown Parasites", |
104 | 92 | "int_add_val": 1,
|
105 | 93 | "max_intensity": 3,
|
106 | 94 | "int_decay_step": -1,
|
|
114 | 102 | {
|
115 | 103 | "type": "effect_type",
|
116 | 104 | "id": "parasiteworm_stomach",
|
117 |
| - "name": [ "Parasitic Influence" ], |
118 |
| - "apply_message": "You feel your veins itch!", |
119 |
| - "desc": [ "parasites hasten both hunger and thirst!" ], |
120 | 105 | "miss_messages": [ [ "You feel bad inside.", 2 ] ],
|
121 |
| - "decay_messages": [ [ "The parasites were weakened!", "good" ] ], |
122 |
| - "remove_message": "Your natural defenses neutralized the parasites!", |
| 106 | + "blood_analysis_description": "Unknown Parasites", |
123 | 107 | "int_add_val": 1,
|
124 | 108 | "max_intensity": 3,
|
125 | 109 | "int_decay_step": -1,
|
|
186 | 170 | "type": "effect_type",
|
187 | 171 | "show_in_info": true,
|
188 | 172 | "id": "vector_infect",
|
189 |
| - "apply_memorial_log": "Contracted a vector infection.", |
190 |
| - "remove_memorial_log": "Stopped a vector infection.", |
191 |
| - "miss_messages": [ [ "You feel something sinks deep within you.", 1 ] ], |
192 |
| - "name": [ "Vector Infection", "Vector Infection", "Vector Infection" ], |
193 |
| - "desc": [ |
194 |
| - "You are suffering from a vector infection!\nPharmaceutical drugs doesn't seem to take effect and may require something... juicy." |
195 |
| - ], |
| 173 | + "miss_messages": [ [ "You feel something sink deep within you.", 1 ] ], |
| 174 | + "blood_analysis_description": "Vector Infection", |
196 | 175 | "rating": "bad",
|
197 | 176 | "max_intensity": 3,
|
198 | 177 | "max_duration": 9600,
|
|
1084 | 1063 | {
|
1085 | 1064 | "type": "effect_type",
|
1086 | 1065 | "id": "eff_grubbyworm_limit",
|
1087 |
| - "base_mods": { "hurt_min": [ 1 ], "hurt_tick": [ 3 ], "hurt_chance": [ 3 ] } |
| 1066 | + "base_mods": { "hurt_min": [ 1 ], "hurt_tick": [ 3 ], "hurt_chance": [ 3 ] }, |
| 1067 | + "removes_effects": [ "bleed" ], |
| 1068 | + "blocks_effects": [ "bleed" ] |
1088 | 1069 | },
|
1089 | 1070 | {
|
1090 | 1071 | "type": "effect_type",
|
|
0 commit comments