home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 September / PCWELT_9_2006.ISO / pcwsoft / Freeciv-2.0.8-win32-gtk2-setup.exe / data / default / terrain.ruleset < prev    next >
Encoding:
Text File  |  2006-03-06  |  22.1 KB  |  701 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 "rulesetdir <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="Default tile_type data for Freeciv"
  15. options="1.9"
  16.  
  17. [options]
  18. may_road=1           ; 0 means no, 1 means yes
  19. may_irrigate=1       ; 0 means no, 1 means yes
  20. may_mine=1           ; 0 means no, 1 means yes
  21. may_transform=1      ; 0 means no, 1 means yes
  22.  
  23. [parameters]
  24.  
  25. ; Percentage of "land" tiles required to be adjacent to an ocean tile before
  26. ; it may be "reclaimed" into a land tile (0-101; 0=anywhere, 101=nowhere)
  27. ocean_reclaim_requirement_pct = 30
  28.  
  29. ; Percentage of "ocean" tiles required to be adjacent to a land tile before
  30. ; it may be "channeled" into an ocean tile (0-101; 0=anywhere, 101=nowhere)
  31. land_channel_requirement_pct = 10
  32.  
  33. ; special movement costs for rivers:
  34. ;   0 - normal movement cost for rivers (matches Civ1)
  35. ;   1 - 1/3 movement cost, but only when moving exactly along rivers,
  36. ;       diagonal moves incur full terrain movement costs (matches Civ2)
  37. ;   2 - 1/3 movement cost directly along river, 2/3 for diagonals (this
  38. ;       is effectively the same as '1', as if you had done the two moves,
  39. ;       except for differences relating to ZOC, etc.)
  40. ;   3 - 1/3 movement cost for any river to river move (classic Freeciv)
  41. river_move_mode=1
  42.  
  43. ; percent added to defense if square is Civ2-style river
  44. river_defense_bonus=50
  45.  
  46. ; amount added to trade production if square is Civ2-style river
  47. river_trade_incr=1
  48.  
  49. ; help text for Civ2-style rivers
  50. river_help_text=_("\
  51. Any terrain type (except Ocean) may have a River on it.  A River adds 1\
  52.  trade to the resources produced by that tile.  It also increases a tile's\
  53.  defense factor by 50%.  Finally, land units may move along a River (but\
  54.  not diagonally); movement along a River costs only 1/3 of a movement point.\
  55. \n\n\
  56. Roads and railroads can only be built on River squares if your\
  57.  civilization has learned Bridge Building technology.\
  58. ")
  59.  
  60. ; percent added to defense if square has fortress
  61. fortress_defense_bonus=100
  62.  
  63. ; percent added to trade production if road and city has superhighways
  64. road_superhighway_trade_bonus=50
  65.  
  66. ; percent added to food production if square has railroad
  67. rail_food_bonus=0
  68.  
  69. ; percent added to shield production if square has railroad
  70. rail_shield_bonus=50
  71.  
  72. ; percent added to trade production if square has railroad
  73. rail_trade_bonus=0
  74.  
  75. ; percent added to food production if farmland and city has supermarket
  76. farmland_supermarket_food_bonus=50
  77.  
  78. ; percent subtracted from food production if square is polluted
  79. pollution_food_penalty=50
  80.  
  81. ; percent subtracted from shield production if square is polluted
  82. pollution_shield_penalty=50
  83.  
  84. ; percent subtracted from trade production if square is polluted
  85. pollution_trade_penalty=50
  86.  
  87. ; percent subtracted from food production if square has fallout
  88. fallout_food_penalty=50
  89.  
  90. ; percent subtracted from shield production if square has fallout
  91. fallout_shield_penalty=50
  92.  
  93. ; percent subtracted from trade production if square has fallout
  94. fallout_trade_penalty=50
  95.  
  96. ; Below: The individual terrain types, one per section.
  97. ; For now, the number of such sections must be kept the same (=12).
  98. ; Also, terrains should be in the same order as defined in common/map.h,
  99. ; and have similar roles/effects, as some things are still hardwired.
  100. ; The actual tag used (the * in [terrain_*]) does not matter, except 
  101. ; it must be unique for each terrain, and it may be used in debug 
  102. ; output when reading this file.
  103. ;
  104. ; Notes:
  105. ;
  106. ; terrain_name         = name as seen by user; if "unused", it is not used
  107. ; graphic              = preferred base graphics tag in tilespec; must have
  108. ;                        tags with extensions _n0s0e0e0 etc.
  109. ; graphic_alt          = alternate graphics tag if preferred is not found;
  110. ;                        should be a standard tag if preferred is not;
  111. ;             otherwise may be "-"
  112. ; identifier           = single-character identifier used in savegames.  This
  113. ;                        must be unique for each terrain, and changing it will
  114. ;                        break savegame compatibility.
  115. ; movement_cost        = typically 1 to 3
  116. ; defense_bonus        = 10 times actual; typically 10 to 30 (1.0 to 3.0)
  117. ; food                 = normal food production
  118. ; shield               = normal shield production
  119. ; trade                = normal trade production
  120. ; special_1_name       = name of special; if "none", special is not used
  121. ; graphic_special_1    = full tilespec tag
  122. ; graphic_special_1a   = alternate
  123. ; food_special_1       = special (1) food production
  124. ; shield_special_1     = special (1) shield production
  125. ; trade_special_1      = special (1) trade production
  126. ; special_2_name       = name of special; if "none", special is not used
  127. ; graphic_special_2    = full tilespec tag
  128. ; graphic_special_2a   = alternate
  129. ; food_special_2       = special (2) food production
  130. ; shield_special_2     = special (2) shield production
  131. ; trade_special_2      = special (2) trade production
  132. ; road_trade_incr      = increment to trade if square has road
  133. ; road_time            = time to build road; if 0, cannot build road
  134. ; irrigation_result    = result of irrigation; one of:
  135. ;                        "no"  -- cannot irrigate
  136. ;                        "yes" -- can irrigate
  137. ;                        terrain name -- irrigation changes to that terrain
  138. ; irrigation_food_incr = increment to food if square is irrigated
  139. ; irrigation_time      = time to irrigate; if 0, cannot irrigate
  140. ; mining_result        = result of mining; one of:
  141. ;                        "no"  -- cannot mine
  142. ;                        "yes" -- can mine
  143. ;                        terrain name -- mining changes to that terrain
  144. ; mining_shield_incr   = increment to shields if square is mined
  145. ; mining_time          = time to mine; if 0, cannot mine
  146. ; transform_result     = result of transformation; one of:
  147. ;                        "no"  -- cannot transform
  148. ;                        terrain name -- transformation changes to that terrain
  149. ; transform_time       = time to transform; if 0, cannot transform
  150. ; warmer_wetter_result = result of global warming for wet terrains; one of:
  151. ;                        "no"  -- no change; doesn''t count for warming
  152. ;                        "yes" -- no change; counts for warming
  153. ;                        terrain name -- warming changes to that terrain
  154. ; warmer_drier_result  = result of global warming for dry terrains;
  155. ;                        see warmer_wetter_result
  156. ; cooler_wetter_result = result of nuclear winter for wet terrains;
  157. ;                        see warmer_wetter_result
  158. ; cooler_drier_result  = result of nuclear winter for dry terrains;
  159. ;                        see warmer_wetter_result
  160. ; flags                = General flags for this terrain:
  161. ;   - NoBarbs          = Barbarians will not be spawned here.
  162. ;   - NoPollution      = Pollution will not be put on this terrain type.
  163. ;   - NoCities         = Cities may not be built or found on this terrain.
  164. ;   - Starter          = Players will only be started on "Starter" terrain.
  165. ;   - CanHaveRiver     = Set to 1 if this terrain can have river on it (the
  166. ;                        actual chance of river generation is controlled
  167. ;                        separately).
  168. ;   - UnsafeCoast      = This terrain does not provide a safe coast for
  169. ;                        F_TRIRIEME units.
  170. ;   - Unsafe           = This terrain is unsafe for alll units that travel
  171. ;                        on it.
  172. ;   - Oceanic          = This is an "ocean" terrain.  This has a big effect
  173. ;                        on gameplay.  Naval units can move on oceanic terrain,
  174. ;                        while land units cannot.  Oceanic tiles can be used
  175. ;                        as a water source for irrigation.  Cities built next
  176. ;                        to oceanic terrain can build naval improvements and
  177. ;                        units.  Most terrain improvements can only be built
  178. ;                        on land.  Oceanic terrain has no zones of control.
  179. ;                        The list goes on.
  180. ; helptext           = optional help text string; should escape all raw 
  181. ;                 newlines so that xgettext parsing works
  182.  
  183. [terrain_glacier]
  184. terrain_name         = _("Glacier")
  185. graphic              = "arctic"
  186. graphic_alt         = "-"
  187. identifier         = "a"
  188. movement_cost        = 2
  189. defense_bonus        = 10
  190. food                 = 0
  191. shield               = 0
  192. trade                = 0
  193. special_1_name       = _("Ivory")
  194. graphic_special_1    = "ts.arctic_ivory"
  195. graphic_special_1a   = "-"
  196. food_special_1       = 1
  197. shield_special_1     = 1
  198. trade_special_1      = 4
  199. special_2_name       = _("Oil")
  200. graphic_special_2    = "ts.arctic_oil"
  201. graphic_special_2a   = "ts.oil"
  202. food_special_2       = 0
  203. shield_special_2     = 4
  204. trade_special_2      = 0
  205. road_trade_incr      = 0
  206. road_time            = 4
  207. irrigation_result    = "no"
  208. irrigation_food_incr = 0
  209. irrigation_time      = 0
  210. mining_result        = "yes"
  211. mining_shield_incr   = 1
  212. mining_time          = 10
  213. transform_result     = "Tundra"
  214. transform_time       = 24
  215. rail_time            = 3
  216. airbase_time         = 3
  217. fortress_time        = 3
  218. clean_pollution_time = 3
  219. clean_fallout_time   = 3
  220. warmer_wetter_result = "no"
  221. warmer_drier_result  = "no"
  222. cooler_wetter_result = "no"
  223. cooler_drier_result  = "no"
  224. flags                = "NoBarbs", "CanHaveRiver", "UnsafeCoast", "Unsafe"
  225. helptext         = _("\
  226. Glaciers are found only in the most northerly or southerly\
  227.  reaches of the world.  They are very cold, and hence difficult to\
  228.  work with.\
  229. ")
  230.  
  231. [terrain_desert]
  232. terrain_name         = _("Desert")
  233. graphic              = "desert"
  234. graphic_alt         = "-"
  235. identifier         = "d"
  236. movement_cost        = 1
  237. defense_bonus        = 10
  238. food                 = 0
  239. shield               = 1
  240. trade                = 0
  241. special_1_name       = _("Oasis")
  242. graphic_special_1    = "ts.oasis"
  243. graphic_special_1a   = "-"
  244. food_special_1       = 3
  245. shield_special_1     = 1
  246. trade_special_1      = 0
  247. special_2_name       = _("Oil")
  248. graphic_special_2    = "ts.oil"
  249. graphic_special_2a   = "-"
  250. food_special_2       = 0
  251. shield_special_2     = 4
  252. trade_special_2      = 0
  253. road_trade_incr      = 1
  254. road_time            = 2
  255. irrigation_result    = "yes"
  256. irrigation_food_incr = 1
  257. irrigation_time      = 5
  258. mining_result        = "yes"
  259. mining_shield_incr   = 1
  260. mining_time          = 5
  261. transform_result     = "Plains"
  262. transform_time       = 24
  263. rail_time            = 3
  264. airbase_time         = 3
  265. fortress_time        = 3
  266. clean_pollution_time = 3
  267. clean_fallout_time   = 3
  268. warmer_wetter_result = "Swamp"
  269. warmer_drier_result  = "no"
  270. cooler_wetter_result = "no"
  271. cooler_drier_result  = "no"
  272. flags                = "CanHaveRiver"
  273. helptext         = _("\
  274. Deserts are regions of extreme dryness, making agriculture and\
  275.  trade very difficult.\
  276. ")
  277.  
  278. [terrain_forest]
  279. terrain_name         = _("Forest")
  280. graphic              = "forest"
  281. graphic_alt         = "-"
  282. identifier         = "f"
  283. movement_cost        = 2
  284. defense_bonus        = 15
  285. food                 = 1
  286. shield               = 2
  287. trade                = 0
  288. special_1_name       = _("Pheasant")
  289. graphic_special_1    = "ts.pheasant"
  290. graphic_special_1a   = "-"
  291. food_special_1       = 3
  292. shield_special_1     = 2
  293. trade_special_1      = 0
  294. special_2_name       = _("Silk")
  295. graphic_special_2    = "ts.silk"
  296. graphic_special_2a   = "-"
  297. food_special_2       = 1
  298. shield_special_2     = 2
  299. trade_special_2      = 3
  300. road_trade_incr      = 0
  301. road_time            = 4
  302. irrigation_result    = "Plains"
  303. irrigation_food_incr = 0
  304. irrigation_time      = 5
  305. mining_result        = "Swamp"
  306. mining_shield_incr   = 0
  307. mining_time          = 15
  308. transform_result     = "Grassland"
  309. transform_time       = 24
  310. rail_time            = 3
  311. airbase_time         = 3
  312. fortress_time        = 3
  313. clean_pollution_time = 3
  314. clean_fallout_time   = 3
  315. warmer_wetter_result = "Jungle"
  316. warmer_drier_result  = "Desert"
  317. cooler_wetter_result = "no"
  318. cooler_drier_result  = "no"
  319. flags                = "Starter","CanHaveRiver"
  320. helptext         = _("\
  321. Forests are densely wooded, making agriculture somewhat\
  322.  problematic.\
  323. ")
  324.  
  325. [terrain_grassland]
  326. terrain_name         = _("Grassland")
  327. graphic              = "grassland"
  328. graphic_alt         = "-"
  329. identifier         = "g"
  330. movement_cost        = 1
  331. defense_bonus        = 10
  332. food                 = 2
  333. shield               = 0
  334. trade                = 0
  335. special_1_name       = _("Resources")
  336. graphic_special_1    = "ts.grassland_resources"
  337. graphic_special_1a   = "-"
  338. food_special_1       = 2
  339. shield_special_1     = 1
  340. trade_special_1      = 0
  341. special_2_name       = _("Resources")
  342. graphic_special_2    = "ts.grassland_resources"
  343. graphic_special_2a   = "-"
  344. food_special_2       = 2
  345. shield_special_2     = 1
  346. trade_special_2      = 0
  347. road_trade_incr      = 1
  348. road_time            = 2
  349. irrigation_result    = "yes"
  350. irrigation_food_incr = 1
  351. irrigation_time      = 5
  352. mining_result        = "Forest"
  353. mining_shield_incr   = 0
  354. mining_time          = 10
  355. transform_result     = "Hills"
  356. transform_time       = 24
  357. rail_time            = 3
  358. airbase_time         = 3
  359. fortress_time        = 3
  360. clean_pollution_time = 3
  361. clean_fallout_time   = 3
  362. warmer_wetter_result = "Swamp"
  363. warmer_drier_result  = "Desert"
  364. cooler_wetter_result = "Desert"
  365. cooler_drier_result  = "Tundra"
  366. flags                = "Starter", "CanHaveRiver"
  367. helptext         = _("\
  368. Grasslands afford exceptional agricultural opportunities.\
  369. ")
  370.  
  371. [terrain_hills]
  372. terrain_name         = _("Hills")
  373. graphic              = "hills"
  374. graphic_alt         = "-"
  375. identifier         = "h"
  376. movement_cost        = 2
  377. defense_bonus        = 20
  378. food                 = 1
  379. shield               = 0
  380. trade                = 0
  381. special_1_name       = _("Coal")
  382. graphic_special_1    = "ts.coal"
  383. graphic_special_1a   = "-"
  384. food_special_1       = 1
  385. shield_special_1     = 2
  386. trade_special_1      = 0
  387. special_2_name       = _("Wine")
  388. graphic_special_2    = "ts.wine"
  389. graphic_special_2a   = "-"
  390. food_special_2       = 1
  391. shield_special_2     = 0
  392. trade_special_2      = 4
  393. road_trade_incr      = 0
  394. road_time            = 4
  395. irrigation_result    = "yes"
  396. irrigation_food_incr = 1
  397. irrigation_time      = 10
  398. mining_result        = "yes"
  399. mining_shield_incr   = 3
  400. mining_time          = 10
  401. transform_result     = "Plains"
  402. transform_time       = 24
  403. rail_time            = 3
  404. airbase_time         = 3
  405. fortress_time        = 3
  406. clean_pollution_time = 3
  407. clean_fallout_time   = 3
  408. warmer_wetter_result = "no"
  409. warmer_drier_result  = "no"
  410. cooler_wetter_result = "no"
  411. cooler_drier_result  = "no"
  412. flags                = "Starter", "CanHaveRiver"
  413. helptext         = _("\
  414. In addition to being amenable to agriculture, Hills are frequently\
  415.  rich in resources.\
  416. ")
  417.  
  418. [terrain_jungle]
  419. terrain_name         = _("Jungle")
  420. graphic              = "jungle"
  421. graphic_alt         = "-"
  422. identifier         = "j"
  423. movement_cost        = 2
  424. defense_bonus        = 15
  425. food                 = 1
  426. shield               = 0
  427. trade                = 0
  428. special_1_name       = _("Gems")
  429. graphic_special_1    = "ts.gems"
  430. graphic_special_1a   = "-"
  431. food_special_1       = 1
  432. shield_special_1     = 0
  433. trade_special_1      = 4
  434. special_2_name       = _("Fruit")
  435. graphic_special_2    = "ts.fruit"
  436. graphic_special_2a   = "-"
  437. food_special_2       = 4
  438. shield_special_2     = 0
  439. trade_special_2      = 1
  440. road_trade_incr      = 0
  441. road_time            = 4
  442. irrigation_result    = "Grassland"
  443. irrigation_food_incr = 0
  444. irrigation_time      = 15
  445. mining_result        = "Forest"
  446. mining_shield_incr   = 0
  447. mining_time          = 15
  448. transform_result     = "Plains"
  449. transform_time       = 24
  450. rail_time            = 3
  451. airbase_time         = 3
  452. fortress_time        = 3
  453. clean_pollution_time = 3
  454. clean_fallout_time   = 3
  455. warmer_wetter_result = "no"
  456. warmer_drier_result  = "no"
  457. cooler_wetter_result = "Desert"
  458. cooler_drier_result  = "Tundra"
  459. flags                = "CanHaveRiver"
  460. helptext         = _("\
  461. Jungles are densely overgrown, making agriculture somewhat\
  462.  problematic.\
  463. ")
  464.  
  465. [terrain_mountains]
  466. terrain_name         = _("Mountains")
  467. graphic              = "mountains"
  468. graphic_alt         = "-"
  469. identifier         = "m"
  470. movement_cost        = 3
  471. defense_bonus        = 30
  472. food                 = 0
  473. shield               = 1
  474. trade                = 0
  475. special_1_name       = _("Gold")
  476. graphic_special_1    = "ts.gold"
  477. graphic_special_1a   = "-"
  478. food_special_1       = 0
  479. shield_special_1     = 1
  480. trade_special_1      = 6
  481. special_2_name       = _("Iron")
  482. graphic_special_2    = "ts.iron"
  483. graphic_special_2a   = "-"
  484. food_special_2       = 0
  485. shield_special_2     = 4
  486. trade_special_2      = 0
  487. road_trade_incr      = 0
  488. road_time            = 6
  489. irrigation_result    = "no"
  490. irrigation_food_incr = 0
  491. irrigation_time      = 0
  492. mining_result        = "yes"
  493. mining_shield_incr   = 1
  494. mining_time          = 10
  495. transform_result     = "Hills"
  496. transform_time       = 24
  497. rail_time            = 3
  498. airbase_time         = 3
  499. fortress_time        = 3
  500. clean_pollution_time = 3
  501. clean_fallout_time   = 3
  502. warmer_wetter_result = "no"
  503. warmer_drier_result  = "no"
  504. cooler_wetter_result = "no"
  505. cooler_drier_result  = "no"
  506. flags                = "CanHaveRiver"
  507. helptext         = _("\
  508. Mountains are regions of extreme altitude, making agriculture and\
  509.  trade very difficult.\
  510. ")
  511.  
  512. [terrain_ocean]
  513. terrain_name         = _("Ocean")
  514. graphic              = "ocean"
  515. graphic_alt         = "-"
  516. identifier         = " "
  517. movement_cost        = 1
  518. defense_bonus        = 10
  519. food                 = 1
  520. shield               = 0
  521. trade                = 2
  522. special_1_name       = _("Fish")
  523. graphic_special_1    = "ts.fish"
  524. graphic_special_1a   = "-"
  525. food_special_1       = 3
  526. shield_special_1     = 0
  527. trade_special_1      = 2
  528. special_2_name       = _("Whales")
  529. graphic_special_2    = "ts.whales"
  530. graphic_special_2a   = "-"
  531. food_special_2       = 2
  532. shield_special_2     = 1
  533. trade_special_2      = 2
  534. road_trade_incr      = 0
  535. road_time            = 0
  536. irrigation_result    = "no"
  537. irrigation_food_incr = 0
  538. irrigation_time      = 0
  539. mining_result        = "no"
  540. mining_shield_incr   = 0
  541. mining_time          = 0
  542. transform_result     = "Swamp"
  543. transform_time       = 36
  544. rail_time            = 3
  545. airbase_time         = 3
  546. fortress_time        = 3
  547. clean_pollution_time = 3
  548. clean_fallout_time   = 3
  549. warmer_wetter_result = "no"
  550. warmer_drier_result  = "no"
  551. cooler_wetter_result = "no"
  552. cooler_drier_result  = "no"
  553. flags                = "Oceanic", "NoPollution", "UnsafeCoast", "NoCities"
  554. helptext         = _("\
  555. Oceans cover much of the world, and only sea units (Triremes and\
  556.  other boats) can travel on them.\
  557. \n\n\
  558. Ocean squares can never be polluted or subjected to fallout.\
  559. ")
  560.  
  561. [terrain_plains]
  562. terrain_name         = _("Plains")
  563. graphic              = "plains"
  564. graphic_alt         = "-"
  565. identifier         = "p"
  566. movement_cost        = 1
  567. defense_bonus        = 10
  568. food                 = 1
  569. shield               = 1
  570. trade                = 0
  571. special_1_name       = _("Buffalo")
  572. graphic_special_1    = "ts.buffalo"
  573. graphic_special_1a   = "-"
  574. food_special_1       = 1
  575. shield_special_1     = 3
  576. trade_special_1      = 0
  577. special_2_name       = _("Wheat")
  578. graphic_special_2    = "ts.wheat"
  579. graphic_special_2a   = "-"
  580. food_special_2       = 3
  581. shield_special_2     = 1
  582. trade_special_2      = 0
  583. road_trade_incr      = 1
  584. road_time            = 2
  585. irrigation_result    = "yes"
  586. irrigation_food_incr = 1
  587. irrigation_time      = 5
  588. mining_result        = "Forest"
  589. mining_shield_incr   = 0
  590. mining_time          = 15
  591. transform_result     = "Grassland"
  592. transform_time       = 24
  593. rail_time            = 3
  594. airbase_time         = 3
  595. fortress_time        = 3
  596. clean_pollution_time = 3
  597. clean_fallout_time   = 3
  598. warmer_wetter_result = "Swamp"
  599. warmer_drier_result  = "Desert"
  600. cooler_wetter_result = "Desert"
  601. cooler_drier_result  = "Tundra"
  602. flags                = "Starter", "CanHaveRiver"
  603. helptext         = _("\
  604. Plains are very broad, sparse regions, which makes trade slightly\
  605.  inconvenient.\
  606. ")
  607.  
  608. [terrain_swamp]
  609. terrain_name         = _("Swamp")
  610. graphic              = "swamp"
  611. graphic_alt         = "-"
  612. identifier         = "s"
  613. movement_cost        = 2
  614. defense_bonus        = 15
  615. food                 = 1
  616. shield               = 0
  617. trade                = 0
  618. special_1_name       = _("Peat")
  619. graphic_special_1    = "ts.peat"
  620. graphic_special_1a   = "-"
  621. food_special_1       = 1
  622. shield_special_1     = 4
  623. trade_special_1      = 0
  624. special_2_name       = _("Spice")
  625. graphic_special_2    = "ts.spice"
  626. graphic_special_2a   = "-"
  627. food_special_2       = 3
  628. shield_special_2     = 0
  629. trade_special_2      = 4
  630. road_trade_incr      = 0
  631. road_time            = 4
  632. irrigation_result    = "Grassland"
  633. irrigation_food_incr = 0
  634. irrigation_time      = 15
  635. mining_result        = "Forest"
  636. mining_shield_incr   = 0
  637. mining_time          = 15
  638. transform_result     = "Ocean"
  639. transform_time       = 36
  640. rail_time            = 3
  641. airbase_time         = 3
  642. fortress_time        = 3
  643. clean_pollution_time = 3
  644. clean_fallout_time   = 3
  645. warmer_wetter_result = "no"
  646. warmer_drier_result  = "no"
  647. cooler_wetter_result = "Desert"
  648. cooler_drier_result  = "Tundra"
  649. flags                = "CanHaveRiver"
  650. helptext         = _("\
  651. Swamps suffer from an over-abundance of water, making agriculture\
  652.  somewhat problematic.\
  653. ")
  654.  
  655. [terrain_tundra]
  656. terrain_name         = _("Tundra")
  657. graphic              = "tundra"
  658. graphic_alt         = "-"
  659. identifier         = "t"
  660. movement_cost        = 1
  661. defense_bonus        = 10
  662. food                 = 1
  663. shield               = 0
  664. trade                = 0
  665. special_1_name       = _("?animals:Game")
  666. graphic_special_1    = "ts.tundra_game"
  667. graphic_special_1a   = "-"
  668. food_special_1       = 3
  669. shield_special_1     = 1
  670. trade_special_1      = 0
  671. special_2_name       = _("Furs")
  672. graphic_special_2    = "ts.furs"
  673. graphic_special_2a   = "-"
  674. food_special_2       = 2
  675. shield_special_2     = 0
  676. trade_special_2      = 3
  677. road_trade_incr      = 0
  678. road_time            = 2
  679. irrigation_result    = "yes"
  680. irrigation_food_incr = 1
  681. irrigation_time      = 5
  682. mining_result        = "no"
  683. mining_shield_incr   = 0
  684. mining_time          = 0
  685. transform_result     = "Desert"
  686. transform_time       = 24
  687. rail_time            = 3
  688. airbase_time         = 3
  689. fortress_time        = 3
  690. clean_pollution_time = 3
  691. clean_fallout_time   = 3
  692. warmer_wetter_result = "no"
  693. warmer_drier_result  = "no"
  694. cooler_wetter_result = "Glacier"
  695. cooler_drier_result  = "Glacier"
  696. flags                = "Starter", "NoBarbs", "CanHaveRiver"
  697. helptext         = _("\
  698. Tundra are broad, cold regions, fit for some agriculture and little\
  699.  else.\
  700. ")
  701.