TSG 9a - 2 changes:
- lower AI agression: AI agression of 1.0 means that the AI doesn't take retalation damage into account and uses the strongest weapon it has. Better is close to 1 and lower caution, but the reason for this change is as bellow: In practice an agression of 1 is bad for Shamans, because the AI does not know about their special. Because both their melee and ranged are equal in terms of power, the AI choses the first attack – melee (except for dextrous shamans). With this change, they use at least ranged against melee enemies. - avoid dialogue been shown in the middle of the fight. Instead show it afterwards, and only if the player initiated the fight. The message shown afterwards is a warning to not overdo with that.
This commit is contained in:
parent
8b833c9417
commit
ae6f475f27
1 changed files with 5 additions and 2 deletions
|
@ -118,7 +118,7 @@
|
|||
[ai]
|
||||
passive_leader=yes
|
||||
time_of_day=dusk,first_watch,second_watch
|
||||
aggression=1.0
|
||||
aggression=0.9
|
||||
caution=0
|
||||
grouping=no
|
||||
[/ai]
|
||||
|
@ -510,7 +510,10 @@
|
|||
[/event]
|
||||
|
||||
[event]
|
||||
name=attacker hits,defender hits
|
||||
name=attack end
|
||||
[filter]
|
||||
side=1
|
||||
[/filter]
|
||||
|
||||
[message]
|
||||
speaker=Ethiliel
|
||||
|
|
Loading…
Add table
Reference in a new issue