-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed Slowdown Thresholds For Hostile NPCs #1532
Fixed Slowdown Thresholds For Hostile NPCs #1532
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes make sense. Looking through the values, they seem consistent at 60%, 80%.
Spawned in a few monsters through the spawn command, seemed to behave sensibly. Flesh monsters are speedy.
One star AI's pretty beefy, damn. Wish the expedition enemies showed up in the spawn menu, but that's just a problem for me.
Haven't run through an actual expedition at time of writing, but I like the changes I see.
Resources/Prototypes/_NF/Entities/Mobs/NPCs/mob_hostile_expeditions_aberrant_flesh.yml
Outdated
Show resolved
Hide resolved
Resources/Prototypes/_NF/Entities/Mobs/NPCs/mob_hostile_expeditions_aberrant_flesh.yml
Outdated
Show resolved
Hide resolved
Resources/Prototypes/_NF/Entities/Mobs/NPCs/mob_hostile_expeditions_explorers.yml
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got a small issue with the Clamp monster with this set of changes. Doesn't move at all after the HTN is removed, throws an exception in ThrowingSystem.TryThrow, can't be hit, but repeatedly throws batches of darts at the player. Seems like a bug, need to look into this.
- type: HTN | ||
rootTask: | ||
task: SimpleHostileCompound | ||
blackboard: | ||
NavClimb: !type:Bool | ||
true | ||
NavInteract: !type:Bool | ||
true | ||
NavPry: !type:Bool | ||
true | ||
NavSmash: !type:Bool | ||
true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For whatever reason, when this is removed, the Clamp enemy becomes an unhittable, stationary monster that can't be highlighted. Not quite sure why that is, need to look into this more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this can only happen when you spawn Clamps through console command while not in aghost.
2024-06-19.07-46-04.mp4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't seem to happen when you use spawner for aberrant flesh and doesn't seem to happen on expeditions (jumped on 2 expeds with aberrant flesh)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2024-06-19.08-04-00.mp4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2024-06-19.08-06-27.mp4
…Steinhauer/frontier-station-14 into Hostile-NPCs-Minor-Tweaks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change to the Clamps are a nice touch. Testing through through the spawners works well, flesh enemies in expedition slow down as expected.
Moving changes made in this PR to the #1548 |
About the PR
speedModifierThresholds
forSlowOnDamage
for expedition mobs.Why / Balance
Fixes
How to test
Media
Breaking changes
None afaik
Changelog
🆑 erhardsteinhauer