Add Formosan nation by resodan, SVG flag by J.M. Maalderink (mixcoatl@gna).
[freeciv.git] / data / alien / nation_effects.ruleset
blobba3e21ba184b74a1c38c175c5690f4e2a26f5299
1 ; This is Alien World nation specific effects ruleset.
3 ; /* <-- avoid gettext warnings
4 ; */ <-- avoid gettext warnings
6 [effect_mathclub_science]
7 type    = "Output_Bonus"
8 value   = 35
9 reqs    =
10     { "type", "name", "range"
11       "Nation", "Math Club", "Player"
12       "OutputType", "Science", "Local"
13     }
15 [effect_gladiators_veteran]
16 type    = "Veteran_Build"
17 value   = 1
18 reqs    =
19     { "type", "name", "range"
20       "Nation", "Team Gladiators", "Player"
21     }
23 [effect_gladiators_free_upkeep]
24 type    = "Unit_Upkeep_Free_Per_City"
25 value   = 1
26 reqs    =
27     { "type", "name", "range"
28       "Nation", "Team Gladiators", "Player"
29       "OutputType", "Shield", "Local"
30     }
32 [effect_jw_trade]
33 type    = "Output_Bonus"
34 value   = 40
35 reqs    =
36     { "type", "name", "range"
37       "Nation", "J&W Corporation", "Player"
38       "OutputType", "Gold", "Local"
39     }
41 [effect_kindergarden_growth]
42 type    = "Growth_Food"
43 value   = 25
44 reqs    =
45     { "type", "name", "range"
46       "Nation", "Kindergarden", "Player"
47     }
49 [effect_secret_society_spy_resistance]
50 type    = "Spy_Resistant"
51 value   = 50
52 reqs    =
53     { "type", "name", "range"
54       "Nation", "Secret Society", "Player"
55     }
57 [effect_secret_society_veteran_spies]
58 type    = "Veteran_Build"
59 value   = 1
60 reqs    =
61     { "type",       "name",      "range"
62       "Nation", "Secret Society", "Player"
63       "UnitFlag", "Diplomat", "Local"
64     }
66 [effect_secret_society_trade]
67 type    = "Output_Bonus"
68 value   = 20
69 reqs    =
70     { "type", "name", "range"
71       "Nation", "Secret Society", "Player"
72       "OutputType", "Gold", "Local"
73     }
75 [effect_adventurers_move]
76 type    = "Move_Bonus"
77 value   = 1
78 reqs    =
79     { "type", "name", "range"
80       "Nation", "Adventurers", "Player"
81     }
83 [effect_galactic_sound_happiness]
84 type    = "Make_Content"
85 value   = 3
86 reqs    =
87     { "type", "name", "range"
88       "Nation", "Galactic Sound", "Player"
89     }