From 753dc628bf2d9d58b4be89f2bdc0c242eb01bb5e Mon Sep 17 00:00:00 2001 From: T-Stalker <43253663+DogZeroX@users.noreply.github.com> Date: Wed, 2 Mar 2022 11:08:19 -0300 Subject: [PATCH] Makes Xenos need no air, cold proof, stronger (#6944) --- Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml b/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml index 662a2490eb..4e0c058c85 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml @@ -43,13 +43,6 @@ 0: !type:NormalMobState {} 150: !type:CriticalMobState {} 200: !type:DeadMobState {} - - type: Respirator - damage: - types: - Asphyxiation: 3 - damageRecovery: - types: - Asphyxiation: -1.5 - type: Bloodstream bloodReagent: FluorosulfuricAcid bloodlossDamage: @@ -66,7 +59,7 @@ arc: claw damage: groups: - Brute: 10 + Brute: 20 - type: Appearance visuals: - type: DamageStateVisualizer @@ -86,3 +79,7 @@ rules: You are an antagonist, smack, slash, and wack! - type: ReplacementAccent accent: xeno + - type: Temperature + heatDamageThreshold: 360 + coldDamageThreshold: -150 + currentTemperature: 310.15