Skip to content

Commit

Permalink
Npc retreat2 (#30)
Browse files Browse the repository at this point in the history
* Expose NPC AI consts to options

I will probably need a little help with this

* Restore 'regroup on player'

Now it won't kick in if the NPC is already close to you

* Remove unnecessary messages

* Update data/core/game_balance.json
  • Loading branch information
I-am-Erk authored Aug 24, 2023
1 parent 282c4c6 commit 7f5d8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/core/game_balance.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
{
"type": "EXTERNAL_OPTION",
"name": "NPC_COWARDICE_MODIFIER",
"info": "This is a multiplier applied to an NPC's assessment of overall threat. The lower it is, the less likely they are to run away from their problems. It has been tested between 0.1 and 0.5 pretty effectively.",
"info": "This is a multiplier applied to an NPC's assessment of overall threat. The lower it is, the less likely they are to run away from their problems. It has been tested between 0.1 and 0.5 pretty effectively.",
"stype": "float",
"value": 0.5
},
Expand Down

0 comments on commit 7f5d8fa

Please sign in to comment.