Home
last modified time | relevance | path

Searched refs:kills_per_point_hard (Results 1 – 3 of 3) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/externalized/policy/
H A DGamePolicy.h90 int8_t kills_per_point_hard; // Kills per point for difficulty Hard variable
H A DDefaultGamePolicy.cc69 kills_per_point_hard = progress.getOptionalInt("kills_per_point_hard", 15); in DefaultGamePolicy()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DCampaign.cc1234 ubKillsPerPoint = gamepolicy(kills_per_point_hard); in CurrentPlayerProgressPercentage()