Advertisement
historic_bruno

Untitled

Feb 23rd, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "name": "Town Phase",
  3.   "description": "Advances from a small village to an bustling town, ready to expand rapidly."
  4.   "cost": {"food": 200, "wood": 200},
  5.   "requires": {
  6.     "anyOfTheFollowing": {
  7.       [
  8.         [ { "class": "Village", "count": 2 } ],
  9.         [ { "tech": "Irrigation" }, { "tech": "Herding" } ],
  10.       ],
  11.     },
  12.   },
  13.   "supercedes": "Village Phase",
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement