Changes between Initial Version and Version 1 of Ticket #3993, comment 11


Ignore:
Timestamp:
Aug 20, 2016, 2:17:17 PM (8 years ago)
Author:
fatherbushido

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3993, comment 11

    initial v1  
    4646{class:"Melee", number:6, check:"count"}]}})
    4747}}}
     48
     49And at least
     50{{{
     51template = { "requirements": { "all": [
     52{"any" :
     53[
     54{ "civ":  "brit"  },
     55{ "civ":  "spart"  }
     56]},
     57{ "civ" : "athen" }]
     58}}
     59}}}
     60
     61returns
     62
     63{{{
     64({brit:{}, spart:{}, athen:{}})
     65}}}