From 388c710151605630f2ed240cbc6ab6643ae312c9 Mon Sep 17 00:00:00 2001 From: MisterMecky Date: Tue, 8 Oct 2024 22:34:07 +0800 Subject: [PATCH 1/4] ice and sandstone walls no girders --- .../Entities/Structures/Walls/walls.yml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Walls/walls.yml b/Resources/Prototypes/Entities/Structures/Walls/walls.yml index 84a4a38a341..b4772febf99 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/walls.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/walls.yml @@ -347,11 +347,11 @@ !type:DamageTrigger damage: 300 behaviors: - - !type:SpawnEntitiesBehavior - spawn: - Girder: - min: 1 - max: 1 + # - !type:SpawnEntitiesBehavior # Frontier + # spawn: # Frontier + # Girder: # Frontier + # min: 1 # Frontier + # max: 1 # Frontier - !type:DoActsBehavior acts: [ "Destruction" ] - type: IconSmooth @@ -752,11 +752,11 @@ !type:DamageTrigger damage: 300 behaviors: - - !type:SpawnEntitiesBehavior - spawn: - Girder: - min: 1 - max: 1 + # - !type:SpawnEntitiesBehavior # Frontier + # spawn: # Frontier + # Girder: # Frontier + # min: 1 # Frontier + # max: 1 # Frontier - !type:DoActsBehavior acts: [ "Destruction" ] - type: IconSmooth From 610e472046934d5573e7b06dba81b5b48d348a2f Mon Sep 17 00:00:00 2001 From: MisterMecky Date: Wed, 9 Oct 2024 11:14:39 +0800 Subject: [PATCH 2/4] tabs --- Resources/Prototypes/Entities/Structures/Walls/walls.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Walls/walls.yml b/Resources/Prototypes/Entities/Structures/Walls/walls.yml index b4772febf99..132ea1b5888 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/walls.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/walls.yml @@ -753,7 +753,7 @@ damage: 300 behaviors: # - !type:SpawnEntitiesBehavior # Frontier - # spawn: # Frontier + # spawn: # Frontier # Girder: # Frontier # min: 1 # Frontier # max: 1 # Frontier From b31d7a49241eb555975d17de0b370529f67fe7ed Mon Sep 17 00:00:00 2001 From: MisterMecky <62370007+MisterMecky@users.noreply.github.com> Date: Sun, 13 Oct 2024 21:22:57 +0800 Subject: [PATCH 3/4] parent instead --- .../Entities/Structures/Walls/walls.yml | 20 +++++++++---------- .../_NF/Entities/Structures/Walls/walls.yml | 8 ++++++++ 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Walls/walls.yml b/Resources/Prototypes/Entities/Structures/Walls/walls.yml index 132ea1b5888..84a4a38a341 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/walls.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/walls.yml @@ -347,11 +347,11 @@ !type:DamageTrigger damage: 300 behaviors: - # - !type:SpawnEntitiesBehavior # Frontier - # spawn: # Frontier - # Girder: # Frontier - # min: 1 # Frontier - # max: 1 # Frontier + - !type:SpawnEntitiesBehavior + spawn: + Girder: + min: 1 + max: 1 - !type:DoActsBehavior acts: [ "Destruction" ] - type: IconSmooth @@ -752,11 +752,11 @@ !type:DamageTrigger damage: 300 behaviors: - # - !type:SpawnEntitiesBehavior # Frontier - # spawn: # Frontier - # Girder: # Frontier - # min: 1 # Frontier - # max: 1 # Frontier + - !type:SpawnEntitiesBehavior + spawn: + Girder: + min: 1 + max: 1 - !type:DoActsBehavior acts: [ "Destruction" ] - type: IconSmooth diff --git a/Resources/Prototypes/_NF/Entities/Structures/Walls/walls.yml b/Resources/Prototypes/_NF/Entities/Structures/Walls/walls.yml index d9106f047e2..2f54e5f1b87 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/Walls/walls.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/Walls/walls.yml @@ -9,6 +9,14 @@ spread: 10 # Narrow spread, need to balance vs. max projectile distance reflects: - ShuttleKinetic # Only reflects PTK (otherwise RIP miners) + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 300 + behaviors: + - !type:DoActsBehavior + acts: [ "Destruction" ] - type: entity parent: [AsteroidWallNF, WallIce] From dfd3d9a9ed021cc27f9200e6d857b5a89ea1e039 Mon Sep 17 00:00:00 2001 From: Whatstone Date: Wed, 16 Oct 2024 12:04:05 -0400 Subject: [PATCH 4/4] 1000 damage walls --- Resources/Prototypes/_NF/Entities/Structures/Walls/walls.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/_NF/Entities/Structures/Walls/walls.yml b/Resources/Prototypes/_NF/Entities/Structures/Walls/walls.yml index 2f54e5f1b87..de2501b8867 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/Walls/walls.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/Walls/walls.yml @@ -13,7 +13,7 @@ thresholds: - trigger: !type:DamageTrigger - damage: 300 + damage: 1000 behaviors: - !type:DoActsBehavior acts: [ "Destruction" ]