Mercurial > eagle-eye
comparison city.yaml @ 202:2c2dcbcc5c4d
upgrade warehouse for next city
author | "Rex Tsai <chihchun@kalug.linux.org.tw>" |
---|---|
date | Mon, 03 Nov 2008 13:36:34 +0800 |
parents | eec013e81fb0 |
children | b7af307a222d |
comparison
equal
deleted
inserted
replaced
201:eec013e81fb0 | 202:2c2dcbcc5c4d |
---|---|
1 # TODO adjust human resources | |
1 --- | 2 --- |
2 # city level | 3 # city level |
3 # 基本建設規則 | 4 # 基本建設規則 |
4 # 若遭受攻擊則暫停建設 | 5 # 若遭受攻擊則暫停建設 |
5 - is_attacked: | 6 - is_attacked: |
6 # we are in Peace :D | 7 # we are in Peace :D |
7 0: | 8 0: |
8 # TODO adjust human resources | |
9 - is_constructing: | 9 - is_constructing: |
10 0: | 10 0: |
11 # XXX: 這樣會一口氣買同等城市數量的船耶 | 11 # FIXME: 這樣會一口氣買同等城市數量的船耶, 應拉出至全國金錢考量 |
12 # - is_gold_enoughforcargo: | 12 # - is_gold_enoughforcargo: |
13 # 1: increaseTransporter | 13 # 1: increaseTransporter |
14 - is_corruption: | 14 - is_corruption: |
15 1: | 15 1: |
16 - is_warehouse_enougn_for_governorsresidence: | 16 - is_warehouse_enougn_for_governorsresidence: |
22 0: | 22 0: |
23 - is_resource_enoghforHall: | 23 - is_resource_enoghforHall: |
24 1: build_townHall | 24 1: build_townHall |
25 - is_wall_enough: | 25 - is_wall_enough: |
26 0: build_wall | 26 0: build_wall |
27 # 倉庫庫存量 | |
28 - is_warehouse_enough: | |
29 0: build_warehouse | |
30 - is_happiness: | 27 - is_happiness: |
31 0: | 28 0: |
32 - is_winepress_researched: | 29 - is_winepress_researched: |
33 1: | 30 1: |
34 - is_tavern_available: | 31 - is_tavern_available: |
47 1: | 44 1: |
48 - is_professionalarmy_researched: | 45 - is_professionalarmy_researched: |
49 1: | 46 1: |
50 - is_barracks_level_enough: | 47 - is_barracks_level_enough: |
51 0: build_barracks | 48 0: build_barracks |
49 - is_warehouse_enough: | |
50 0: build_warehouse | |
52 # TODO | 51 # TODO |
53 # build_safehouse | 52 # build_safehouse |
54 # is_espionage_researched | 53 # is_espionage_researched |
55 # 1: | 54 # 1: |
56 # - build_hideout | 55 # - build_hideout |
59 # is_invention_researched | 58 # is_invention_researched |
60 # 1: | 59 # 1: |
61 # - build_workshop | 60 # - build_workshop |
62 # build_academy | 61 # build_academy |
63 | 62 |
64 # build_palace (Expansion, Capital only) | |
65 | |
66 # 大使館 | 63 # 大使館 |
67 # build_embassy | 64 # build_embassy |
68 | 65 |
69 # 要蓋到何種程度? | |
70 # is_culturalexchange_resaerched | 66 # is_culturalexchange_resaerched |
71 # 1: | 67 # 1: |
72 # - build_museum | 68 # - build_museum |