Initial commit: OpenRA game engine
Fork from OpenRA/OpenRA with one-click launch script (start-ra.cmd) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
102
mods/cnc/rules/campaign-maprules.yaml
Normal file
102
mods/cnc/rules/campaign-maprules.yaml
Normal file
@@ -0,0 +1,102 @@
|
||||
World:
|
||||
-SpawnStartingUnits:
|
||||
-MapStartingLocations:
|
||||
-CrateSpawner:
|
||||
ObjectivesPanel:
|
||||
PanelName: MISSION_OBJECTIVES
|
||||
MapCreeps:
|
||||
CheckboxVisible: False
|
||||
CheckboxLocked: True
|
||||
CheckboxEnabled: False
|
||||
MapBuildRadius:
|
||||
AllyBuildRadiusCheckboxVisible: False
|
||||
AllyBuildRadiusCheckboxLocked: True
|
||||
AllyBuildRadiusCheckboxEnabled: False
|
||||
BuildRadiusCheckboxVisible: False
|
||||
BuildRadiusCheckboxLocked: True
|
||||
BuildRadiusCheckboxEnabled: True
|
||||
MapOptions:
|
||||
ShortGameCheckboxVisible: False
|
||||
ShortGameCheckboxLocked: True
|
||||
ShortGameCheckboxEnabled: False
|
||||
TechLevelDropdownVisible: False
|
||||
TechLevelDropdownLocked: True
|
||||
TimeLimitManager:
|
||||
TimeLimitDropdownVisible: False
|
||||
|
||||
Player:
|
||||
-ConquestVictoryConditions:
|
||||
MissionObjectives:
|
||||
EarlyGameOver: true
|
||||
GameOverDelay: 3000
|
||||
Shroud:
|
||||
FogCheckboxVisible: False
|
||||
FogCheckboxLocked: True
|
||||
FogCheckboxEnabled: True
|
||||
ExploredMapCheckboxVisible: False
|
||||
ExploredMapCheckboxLocked: True
|
||||
ExploredMapCheckboxEnabled: False
|
||||
PlayerResources:
|
||||
DefaultCashDropdownVisible: False
|
||||
DefaultCashDropdownLocked: True
|
||||
DefaultCash: 5000
|
||||
LobbyPrerequisiteCheckbox@GLOBALFACTUNDEPLOY:
|
||||
Enabled: False
|
||||
Locked: True
|
||||
Visible: False
|
||||
LobbyPrerequisiteCheckbox@GLOBALC17STEALTH:
|
||||
Enabled: False
|
||||
Locked: True
|
||||
Visible: False
|
||||
DeveloperMode:
|
||||
CheckboxVisible: False
|
||||
ModularBot@CampaignAI:
|
||||
Name: bot-campaign-ai.name
|
||||
Type: campaign
|
||||
|
||||
airstrike.proxy:
|
||||
AirstrikePower:
|
||||
Icon: airstrike
|
||||
StartFullyCharged: True
|
||||
ChargeInterval: 3000
|
||||
SquadSize: 3
|
||||
QuantizedFacings: 8
|
||||
Name: actor-hq.airstrikepower-name
|
||||
Description: actor-hq.airstrikepower-description
|
||||
EndChargeSpeechNotification: AirstrikeReady
|
||||
SelectTargetSpeechNotification: SelectTarget
|
||||
InsufficientPowerSpeechNotification: InsufficientPower
|
||||
IncomingSpeechNotification: EnemyPlanesApproaching
|
||||
EndChargeTextNotification: notification-airstrike-ready
|
||||
SelectTargetTextNotification: notification-select-target
|
||||
InsufficientPowerTextNotification: notification-insufficient-power
|
||||
IncomingTextNotification: notification-enemy-planes-approaching
|
||||
UnitType: a10
|
||||
DisplayBeacon: True
|
||||
BeaconPoster: airstrike
|
||||
DisplayRadarPing: True
|
||||
CameraActor: camera
|
||||
ArrowSequence: arrow
|
||||
ClockSequence: clock
|
||||
CircleSequence: circles
|
||||
SupportPowerPaletteOrder: 10
|
||||
|
||||
MoneyCrate:
|
||||
Inherits: ^Crate
|
||||
Tooltip:
|
||||
Name: actor-moneycrate-name
|
||||
GiveCashCrateAction:
|
||||
Amount: 2000
|
||||
Sequence: dollar
|
||||
UseCashTick: true
|
||||
RenderSprites:
|
||||
Image: wcrate
|
||||
|
||||
TRUCK:
|
||||
Buildable:
|
||||
Prerequisites: ~disabled
|
||||
|
||||
MISS:
|
||||
Inherits: ^CivBuilding
|
||||
RevealsShroud:
|
||||
Range: 3c0
|
||||
Reference in New Issue
Block a user