Mercurial > eagle-eye
comparison city.yaml @ 183:2362c8c8909e
implemented military builder.
author | "Rex Tsai <chihchun@kalug.linux.org.tw>" |
---|---|
date | Sun, 02 Nov 2008 21:14:55 +0800 |
parents | e8a244ce5a1d |
children | d6dc50b64f06 |
comparison
equal
deleted
inserted
replaced
182:d86186ae4329 | 183:2362c8c8909e |
---|---|
3 # 基本建設規則 | 3 # 基本建設規則 |
4 # 若遭受攻擊則暫停建設 | 4 # 若遭受攻擊則暫停建設 |
5 - is_attacked: | 5 - is_attacked: |
6 # we are in Peace :D | 6 # we are in Peace :D |
7 0: | 7 0: |
8 # adjust human resources | 8 # TODO adjust human resources |
9 - is_constructing: | 9 - is_constructing: |
10 0: | 10 0: |
11 # XXX: 這樣會一口氣買同等城市數量的船耶 | 11 # XXX: 這樣會一口氣買同等城市數量的船耶 |
12 # - is_gold_enoughforcargo: | 12 # - is_gold_enoughforcargo: |
13 # 1: increaseTransporter | 13 # 1: increaseTransporter |
30 0: build_tavern | 30 0: build_tavern |
31 1: | 31 1: |
32 - is_bacchanal: | 32 - is_bacchanal: |
33 0: set_tavern | 33 0: set_tavern |
34 1: build_tavern | 34 1: build_tavern |
35 # TODO | 35 - is_navyExpenditure_available: |
36 # http://ikariam.wikia.com/wiki/List_of_buildings | 36 1: |
37 # http://ikariam.wikia.com/wiki/Technology_Tree | |
38 # is_conservation_researched | |
39 # -build_warehouse | |
40 # build_academy | |
41 # build_palace (Expansion, Capital only) | |
42 # build_embassy (副城, 不建) | |
43 - is_risk: | |
44 1: | |
45 - is_professionalarmy_researched: | 37 - is_professionalarmy_researched: |
46 1: | 38 1: |
47 - is_shipyard_level_enough: | 39 - is_shipyard_level_enough: |
48 0: build_shipyard | 40 0: build_shipyard |
41 1: | |
42 - train_navy: | |
43 - is_milityExpenditure_available: | |
44 1: | |
45 - is_professionalarmy_researched: | |
46 1: | |
49 - is_barracks_level_enough: | 47 - is_barracks_level_enough: |
50 0: build_barracks | 48 0: build_barracks |
51 - is_shipyard_level_enough: | 49 1: |
52 0: | 50 - train_army: |
53 - is_drydock_researched: | 51 # TODO |
54 # requireed more army ? | 52 # build_safehouse |
55 1: build_shipyard | 53 # is_espionage_researched |
56 # - build one boat | 54 # 1: |
57 # 應該把 Barracks 建到最佳等級 | 55 # - build_hideout |
58 # 要蓋到何種程度? | 56 |
57 # 水晶島應該建設 | |
59 # is_invention_researched | 58 # is_invention_researched |
60 # 1: | 59 # 1: |
61 # - build_workshop | 60 # - build_workshop |
62 # is_espionage_researched | 61 # build_academy |
63 # 1: | 62 |
64 # - build_hideout | 63 # build_palace (Expansion, Capital only) |
64 | |
65 # 大使館 | |
66 # build_embassy | |
67 | |
68 # 要蓋到何種程度? | |
65 # is_culturalexchange_resaerched | 69 # is_culturalexchange_resaerched |
66 # 1: | 70 # 1: |
67 # - build_museum | 71 # - build_museum |