Skip to content

Commit 694a44c

Browse files
authored
xenobio morph mald (ProjectOmu#848)
more mald
1 parent 5d7415a commit 694a44c

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

  • Resources/Prototypes/_Goobstation/Xenobiology/Reagents

Resources/Prototypes/_Goobstation/Xenobiology/Reagents/reagents.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -172,19 +172,19 @@
172172
color: "#4DFF4D"
173173
metabolisms:
174174
Poison:
175-
metabolismRate: 5 # hello hypospray users!
175+
metabolismRate: 0.25 # Omu
176176
effects:
177177
- !type:SpeciesChange
178178
conditions:
179179
- !type:ReagentThreshold
180-
min: 10
180+
min: 25 # Omu
181181
newSpecies: SlimePerson
182182
- !type:AdjustReagent
183183
reagent: XenobioJellyGreen
184-
amount: -50.0
184+
amount: -15 # Omu
185185
conditions:
186186
- !type:ReagentThreshold
187-
min: 10
187+
min: 25 # Omu
188188

189189
- type: reagent
190190
parent: BaseXenobioReagent
@@ -194,19 +194,19 @@
194194
color: "#000000"
195195
metabolisms:
196196
Poison:
197-
metabolismRate: 5 # hello hypospray users!
197+
metabolismRate: 0.25 # Omu
198198
effects:
199199
- !type:SpeciesChange
200200
conditions:
201201
- !type:ReagentThreshold
202-
min: 10
202+
min: 25 # Omu
203203
newSpecies: Human
204204
- !type:AdjustReagent
205205
reagent: XenobioHumanToxin
206-
amount: -50.0
206+
amount: -15 # Omu
207207
conditions:
208208
- !type:ReagentThreshold
209-
min: 10
209+
min: 25 # Omu
210210

211211
- type: reagent
212212
parent: BaseXenobioReagent
@@ -232,7 +232,7 @@
232232
color: "#000000"
233233
metabolisms:
234234
Poison:
235-
metabolismRate: 5 # hello hypospray users!
235+
metabolismRate: 0.25 # Omu
236236
effects:
237237
- !type:RandomSpeciesChange
238238
speciesBlacklist:
@@ -243,13 +243,13 @@
243243
# add more here
244244
conditions:
245245
- !type:ReagentThreshold
246-
min: 10
246+
min: 25 # Omu
247247
- !type:AdjustReagent
248248
reagent: AdvancedMutationToxin
249-
amount: -50.0
249+
amount: -15 # Omu
250250
conditions:
251251
- !type:ReagentThreshold
252-
min: 10
252+
min: 25 # Omu
253253

254254
- type: reagent
255255
parent: BaseXenobioReagent
@@ -259,19 +259,19 @@
259259
color: "#000000"
260260
metabolisms:
261261
Poison:
262-
metabolismRate: 5 # hello hypospray users!
262+
metabolismRate: 0.25 # Omu
263263
effects:
264264
- !type:SpeciesChange
265265
conditions:
266266
- !type:ReagentThreshold
267-
min: 10
267+
min: 25 # Omu
268268
newSpecies: Felinid
269269
- !type:AdjustReagent
270270
reagent: XenobioFelinidToxin
271-
amount: -50.0
271+
amount: -15 # Omu
272272
conditions:
273273
- !type:ReagentThreshold
274-
min: 10
274+
min: 25 # Omu
275275

276276
- type: reagent
277277
parent: BaseXenobioReagent
@@ -281,15 +281,15 @@
281281
color: "#FF4DD2"
282282
metabolisms:
283283
Narcotic:
284-
metabolismRate: 1
284+
metabolismRate: 0.25 # Omu
285285
effects:
286286
- !type:SexChange
287287
conditions:
288288
- !type:ReagentThreshold
289-
min: 5
289+
min: 25 # Omu
290290
- !type:AdjustReagent
291291
reagent: XenobioGenderFluid
292-
amount: -50.0
292+
amount: -15 # Omu
293293
conditions:
294294
- !type:ReagentThreshold
295-
min: 5
295+
min: 25 # Omu

0 commit comments

Comments
 (0)