mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Change CfgAISkill values back to default
If anyone knows the reason why it got changed please message me on discord.
This commit is contained in:
@@ -147,12 +147,12 @@ class CfgAISkill {
|
||||
aimingshake[] = {0, 0, 1, 1};
|
||||
aimingspeed[] = {0, 0, 1, 1};
|
||||
commanding[] = {0, 0, 1, 1};
|
||||
courage[] = {0, 5, 10, 10};
|
||||
endurance[] = {0, 0, 1, 0.1};
|
||||
general[] = {0, 0, 1, 0.1};
|
||||
courage[] = {0, 0, 1, 1};
|
||||
endurance[] = {0, 0, 1, 1};
|
||||
general[] = {0, 0, 1, 1};
|
||||
reloadspeed[] = {0, 0, 1, 1};
|
||||
spotdistance[] = {0, 0, 1, 0.6};
|
||||
spottime[] = {0, 0, 1, 0.1};
|
||||
spotdistance[] = {0, 0, 1, 1};
|
||||
spottime[] = {0, 0, 1, 1};
|
||||
};
|
||||
|
||||
class CfgLoadingTexts {
|
||||
|
||||
Reference in New Issue
Block a user