# This is a ComLabGames game description file. ModuleClass = clg.sfg.SfgModule ModuleVersion = 0.1 # Game information Title = Mechanic Description = WindowWidth = 600 WindowHeight = 519 # Players RowPlayer = "Owner's decision" ColPlayer = "Mechanic's recommendation" # Table information Width = 4 Height = 4 RowNames = [Authorize, "Disregard advice", "Authorize only if major", "Authorize only if minor"] ColNames = [Major, Minor, "Major only if severe", "Minor only if severe"] # Payoff information [row,column] Payoffs = [[-1400, 1400], [-1400, 1400], [-1400, 1400], [-1400, 1400], [-1200, 1500], [-1200, 1000], [-1200, 1500], [-1200, 1000], [-1400, 1400], [-1200, 1000], [-800, 1100], [-1800, 1300], [-1200, 1500], [-1400, 1400], [-1800, 1800], [-800, 1100]]