Skip to content

Commit

Permalink
Policy fixes
Browse files Browse the repository at this point in the history
Corrected text for Fine Arts and fixed syntax error causing problems
with Homestead Act, Cultural Centers, and Ceremonial Rites.
  • Loading branch information
stackpoint committed Dec 8, 2013
1 parent 13e5a8a commit 01518c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Ceg/Ceg/Policies/CEP_End.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM Policies;
INSERT INTO Policy_FreeBuildingClass(
PolicyType,
BuildingClass,
NumCities
NumCities)
SELECT DISTINCT
'POLICY_HOMESTEAD_ACT',
BuildingClass,
Expand Down
2 changes: 1 addition & 1 deletion Ceg/Ceg/Text/en_US/Policies.sql
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ INSERT INTO Cep_Language_EN_US (DateModified, Tag, Text, Gender, Plurality) VALU
INSERT INTO Cep_Language_EN_US (DateModified, Tag, Text, Gender, Plurality) VALUES (date('2013-12-5'), 'TXT_KEY_POLICY_TRADE_PACT_TEXT', 'Free trade is a system of trade policy that allows traders to trade across national boundaries without interference from the respective governments. Due to the economic principle of comparative advantage, this provides trading partners with mutual gains. Under this policy prices are the sole determinant of resource allocation, and a close reflection of supply and demand.', '', '');
/* Aesthetics */
INSERT INTO Cep_Language_EN_US (DateModified, Tag, Text, Gender, Plurality) VALUES (date('2013-12-5'), 'TXT_KEY_POLICY_BRANCH_AESTHETICS_HELP', 'Abilities:[NEWLINE][NEWLINE][COLOR_POSITIVE_TEXT]Opener[ENDCOLOR][NEWLINE][ICON_PRODUCTION] +50% Production for Cultural buildings.[NEWLINE][ICON_WORKER] Unlocks: Uffizi[NEWLINE][NEWLINE][COLOR_POSITIVE_TEXT]Finisher[ENDCOLOR] [COLOR_GREY](finish all policies in this tree)[ENDCOLOR][NEWLINE]Reveals Hidden Antiquity sites.[NEWLINE][ICON_TEAM_7] Allows the purchase of Cultural Great People with [ICON_PEACE] Faith upon entering the Industrial Era.', '', '');
INSERT INTO Cep_Language_EN_US (DateModified, Tag, Text, Gender, Plurality) VALUES (date('2013-12-5'), 'TXT_KEY_POLICY_FINE_ARTS_HELP', '[ICON_CULTURE] Culture: +1 per 1 surplus happiness.', '', '');
INSERT INTO Cep_Language_EN_US (DateModified, Tag, Text, Gender, Plurality) VALUES (date('2013-12-7'), 'TXT_KEY_POLICY_FINE_ARTS_HELP', '[ICON_CULTURE] Culture: +1 per 2 surplus happiness.', '', '');
INSERT INTO Cep_Language_EN_US (DateModified, Tag, Text, Gender, Plurality) VALUES (date('2013-12-5'), 'TXT_KEY_POLICY_CULTURAL_CENTERS_HELP', '[ICON_CULTURE] Culture: +2 per National Wonder[NEWLINE][ICON_CULTURE] Culture: +33% in cities with a World Wonder', '', '');
INSERT INTO Cep_Language_EN_US (DateModified, Tag, Text, Gender, Plurality) VALUES (date('2013-12-5'), 'TXT_KEY_POLICY_ARTISTIC_GENIUS_HELP', '[ICON_TEAM_7] Great Artist: 1[NEWLINE][ICON_TEAM_7] Cultural Great Person rate: +25%', '', '');
INSERT INTO Cep_Language_EN_US (DateModified, Tag, Text, Gender, Plurality) VALUES (date('2013-12-5'), 'TXT_KEY_POLICY_FLOURISHING_OF_ARTS_HELP', '[ICON_CULTURE] Culture: +1 per Village', '', '');
Expand Down

0 comments on commit 01518c2

Please sign in to comment.