Code: Select all
[effect_granary_1]
type    = "Growth_Food"
value   = 20
reqs   =
    { "type", "name", "range", "negate"
      "MinSize", "1", "City", FALSE
      "MinSize", "2", "City", TRUE
    }
This is not a real problem because I'll probably be reverting to "nreqs" format, but I'm curious, how are you supposed to do this with the new format?

