home *** CD-ROM | disk | FTP | other *** search
/ The Amiga Game Guide / AmigaGameGuide_CD.iso / Amiga / PD-Games / Freeciv / data / classic / terrain.ruleset
Encoding:
Text File  |  1978-01-01  |  16.5 KB  |  562 lines

  1.  
  2. ; Modifying this file:
  3. ; You should not modify this file except to make bugfixes or
  4. ; for other "maintenance".  If you want to make custom changes,
  5. ; you should create a new datadir subdirectory and copy this file
  6. ; into that directory, and then modify that copy.  Then use the
  7. ; command "set terrain <mysubdir>" in the server to have freeciv
  8. ; use your new customized file.
  9.  
  10. ; Note that the freeciv AI may not cope well with anything more
  11. ; than minor changes.
  12.  
  13. [datafile]
  14. description="Classic tile_type data for Freeciv"
  15. options="1.9"
  16.  
  17. [options]
  18. river_style=1        ; 1 means Civ1-style, 2 means Civ2-style
  19. may_road=1           ; 0 means no, 1 means yes
  20. may_irrigate=1       ; 0 means no, 1 means yes
  21. may_mine=1           ; 0 means no, 1 means yes
  22. may_transform=1      ; 0 means no, 1 means yes
  23.  
  24. [parameters]
  25.  
  26. ; special movement costs for rivers:
  27. ;   0 - normal movement cost for rivers (matches Civ1)
  28. ;   1 - 1/3 movement cost, but only when moving exactly along rivers,
  29. ;       diagonal moves incur full terrain movement costs (matches Civ2)
  30. ;   2 - 1/3 movement cost directly along river, 2/3 for diagonals (this
  31. ;       is effectively the same as '1', as if you had done the two moves,
  32. ;       except for differences relating to ZOC, etc.)
  33. ;   3 - 1/3 movement cost for any river to river move (classic Freeciv)
  34. river_move_mode=3
  35.  
  36. ; percent added to defense if square is Civ2-style river
  37. river_defense_bonus=0
  38.  
  39. ; amount added to trade production if square is Civ2-style river
  40. river_trade_incr=0
  41.  
  42. ; help text for Civ2-style rivers
  43. river_help_text=""
  44.  
  45. ; percent added to defense if square has fortress
  46. fortress_defense_bonus=100
  47.  
  48. ; percent added to trade production if road and city has superhighways
  49. road_superhighway_trade_bonus=50
  50.  
  51. ; percent added to food production if square has railroad
  52. rail_food_bonus=0
  53.  
  54. ; percent added to shield production if square has railroad
  55. rail_shield_bonus=50
  56.  
  57. ; percent added to trade production if square has railroad
  58. rail_trade_bonus=0
  59.  
  60. ; percent added to food production if farmland and city has supermarket
  61. farmland_supermarket_food_bonus=50
  62.  
  63. ; percent subtracted from food production if square is polluted
  64. pollution_food_penalty=50
  65.  
  66. ; percent subtracted from shield production if square is polluted
  67. pollution_shield_penalty=50
  68.  
  69. ; percent subtracted from trade production if square is polluted
  70. pollution_trade_penalty=50
  71.  
  72. ; Below: The individual terrain types, one per section.
  73. ; For now, the number of such sections must be kept the same (=12).
  74. ; Also, terrains should be in the same order as defined in common/map.h,
  75. ; and have similar roles/effects, as some things are still hardwired.
  76. ; The actual tag used (the * in [terrain_*]) does not matter, except 
  77. ; it must be unique for each terrain, and it may be used in debug 
  78. ; output when reading this file.
  79. ;
  80. ; Notes:
  81. ;
  82. ; terrain_name         = name as seen by user; if "unused", it is not used
  83. ; graphic              = preferred base graphics tag in tilespec; must have
  84. ;                        tags with extensions _n0s0e0e0 etc.
  85. ; graphic_alt          = alternate graphics tag if preferred is not found;
  86. ;                        should be a standard tag if preferred is not;
  87. ;             otherwise may be "-"
  88. ; movement_cost        = typically 1 to 3
  89. ; defense_bonus        = 10 times actual; typically 10 to 30 (1.0 to 3.0)
  90. ; food                 = normal food production
  91. ; shield               = normal shield production
  92. ; trade                = normal trade production
  93. ; special_1_name       = name of special; if "none", special is not used
  94. ; graphic_special_1    = full tilespec tag
  95. ; graphic_special_1a   = alternate
  96. ; food_special_1       = special (1) food production
  97. ; shield_special_1     = special (1) shield production
  98. ; trade_special_1      = special (1) trade production
  99. ; special_2_name       = name of special; if "none", special is not used
  100. ; graphic_special_2    = full tilespec tag
  101. ; graphic_special_2a   = alternate
  102. ; food_special_2       = special (2) food production
  103. ; shield_special_2     = special (2) shield production
  104. ; trade_special_2      = special (2) trade production
  105. ; road_trade_incr      = increment to trade if square has road
  106. ; road_time            = time to build road; if 0, cannot build road
  107. ; irrigation_result    = result of irrigation; one of:
  108. ;                        "no"  -- cannot irrigate
  109. ;                        "yes" -- can irrigate
  110. ;                        terrain name -- irrigation changes to that terrain
  111. ; irrigation_food_incr = increment to food if square is irrigated
  112. ; irrigation_time      = time to irrigate; if 0, cannot irrigate
  113. ; mining_result        = result of mining; one of:
  114. ;                        "no"  -- cannot mine
  115. ;                        "yes" -- can mine
  116. ;                        terrain name -- mining changes to that terrain
  117. ; mining_shield_incr   = increment to shields if square is mined
  118. ; mining_time          = time to mine; if 0, cannot mine
  119. ; transform_result     = result of transformation; one of:
  120. ;                        "no"  -- cannot transform
  121. ;                        terrain name -- transformation changes to that terrain
  122. ; transform_time       = time to transform; if 0, cannot transform
  123. ; helptext           = optional help text string; should escape all raw 
  124. ;                 newlines so that xgettext parsing works
  125.  
  126. [terrain_arctic]
  127. terrain_name         = _("Arctic")
  128. graphic              = "t.arctic"
  129. graphic_alt         = "-"
  130. movement_cost        = 2
  131. defense_bonus        = 10
  132. food                 = 0
  133. shield               = 0
  134. trade                = 0
  135. special_1_name       = _("Seals")
  136. graphic_special_1    = "ts.seals"
  137. graphic_special_1a   = "-"
  138. food_special_1       = 2
  139. shield_special_1     = 0
  140. trade_special_1      = 0
  141. special_2_name       = "none"
  142. graphic_special_2    = "-"
  143. graphic_special_2a   = "-"
  144. food_special_2       = 0
  145. shield_special_2     = 0
  146. trade_special_2      = 0
  147. road_trade_incr      = 0
  148. road_time            = 4
  149. irrigation_result    = "no"
  150. irrigation_food_incr = 0
  151. irrigation_time      = 0
  152. mining_result        = "no"
  153. mining_shield_incr   = 0
  154. mining_time          = 0
  155. transform_result     = "Tundra"
  156. transform_time       = 24
  157. helptext         = _("\
  158. Arctic squares are found only in the most northerly or southerly\
  159.  reaches of the world.  They are very cold, and hence difficult to\
  160.  work with.\
  161. ")
  162.  
  163. [terrain_desert]
  164. terrain_name         = _("Desert")
  165. graphic              = "t.desert"
  166. graphic_alt         = "-"
  167. movement_cost        = 1
  168. defense_bonus        = 10
  169. food                 = 0
  170. shield               = 1
  171. trade                = 0
  172. special_1_name       = _("Oasis")
  173. graphic_special_1    = "ts.oasis"
  174. graphic_special_1a   = "-"
  175. food_special_1       = 3
  176. shield_special_1     = 1
  177. trade_special_1      = 0
  178. special_2_name       = "none"
  179. graphic_special_2    = "-"
  180. graphic_special_2a   = "-"
  181. food_special_2       = 0
  182. shield_special_2     = 0
  183. trade_special_2      = 0
  184. road_trade_incr      = 1
  185. road_time            = 2
  186. irrigation_result    = "yes"
  187. irrigation_food_incr = 1
  188. irrigation_time      = 5
  189. mining_result        = "yes"
  190. mining_shield_incr   = 1
  191. mining_time          = 5
  192. transform_result     = "Plains"
  193. transform_time       = 24
  194. helptext         = _("\
  195. Deserts are regions of extreme dryness, making agriculture and\
  196.  trade very difficult.\
  197. ")
  198.  
  199. [terrain_forest]
  200. terrain_name         = _("Forest")
  201. graphic              = "t.forest"
  202. graphic_alt         = "-"
  203. movement_cost        = 2
  204. defense_bonus        = 15
  205. food                 = 1
  206. shield               = 2
  207. trade                = 0
  208. special_1_name       = _("?animals:Game")
  209. graphic_special_1    = "ts.forest_game"
  210. graphic_special_1a   = "-"
  211. food_special_1       = 3
  212. shield_special_1     = 2
  213. trade_special_1      = 0
  214. special_2_name       = "none"
  215. graphic_special_2    = "-"
  216. graphic_special_2a   = "-"
  217. food_special_2       = 0
  218. shield_special_2     = 0
  219. trade_special_2      = 0
  220. road_trade_incr      = 0
  221. road_time            = 4
  222. irrigation_result    = "Plains"
  223. irrigation_food_incr = 0
  224. irrigation_time      = 5
  225. mining_result        = "no"
  226. mining_shield_incr   = 0
  227. mining_time          = 0
  228. transform_result     = "Grassland"
  229. transform_time       = 24
  230. helptext         = _("\
  231. Forests are densely wooded, making agriculture somewhat\
  232.  problematic.\
  233. ")
  234.  
  235. [terrain_grassland]
  236. terrain_name         = _("Grassland")
  237. graphic              = "t.grassland"
  238. graphic_alt         = "-"
  239. movement_cost        = 1
  240. defense_bonus        = 10
  241. food                 = 2
  242. shield               = 0
  243. trade                = 0
  244. special_1_name       = _("Resources")
  245. graphic_special_1    = "ts.grassland_resources"
  246. graphic_special_1a   = "-"
  247. food_special_1       = 2
  248. shield_special_1     = 1
  249. trade_special_1      = 0
  250. special_2_name       = "none"
  251. graphic_special_2    = "-"
  252. graphic_special_2a   = "-"
  253. food_special_2       = 0
  254. shield_special_2     = 0
  255. trade_special_2      = 0
  256. road_trade_incr      = 1
  257. road_time            = 2
  258. irrigation_result    = "yes"
  259. irrigation_food_incr = 1
  260. irrigation_time      = 5
  261. mining_result        = "Forest"
  262. mining_shield_incr   = 0
  263. mining_time          = 10
  264. transform_result     = "Hills"
  265. transform_time       = 24
  266. helptext         = _("\
  267. Grasslands afford exceptional agricultural opportunities.\
  268. ")
  269.  
  270. [terrain_hills]
  271. terrain_name         = _("Hills")
  272. graphic              = "t.hills"
  273. graphic_alt         = "-"
  274. movement_cost        = 2
  275. defense_bonus        = 20
  276. food                 = 1
  277. shield               = 0
  278. trade                = 0
  279. special_1_name       = _("Coal")
  280. graphic_special_1    = "ts.coal"
  281. graphic_special_1a   = "-"
  282. food_special_1       = 1
  283. shield_special_1     = 2
  284. trade_special_1      = 0
  285. special_2_name       = "none"
  286. graphic_special_2    = "-"
  287. graphic_special_2a   = "-"
  288. food_special_2       = 0
  289. shield_special_2     = 0
  290. trade_special_2      = 0
  291. road_trade_incr      = 0
  292. road_time            = 4
  293. irrigation_result    = "yes"
  294. irrigation_food_incr = 1
  295. irrigation_time      = 10
  296. mining_result        = "yes"
  297. mining_shield_incr   = 3
  298. mining_time          = 10
  299. transform_result     = "Plains"
  300. transform_time       = 24
  301. helptext         = _("\
  302. In addition to being amenable to agriculture, Hills are frequently\
  303.  rich in resources.\
  304. ")
  305.  
  306. [terrain_jungle]
  307. terrain_name         = _("Jungle")
  308. graphic              = "t.jungle"
  309. graphic_alt         = "-"
  310. movement_cost        = 2
  311. defense_bonus        = 15
  312. food                 = 1
  313. shield               = 0
  314. trade                = 0
  315. special_1_name       = _("Gems")
  316. graphic_special_1    = "ts.gems"
  317. graphic_special_1a   = "-"
  318. food_special_1       = 1
  319. shield_special_1     = 0
  320. trade_special_1      = 4
  321. special_2_name       = "none"
  322. graphic_special_2    = "-"
  323. graphic_special_2a   = "-"
  324. food_special_2       = 0
  325. shield_special_2     = 0
  326. trade_special_2      = 0
  327. road_trade_incr      = 0
  328. road_time            = 4
  329. irrigation_result    = "Grassland"
  330. irrigation_food_incr = 0
  331. irrigation_time      = 15
  332. mining_result        = "Forest"
  333. mining_shield_incr   = 0
  334. mining_time          = 15
  335. transform_result     = "Plains"
  336. transform_time       = 24
  337. helptext         = _("\
  338. Jungles are densely overgrown, making agriculture somewhat\
  339.  problematic.\
  340. ")
  341.  
  342. [terrain_mountains]
  343. terrain_name         = _("Mountains")
  344. graphic              = "t.mountains"
  345. graphic_alt         = "-"
  346. movement_cost        = 3
  347. defense_bonus        = 30
  348. food                 = 0
  349. shield               = 1
  350. trade                = 0
  351. special_1_name       = _("Gold")
  352. graphic_special_1    = "ts.gold"
  353. graphic_special_1a   = "-"
  354. food_special_1       = 0
  355. shield_special_1     = 1
  356. trade_special_1      = 5
  357. special_2_name       = "none"
  358. graphic_special_2    = "-"
  359. graphic_special_2a   = "-"
  360. food_special_2       = 0
  361. shield_special_2     = 0
  362. trade_special_2      = 0
  363. road_trade_incr      = 0
  364. road_time            = 6
  365. irrigation_result    = "no"
  366. irrigation_food_incr = 0
  367. irrigation_time      = 0
  368. mining_result        = "yes"
  369. mining_shield_incr   = 1
  370. mining_time          = 10
  371. transform_result     = "Hills"
  372. transform_time       = 24
  373. helptext         = _("\
  374. Mountains are regions of extreme altitude, making agriculture and\
  375.  trade very difficult.\
  376. ")
  377.  
  378. [terrain_ocean]
  379. terrain_name         = _("Ocean")
  380. graphic              = "t.ocean"
  381. graphic_alt         = "-"
  382. movement_cost        = 1
  383. defense_bonus        = 10
  384. food                 = 1
  385. shield               = 0
  386. trade                = 2
  387. special_1_name       = _("Fish")
  388. graphic_special_1    = "ts.fish"
  389. graphic_special_1a   = "-"
  390. food_special_1       = 3
  391. shield_special_1     = 0
  392. trade_special_1      = 2
  393. special_2_name       = "none"
  394. graphic_special_2    = "-"
  395. graphic_special_2a   = "-"
  396. food_special_2       = 0
  397. shield_special_2     = 0
  398. trade_special_2      = 0
  399. road_trade_incr      = 0
  400. road_time            = 0
  401. irrigation_result    = "no"
  402. irrigation_food_incr = 0
  403. irrigation_time      = 0
  404. mining_result        = "no"
  405. mining_shield_incr   = 0
  406. mining_time          = 0
  407. transform_result     = "no"
  408. transform_time       = 0
  409. helptext         = _("\
  410. Oceans cover much of the world, and only sea units (Triremes and\
  411.  other boats) can travel on them.\
  412. \n\n\
  413. Ocean squares can never be polluted.\
  414. ")
  415.  
  416. [terrain_plains]
  417. terrain_name         = _("Plains")
  418. graphic              = "t.plains"
  419. graphic_alt         = "-"
  420. movement_cost        = 1
  421. defense_bonus        = 10
  422. food                 = 1
  423. shield               = 1
  424. trade                = 0
  425. special_1_name       = _("Horses")
  426. graphic_special_1    = "ts.horses"
  427. graphic_special_1a   = "-"
  428. food_special_1       = 3
  429. shield_special_1     = 1
  430. trade_special_1      = 0
  431. special_2_name       = "none"
  432. graphic_special_2    = "-"
  433. graphic_special_2a   = "-"
  434. food_special_2       = 0
  435. shield_special_2     = 0
  436. trade_special_2      = 0
  437. road_trade_incr      = 1
  438. road_time            = 2
  439. irrigation_result    = "yes"
  440. irrigation_food_incr = 1
  441. irrigation_time      = 5
  442. mining_result        = "Forest"
  443. mining_shield_incr   = 0
  444. mining_time          = 15
  445. transform_result     = "Grassland"
  446. transform_time       = 24
  447. helptext         = _("\
  448. Plains are very broad, sparse regions, which makes trade slightly\
  449.  inconvenient.\
  450. ")
  451.  
  452. [terrain_river]
  453. terrain_name         = _("River")
  454. graphic              = "t.t_river"
  455. graphic_alt         = "-"
  456. movement_cost        = 1
  457. defense_bonus        = 15
  458. food                 = 2
  459. shield               = 0
  460. trade                = 1
  461. special_1_name       = _("Resources")
  462. graphic_special_1    = "ts.river_resources"
  463. graphic_special_1a   = "-"
  464. food_special_1       = 2
  465. shield_special_1     = 1
  466. trade_special_1      = 1
  467. special_2_name       = "none"
  468. graphic_special_2    = "-"
  469. graphic_special_2a   = "-"
  470. food_special_2       = 0
  471. shield_special_2     = 0
  472. trade_special_2      = 0
  473. road_trade_incr      = 0
  474. road_time            = 2
  475. irrigation_result    = "yes"
  476. irrigation_food_incr = 1
  477. irrigation_time      = 5
  478. mining_result        = "no"
  479. mining_shield_incr   = 0
  480. mining_time          = 0
  481. transform_result     = "no"
  482. transform_time       = 0
  483. helptext         = _("\
  484. In addition to providing for fishing, Rivers make for excellent\
  485.  lines of communications and trade.\
  486. \n\n\
  487. Roads and railroads can only be built on River squares if your\
  488.  civilization has learned Bridge Building technology.\
  489. ")
  490.  
  491. [terrain_swamp]
  492. terrain_name         = _("Swamp")
  493. graphic              = "t.swamp"
  494. graphic_alt         = "-"
  495. movement_cost        = 2
  496. defense_bonus        = 15
  497. food                 = 1
  498. shield               = 0
  499. trade                = 0
  500. special_1_name       = _("Oil")
  501. graphic_special_1    = "ts.oil"
  502. graphic_special_1a   = "-"
  503. food_special_1       = 1
  504. shield_special_1     = 4
  505. trade_special_1      = 0
  506. special_2_name       = "none"
  507. graphic_special_2    = "-"
  508. graphic_special_2a   = "-"
  509. food_special_2       = 0
  510. shield_special_2     = 0
  511. trade_special_2      = 0
  512. road_trade_incr      = 0
  513. road_time            = 4
  514. irrigation_result    = "Grassland"
  515. irrigation_food_incr = 0
  516. irrigation_time      = 15
  517. mining_result        = "Forest"
  518. mining_shield_incr   = 0
  519. mining_time          = 15
  520. transform_result     = "Plains"
  521. transform_time       = 24
  522. helptext         = _("\
  523. Swamps suffer from an over-abundance of water, making agriculture\
  524.  somewhat problematic.\
  525. ")
  526.  
  527. [terrain_tundra]
  528. terrain_name         = _("Tundra")
  529. graphic              = "t.tundra"
  530. graphic_alt         = "-"
  531. movement_cost        = 1
  532. defense_bonus        = 10
  533. food                 = 1
  534. shield               = 0
  535. trade                = 0
  536. special_1_name       = _("?animals:Game")
  537. graphic_special_1    = "ts.tundra_game"
  538. graphic_special_1a   = "-"
  539. food_special_1       = 3
  540. shield_special_1     = 0
  541. trade_special_1      = 0
  542. special_2_name       = "none"
  543. graphic_special_2    = "-"
  544. graphic_special_2a   = "-"
  545. food_special_2       = 0
  546. shield_special_2     = 0
  547. trade_special_2      = 0
  548. road_trade_incr      = 0
  549. road_time            = 2
  550. irrigation_result    = "no"
  551. irrigation_food_incr = 0
  552. irrigation_time      = 0
  553. mining_result        = "no"
  554. mining_shield_incr   = 0
  555. mining_time          = 0
  556. transform_result     = "Desert"
  557. transform_time       = 24
  558. helptext         = _("\
  559. Tundra are broad, cold regions, fit for some agriculture and little\
  560.  else.\
  561. ")
  562.