Skip to content

Commit

Permalink
Tweak Familiars (#1162)
Browse files Browse the repository at this point in the history
# Description

Default following distance for Psi Familiars was apparently >10 meters,
making them have an extremely hard time following their Master in actual
live servers. This PR tweaks them to have a maximum 3 meter following
distance, the same as Rat Servants actually, so that they can more
consistently follow their Master.

# Changelog

:cl:
- tweak: Changed the default "Following distance" of Psionic Familiars
from 10 meters to 3 meters, so that they don't have an ungodly hard time
keeping up with their Master.
  • Loading branch information
VMSolidus authored Oct 29, 2024
1 parent 9a1661e commit 88344bb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Player/familiars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@
- type: HTN
rootTask:
task: MeleePsionicFamiliarCompound
blackboard:
IdleRange: !type:Single
3.5
FollowCloseRange: !type:Single
2.0
FollowRange: !type:Single
3.0
- type: NPCRetaliation
attackMemoryLength: 10
retaliateFriendlies: true
Expand Down

0 comments on commit 88344bb

Please sign in to comment.