Skip to content

Commit

Permalink
Add Theseus SOG difficulty
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-MF committed Jul 28, 2024
1 parent 6d6de9e commit 5833fe1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions addons/difficulties/CfgAILevelPresets.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ class CfgAILevelPresets {
precisionAI = 0.4;
skillAI = 1.0;
};
class GVAR(Theseus_SOG): GVAR(Theseus) {
displayName = "Theseus SOG";
precisionAI = 0.25;
};
};
6 changes: 6 additions & 0 deletions addons/difficulties/CfgDifficultyPresets.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,10 @@ class CfgDifficultyPresets {
weaponInfo = 1;
};
};
class GVAR(Theseus_SOG): GVAR(Theseus) {
displayName = "Theseus SOG";
description = "Custom SOG difficulty for Theseus gameplay.";
optionDescription = "Custom SOG difficulty for Theseus gameplay.";
levelAI = QGVAR(Theseus_SOG);
};
};

0 comments on commit 5833fe1

Please sign in to comment.