mirror of
https://github.com/tstellar/bygfoot.git
synced 2025-01-18 18:02:32 +01:00
Minor bug fixed.support_files/bygfoot_constants
This commit is contained in:
parent
bf0dc998d8
commit
e6cf2fbb9d
@ -377,7 +377,7 @@ float_live_game_scoring_chance_team_exponent 12500
|
||||
float_live_game_player_in_poss_shoots 3000
|
||||
|
||||
# prob that the scoring chance is a header
|
||||
float_live_game_scoring_chance_is_header 3000
|
||||
float_live_game_scoring_chance_is_header 2500
|
||||
|
||||
# base probability to score with a scoring chance.
|
||||
float_live_game_score_base_prob 3000
|
||||
@ -419,7 +419,7 @@ float_live_game_stadium_event_fire 1000
|
||||
|
||||
# foul probabilities.
|
||||
float_live_game_foul 1100
|
||||
float_live_game_foul_red_injury 5000#***180
|
||||
float_live_game_foul_red_injury 180
|
||||
float_live_game_foul_red 450
|
||||
float_live_game_foul_yellow 2800
|
||||
|
||||
@ -508,9 +508,6 @@ float_live_game_free_kick_prob 1500
|
||||
# probability of a penalty after a foul.
|
||||
float_live_game_penalty_prob 500
|
||||
|
||||
# probability that a scoring chance is a header.
|
||||
float_live_game_scoring_chance_is_header 3500
|
||||
|
||||
# influence in % of the game style towards more attack.
|
||||
float_game_style_factor 750
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user