From 36a9789a4dccac1f2c8ce814581f09f57b401b12 Mon Sep 17 00:00:00 2001 From: Angelo Fallaria Date: Thu, 16 Jan 2025 22:29:23 +0800 Subject: [PATCH 1/3] add movement cost to plastic flaps --- Resources/Locale/en-US/traits/traits.ftl | 2 +- .../Prototypes/Entities/Structures/plastic_flaps.yml | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Resources/Locale/en-US/traits/traits.ftl b/Resources/Locale/en-US/traits/traits.ftl index 92fa6f74a22..03e7e47aad3 100644 --- a/Resources/Locale/en-US/traits/traits.ftl +++ b/Resources/Locale/en-US/traits/traits.ftl @@ -224,7 +224,7 @@ trait-description-Voracious = Nothing gets between you and your food. Your endless consumption of food and drinks is twice as fast. --terrain-example = [color=gray](e.g. spider web, slime puddle, kudzu, space glue)[/color] +-terrain-example = [color=gray](e.g. plastic flaps, spider web, slime puddle, kudzu)[/color] -slippery-example = [color=gray](e.g. banana peel, water puddle, soap, space lube)[/color] trait-name-ParkourTraining = Parkour Training diff --git a/Resources/Prototypes/Entities/Structures/plastic_flaps.yml b/Resources/Prototypes/Entities/Structures/plastic_flaps.yml index 5d5ff390bac..ea1ed8362dd 100644 --- a/Resources/Prototypes/Entities/Structures/plastic_flaps.yml +++ b/Resources/Prototypes/Entities/Structures/plastic_flaps.yml @@ -42,7 +42,10 @@ - type: StaticPrice price: 83 - type: RequireProjectileTarget - + - type: SpeedModifierContacts + walkSpeedModifier: 0.4 + sprintSpeedModifier: 0.4 + - type: entity id: PlasticFlapsClear parent: PlasticFlapsBase @@ -97,6 +100,9 @@ - type: Airtight - type: StaticPrice price: 100 + - type: SpeedModifierContacts + walkSpeedModifier: 0.3 + sprintSpeedModifier: 0.3 - type: entity id: PlasticFlapsAirtightOpaque @@ -116,3 +122,6 @@ - type: Airtight - type: StaticPrice price: 100 + - type: SpeedModifierContacts + walkSpeedModifier: 0.3 + sprintSpeedModifier: 0.3 From f2c01dc71fd57f56c1524e28a03d2951dcd23365 Mon Sep 17 00:00:00 2001 From: Angelo Fallaria Date: Fri, 17 Jan 2025 08:04:25 +0800 Subject: [PATCH 2/3] increasse flaps slow even more --- Resources/Prototypes/Entities/Structures/plastic_flaps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/plastic_flaps.yml b/Resources/Prototypes/Entities/Structures/plastic_flaps.yml index ea1ed8362dd..0e81ffbac80 100644 --- a/Resources/Prototypes/Entities/Structures/plastic_flaps.yml +++ b/Resources/Prototypes/Entities/Structures/plastic_flaps.yml @@ -123,5 +123,5 @@ - type: StaticPrice price: 100 - type: SpeedModifierContacts - walkSpeedModifier: 0.3 - sprintSpeedModifier: 0.3 + walkSpeedModifier: 0.25 + sprintSpeedModifier: 0.25 From ed5e26b6ff6f964e1118faf4f10627cd476d6f57 Mon Sep 17 00:00:00 2001 From: Angelo Fallaria Date: Fri, 17 Jan 2025 08:35:51 +0800 Subject: [PATCH 3/3] update trait examples for slips/difficult terrain --- Resources/Locale/en-US/traits/traits.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Locale/en-US/traits/traits.ftl b/Resources/Locale/en-US/traits/traits.ftl index 03e7e47aad3..592e8b32bcf 100644 --- a/Resources/Locale/en-US/traits/traits.ftl +++ b/Resources/Locale/en-US/traits/traits.ftl @@ -224,8 +224,8 @@ trait-description-Voracious = Nothing gets between you and your food. Your endless consumption of food and drinks is twice as fast. --terrain-example = [color=gray](e.g. plastic flaps, spider web, slime puddle, kudzu)[/color] --slippery-example = [color=gray](e.g. banana peel, water puddle, soap, space lube)[/color] +-terrain-example = [color=gray](e.g. plastic flaps, spider webs, slime puddles, kudzu)[/color] +-slippery-example = [color=gray](e.g. banana peels, water puddles, soap, space lube)[/color] trait-name-ParkourTraining = Parkour Training trait-description-ParkourTraining =