From 063a9a87d683c77ac4e7eadf7a4469d9e202e6ee Mon Sep 17 00:00:00 2001 From: Kit Date: Sun, 7 Sep 2025 18:37:53 -0400 Subject: [PATCH] some changes (#1749) * some changes * lower health regen * spine guard more common * MORE!!!! --- .../_CP14/Entities/Actions/Spells/Athletic/dash.yml | 2 +- Resources/Prototypes/_CP14/Entities/Mobs/NPC/mosquito.yml | 2 +- .../_CP14/Entities/Mobs/Player/DemiplaneAntag/lurker.yml | 8 ++++++++ .../_CP14/Entities/Objects/Weapons/Melee/spear.yml | 4 ++-- .../_CP14/Procedural/Demiplane/Modifiers/Danger/mobs.yml | 4 ++-- .../Prototypes/_CP14/Roles/Jobs/Traders/merchant.yml | 1 + 6 files changed, 15 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Athletic/dash.yml b/Resources/Prototypes/_CP14/Entities/Actions/Spells/Athletic/dash.yml index 08f671f1f2..a47ce436da 100644 --- a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Athletic/dash.yml +++ b/Resources/Prototypes/_CP14/Entities/Actions/Spells/Athletic/dash.yml @@ -5,7 +5,7 @@ description: You make a quick dash to the chosen position to quickly close the distance or dodge danger. components: - type: CP14ActionStaminaCost - stamina: 40 + stamina: 20 - type: CP14MagicEffect effects: - !type:CP14SpellDash diff --git a/Resources/Prototypes/_CP14/Entities/Mobs/NPC/mosquito.yml b/Resources/Prototypes/_CP14/Entities/Mobs/NPC/mosquito.yml index c3e75a99e1..440e6deb71 100644 --- a/Resources/Prototypes/_CP14/Entities/Mobs/NPC/mosquito.yml +++ b/Resources/Prototypes/_CP14/Entities/Mobs/NPC/mosquito.yml @@ -2,7 +2,7 @@ id: CP14MobMonsterMosquito parent: [ CP14SimpleMobBase, FlyingMobBase ] name: bloodworm mosquitoes - description: A bloodthirsty swarm of small mosquitoes just waiting for a soft flesh for a bloody feast. + description: A bloodthirsty swarm of small mosquitoes just waiting for a soft flesh for a bloody feast. They seem to only disperse from heat or cold. categories: [ ForkFiltered ] components: - type: HTN diff --git a/Resources/Prototypes/_CP14/Entities/Mobs/Player/DemiplaneAntag/lurker.yml b/Resources/Prototypes/_CP14/Entities/Mobs/Player/DemiplaneAntag/lurker.yml index c2454e3097..9380db71f6 100644 --- a/Resources/Prototypes/_CP14/Entities/Mobs/Player/DemiplaneAntag/lurker.yml +++ b/Resources/Prototypes/_CP14/Entities/Mobs/Player/DemiplaneAntag/lurker.yml @@ -56,6 +56,14 @@ thresholds: 0: Alive 100: Dead + - type: PassiveDamage # Slight passive regen. Assuming one damage type, comes out to about 2 damage a minute from base.yml. + allowedStates: + - Alive + damageCap: 100 + damage: + groups: + Brute: -0.035 + Burn: -0.035 - type: SlowOnDamage speedModifierThresholds: 50: 0.6 diff --git a/Resources/Prototypes/_CP14/Entities/Objects/Weapons/Melee/spear.yml b/Resources/Prototypes/_CP14/Entities/Objects/Weapons/Melee/spear.yml index 9bd5efa6c1..eab1818b01 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/Weapons/Melee/spear.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/Weapons/Melee/spear.yml @@ -21,7 +21,7 @@ types: Piercing: 16 - type: MeleeWeapon - attackRate: 1 + attackRate: 0.5 range: 2.75 angle: 10 #Lower in 4 times wideAnimationRotation: -90 @@ -63,4 +63,4 @@ - type: PhysicalComposition materialComposition: CP14WoodenPlanks: 20 - CP14Iron: 10 \ No newline at end of file + CP14Iron: 10 diff --git a/Resources/Prototypes/_CP14/Procedural/Demiplane/Modifiers/Danger/mobs.yml b/Resources/Prototypes/_CP14/Procedural/Demiplane/Modifiers/Danger/mobs.yml index e38f7295dc..4d01e47265 100644 --- a/Resources/Prototypes/_CP14/Procedural/Demiplane/Modifiers/Danger/mobs.yml +++ b/Resources/Prototypes/_CP14/Procedural/Demiplane/Modifiers/Danger/mobs.yml @@ -130,11 +130,11 @@ - type: cp14LocationModifier id: EnemySpineguard levels: - min: 3 + min: 2 max: 7 name: cp14-modifier-spineguard categories: - Danger: 0.5 + Danger: 0.3 requiredTags: - CP14DemiplaneUnderground layers: diff --git a/Resources/Prototypes/_CP14/Roles/Jobs/Traders/merchant.yml b/Resources/Prototypes/_CP14/Roles/Jobs/Traders/merchant.yml index eba06b0d63..33e212ca11 100644 --- a/Resources/Prototypes/_CP14/Roles/Jobs/Traders/merchant.yml +++ b/Resources/Prototypes/_CP14/Roles/Jobs/Traders/merchant.yml @@ -23,6 +23,7 @@ - Butchers - Dairy - Tailors + - HelmirChild - !type:CP14LearnSkillsSpecial skills: - TraderWit