diff --git a/src/diary/entries/220210 b/src/diary/entries/220210
index 2e64473..969666e 100644
--- a/src/diary/entries/220210
+++ b/src/diary/entries/220210
@@ -4,26 +4,40 @@ february 2, 2022
#design #mechanic
-
what is hostility?
+defining hostility
NPCs will generally not seek out the player for combat. They will either stand stationary or follow their patrol route, oblivious of the player until becoming hostile.
-
-
It's a very similar concept to aggro in Guild Wars because weaving through patrol patterns and balling mobs is one of my favorite things from any game, and I'd imagine it'd be just as fun in single player.
when does a character become hostile?
An NPC will become hostile under a few conditions:
-- The player or an NPC allied with the player enters its social distance.
-- Dealing damage to it or its ally
-- Attacking it or its ally
-- Being damaged or attacked by it or its ally.
+- A character from an enemy faction or an NPC allied with that character enters its social distance
+- That character dealt damage to it or its ally
+- That character attacked it or its ally
+- That character was damaged or attacked by it or its ally.
+- Any group of the same type entering social distance of a group actively hostile towards a character will also become hostile towards it.
Currently, the ranges in Blessfrey mirror Edward T. Hall's zoning for interpersonal distances. Intimate distance is used for physical interaction and melee attacks, social distance is used for assessing hostility and ranged attacks.
(By <a href="//commons.wikimedia.org/wiki/User:WebHamster" title="User:WebHamster">WebHamster</a> - <span class="int-own-work" lang="en">Own work</span>, CC BY-SA 3.0, Link)
+what changes when a character is hostile?
+A hostile NPC will enter a combative AI state and pursue its opponent until either is killed or out of range. During combat, its passive health regeneration will drop dramatically, while energy regeneration will remain constant. Maybe certain skills and items can't be used during combat. If it has hostility towards multiple targets, it will prioritize targeting according to its targeting AI.
+
+When a character becomes hostile toward the player, there will be additional cues, such as its name turning red or a sound effect playing. (Now I have the Aion aggro sound effect in my head.)
+
+when is a character no longer hostile?
+An NPC will lose hostility under a few conditions:
+
+- The player and all allies put enough distance between himself and the NPC.
+- The player and all allies leave the NPC's territory. An NPC will only pursue its victim so far before losing hostility and resuming its patrol route. If .
+- The player dies.
+
+
+what happens after a character is no longer hostile?
+The character will return to its idle position or the nearest waypoint of its patrol route. Its passive health regeneration return to its usual rate. Possibly some skills and items will be combat-only.
Last updated January 12, 2022
diff --git a/src/diary/entries/220224 b/src/diary/entries/220224
new file mode 100644
index 0000000..065c9ad
--- /dev/null
+++ b/src/diary/entries/220224
@@ -0,0 +1,44 @@
+
+hostility
+february 2, 2022
+#design #mechanic
+
+
+what is hostility?
+NPCs will generally not seek out the player for combat. They will either stand stationary or follow their patrol route, oblivious of the player until becoming hostile.
+
+
+It's a very similar concept to aggro in Guild Wars because weaving through patrol patterns and balling mobs is one of my favorite things from any game, and I'd imagine it'd be just as fun in single player.
+
+when does a character become hostile?
+An NPC will become hostile under a few conditions:
+
+- A character from an enemy faction or an NPC allied with that character enters its social distance
+- That character dealt damage to it or its ally
+- That character attacked it or its ally
+- That character was damaged or attacked by it or its ally.
+- Any group of the same type entering social distance of a group actively hostile towards a character will also become hostile towards it.
+
+
+Currently, the ranges in Blessfrey mirror Edward T. Hall's zoning for interpersonal distances. Intimate distance is used for physical interaction and melee attacks, social distance is used for assessing hostility and ranged attacks.
+
+(By <a href="//commons.wikimedia.org/wiki/User:WebHamster" title="User:WebHamster">WebHamster</a> - <span class="int-own-work" lang="en">Own work</span>, CC BY-SA 3.0, Link)
+
+what changes when a character is hostile?
+A hostile NPC will enter a combative AI state and pursue its opponent until either is killed or out of range. During combat, its passive health regeneration will slow, while energy regeneration will remain constant. Maybe certain skills and items can't be used during combat. If it has hostility towards multiple targets, it will prioritize targeting according to its targeting AI.
+
+When a character becomes hostile toward the player, there will be additional cues, such as its name turning red or a sound effect playing. (Now I have the Aion aggro sound effect in my head.)
+
+when is a character no longer hostile?
+An NPC will lose hostility under a few conditions:
+
+- The player and all allies put enough distance between himself and the NPC.
+- The player and all allies leave the NPC's territory. An NPC will only pursue its victim so far before losing hostility and resuming its patrol route. If .
+- The player dies.
+
+
+what happens after a character is no longer hostile?
+The character will return to its idle position or the nearest waypoint of its patrol route. Its passive health regeneration return to its usual rate. Possibly some skills and items will be combat-only.
+
+Last updated January 12, 2022
+