Extract common mission rules into a separate file (D2K)
This commit is contained in:
32
mods/d2k/rules/campaign-rules.yaml
Normal file
32
mods/d2k/rules/campaign-rules.yaml
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
Player:
|
||||||
|
-ConquestVictoryConditions:
|
||||||
|
MissionObjectives:
|
||||||
|
EarlyGameOver: true
|
||||||
|
Shroud:
|
||||||
|
FogLocked: True
|
||||||
|
FogEnabled: True
|
||||||
|
ExploredMapLocked: True
|
||||||
|
ExploredMapEnabled: False
|
||||||
|
PlayerResources:
|
||||||
|
DefaultCashLocked: True
|
||||||
|
|
||||||
|
World:
|
||||||
|
-CrateSpawner:
|
||||||
|
-SpawnMPUnits:
|
||||||
|
-MPStartLocations:
|
||||||
|
ObjectivesPanel:
|
||||||
|
PanelName: MISSION_OBJECTIVES
|
||||||
|
WormManager:
|
||||||
|
Minimum: 1
|
||||||
|
Maximum: 1
|
||||||
|
MapCreeps:
|
||||||
|
Locked: True
|
||||||
|
Enabled: True
|
||||||
|
MapBuildRadius:
|
||||||
|
AllyBuildRadiusLocked: True
|
||||||
|
AllyBuildRadiusEnabled: False
|
||||||
|
MapOptions:
|
||||||
|
TechLevelLocked: True
|
||||||
|
ShortGameLocked: True
|
||||||
|
ShortGameEnabled: False
|
||||||
|
|
||||||
Reference in New Issue
Block a user