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 / techs.ruleset < prev    next >
Encoding:
Text File  |  2006-03-06  |  16.6 KB  |  763 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. [datafile]
  11. description="Default technology data for Freeciv (as Civ2, minus a few)"
  12. options="1.9"
  13.  
  14. ; Below: The individual advances, one per section.
  15. ; The number can be variable, up to 196.
  16. ;
  17. ; The actual tag used (the * in [advance_*]) does not matter, except 
  18. ; it must be unique within this file, and it may be used in debug 
  19. ; output when reading this file.
  20. ;
  21. ; Notes:
  22. ;
  23. ; name          = name as seen by user 
  24. ; req1, req2    = advances required before researching this one
  25. ; root_req      = advance required before acquiring this one, inherited
  26. ;                 by all techs that require this tech in turn unless
  27. ;                 "None" is given explicitly
  28. ; flags         = special flag strings
  29. ; graphic       = icon for technology
  30. ; graphic_alt   = alternate icon
  31. ; helptext    = optional help text string (set units ruleset for examples)
  32. ; bonus_message = text seen when a player is the first to 
  33. ;                 discover an bonus tech.
  34. ; cost        = if tech_cost_style is set to 3, this field is read for
  35. ;          information on how much a tech costs
  36. ;
  37. ; Special values for req1 and req2 are "None" (first section below) 
  38. ; and "Never" (never available).  If only one tech is required, 
  39. ; it should be listed as req1.
  40. ;
  41. ; Following flag strings are possible
  42. ;
  43. ; "Bonus_Tech" = player gets extra tech if rearched first
  44. ; "Boat_Fast" = all sea units get one extra move point
  45. ; "Bridge"   = "Settler" unit types can build bridges over rivers
  46. ; "Railroad" = "Settler" unit types can build rail roads
  47. ; "Farmland" = "Settler" unit types can build farmland
  48. ; "Fortress" = "Settler" unit types can build fortress
  49. ; "Watchtower" = Units get enhanced visionrange in a fortress
  50. ; "Population_Pollution_Inc" = Increase the pollution factor created by
  51. ;                              popultaion by one
  52. ; "Trade_Revenue_Reduce" = When known by the player establishing a trade
  53. ;                          route reduces the initial revenue by cumulative
  54. ;                          factors of 2/3
  55. ; "Airbase" = "Airbase" unit types can build Airbases
  56. ; "Build_Airborne" = from now on can build air units (for use by AI)
  57.  
  58. [advance_advanced_flight]
  59. name     = _("Advanced Flight")
  60. req1     = "Radio"
  61. req2     = "Machine Tools"
  62. flags    = ""
  63. graphic     = "a.advanced_flight"
  64. graphic_alt = "-"
  65.  
  66. [advance_alphabet]
  67. name     = _("Alphabet")
  68. req1     = "None"
  69. req2     = "None"
  70. flags    = ""
  71. graphic     = "a.alphabet"
  72. graphic_alt = "-"
  73.  
  74. [advance_amphibious_warfare]
  75. name     = _("Amphibious Warfare")
  76. req1     = "Navigation"
  77. req2     = "Tactics"
  78. flags    = ""
  79. graphic     = "a.amphibious_warfare"
  80. graphic_alt = "-"
  81.  
  82. [advance_astronomy]
  83. name     = _("Astronomy")
  84. req1     = "Mysticism"
  85. req2     = "Mathematics"
  86. flags    = ""
  87. graphic     = "a.astronomy"
  88. graphic_alt = "-"
  89.  
  90. [advance_atomic_theory]
  91. name     = _("Atomic Theory")
  92. req1     = "Theory of Gravity"
  93. req2     = "Physics"
  94. flags    = ""
  95. graphic     = "a.atomic_theory"
  96. graphic_alt = "-"
  97.  
  98. [advance_automobile]
  99. name     = _("Automobile")
  100. req1     = "Combustion"
  101. req2     = "Steel"
  102. flags    = "Population_Pollution_Inc"
  103. graphic     = "a.automobile"
  104. graphic_alt = "-"
  105.  
  106. [advance_banking]
  107. name     = _("Banking")
  108. req1     = "Trade"
  109. req2     = "The Republic"
  110. flags    = ""
  111. graphic     = "a.banking"
  112. graphic_alt = "-"
  113.  
  114. [advance_bridge_building]
  115. name     = _("Bridge Building")
  116. req1     = "Iron Working"
  117. req2     = "Construction"
  118. flags    = "Bridge"
  119. graphic     = "a.bridge_building"
  120. graphic_alt = "-"
  121.  
  122. [advance_bronze_working]
  123. name     = _("Bronze Working")
  124. req1     = "None"
  125. req2     = "None"
  126. flags    = ""
  127. graphic     = "a.bronze_working"
  128. graphic_alt = "-"
  129.  
  130. [advance_ceremonial_burial]
  131. name     = _("Ceremonial Burial")
  132. req1     = "None"
  133. req2     = "None"
  134. flags    = ""
  135. graphic     = "a.ceremonial_burial"
  136. graphic_alt = "-"
  137.  
  138. [advance_chemistry]
  139. name     = _("Chemistry")
  140. req1     = "University"
  141. req2     = "Medicine"
  142. flags    = ""
  143. graphic     = "a.chemistry"
  144. graphic_alt = "-"
  145.  
  146. [advance_chivalry]
  147. name     = _("Chivalry")
  148. req1     = "Feudalism"
  149. req2     = "Horseback Riding"
  150. flags    = ""
  151. graphic     = "a.chivalry"
  152. graphic_alt = "-"
  153.  
  154. [advance_code_of_laws]
  155. name     = _("Code of Laws")
  156. req1     = "Alphabet"
  157. req2     = "None"
  158. flags    = ""
  159. graphic     = "a.code_of_laws"
  160. graphic_alt = "-"
  161.  
  162. [advance_combined_arms]
  163. name     = _("Combined Arms")
  164. req1     = "Mobile Warfare"
  165. req2     = "Advanced Flight"
  166. flags    = ""
  167. graphic     = "a.combined_arms"
  168. graphic_alt = "-"
  169.  
  170. [advance_combustion]
  171. name     = _("Combustion")
  172. req1     = "Refining"
  173. req2     = "Explosives"
  174. flags    = ""
  175. graphic     = "a.combustion"
  176. graphic_alt = "-"
  177.  
  178. [advance_communism]
  179. name     = _("Communism")
  180. req1     = "Philosophy"
  181. req2     = "Industrialization"
  182. flags    = ""
  183. graphic     = "a.communism"
  184. graphic_alt = "-"
  185.  
  186. [advance_computers]
  187. name     = _("Computers")
  188. req1     = "Mass Production"
  189. req2     = "Miniaturization"
  190. flags    = ""
  191. graphic     = "a.computers"
  192. graphic_alt = "-"
  193.  
  194. [advance_conscription]
  195. name     = _("Conscription")
  196. req1     = "Democracy"
  197. req2     = "Metallurgy"
  198. flags    = ""
  199. graphic     = "a.conscription"
  200. graphic_alt = "-"
  201.  
  202. [advance_construction]
  203. name     = _("Construction")
  204. req1     = "Masonry"
  205. req2     = "Currency"
  206. flags    = "Fortress"
  207. graphic     = "a.construction"
  208. graphic_alt = "-"
  209.  
  210. [advance_currency]
  211. name     = _("Currency")
  212. req1     = "Bronze Working"
  213. req2     = "None"
  214. flags    = ""
  215. graphic     = "a.currency"
  216. graphic_alt = "-"
  217.  
  218. [advance_democracy]
  219. name     = _("Democracy")
  220. req1     = "Banking"
  221. req2     = "Invention"
  222. flags    = ""
  223. graphic     = "a.democracy"
  224. graphic_alt = "-"
  225.  
  226. [advance_economics]
  227. name     = _("Economics")
  228. req1     = "Banking"
  229. req2     = "University"
  230. flags    = ""
  231. graphic     = "a.economics"
  232. graphic_alt = "-"
  233.  
  234. [advance_electricity]
  235. name     = _("Electricity")
  236. req1     = "Metallurgy"
  237. req2     = "Magnetism"
  238. flags    = ""
  239. graphic     = "a.electricity"
  240. graphic_alt = "-"
  241.  
  242. [advance_electronics]
  243. name     = _("Electronics")
  244. req1     = "The Corporation"
  245. req2     = "Electricity"
  246. flags    = ""
  247. graphic     = "a.electronics"
  248. graphic_alt = "-"
  249.  
  250. [advance_engineering]
  251. name     = _("Engineering")
  252. req1     = "The Wheel"
  253. req2     = "Construction"
  254. flags    = ""
  255. graphic     = "a.engineering"
  256. graphic_alt = "-"
  257.  
  258. [advance_environmentalism]
  259. name     = _("Environmentalism")
  260. req1     = "Never"        ; "Recycling"
  261. req2     = "Never"        ; "Space Flight"
  262. flags    = ""
  263. graphic     = "a.environmentalism"
  264. graphic_alt = "-"
  265.  
  266. [advance_espionage]
  267. name     = _("Espionage")
  268. req1     = "Communism"
  269. req2     = "Democracy"
  270. flags    = ""
  271. graphic     = "a.espionage"
  272. graphic_alt = "-"
  273.  
  274. [advance_explosives]
  275. name     = _("Explosives")
  276. req1     = "Gunpowder"
  277. req2     = "Chemistry"
  278. flags    = ""
  279. graphic     = "a.explosives"
  280. graphic_alt = "-"
  281.  
  282. [advance_feudalism]
  283. name     = _("Feudalism")
  284. req1     = "Warrior Code"
  285. req2     = "Monarchy"
  286. flags    = ""
  287. graphic     = "a.feudalism"
  288. graphic_alt = "-"
  289.  
  290. [advance_flight]
  291. name     = _("Flight")
  292. req1     = "Combustion"
  293. req2     = "Theory of Gravity"
  294. flags    = "Trade_Revenue_Reduce","Build_Airborne"
  295. graphic     = "a.flight"
  296. graphic_alt = "-"
  297.  
  298. [advance_fundamentalism]
  299. name     = _("Fundamentalism")
  300. req1     = "Never";        ; "Theology"
  301. req2     = "Never"        ; "Conscription"
  302. flags    = ""
  303. graphic     = "a.fundamentalism"
  304. graphic_alt = "-"
  305.  
  306. [advance_fusion_power]
  307. name     = _("Fusion Power")
  308. req1     = "Nuclear Power"
  309. req2     = "Superconductors"
  310. flags    = ""
  311. graphic     = "a.fusion_power"
  312. graphic_alt = "-"
  313.  
  314. [advance_genetic_engineering]
  315. name     = _("Genetic Engineering")
  316. req1     = "Medicine"
  317. req2     = "The Corporation"
  318. flags    = ""
  319. graphic     = "a.genetic_engineering"
  320. graphic_alt = "-"
  321.  
  322. [advance_guerilla_warfare]
  323. name     = _("Guerilla Warfare")
  324. req1     = "Communism"
  325. req2     = "Tactics"
  326. flags    = ""
  327. graphic     = "a.guerilla_warfare"
  328. graphic_alt = "-"
  329.  
  330. [advance_gunpowder]
  331. name     = _("Gunpowder")
  332. req1     = "Invention"
  333. req2     = "Iron Working"
  334. flags    = ""
  335. graphic     = "a.gunpowder"
  336. graphic_alt = "-"
  337.  
  338. [advance_horseback_riding]
  339. name     = _("Horseback Riding")
  340. req1     = "None"
  341. req2     = "None"
  342. flags    = ""
  343. graphic     = "a.horseback_riding"
  344. graphic_alt = "-"
  345.  
  346. [advance_industrialization]
  347. name     = _("Industrialization")
  348. req1     = "Railroad"
  349. req2     = "Banking"
  350. flags    = "Population_Pollution_Inc"
  351. graphic     = "a.industrialization"
  352. graphic_alt = "-"
  353.  
  354. [advance_invention]
  355. name     = _("Invention")
  356. req1     = "Engineering"
  357. req2     = "Literacy"
  358. flags    = "Watchtower"
  359. graphic     = "a.invention"
  360. graphic_alt = "-"
  361.  
  362. [advance_iron_working]
  363. name     = _("Iron Working")
  364. req1     = "Bronze Working"
  365. req2     = "Warrior Code"
  366. flags    = ""
  367. graphic     = "a.iron_working"
  368. graphic_alt = "-"
  369.  
  370. [advance_labor_union]
  371. name     = _("Labor Union")
  372. req1     = "Mass Production"
  373. req2     = "Guerilla Warfare"
  374. flags    = ""
  375. graphic     = "a.labor_union"
  376. graphic_alt = "-"
  377.  
  378. [advance_laser]
  379. name     = _("Laser")
  380. req1     = "Mass Production"
  381. req2     = "Nuclear Power"
  382. flags    = ""
  383. graphic     = "a.laser"
  384. graphic_alt = "-"
  385.  
  386. [advance_leadership]
  387. name     = _("Leadership")
  388. req1     = "Chivalry"
  389. req2     = "Gunpowder"
  390. flags    = ""
  391. graphic     = "a.leadership"
  392. graphic_alt = "-"
  393.  
  394. [advance_literacy]
  395. name     = _("Literacy")
  396. req1     = "Writing"
  397. req2     = "Code of Laws"
  398. flags    = ""
  399. graphic     = "a.literacy"
  400. graphic_alt = "-"
  401.  
  402. [advance_machine_tools]
  403. name     = _("Machine Tools")
  404. req1     = "Steel"
  405. req2     = "Tactics"
  406. flags    = ""
  407. graphic     = "a.machine_tools"
  408. graphic_alt = "-"
  409.  
  410. [advance_magnetism]
  411. name     = _("Magnetism")
  412. req1     = "Iron Working"
  413. req2     = "Physics"
  414. flags    = ""
  415. graphic     = "a.magnetism"
  416. graphic_alt = "-"
  417.  
  418. [advance_map_making]
  419. name     = _("Map Making")
  420. req1     = "Alphabet"
  421. req2     = "None"
  422. flags    = ""
  423. graphic     = "a.map_making"
  424. graphic_alt = "-"
  425.  
  426. [advance_masonry]
  427. name     = _("Masonry")
  428. req1     = "None"
  429. req2     = "None"
  430. flags    = ""
  431. graphic     = "a.masonry"
  432. graphic_alt = "-"
  433.  
  434. [advance_mass_production]
  435. name     = _("Mass Production")
  436. req1     = "Automobile"
  437. req2     = "The Corporation"
  438. flags    = "Population_Pollution_Inc"
  439. graphic     = "a.mass_production"
  440. graphic_alt = "-"
  441.  
  442. [advance_mathematics]
  443. name     = _("Mathematics")
  444. req1     = "Alphabet"
  445. req2     = "Masonry"
  446. flags    = ""
  447. graphic     = "a.mathematics"
  448. graphic_alt = "-"
  449.  
  450. [advance_medicine]
  451. name     = _("Medicine")
  452. req1     = "Philosophy"
  453. req2     = "Trade"
  454. flags    = ""
  455. graphic     = "a.medicine"
  456. graphic_alt = "-"
  457.  
  458. [advance_metallurgy]
  459. name     = _("Metallurgy")
  460. req1     = "Gunpowder"
  461. req2     = "University"
  462. flags    = ""
  463. graphic     = "a.metallurgy"
  464. graphic_alt = "-"
  465.  
  466. [advance_miniaturization]
  467. name     = _("Miniaturization")
  468. req1     = "Machine Tools"
  469. req2     = "Electronics"
  470. flags    = ""
  471. graphic     = "a.miniaturization"
  472. graphic_alt = "-"
  473.  
  474. [advance_mobile_warfare]
  475. name     = _("Mobile Warfare")
  476. req1     = "Automobile"
  477. req2     = "Tactics"
  478. flags    = ""
  479. graphic     = "a.mobile_warfare"
  480. graphic_alt = "-"
  481.  
  482. [advance_monarchy]
  483. name     = _("Monarchy")
  484. req1     = "Ceremonial Burial"
  485. req2     = "Code of Laws"
  486. flags    = ""
  487. graphic     = "a.monarchy"
  488. graphic_alt = "-"
  489.  
  490. [advance_monotheism]
  491. name     = _("Monotheism")
  492. req1     = "Philosophy"
  493. req2     = "Polytheism"
  494. flags    = ""
  495. graphic     = "a.monotheism"
  496. graphic_alt = "-"
  497.  
  498. [advance_mysticism]
  499. name     = _("Mysticism")
  500. req1     = "Ceremonial Burial"
  501. req2     = "None"
  502. flags    = ""
  503. graphic     = "a.mysticism"
  504. graphic_alt = "-"
  505.  
  506. [advance_navigation]
  507. name     = _("Navigation")
  508. req1     = "Seafaring"
  509. req2     = "Astronomy"
  510. flags    = "Reduce_Trireme_Loss2"
  511. graphic     = "a.navigation"
  512. graphic_alt = "-"
  513.  
  514. [advance_nuclear_fission]
  515. name     = _("Nuclear Fission")
  516. req1     = "Mass Production"
  517. req2     = "Atomic Theory"
  518. flags    = ""
  519. graphic     = "a.nuclear_fission"
  520. graphic_alt = "-"
  521.  
  522. [advance_nuclear_power]
  523. name     = _("Nuclear Power")
  524. req1     = "Nuclear Fission"
  525. req2     = "Electronics"
  526. flags    = "Boat_Fast"
  527. graphic     = "a.nuclear_power"
  528. graphic_alt = "-"
  529.  
  530. [advance_philosophy]
  531. name     = _("Philosophy")
  532. req1     = "Mysticism"
  533. req2     = "Literacy"
  534. flags    = "Bonus_Tech"
  535. bonus_message = _("Great philosophers from all the world join \
  536. your civilization: you get an immediate advance.")
  537. graphic     = "a.philosophy"
  538. graphic_alt = "-"
  539.  
  540. [advance_physics]
  541. name     = _("Physics")
  542. req1     = "Literacy"
  543. req2     = "Navigation"
  544. flags    = ""
  545. graphic     = "a.physics"
  546. graphic_alt = "-"
  547.  
  548. [advance_plastics]
  549. name     = _("Plastics")
  550. req1     = "Refining"
  551. req2     = "Space Flight"
  552. flags    = "Population_Pollution_Inc"
  553. graphic     = "a.plastics"
  554. graphic_alt = "-"
  555.  
  556. [advance_polytheism]
  557. name     = _("Polytheism")
  558. req1     = "Horseback Riding"
  559. req2     = "Ceremonial Burial"
  560. flags    = ""
  561. graphic     = "a.polytheism"
  562. graphic_alt = "-"
  563.  
  564. [advance_pottery]
  565. name     = _("Pottery")
  566. req1     = "None"
  567. req2     = "None"
  568. flags    = ""
  569. graphic     = "a.pottery"
  570. graphic_alt = "-"
  571.  
  572. [advance_radio]
  573. name     = _("Radio")
  574. req1     = "Flight"
  575. req2     = "Electricity"
  576. flags    = "Airbase"
  577. graphic     = "a.radio"
  578. graphic_alt = "-"
  579.  
  580. [advance_railroad]
  581. name     = _("Railroad")
  582. req1     = "Steam Engine"
  583. req2     = "Bridge Building"
  584. flags    = "Railroad","Trade_Revenue_Reduce"
  585. graphic     = "a.railroad"
  586. graphic_alt = "-"
  587.  
  588. [advance_recycling]
  589. name     = _("Recycling")
  590. req1     = "Mass Production"
  591. req2     = "Democracy"
  592. flags    = ""
  593. graphic     = "a.recycling"
  594. graphic_alt = "-"
  595.  
  596. [advance_refining]
  597. name     = _("Refining")
  598. req1     = "Chemistry"
  599. req2     = "The Corporation"
  600. flags    = ""
  601. graphic     = "a.refining"
  602. graphic_alt = "-"
  603.  
  604. [advance_refrigeration]
  605. name     = _("Refrigeration")
  606. req1     = "Sanitation"
  607. req2     = "Electricity"
  608. flags    = "Farmland"
  609. graphic     = "a.refrigeration"
  610. graphic_alt = "-"
  611.  
  612. [advance_robotics]
  613. name     = _("Robotics")
  614. req1     = "Mobile Warfare"
  615. req2     = "Computers"
  616. flags    = ""
  617. graphic     = "a.robotics"
  618. graphic_alt = "-"
  619.  
  620. [advance_rocketry]
  621. name     = _("Rocketry")
  622. req1     = "Advanced Flight"
  623. req2     = "Electronics"
  624. flags    = ""
  625. graphic     = "a.rocketry"
  626. graphic_alt = "-"
  627.  
  628. [advance_sanitation]
  629. name     = _("Sanitation")
  630. req1     = "Engineering"
  631. req2     = "Medicine"
  632. flags    = ""
  633. graphic     = "a.sanitation"
  634. graphic_alt = "-"
  635.  
  636. [advance_seafaring]
  637. name     = _("Seafaring")
  638. req1     = "Pottery"
  639. req2     = "Map Making"
  640. flags    = "Reduce_Trireme_Loss1"
  641. graphic     = "a.seafaring"
  642. graphic_alt = "-"
  643.  
  644. [advance_space_flight]
  645. name     = _("Space Flight")
  646. req1     = "Computers"
  647. req2     = "Rocketry"
  648. flags    = ""
  649. graphic     = "a.space_flight"
  650. graphic_alt = "-"
  651.  
  652. [advance_stealth]
  653. name     = _("Stealth")
  654. req1     = "Superconductors"
  655. req2     = "Robotics"
  656. flags    = ""
  657. graphic     = "a.stealth"
  658. graphic_alt = "-"
  659.  
  660. [advance_steam_engine]
  661. name     = _("Steam Engine")
  662. req1     = "Physics"
  663. req2     = "Invention"
  664. flags    = ""
  665. graphic     = "a.steam_engine"
  666. graphic_alt = "-"
  667.  
  668. [advance_steel]
  669. name     = _("Steel")
  670. req1     = "Electricity"
  671. req2     = "Industrialization"
  672. flags    = ""
  673. graphic     = "a.steel"
  674. graphic_alt = "-"
  675.  
  676. [advance_superconductors]
  677. name     = _("Superconductors")
  678. req1     = "Nuclear Power"
  679. req2     = "Laser"
  680. flags    = ""
  681. graphic     = "a.superconductors"
  682. graphic_alt = "-"
  683.  
  684. [advance_tactics]
  685. name     = _("Tactics")
  686. req1     = "Conscription"
  687. req2     = "Leadership"
  688. flags    = ""
  689. graphic     = "a.tactics"
  690. graphic_alt = "-"
  691.  
  692. [advance_the_corporation]
  693. name     = _("The Corporation")
  694. req1     = "Economics"
  695. req2     = "Industrialization"
  696. flags    = ""
  697. graphic     = "a.the_corporation"
  698. graphic_alt = "-"
  699.  
  700. [advance_the_republic]
  701. name     = _("The Republic")
  702. req1     = "Code of Laws"
  703. req2     = "Literacy"
  704. flags    = ""
  705. graphic     = "a.the_republic"
  706. graphic_alt = "-"
  707.  
  708. [advance_the_wheel]
  709. name     = _("The Wheel")
  710. req1     = "Horseback Riding"
  711. req2     = "None"
  712. flags    = ""
  713. graphic     = "a.the_wheel"
  714. graphic_alt = "-"
  715.  
  716. [advance_theology]
  717. name     = _("Theology")
  718. req1     = "Feudalism"
  719. req2     = "Monotheism"
  720. flags    = ""
  721. graphic     = "a.theology"
  722. graphic_alt = "-"
  723.  
  724. [advance_theory_of_gravity]
  725. name     = _("Theory of Gravity")
  726. req1     = "Astronomy"
  727. req2     = "University"
  728. flags    = ""
  729. graphic     = "a.theory_of_gravity"
  730. graphic_alt = "-"
  731.  
  732. [advance_trade]
  733. name     = _("Trade")
  734. req1     = "Currency"
  735. req2     = "Code of Laws"
  736. flags    = ""
  737. graphic     = "a.trade"
  738. graphic_alt = "-"
  739.  
  740. [advance_university]
  741. name     = _("University")
  742. req1     = "Mathematics"
  743. req2     = "Philosophy"
  744. flags    = ""
  745. graphic     = "a.university"
  746. graphic_alt = "-"
  747.  
  748. [advance_warrior_code]
  749. name     = _("Warrior Code")
  750. req1     = "None"
  751. req2     = "None"
  752. flags    = ""
  753. graphic     = "a.warrior_code"
  754. graphic_alt = "-"
  755.  
  756. [advance_writing]
  757. name     = _("Writing")
  758. req1     = "Alphabet"
  759. req2     = "None"
  760. flags    = ""
  761. graphic     = "a.writing"
  762. graphic_alt = "-"
  763.