# This is a ComLabGames game description file. ModuleClass = clg.efg.EfgModule ModuleVersion = 0.1 # Game information Title = "innovator -complete information" Description = "" WindowWidth = 811 WindowHeight = 522 IndexNodes = false LevelPayoffs = true LabelPayoffs = true # Roles roles = 3 r0 = Innovator r0.clrid = 1 r1 = "Venture capitalist" r1.clrid = 2 r2 = Nature r2.clrid = 0 # Nodes nodes = 11 stages = 1 n0 = d n0.role = 2 l0.src = -1 l0.txt = "innovator complete information" s0.id = S1 s0.markov = 0 t0 = [\0, 1] n1 = d n1.role = 0 l1.src = 0 l1.txt = "0.5 no commercial value" n2 = d n2.role = 0 l2.src = 0 l2.txt = "0.5 commercial value" n3 = p n3.poff = [2, 10] l3.src = 1 l3.txt = "Ignore opportunity" n4 = d n4.role = 1 l4.src = 1 l4.txt = "Request funding" n5 = d n5.role = 1 l5.src = 2 l5.txt = "Request funding" n6 = p n6.poff = [2, 10] l6.src = 2 l6.txt = "Ignore opportunity" n7 = p n7.poff = [0, 5] l7.src = 4 l7.txt = "do not fund project" n8 = p n8.poff = [5, 2] l8.src = 4 l8.txt = fund n9 = p n9.poff = [0, 5] l9.src = 5 l9.txt = "do not fund project" n10 = p n10.poff = [5, 10] l10.src = 5 l10.txt = fund # Groups groups = 2 g0 = [1, 2] g1 = [4, 5]