Comments for db.py and game.py

This commit is contained in:
Vasyl Horbachenko
2018-06-27 00:56:17 +03:00
parent 18bb8e91f0
commit dbebb6022f
4 changed files with 114 additions and 12 deletions

View File

@@ -10,7 +10,6 @@ from userdata.debriefing import Debriefing
class AntiAAStrikeEvent(Event):
BONUS_BASE = 3
TARGET_AMOUNT_MAX = 2
STRENGTH_INFLUENCE = 0.3
SUCCESS_TARGETS_HIT_PERCENTAGE = 0.5

View File

@@ -10,7 +10,6 @@ from userdata.debriefing import Debriefing
class GroundInterceptEvent(Event):
BONUS_BASE = 3
TARGET_AMOUNT_FACTOR = 2
TARGET_VARIETY = 2
STRENGTH_INFLUENCE = 0.3