webperimental: killstack decides stack protects.
[freeciv.git] / data / classic / techs.ruleset
blob41766519f9b6a2259e5a732285a59e3207382ade
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="Classic technology data for Freeciv (as Civ2, minus a few)"
12 options="+Freeciv-ruleset-Devel-2017.Jan.02 web-compatible"
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
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, Workers 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    = "Build_Airborne"
347 graphic     = "a.flight"
348 graphic_alt = "-"
349 helptext = _("Decreases one-time revenue from new trade routes.")
351 [advance_fusion_power]
352 name     = _("Fusion Power")
353 req1     = "Nuclear Power"
354 req2     = "Superconductors"
355 flags    = ""
356 graphic     = "a.fusion_power"
357 graphic_alt = "-"
359 [advance_genetic_engineering]
360 name     = _("Genetic Engineering")
361 req1     = "Medicine"
362 req2     = "The Corporation"
363 flags    = ""
364 graphic     = "a.genetic_engineering"
365 graphic_alt = "-"
367 [advance_guerilla_warfare]
368 name     = _("Guerilla Warfare")
369 req1     = "Communism"
370 req2     = "Tactics"
371 flags    = ""
372 graphic     = "a.guerilla_warfare"
373 graphic_alt = "-"
375 [advance_gunpowder]
376 name     = _("Gunpowder")
377 req1     = "Invention"
378 req2     = "Iron Working"
379 flags    = ""
380 graphic     = "a.gunpowder"
381 graphic_alt = "-"
383 [advance_horseback_riding]
384 name     = _("Horseback Riding")
385 req1     = "None"
386 req2     = "None"
387 flags    = ""
388 graphic     = "a.horseback_riding"
389 graphic_alt = "-"
391 [advance_industrialization]
392 name     = _("Industrialization")
393 req1     = "Railroad"
394 req2     = "Banking"
395 graphic     = "a.industrialization"
396 graphic_alt = "-"
397 helptext = _("Population will start contributing to pollution.")
399 [advance_invention]
400 name     = _("Invention")
401 req1     = "Engineering"
402 req2     = "Literacy"
403 flags    = ""
404 graphic     = "a.invention"
405 graphic_alt = "-"
406 helptext = _("Increases units' vision when in fortresses.")
408 [advance_iron_working]
409 name     = _("Iron Working")
410 req1     = "Bronze Working"
411 req2     = "Warrior Code"
412 flags    = ""
413 graphic     = "a.iron_working"
414 graphic_alt = "-"
416 [advance_labor_union]
417 name     = _("Labor Union")
418 req1     = "Mass Production"
419 req2     = "Guerilla Warfare"
420 flags    = ""
421 graphic     = "a.labor_union"
422 graphic_alt = "-"
424 [advance_laser]
425 name     = _("Laser")
426 req1     = "Mass Production"
427 req2     = "Nuclear Power"
428 flags    = ""
429 graphic     = "a.laser"
430 graphic_alt = "-"
432 [advance_leadership]
433 name     = _("Leadership")
434 req1     = "Chivalry"
435 req2     = "Gunpowder"
436 flags    = ""
437 graphic     = "a.leadership"
438 graphic_alt = "-"
440 [advance_literacy]
441 name     = _("Literacy")
442 req1     = "Writing"
443 req2     = "Code of Laws"
444 flags    = ""
445 graphic     = "a.literacy"
446 graphic_alt = "-"
448 [advance_machine_tools]
449 name     = _("Machine Tools")
450 req1     = "Steel"
451 req2     = "Tactics"
452 flags    = ""
453 graphic     = "a.machine_tools"
454 graphic_alt = "-"
456 [advance_magnetism]
457 name     = _("Magnetism")
458 req1     = "Iron Working"
459 req2     = "Physics"
460 flags    = ""
461 graphic     = "a.magnetism"
462 graphic_alt = "-"
463 helptext    = _("Allows establishing one more trade route from each city.")
465 [advance_map_making]
466 name     = _("Map Making")
467 req1     = "Alphabet"
468 req2     = "None"
469 flags    = ""
470 graphic     = "a.map_making"
471 graphic_alt = "-"
473 [advance_masonry]
474 name     = _("Masonry")
475 req1     = "None"
476 req2     = "None"
477 flags    = ""
478 graphic     = "a.masonry"
479 graphic_alt = "-"
481 [advance_mass_production]
482 name     = _("Mass Production")
483 req1     = "Automobile"
484 req2     = "The Corporation"
485 graphic     = "a.mass_production"
486 graphic_alt = "-"
487 helptext = _("Increases the population's contribution to pollution.")
489 [advance_mathematics]
490 name     = _("Mathematics")
491 req1     = "Alphabet"
492 req2     = "Masonry"
493 flags    = ""
494 graphic     = "a.mathematics"
495 graphic_alt = "-"
497 [advance_medicine]
498 name     = _("Medicine")
499 req1     = "Philosophy"
500 req2     = "Trade"
501 flags    = ""
502 graphic     = "a.medicine"
503 graphic_alt = "-"
505 [advance_metallurgy]
506 name     = _("Metallurgy")
507 req1     = "Gunpowder"
508 req2     = "University"
509 flags    = ""
510 graphic     = "a.metallurgy"
511 graphic_alt = "-"
513 [advance_miniaturization]
514 name     = _("Miniaturization")
515 req1     = "Machine Tools"
516 req2     = "Electronics"
517 flags    = ""
518 graphic     = "a.miniaturization"
519 graphic_alt = "-"
521 [advance_mobile_warfare]
522 name     = _("Mobile Warfare")
523 req1     = "Automobile"
524 req2     = "Tactics"
525 flags    = ""
526 graphic     = "a.mobile_warfare"
527 graphic_alt = "-"
529 [advance_monarchy]
530 name     = _("Monarchy")
531 req1     = "Ceremonial Burial"
532 req2     = "Code of Laws"
533 flags    = ""
534 graphic     = "a.monarchy"
535 graphic_alt = "-"
537 [advance_monotheism]
538 name     = _("Monotheism")
539 req1     = "Philosophy"
540 req2     = "Polytheism"
541 flags    = ""
542 graphic     = "a.monotheism"
543 graphic_alt = "-"
545 [advance_mysticism]
546 name     = _("Mysticism")
547 req1     = "Ceremonial Burial"
548 req2     = "None"
549 flags    = ""
550 graphic     = "a.mysticism"
551 graphic_alt = "-"
552 helptext = _("Improves the effect of Temples.")
554 [advance_navigation]
555 name     = _("Navigation")
556 req1     = "Seafaring"
557 req2     = "Astronomy"
558 flags    = ""
559 graphic     = "a.navigation"
560 graphic_alt = "-"
562 [advance_nuclear_fission]
563 name     = _("Nuclear Fission")
564 req1     = "Mass Production"
565 req2     = "Atomic Theory"
566 flags    = ""
567 graphic     = "a.nuclear_fission"
568 graphic_alt = "-"
570 [advance_nuclear_power]
571 name     = _("Nuclear Power")
572 req1     = "Nuclear Fission"
573 req2     = "Electronics"
574 flags    = ""
575 graphic     = "a.nuclear_power"
576 graphic_alt = "-"
577 helptext = _("Gives sea units one extra move.")
579 [advance_philosophy]
580 name     = _("Philosophy")
581 req1     = "Mysticism"
582 req2     = "Literacy"
583 flags    = "Bonus_Tech"
584 bonus_message = _("Great philosophers from all the world join \
585 your civilization: you learn %s immediately.")
586 graphic     = "a.philosophy"
587 graphic_alt = "-"
589 [advance_physics]
590 name     = _("Physics")
591 req1     = "Literacy"
592 req2     = "Navigation"
593 flags    = ""
594 graphic     = "a.physics"
595 graphic_alt = "-"
597 [advance_plastics]
598 name     = _("Plastics")
599 req1     = "Refining"
600 req2     = "Space Flight"
601 graphic     = "a.plastics"
602 graphic_alt = "-"
603 helptext = _("Increases the population's contribution to pollution.")
605 [advance_polytheism]
606 name     = _("Polytheism")
607 req1     = "Horseback Riding"
608 req2     = "Ceremonial Burial"
609 flags    = ""
610 graphic     = "a.polytheism"
611 graphic_alt = "-"
613 [advance_pottery]
614 name     = _("Pottery")
615 req1     = "None"
616 req2     = "None"
617 flags    = ""
618 graphic     = "a.pottery"
619 graphic_alt = "-"
621 [advance_radio]
622 name     = _("Radio")
623 req1     = "Flight"
624 req2     = "Electricity"
625 flags    = ""
626 graphic     = "a.radio"
627 graphic_alt = "-"
628 helptext = _("Allows Workers and Engineers to build airbases and buoys.")
630 [advance_railroad]
631 name     = _("?tech:Railroad")
632 req1     = "Steam Engine"
633 req2     = "Bridge Building"
634 flags    = ""
635 graphic     = "a.railroad"
636 graphic_alt = "-"
637 helptext = _("\
638 Allows Settlers, Workers and Engineers to upgrade roads to railroads.\
639 "), _("\
640 Decreases one-time revenue from new trade routes.\
643 [advance_recycling]
644 name     = _("Recycling")
645 req1     = "Mass Production"
646 req2     = "Democracy"
647 flags    = ""
648 graphic     = "a.recycling"
649 graphic_alt = "-"
651 [advance_refining]
652 name     = _("Refining")
653 req1     = "Chemistry"
654 req2     = "The Corporation"
655 flags    = ""
656 graphic     = "a.refining"
657 graphic_alt = "-"
659 [advance_refrigeration]
660 name     = _("Refrigeration")
661 req1     = "Sanitation"
662 req2     = "Electricity"
663 flags    = ""
664 graphic     = "a.refrigeration"
665 graphic_alt = "-"
666 helptext = _("\
667 Allows Settlers, Workers and Engineers to upgrade irrigation systems \
668 to farmland.\
671 [advance_robotics]
672 name     = _("Robotics")
673 req1     = "Mobile Warfare"
674 req2     = "Computers"
675 flags    = ""
676 graphic     = "a.robotics"
677 graphic_alt = "-"
679 [advance_rocketry]
680 name     = _("Rocketry")
681 req1     = "Advanced Flight"
682 req2     = "Electronics"
683 flags    = ""
684 graphic     = "a.rocketry"
685 graphic_alt = "-"
687 [advance_sanitation]
688 name     = _("Sanitation")
689 req1     = "Engineering"
690 req2     = "Medicine"
691 flags    = ""
692 graphic     = "a.sanitation"
693 graphic_alt = "-"
695 [advance_seafaring]
696 name     = _("Seafaring")
697 req1     = "Pottery"
698 req2     = "Map Making"
699 flags    = ""
700 graphic     = "a.seafaring"
701 graphic_alt = "-"
703 [advance_space_flight]
704 name     = _("Space Flight")
705 req1     = "Computers"
706 req2     = "Rocketry"
707 flags    = ""
708 graphic     = "a.space_flight"
709 graphic_alt = "-"
711 [advance_stealth]
712 name     = _("Stealth")
713 req1     = "Superconductors"
714 req2     = "Advanced Flight"
715 flags    = ""
716 graphic     = "a.stealth"
717 graphic_alt = "-"
719 [advance_steam_engine]
720 name     = _("Steam Engine")
721 req1     = "Physics"
722 req2     = "Invention"
723 flags    = ""
724 graphic     = "a.steam_engine"
725 graphic_alt = "-"
727 [advance_steel]
728 name     = _("Steel")
729 req1     = "Electricity"
730 req2     = "Industrialization"
731 flags    = ""
732 graphic     = "a.steel"
733 graphic_alt = "-"
735 [advance_superconductors]
736 name     = _("Superconductors")
737 req1     = "Nuclear Power"
738 req2     = "Laser"
739 flags    = ""
740 graphic     = "a.superconductors"
741 graphic_alt = "-"
743 [advance_tactics]
744 name     = _("Tactics")
745 req1     = "Conscription"
746 req2     = "Leadership"
747 flags    = ""
748 graphic     = "a.tactics"
749 graphic_alt = "-"
751 [advance_the_corporation]
752 name     = _("The Corporation")
753 req1     = "Economics"
754 req2     = "Industrialization"
755 flags    = ""
756 graphic     = "a.the_corporation"
757 graphic_alt = "-"
758 helptext    = _("Allows establishing one more trade route from each city.")
760 [advance_the_republic]
761 name     = _("The Republic")
762 req1     = "Code of Laws"
763 req2     = "Literacy"
764 flags    = ""
765 graphic     = "a.the_republic"
766 graphic_alt = "-"
768 [advance_the_wheel]
769 name     = _("The Wheel")
770 req1     = "Horseback Riding"
771 req2     = "None"
772 flags    = ""
773 graphic     = "a.the_wheel"
774 graphic_alt = "-"
776 [advance_theology]
777 name     = _("Theology")
778 req1     = "Feudalism"
779 req2     = "Monotheism"
780 flags    = ""
781 graphic     = "a.theology"
782 graphic_alt = "-"
783 helptext = _("Improves the effect of Cathedrals.")
785 [advance_theory_of_gravity]
786 name     = _("Theory of Gravity")
787 req1     = "Astronomy"
788 req2     = "University"
789 flags    = ""
790 graphic     = "a.theory_of_gravity"
791 graphic_alt = "-"
793 [advance_trade]
794 name     = _("Trade")
795 req1     = "Currency"
796 req2     = "Code of Laws"
797 flags    = ""
798 graphic     = "a.trade"
799 graphic_alt = "-"
801 [advance_university]
802 name     = _("University")
803 req1     = "Mathematics"
804 req2     = "Philosophy"
805 flags    = ""
806 graphic     = "a.university"
807 graphic_alt = "-"
809 [advance_warrior_code]
810 name     = _("Warrior Code")
811 req1     = "None"
812 req2     = "None"
813 flags    = ""
814 graphic     = "a.warrior_code"
815 graphic_alt = "-"
817 [advance_writing]
818 name     = _("Writing")
819 req1     = "Alphabet"
820 req2     = "None"
821 flags    = ""
822 graphic     = "a.writing"
823 graphic_alt = "-"