Mercurial > eagle-eye
comparison overall.yaml @ 81:d57920014cb4
split buliding.yaml to city.yaml and overall.yaml
author | "Rex Tsai <chihchun@kalug.linux.org.tw>" |
---|---|
date | Sat, 25 Oct 2008 00:42:59 +0800 |
parents | |
children | 53c87400183f |
comparison
equal
deleted
inserted
replaced
80:7ab5fc8c847c | 81:d57920014cb4 |
---|---|
1 --- | |
2 # country level management. | |
3 - is_attacked: | |
4 # we are in Peace :D | |
5 0: | |
6 # 相關基礎研究 (technologies tree) | |
7 # 財富 | |
8 - is_wealth_researched: | |
9 0: research_economy | |
10 # 擴張 | |
11 - is_expansion_researched: | |
12 0: research_seafaring | |
13 # 造紙 | |
14 - is_paper_researched: | |
15 0: research_knowledge | |
16 # 正規軍 | |
17 - is_professionalarmy_researched: | |
18 0: resaerch_military | |
19 # 釀酒 | |
20 - is_winepress_researched: | |
21 0: research_economy | |
22 # 發明 (兵工廠) | |
23 - is_invention_researched: | |
24 0: research_knowledge | |
25 # 異國文化 | |
26 - is_culturalexchange_researched: | |
27 0: research_seafaring | |
28 # is_reousrce_balanced. | |
29 # 酒館 | |
30 # 學院 | |
31 # balance resources | |
32 # 從其他城移動資源到特定城市 | |
33 # 預先計算可能需要的資源 | |
34 # let's find something to build up | |
35 1: run_defence | |
36 # we are being attacked!!!!!!!!!!!!! |