From: PixelTK <85175107+PixelTheKermit@users.noreply.github.com> Date: Mon, 1 May 2023 01:05:25 +0000 (+0100) Subject: [Tweak] Arachnid tweaks (#15950) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=8658ab659819a2c994cddfff723196073956e472;p=space-station-14.git [Tweak] Arachnid tweaks (#15950) * [Tweak] Arachnids suffer less now from hunger decay, asphyxiation and slowdown from pain. * :HECK: --- diff --git a/Resources/Prototypes/Entities/Mobs/Player/arachnid.yml b/Resources/Prototypes/Entities/Mobs/Player/arachnid.yml index 33a07947bd..65ab527d73 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/arachnid.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/arachnid.yml @@ -20,7 +20,7 @@ - type: Respirator damage: types: - Asphyxiation: 4 # Make sure you have O2 on you at all times + Asphyxiation: 2 # Make sure you have O2 on you at all times damageRecovery: types: Asphyxiation: -0.5 # Recovery will suck without chems diff --git a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml index 3c71e69519..35bc566d2e 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml @@ -22,7 +22,7 @@ sprite: Mobs/Species/Arachnid/parts.rsi state: full - type: Hunger - baseDecayRate: 0.1 # Probably faster than humans? + baseDecayRate: 0.05 # Probably faster than humans? - type: Thirst # Damage and speed - type: Bloodstream @@ -44,8 +44,8 @@ Blunt: 0.20 #per second, scales with pressure and other constants. - type: SlowOnDamage speedModifierThresholds: # This is an ouch, but it does make up for their extra speed - 50: 0.6 - 70: 0.4 + 65: 0.7 + 80: 0.4 # Misc - type: Speech speechSounds: Arachnid diff --git a/Resources/Prototypes/InventoryTemplates/arachnid_inventory_template.yml b/Resources/Prototypes/InventoryTemplates/arachnid_inventory_template.yml index 8fa9699f32..17ab39abce 100644 --- a/Resources/Prototypes/InventoryTemplates/arachnid_inventory_template.yml +++ b/Resources/Prototypes/InventoryTemplates/arachnid_inventory_template.yml @@ -41,6 +41,13 @@ uiWindowPos: 1,1 strippingWindowPos: 1,1 displayName: Mask + - name: eyes + slotTexture: glasses + slotFlags: EYES + stripTime: 3 + uiWindowPos: 0,0 + strippingWindowPos: 0,0 + displayName: Eyes - name: ears slotTexture: ears slotFlags: EARS