comparison city.yaml @ 137:362184763c04

added comments and added new research (greek fire)
author "Rex Tsai <chihchun@kalug.linux.org.tw>"
date Fri, 31 Oct 2008 02:21:05 +0800
parents 73f0a1cafc23
children e8a244ce5a1d
comparison
equal deleted inserted replaced
125:4374173bab47 137:362184763c04
1 --- 1 ---
2 # city level 2 # city level
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 # adjust human resources
9 - is_constructing: 9 - is_constructing:
22 # 倉庫庫存量 22 # 倉庫庫存量
23 - is_warehouse_enough: 23 - is_warehouse_enough:
24 0: build_warehouse 24 0: build_warehouse
25 - is_happiness: 25 - is_happiness:
26 0: 26 0:
27 - is_space_enough: 27 - is_winepress_researched:
28 0: 28 # FIXME: we should update the tavern setting.
29 - is_winepress_researched: 29 1: build_tavern
30 1: build_tavern
31 # TODO 30 # TODO
32 # http://ikariam.wikia.com/wiki/List_of_buildings 31 # http://ikariam.wikia.com/wiki/List_of_buildings
33 # http://ikariam.wikia.com/wiki/Technology_Tree 32 # http://ikariam.wikia.com/wiki/Technology_Tree
34 # is_conservation_researched 33 # is_conservation_researched
35 # -build_warehouse 34 # -build_warehouse
36 # build_academy 35 # build_academy
37 # build_palace (Expansion, Capital only) 36 # build_palace (Expansion, Capital only)
38 # build_embassy (副城, 不建) 37 # build_embassy (副城, 不建)
39
40 - is_risk: 38 - is_risk:
41 1: 39 1:
42 - is_professionalarmy_researched: 40 - is_professionalarmy_researched:
43 1: 41 1:
44 - is_shipyard_level_enough: 42 - is_shipyard_level_enough:
48 - is_shipyard_level_enough: 46 - is_shipyard_level_enough:
49 0: 47 0:
50 - is_drydock_researched: 48 - is_drydock_researched:
51 # requireed more army ? 49 # requireed more army ?
52 1: build_shipyard 50 1: build_shipyard
53 51 # - build one boat
54 # 應該把 Barracks 建到最佳等級 52 # 應該把 Barracks 建到最佳等級
55 # 1:
56 # - build one board
57 # 要蓋到何種程度? 53 # 要蓋到何種程度?
58 # is_invention_researched 54 # is_invention_researched
59 # 1: 55 # 1:
60 # - build_workshop 56 # - build_workshop
61 # is_espionage_researched 57 # is_espionage_researched