-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLOC_BR_GameSetup.sql
More file actions
25 lines (16 loc) · 2.4 KB
/
LOC_BR_GameSetup.sql
File metadata and controls
25 lines (16 loc) · 2.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
INSERT OR REPLACE INTO LocalizedText
(Tag, Text, Language) VALUES
('LOC_DB_FOOTER_NAME', 'End of mod options', 'en_US'),
('LOC_DB_FOOTER_DESC', 'This value doesn''t do anything. Just using the slider tool as a section footer.', 'en_US'),
('LOC_BR_HEADER_NAME', '[ICON_Reports]Better Rulebook[ICON_Reports] options', 'en_US'),
('LOC_BR_HEADER_DESC', '[ICON_Reports]BETTER RULEBOOK[ICON_Reports][NEWLINE][NEWLINE]This value doesn''t do anything. Just using the slider tool as a section header. Drop me a line if you know of a better way to do this.', 'en_US'),
('LOC_BR_LABEL', ' [COLOR:SuzerainDark][BR][ENDCOLOR]', 'en_US'),
('LOC_BR_MOD_NOTE', '[NEWLINE][NEWLINE][COLOR_Red]from mod "DB [ICON_Reports]Better Rulebook[ICON_Reports]"[ENDCOLOR]', 'en_US'),
('LOC_BR_UNOFFICIAL_PATCH_NAME', 'Unofficial Patch', 'en_US'),
('LOC_BR_UNOFFICIAL_PATCH_DESC', 'Fixes things Firaxis missed:[NEWLINE][NEWLINE][ICON_Bullet]Grape Shot and Shrapnel promotions no longer give a bonus on defense[NEWLINE][ICON_Bullet]Barding promotion combat preview[NEWLINE][ICON_Bullet]Interceptor promotion combat preview[NEWLINE][ICON_Bullet]Military improvements are able to be built on resources (e.g otherwise you can''t build a Fort on wheat)[NEWLINE][ICON_Bullet]Drone and Observation Balloon no longer have terrain penalties on their movement (they fly like helicopters)[NEWLINE][ICON_Bullet]Meenakshi Temple: gurus accurately give combat and movement bonuses{LOC_BR_MOD_NOTE}', 'en_US'),
('LOC_BR_SIEGE_UNITS_NO_EXTRA_MOVEMENT_NAME', 'Siege Units: No Extra Movement', 'en_US'),
('LOC_BR_SIEGE_UNITS_NO_EXTRA_MOVEMENT_DESC', 'Siege units don''t get movement bonuses from things like Great Generals or Logistics, because when they do, they can move & shoot. (They''re supposed to have the Expert Crew promotion to be able to do that.){LOC_BR_MOD_NOTE}', 'en_US'),
('LOC_BR_NO_MORE_STIRRINGS_NAME', 'No More Stirrings', 'en_US'),
('LOC_BR_NO_MORE_STIRRINGS_DESC', 'Removes the text from the loading screen that goes like this:[NEWLINE][NEWLINE]"From the first stirrings of life beneath water... to the great beasts of the Stone Age... to man taking his first upright steps, you have come far. Now begins your greatest quest: from this early cradle of civilization on towards the stars."[NEWLINE][NEWLINE]Ditto for the analogous pablum when you start in other ages.{LOC_BR_MOD_NOTE}', 'en_US'),
('BBS_SRESOURCES_GARANTEED_NAME', 'Spawn Guaranteed{LOC_BR_LABEL}', 'en_US')
;