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

Anti-Tweak #249

Merged
merged 3 commits into from
Jun 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading