Skip to content

Instantly share code, notes, and snippets.

@bcatcho
Last active August 29, 2015 14:22
Show Gist options
  • Save bcatcho/7e34ac26c13a772e467e to your computer and use it in GitHub Desktop.
Save bcatcho/7e34ac26c13a772e467e to your computer and use it in GitHub Desktop.
Backend for Game Design Tool
#
Start:
bld_townhall 1,
bld_factory 1,
bld_collector 1,
bld_settlement 2
raw_sand: raw
raw_stone: raw
raw_log: raw
raw_metal: raw
raw_water: raw
raw_herb: raw
nav_dirt: raw_sand 2
nav_paved: raw_stone 2, raw_sand 1
bld_townhall: raw_log 0
bld_factory: raw_log 0
bld_refinery: raw_log 0
bld_stockpile: raw_sand 0
bld_shipper: raw_sand 0
bld_collector: raw_sand 0
bld_dispensary: raw_sand 0
bld_lab: raw_sand 0
bld_erf: raw_sand 0
bld_connector: raw_sand 0
bld_settlement: raw_sand 0
med_vaccine: raw_sand 0
vcl_truck: raw_sand 0
tek_fastTrucks: raw_sand 0
tek_fastGather: raw_sand 0
tek_efficientVaccine: raw_sand 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment