webperimental: killstack decides stack protects.
[freeciv.git] / data / civ2 / techs.ruleset
blob72de9e8db0485074c5d2cbcff4a0970a0f2de9a1
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.
10 [datafile]
11 description="Civ2 technology data for Freeciv (incomplete)"
12 options="+Freeciv-ruleset-Devel-2017.Jan.02"
13 format_version=20
15 [control]
16 ; Names for custom tech flags. There can be up to 8 of these.
17 ; name          = rule name; In some circumstances user may see this
18 ;                 as part of some sentences, so try to make it descriptive
19 ;                 and sensible.
20 ; helptxt       = displayed in the help for advances with this flag (optional)
21 ;flags =
22 ;  { "name", "helptxt"
23 ;  }
25 ; /* <-- avoid gettext warnings
27 ; Tech classes:
29 ; First one is the default one.
30 ; If there is none, tech classes feature is disabled
32 ; name                    = translatable name as seen by user
33 ; rule_name               = (optional) name for rulesets etc; if not
34 ;                           present, 'name' is used.
35 ; cost_pct                = how much techs of the class cost compared
36 ;                           to normal. Default is 100%.
38 ; */ <-- avoid gettext warnings
40 ;[techclass_default]
41 ;name =
43 ; /* <-- avoid gettext warnings
45 ; Below: The individual advances, one per section.
46 ; The number can be variable, up to 196.
48 ; The actual tag used (the * in [advance_*]) does not matter, except
49 ; it must be unique within this file, and it may be used in debug
50 ; output when reading this file.
52 ; Notes:
54 ; name          = translatable name as seen by user
55 ; rule_name     = (optional) name for savegames, rulesets etc; if not
56 ;                 present, 'name' is used. Since the name used in savegames
57 ;                 must not change, use this when renaming a tech after a
58 ;                 ruleset has been released.
59 ; class         = tech class this tech belongs to, if they have been defined.
60 ;                 Default is first one defined above.
61 ; req1, req2    = advances required before researching this one
62 ; root_req      = tech required before acquiring this tech, by any
63 ;                 means, inherited by all techs that require this tech in turn
64 ;                 unless "None" is given here explicitly; and you can make
65 ;                 a tech available only through the init_tech of a nation by
66 ;                 making it root_req itself.
67 ; research_reqs = requirements before researching this one. Can have non
68 ;                 tech requirements because it is a requirement vector.
69 ;                 See doc/README.effects to learn more about requirement
70 ;                 vectors.
71 ;                 Requireing a tech here in stead of in req1, req2 or
72 ;                 root_req is not supported yet.
73 ;                 Requirements that may become fulfilled during the game
74 ;                 when they weren't at the start of the game is not
75 ;                 supported yet.
76 ; flags         = special flag strings (see classic/techs.ruleset)
77 ; graphic       = icon for technology
78 ; graphic_alt   = alternate icon
79 ; helptext      = optional help text string (set units ruleset for examples)
80 ; bonus_message = text seen when a player is the first to discover
81 ;                 an bonus tech. Must contain '%s' to mark place of the tech
82 ;                 gained.
83 ; cost          = if tech_cost_style is set to "Classic+" or "Experimental+",
84 ;                 this field is read for information on how much a tech
85 ;                 costs.
87 ; Special values for req1 and req2 are "None" (first section below)
88 ; and "Never" (never available).  If only one tech is required,
89 ; it should be listed as req1.
91 ; As well as custom flags defined above, the following flag strings are
92 ; possible:
94 ; "Bonus_Tech"          = player gets extra tech if reached first
95 ; "Bridge"              = "Settler" unit types can build roads with
96 ;                         "RequiresBridge" flag over roads with
97 ;                         "PreventsOtherRoads" flag (rivers)
98 ; "Build_Airborne"      = from now on can build air units (for use by AI)
99 ; "Claim_Ocean"         = Player claims ocean tiles even if they are not
100 ;                         adjacent to border source
101 ; "Claim_Ocean_Limited" = Oceanic border sources claim ocean tiles even if
102 ;                         they are not adjacent to border source
104 ; */ <-- avoid gettext warnings
106 [advance_advanced_flight]
107 name     = _("Advanced Flight")
108 req1     = "Radio"
109 req2     = "Machine Tools"
110 flags    = ""
111 graphic     = "a.advanced_flight"
112 graphic_alt = "-"
114 [advance_alphabet]
115 name     = _("Alphabet")
116 req1     = "None"
117 req2     = "None"
118 flags    = ""
119 graphic     = "a.alphabet"
120 graphic_alt = "-"
122 [advance_amphibious_warfare]
123 name     = _("Amphibious Warfare")
124 req1     = "Navigation"
125 req2     = "Tactics"
126 flags    = ""
127 graphic     = "a.amphibious_warfare"
128 graphic_alt = "-"
130 [advance_astronomy]
131 name     = _("Astronomy")
132 req1     = "Mysticism"
133 req2     = "Mathematics"
134 flags    = ""
135 graphic     = "a.astronomy"
136 graphic_alt = "-"
138 [advance_atomic_theory]
139 name     = _("Atomic Theory")
140 req1     = "Theory of Gravity"
141 req2     = "Physics"
142 flags    = ""
143 graphic     = "a.atomic_theory"
144 graphic_alt = "-"
146 [advance_automobile]
147 name     = _("Automobile")
148 req1     = "Combustion"
149 req2     = "Steel"
150 graphic     = "a.automobile"
151 graphic_alt = "-"
152 helptext = _("Increases the population's contribution to pollution.")
154 [advance_banking]
155 name     = _("Banking")
156 req1     = "Trade"
157 req2     = "The Republic"
158 flags    = ""
159 graphic     = "a.banking"
160 graphic_alt = "-"
162 [advance_bridge_building]
163 name     = _("Bridge Building")
164 req1     = "Iron Working"
165 req2     = "Construction"
166 flags    = "Bridge"
167 graphic     = "a.bridge_building"
168 graphic_alt = "-"
169 helptext = _("Allows roads to be built on river tiles.")
171 [advance_bronze_working]
172 name     = _("Bronze Working")
173 req1     = "None"
174 req2     = "None"
175 flags    = ""
176 graphic     = "a.bronze_working"
177 graphic_alt = "-"
179 [advance_ceremonial_burial]
180 name     = _("Ceremonial Burial")
181 req1     = "None"
182 req2     = "None"
183 flags    = ""
184 graphic     = "a.ceremonial_burial"
185 graphic_alt = "-"
187 [advance_chemistry]
188 name     = _("Chemistry")
189 req1     = "University"
190 req2     = "Medicine"
191 flags    = ""
192 graphic     = "a.chemistry"
193 graphic_alt = "-"
195 [advance_chivalry]
196 name     = _("Chivalry")
197 req1     = "Feudalism"
198 req2     = "Horseback Riding"
199 flags    = ""
200 graphic     = "a.chivalry"
201 graphic_alt = "-"
203 [advance_code_of_laws]
204 name     = _("Code of Laws")
205 req1     = "Alphabet"
206 req2     = "None"
207 flags    = ""
208 graphic     = "a.code_of_laws"
209 graphic_alt = "-"
211 [advance_combined_arms]
212 name     = _("Combined Arms")
213 req1     = "Mobile Warfare"
214 req2     = "Advanced Flight"
215 flags    = ""
216 graphic     = "a.combined_arms"
217 graphic_alt = "-"
219 [advance_combustion]
220 name     = _("Combustion")
221 req1     = "Refining"
222 req2     = "Explosives"
223 flags    = ""
224 graphic     = "a.combustion"
225 graphic_alt = "-"
227 [advance_communism]
228 name     = _("Communism")
229 req1     = "Philosophy"
230 req2     = "Industrialization"
231 flags    = ""
232 graphic     = "a.communism"
233 graphic_alt = "-"
234 helptext = _("Reduces the effect of Cathedrals.")
236 [advance_computers]
237 name     = _("Computers")
238 req1     = "Mass Production"
239 req2     = "Miniaturization"
240 flags    = ""
241 graphic     = "a.computers"
242 graphic_alt = "-"
244 [advance_conscription]
245 name     = _("Conscription")
246 req1     = "Democracy"
247 req2     = "Metallurgy"
248 flags    = ""
249 graphic     = "a.conscription"
250 graphic_alt = "-"
252 [advance_construction]
253 name     = _("Construction")
254 req1     = "Masonry"
255 req2     = "Currency"
256 flags    = ""
257 graphic     = "a.construction"
258 graphic_alt = "-"
259 helptext = _("Allows Settlers and Engineers to build fortresses.")
261 [advance_currency]
262 name     = _("Currency")
263 req1     = "Bronze Working"
264 req2     = "None"
265 flags    = ""
266 graphic     = "a.currency"
267 graphic_alt = "-"
269 [advance_democracy]
270 name     = _("Democracy")
271 req1     = "Banking"
272 req2     = "Invention"
273 flags    = ""
274 graphic     = "a.democracy"
275 graphic_alt = "-"
277 [advance_economics]
278 name     = _("Economics")
279 req1     = "Banking"
280 req2     = "University"
281 flags    = ""
282 graphic     = "a.economics"
283 graphic_alt = "-"
285 [advance_electricity]
286 name     = _("Electricity")
287 req1     = "Metallurgy"
288 req2     = "Magnetism"
289 flags    = ""
290 graphic     = "a.electricity"
291 graphic_alt = "-"
292 helptext = _("Improves the effect of Colosseums.")
294 [advance_electronics]
295 name     = _("Electronics")
296 req1     = "The Corporation"
297 req2     = "Electricity"
298 flags    = ""
299 graphic     = "a.electronics"
300 graphic_alt = "-"
302 [advance_engineering]
303 name     = _("Engineering")
304 req1     = "The Wheel"
305 req2     = "Construction"
306 flags    = ""
307 graphic     = "a.engineering"
308 graphic_alt = "-"
310 [advance_environmentalism]
311 name     = _("Environmentalism")
312 req1     = "Recycling"
313 req2     = "Space Flight"
314 flags    = ""
315 graphic     = "a.environmentalism"
316 graphic_alt = "-"
318 [advance_espionage]
319 name     = _("Espionage")
320 req1     = "Communism"
321 req2     = "Democracy"
322 flags    = ""
323 graphic     = "a.espionage"
324 graphic_alt = "-"
326 [advance_explosives]
327 name     = _("Explosives")
328 req1     = "Gunpowder"
329 req2     = "Chemistry"
330 flags    = ""
331 graphic     = "a.explosives"
332 graphic_alt = "-"
334 [advance_feudalism]
335 name     = _("Feudalism")
336 req1     = "Warrior Code"
337 req2     = "Monarchy"
338 flags    = ""
339 graphic     = "a.feudalism"
340 graphic_alt = "-"
342 [advance_flight]
343 name     = _("Flight")
344 req1     = "Combustion"
345 req2     = "Theory of Gravity"
346 flags    = ""
347 graphic     = "a.flight"
348 graphic_alt = "-"
349 helptext = _("Decreases one-time revenue from new trade routes.")
351 [advance_fundamentalism]
352 name     = _("Fundamentalism")
353 req1     = "Theology"
354 req2     = "Conscription"
355 flags    = ""
356 graphic     = "a.fundamentalism"
357 graphic_alt = "-"
359 [advance_fusion_power]
360 name     = _("Fusion Power")
361 req1     = "Nuclear Power"
362 req2     = "Superconductors"
363 flags    = ""
364 graphic     = "a.fusion_power"
365 graphic_alt = "-"
367 [advance_genetic_engineering]
368 name     = _("Genetic Engineering")
369 req1     = "Medicine"
370 req2     = "The Corporation"
371 flags    = ""
372 graphic     = "a.genetic_engineering"
373 graphic_alt = "-"
375 [advance_guerilla_warfare]
376 name     = _("Guerilla Warfare")
377 req1     = "Communism"
378 req2     = "Tactics"
379 flags    = ""
380 graphic     = "a.guerilla_warfare"
381 graphic_alt = "-"
383 [advance_gunpowder]
384 name     = _("Gunpowder")
385 req1     = "Invention"
386 req2     = "Iron Working"
387 flags    = ""
388 graphic     = "a.gunpowder"
389 graphic_alt = "-"
391 [advance_horseback_riding]
392 name     = _("Horseback Riding")
393 req1     = "None"
394 req2     = "None"
395 flags    = ""
396 graphic     = "a.horseback_riding"
397 graphic_alt = "-"
399 [advance_industrialization]
400 name     = _("Industrialization")
401 req1     = "Railroad"
402 req2     = "Banking"
403 graphic     = "a.industrialization"
404 graphic_alt = "-"
405 helptext = _("Population will start contributing to pollution.")
407 [advance_invention]
408 name     = _("Invention")
409 req1     = "Engineering"
410 req2     = "Literacy"
411 flags    = ""
412 graphic     = "a.invention"
413 graphic_alt = "-"
415 [advance_iron_working]
416 name     = _("Iron Working")
417 req1     = "Bronze Working"
418 req2     = "Warrior Code"
419 flags    = ""
420 graphic     = "a.iron_working"
421 graphic_alt = "-"
423 [advance_labor_union]
424 name     = _("Labor Union")
425 req1     = "Mass Production"
426 req2     = "Guerilla Warfare"
427 flags    = ""
428 graphic     = "a.labor_union"
429 graphic_alt = "-"
431 [advance_laser]
432 name     = _("Laser")
433 req1     = "Mass Production"
434 req2     = "Nuclear Power"
435 flags    = ""
436 graphic     = "a.laser"
437 graphic_alt = "-"
439 [advance_leadership]
440 name     = _("Leadership")
441 req1     = "Chivalry"
442 req2     = "Gunpowder"
443 flags    = ""
444 graphic     = "a.leadership"
445 graphic_alt = "-"
447 [advance_literacy]
448 name     = _("Literacy")
449 req1     = "Writing"
450 req2     = "Code of Laws"
451 flags    = ""
452 graphic     = "a.literacy"
453 graphic_alt = "-"
455 [advance_machine_tools]
456 name     = _("Machine Tools")
457 req1     = "Steel"
458 req2     = "Tactics"
459 flags    = ""
460 graphic     = "a.machine_tools"
461 graphic_alt = "-"
463 [advance_magnetism]
464 name     = _("Magnetism")
465 req1     = "Iron Working"
466 req2     = "Physics"
467 flags    = ""
468 graphic     = "a.magnetism"
469 graphic_alt = "-"
471 [advance_map_making]
472 name     = _("Map Making")
473 req1     = "Alphabet"
474 req2     = "None"
475 flags    = ""
476 graphic     = "a.map_making"
477 graphic_alt = "-"
479 [advance_masonry]
480 name     = _("Masonry")
481 req1     = "None"
482 req2     = "None"
483 flags    = ""
484 graphic     = "a.masonry"
485 graphic_alt = "-"
487 [advance_mass_production]
488 name     = _("Mass Production")
489 req1     = "Automobile"
490 req2     = "The Corporation"
491 graphic     = "a.mass_production"
492 graphic_alt = "-"
493 helptext = _("Increases the population's contribution to pollution.")
495 [advance_mathematics]
496 name     = _("Mathematics")
497 req1     = "Alphabet"
498 req2     = "Masonry"
499 flags    = ""
500 graphic     = "a.mathematics"
501 graphic_alt = "-"
503 [advance_medicine]
504 name     = _("Medicine")
505 req1     = "Philosophy"
506 req2     = "Trade"
507 flags    = ""
508 graphic     = "a.medicine"
509 graphic_alt = "-"
511 [advance_metallurgy]
512 name     = _("Metallurgy")
513 req1     = "Gunpowder"
514 req2     = "University"
515 flags    = ""
516 graphic     = "a.metallurgy"
517 graphic_alt = "-"
519 [advance_miniaturization]
520 name     = _("Miniaturization")
521 req1     = "Machine Tools"
522 req2     = "Electronics"
523 flags    = ""
524 graphic     = "a.miniaturization"
525 graphic_alt = "-"
527 [advance_mobile_warfare]
528 name     = _("Mobile Warfare")
529 req1     = "Automobile"
530 req2     = "Tactics"
531 flags    = ""
532 graphic     = "a.mobile_warfare"
533 graphic_alt = "-"
535 [advance_monarchy]
536 name     = _("Monarchy")
537 req1     = "Ceremonial Burial"
538 req2     = "Code of Laws"
539 flags    = ""
540 graphic     = "a.monarchy"
541 graphic_alt = "-"
543 [advance_monotheism]
544 name     = _("Monotheism")
545 req1     = "Philosophy"
546 req2     = "Polytheism"
547 flags    = ""
548 graphic     = "a.monotheism"
549 graphic_alt = "-"
551 [advance_mysticism]
552 name     = _("Mysticism")
553 req1     = "Ceremonial Burial"
554 req2     = "None"
555 flags    = ""
556 graphic     = "a.mysticism"
557 graphic_alt = "-"
558 helptext = _("Improves the effect of Temples.")
560 [advance_navigation]
561 name     = _("Navigation")
562 req1     = "Seafaring"
563 req2     = "Astronomy"
564 flags    = ""
565 graphic     = "a.navigation"
566 graphic_alt = "-"
568 [advance_nuclear_fission]
569 name     = _("Nuclear Fission")
570 req1     = "Mass Production"
571 req2     = "Atomic Theory"
572 flags    = ""
573 graphic     = "a.nuclear_fission"
574 graphic_alt = "-"
576 [advance_nuclear_power]
577 name     = _("Nuclear Power")
578 req1     = "Nuclear Fission"
579 req2     = "Electronics"
580 flags    = ""
581 graphic     = "a.nuclear_power"
582 graphic_alt = "-"
583 helptext = _("Gives sea units one extra move.")
585 [advance_philosophy]
586 name     = _("Philosophy")
587 req1     = "Mysticism"
588 req2     = "Literacy"
589 flags    = "Bonus_Tech"
590 bonus_message = _("Great philosophers from all the world join \
591 your civilization: you learn %s immediately.")
592 graphic     = "a.philosophy"
593 graphic_alt = "-"
595 [advance_physics]
596 name     = _("Physics")
597 req1     = "Literacy"
598 req2     = "Navigation"
599 flags    = ""
600 graphic     = "a.physics"
601 graphic_alt = "-"
603 [advance_plastics]
604 name     = _("Plastics")
605 req1     = "Refining"
606 req2     = "Space Flight"
607 graphic     = "a.plastics"
608 graphic_alt = "-"
609 helptext = _("Increases the population's contribution to pollution.")
611 [advance_polytheism]
612 name     = _("Polytheism")
613 req1     = "Horseback Riding"
614 req2     = "Ceremonial Burial"
615 flags    = ""
616 graphic     = "a.polytheism"
617 graphic_alt = "-"
619 [advance_pottery]
620 name     = _("Pottery")
621 req1     = "None"
622 req2     = "None"
623 flags    = ""
624 graphic     = "a.pottery"
625 graphic_alt = "-"
627 [advance_radio]
628 name     = _("Radio")
629 req1     = "Flight"
630 req2     = "Electricity"
631 flags    = ""
632 graphic     = "a.radio"
633 graphic_alt = "-"
634 helptext = _("Allows Settlers and Engineers to build airbases.")
636 [advance_railroad]
637 name     = _("?tech:Railroad")
638 req1     = "Steam Engine"
639 req2     = "Bridge Building"
640 flags    = ""
641 graphic     = "a.railroad"
642 graphic_alt = "-"
643 helptext = _("\
644 Allows Settlers and Engineers to upgrade roads to railroads.\
645 "), _("\
646 Decreases one-time revenue from new trade routes.\
649 [advance_recycling]
650 name     = _("Recycling")
651 req1     = "Mass Production"
652 req2     = "Democracy"
653 flags    = ""
654 graphic     = "a.recycling"
655 graphic_alt = "-"
657 [advance_refining]
658 name     = _("Refining")
659 req1     = "Chemistry"
660 req2     = "The Corporation"
661 flags    = ""
662 graphic     = "a.refining"
663 graphic_alt = "-"
665 [advance_refrigeration]
666 name     = _("Refrigeration")
667 req1     = "Sanitation"
668 req2     = "Electricity"
669 flags    = ""
670 graphic     = "a.refrigeration"
671 graphic_alt = "-"
672 helptext = _("\
673 Allows Settlers and Engineers to upgrade irrigation systems to farmland.\
676 [advance_robotics]
677 name     = _("Robotics")
678 req1     = "Mobile Warfare"
679 req2     = "Computers"
680 flags    = ""
681 graphic     = "a.robotics"
682 graphic_alt = "-"
684 [advance_rocketry]
685 name     = _("Rocketry")
686 req1     = "Advanced Flight"
687 req2     = "Electronics"
688 flags    = ""
689 graphic     = "a.rocketry"
690 graphic_alt = "-"
692 [advance_sanitation]
693 name     = _("Sanitation")
694 req1     = "Engineering"
695 req2     = "Medicine"
696 flags    = ""
697 graphic     = "a.sanitation"
698 graphic_alt = "-"
700 [advance_seafaring]
701 name     = _("Seafaring")
702 req1     = "Pottery"
703 req2     = "Map Making"
704 flags    = ""
705 graphic     = "a.seafaring"
706 graphic_alt = "-"
708 [advance_space_flight]
709 name     = _("Space Flight")
710 req1     = "Computers"
711 req2     = "Rocketry"
712 flags    = ""
713 graphic     = "a.space_flight"
714 graphic_alt = "-"
716 [advance_stealth]
717 name     = _("Stealth")
718 req1     = "Superconductors"
719 req2     = "Robotics"
720 flags    = ""
721 graphic     = "a.stealth"
722 graphic_alt = "-"
724 [advance_steam_engine]
725 name     = _("Steam Engine")
726 req1     = "Physics"
727 req2     = "Invention"
728 flags    = ""
729 graphic     = "a.steam_engine"
730 graphic_alt = "-"
732 [advance_steel]
733 name     = _("Steel")
734 req1     = "Electricity"
735 req2     = "Industrialization"
736 flags    = ""
737 graphic     = "a.steel"
738 graphic_alt = "-"
740 [advance_superconductors]
741 name     = _("Superconductors")
742 req1     = "Nuclear Power"
743 req2     = "Laser"
744 flags    = ""
745 graphic     = "a.superconductors"
746 graphic_alt = "-"
748 [advance_tactics]
749 name     = _("Tactics")
750 req1     = "Conscription"
751 req2     = "Leadership"
752 flags    = ""
753 graphic     = "a.tactics"
754 graphic_alt = "-"
756 [advance_the_corporation]
757 name     = _("The Corporation")
758 req1     = "Economics"
759 req2     = "Industrialization"
760 flags    = ""
761 graphic     = "a.the_corporation"
762 graphic_alt = "-"
764 [advance_the_republic]
765 name     = _("The Republic")
766 req1     = "Code of Laws"
767 req2     = "Literacy"
768 flags    = ""
769 graphic     = "a.the_republic"
770 graphic_alt = "-"
772 [advance_the_wheel]
773 name     = _("The Wheel")
774 req1     = "Horseback Riding"
775 req2     = "None"
776 flags    = ""
777 graphic     = "a.the_wheel"
778 graphic_alt = "-"
780 [advance_theology]
781 name     = _("Theology")
782 req1     = "Feudalism"
783 req2     = "Monotheism"
784 flags    = ""
785 graphic     = "a.theology"
786 graphic_alt = "-"
787 helptext = _("Improves the effect of Cathedrals.")
789 [advance_theory_of_gravity]
790 name     = _("Theory of Gravity")
791 req1     = "Astronomy"
792 req2     = "University"
793 flags    = ""
794 graphic     = "a.theory_of_gravity"
795 graphic_alt = "-"
797 [advance_trade]
798 name     = _("Trade")
799 req1     = "Currency"
800 req2     = "Code of Laws"
801 flags    = ""
802 graphic     = "a.trade"
803 graphic_alt = "-"
805 [advance_university]
806 name     = _("University")
807 req1     = "Mathematics"
808 req2     = "Philosophy"
809 flags    = ""
810 graphic     = "a.university"
811 graphic_alt = "-"
813 [advance_warrior_code]
814 name     = _("Warrior Code")
815 req1     = "None"
816 req2     = "None"
817 flags    = ""
818 graphic     = "a.warrior_code"
819 graphic_alt = "-"
821 [advance_writing]
822 name     = _("Writing")
823 req1     = "Alphabet"
824 req2     = "None"
825 flags    = ""
826 graphic     = "a.writing"
827 graphic_alt = "-"