Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #249 from Corvax-Frontier/Anti-Tweak
Browse files Browse the repository at this point in the history
Anti-Tweak
  • Loading branch information
Vonsant authored Jun 2, 2024
2 parents 49a875d + 3d752c9 commit 324f50e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 25 deletions.
11 changes: 1 addition & 10 deletions Resources/Prototypes/Entities/Structures/Decoration/banners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,7 @@
fixtures:
fix1:
shape:
!type:PhysShapeCircle
radius: 0.2
density: 190
mask:
- MachineMask
layer:
- Opaque
- MidImpassable
- HighImpassable
- BulletImpassable
!type:PhysShapeAabb {}
- type: InteractionOutline
# Frontier
- type: Destructible
Expand Down
7 changes: 4 additions & 3 deletions Resources/Prototypes/Entities/Structures/Walls/girders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
bounds: "-0.45,-0.45,0.45,0.45"
density: 60
mask:
- MachineMask
- TableMask # was MachineMask before Corvax Anti-Tweak
layer:
- GlassAirlockLayer
- TableLayer # was GlassAirlockLayer before Corvax Anti-Tweak
- type: InteractionOutline
- type: Construction
graph: Girder
Expand Down Expand Up @@ -54,6 +54,7 @@
collection: MetalBreak
- type: StaticPrice
price: 10
- type: Climbable # Corvax Anti-Tweak

- type: entity
id: ReinforcedGirder
Expand Down Expand Up @@ -137,4 +138,4 @@
acts: [ "Destruction" ]
- !type:PlaySoundBehavior
sound:
collection: MetalBreak
collection: MetalBreak
24 changes: 12 additions & 12 deletions Resources/Prototypes/Entities/Structures/Walls/walls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@
key: walls
base: ice
- type: Reflect
reflectProb: 0.2
spread: 90
reflectProb: 0.3
spread: 40

- type: entity
parent: BaseWall
Expand Down Expand Up @@ -688,8 +688,8 @@
key: walls
base: sandstone
- type: Reflect
reflectProb: 0.2
spread: 90
reflectProb: 0.3
spread: 40

- type: entity
parent: BaseWall
Expand Down Expand Up @@ -1102,8 +1102,8 @@
key: walls
base: necropolis
- type: Reflect
reflectProb: 0.2
spread: 90
reflectProb: 0.3
spread: 40

- type: entity
parent: BaseWall
Expand Down Expand Up @@ -1295,8 +1295,8 @@
key: cobblebricks
base: cobblebrick
- type: Reflect
reflectProb: 0.2
spread: 90
reflectProb: 0.3
spread: 40

- type: entity
parent: WallCobblebrick
Expand Down Expand Up @@ -1351,8 +1351,8 @@
key: cobblebricks
base: cobblebrick
- type: Reflect
reflectProb: 0.2
spread: 90
reflectProb: 0.3
spread: 40

- type: entity
parent: WallCobblebrick
Expand All @@ -1367,5 +1367,5 @@
key: cobblebricks
base: cobblebrick
- type: Reflect
reflectProb: 0.2
spread: 90
reflectProb: 0.3
spread: 40

0 comments on commit 324f50e

Please sign in to comment.