From 8b6999adcedfdca08686f66876c8d69cfd9b59c9 Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Sun, 15 May 2022 03:07:58 +0100 Subject: [PATCH] Asteroid buff (#8167) * adds a 5 heat flatreduction to metallic damage modifier * buffs asteroid health by 50 and sets damage modifer set to metallic --- Resources/Prototypes/Damage/modifier_sets.yml | 1 + Resources/Prototypes/Entities/Structures/Walls/asteroid.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Damage/modifier_sets.yml b/Resources/Prototypes/Damage/modifier_sets.yml index 8268113ca1..6750b22e05 100644 --- a/Resources/Prototypes/Damage/modifier_sets.yml +++ b/Resources/Prototypes/Damage/modifier_sets.yml @@ -7,6 +7,7 @@ Shock: 1.2 flatReductions: Blunt: 5 + Heat: 5 # Like metallic, but without flat reduction so it can be damaged with fists. - type: damageModifierSet diff --git a/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml b/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml index 7e0a25cfad..c78b57c323 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml @@ -15,11 +15,12 @@ state: full - type: Damageable damageContainer: Inorganic + damageModifierSet: Metallic - type: Destructible thresholds: - trigger: !type:DamageTrigger - damage: 100 + damage: 150 behaviors: - !type:DoActsBehavior acts: ["Destruction"]