-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLiquidMod.modinfo
More file actions
67 lines (67 loc) · 2.58 KB
/
LiquidMod.modinfo
File metadata and controls
67 lines (67 loc) · 2.58 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="utf-8"?>
<Mod id="913FFBC5-E40B-4A32-A745-1968E31F3241" version="1">
<Properties>
<Name>Liquid Mod</Name>
<Teaser>Civ 6 Competitive Blitz Mode</Teaser>
<Description>Contains gameplay changes to speed up the game for a competitive hour-long experience</Description>
<Authors>Fruitstrike, HellBlazer, Ouglaaa, ScottishRamblyMan</Authors>
<EnabledByDefault>1</EnabledByDefault>
<EnabledAtStartup>1</EnabledAtStartup>
</Properties>
<Components>
<UpdateDatabase id="LIQUID_MOD_GAMEPLAY_DATA">
<Items>
<File>Data/AntiCavalryChanges.xml</File>
<File>Data/ArcherChanges.xml</File>
<File>Data/BuildingChanges.xml</File>
<File>Data/DistrictChanges.xml</File>
<File>Data/EnlightenmentPolicyChanges.sql</File>
<File>Data/HorsemanChanges.xml</File>
<File>Data/ImprovementYieldChanges.xml</File>
<File>Data/LighthouseChanges.xml</File>
<File>Data/LowerCivicCost.xml</File>
<File>Data/LowerDistrictCost.xml</File>
<File>Data/LowerMedAndLaterUnitCost.xml</File>
<File>Data/LowerTechCost.xml</File>
<File>Data/ScoutChanges.xml</File>
<File>Data/TripleGreatPersonPoints.xml</File>
<File>Data/TurnPhasesChanges.xml</File>
<File>Data/WallChanges.xml</File>
</Items>
</UpdateDatabase>
<LocalizedText id="LIQUID_MOD_TEXT">
<Items>
<File>Text/AntiCavalryChangesText.xml</File>
<File>Text/BuildingChangesText.xml</File>
<File>Text/EnlightenmentPolicyDescriptionUpdates.xml</File>
<File>Text/HorsemanChangesText.xml</File>
<File>Text/TileImprovementsTextChanges.xml</File>
</Items>
</LocalizedText>
</Components>
<Files>
<!-- update database -->
<File>Data/AntiCavalryChanges.xml</File>
<File>Data/ArcherChanges.xml</File>
<File>Data/BuildingChanges.xml</File>
<File>Data/DistrictChanges.xml</File>
<File>Data/EnlightenmentPolicyChanges.sql</File>
<File>Data/HorsemanChanges.xml</File>
<File>Data/ImprovementYieldChanges.xml</File>
<File>Data/LighthouseChanges.xml</File>
<File>Data/LowerCivicCost.xml</File>
<File>Data/LowerDistrictCost.xml</File>
<File>Data/LowerMedAndLaterUnitCost.xml</File>
<File>Data/LowerTechCost.xml</File>
<File>Data/ScoutChanges.xml</File>
<File>Data/TripleGreatPersonPoints.xml</File>
<File>Data/TurnPhasesChanges.xml</File>
<File>Data/WallChanges.xml</File>
<!-- localized text -->
<File>Text/AntiCavalryChangesText.xml</File>
<File>Text/BuildingChangesText.xml</File>
<File>Text/EnlightenmentPolicyDescriptionUpdates.xml</File>
<File>Text/HorsemanChangesText.xml</File>
<File>Text/TileImprovementsTextChanges.xml</File>
</Files>
</Mod>