Skip to content

Commit

Permalink
Some fixes (#454)
Browse files Browse the repository at this point in the history
* speed modifer for headcage

* fix flame

* add resist for psionic mindswap to ЯО helmets

* Update guns64.yml
  • Loading branch information
nomad0260 authored Feb 8, 2024
1 parent acf3fbb commit 11a5d02
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Resources/Prototypes/Backmen/Entities/Clothing/Head/hats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@
- type: Clothing
sprite: Backmen/Clothing/Head/Hats/cage.rsi
- type: HeadCage
- type: ClothingSpeedModifier
walkModifier: 0.80
sprintModifier: 0.80

- type: entity
parent: ClothingHeadTinfoil
Expand Down
8 changes: 5 additions & 3 deletions Resources/Prototypes/Backmen/Entities/Weapons/Guns/guns64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3506,7 +3506,7 @@
- type: Barotrauma
damage:
types:
Blunt: 0.10
Blunt: 5
- type: AtmosExposed
- type: TimedDespawn
lifetime: 100
Expand All @@ -3523,7 +3523,9 @@
sound:
path: /Audio/Effects/fire.ogg
- type: IgniteOnCollide
fireStacks: 1.8
fireStacks: 0.8
count: 100
fixtureId: fix1
- type: Transform
anchored: true
- type: IgnitionSource
Expand All @@ -3535,7 +3537,7 @@
thresholds:
- trigger:
!type:DamageTrigger
damage: 10
damage: 1
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@
Slash: 0.9
Piercing: 0.9
Heat: 0.9
- type: TinfoilHat

#Blood-red Medic Hardsuit
- type: entity
Expand All @@ -401,6 +402,7 @@
Slash: 0.9
Piercing: 0.9
Heat: 0.9
- type: TinfoilHat

#Syndicate Elite Hardsuit
- type: entity
Expand Down Expand Up @@ -428,6 +430,7 @@
Slash: 0.9
Piercing: 0.9
Heat: 0.9
- type: TinfoilHat

#Syndicate Commander Hardsuit
- type: entity
Expand All @@ -453,6 +456,7 @@
Slash: 0.9
Piercing: 0.9
Heat: 0.9
- type: TinfoilHat

#Cybersun Juggernaut Hardsuit
- type: entity
Expand All @@ -478,6 +482,7 @@
Slash: 0.9
Piercing: 0.9
Heat: 0.9
- type: TinfoilHat

#Wizard Hardsuit
- type: entity
Expand All @@ -503,6 +508,7 @@
Slash: 0.9
Piercing: 0.9
Heat: 0.9
- type: HeadCage

#Organic Space Suit
- type: entity
Expand Down

0 comments on commit 11a5d02

Please sign in to comment.