Add Kill Bounties checkbox to RA.

This commit is contained in:
Paul Chote
2017-12-12 21:44:16 +00:00
committed by reaperrr
parent 1a73a2578b
commit cd4f54ade3
2 changed files with 20 additions and 6 deletions

View File

@@ -204,10 +204,18 @@
AttackMove: AttackMove:
AssaultMoveScanCondition: assault-move AssaultMoveScanCondition: assault-move
^GlobalBounty:
GrantConditionOnPrerequisite@GLOBALBOUNTY:
Condition: global-bounty
Prerequisites: global-bounty
GivesBounty:
RequiresCondition: global-bounty
^Vehicle: ^Vehicle:
Inherits@1: ^ExistsInWorld Inherits@1: ^ExistsInWorld
Inherits@2: ^IronCurtainable Inherits@2: ^IronCurtainable
Inherits@3: ^SpriteActor Inherits@3: ^SpriteActor
Inherits@bounty: ^GlobalBounty
Huntable: Huntable:
DrawLineToTarget: DrawLineToTarget:
UpdatesPlayerStatistics: UpdatesPlayerStatistics:
@@ -238,7 +246,6 @@
ActorLostNotification: ActorLostNotification:
ProximityCaptor: ProximityCaptor:
Types: Vehicle Types: Vehicle
GivesBounty:
GpsDot: GpsDot:
String: Vehicle String: Vehicle
WithDamageOverlay: WithDamageOverlay:
@@ -304,6 +311,7 @@
Inherits@1: ^ExistsInWorld Inherits@1: ^ExistsInWorld
Inherits@2: ^GainsExperience Inherits@2: ^GainsExperience
Inherits@3: ^SpriteActor Inherits@3: ^SpriteActor
Inherits@bounty: ^GlobalBounty
Huntable: Huntable:
DrawLineToTarget: DrawLineToTarget:
Health: Health:
@@ -349,7 +357,6 @@
CargoType: Infantry CargoType: Infantry
HiddenUnderFog: HiddenUnderFog:
ActorLostNotification: ActorLostNotification:
GivesBounty:
GpsDot: GpsDot:
String: Infantry String: Infantry
Crushable: Crushable:
@@ -451,6 +458,7 @@
Inherits@2: ^GainsExperience Inherits@2: ^GainsExperience
Inherits@3: ^IronCurtainable Inherits@3: ^IronCurtainable
Inherits@4: ^SpriteActor Inherits@4: ^SpriteActor
Inherits@bounty: ^GlobalBounty
Huntable: Huntable:
DrawLineToTarget: DrawLineToTarget:
UpdatesPlayerStatistics: UpdatesPlayerStatistics:
@@ -470,7 +478,6 @@
Notification: NavalUnitLost Notification: NavalUnitLost
ProximityCaptor: ProximityCaptor:
Types: Ship Types: Ship
GivesBounty:
Chronoshiftable: Chronoshiftable:
RepairableNear: RepairableNear:
GpsDot: GpsDot:
@@ -496,6 +503,7 @@
Inherits@1: ^ExistsInWorld Inherits@1: ^ExistsInWorld
Inherits@3: ^IronCurtainable Inherits@3: ^IronCurtainable
Inherits@4: ^SpriteActor Inherits@4: ^SpriteActor
Inherits@bounty: ^GlobalBounty
Huntable: Huntable:
DrawLineToTarget: DrawLineToTarget:
UpdatesPlayerStatistics: UpdatesPlayerStatistics:
@@ -529,7 +537,6 @@
EjectOnGround: false EjectOnGround: false
EjectInAir: true EjectInAir: true
AllowUnsuitableCell: true AllowUnsuitableCell: true
GivesBounty:
GpsDot: GpsDot:
String: Plane String: Plane
Tooltip: Tooltip:
@@ -576,6 +583,7 @@
Inherits@2: ^IronCurtainable Inherits@2: ^IronCurtainable
Inherits@3: ^SpriteActor Inherits@3: ^SpriteActor
Inherits@shape: ^1x1Shape Inherits@shape: ^1x1Shape
Inherits@bounty: ^GlobalBounty
SelectionDecorations: SelectionDecorations:
WithSpriteControlGroupDecoration: WithSpriteControlGroupDecoration:
Selectable: Selectable:
@@ -601,7 +609,6 @@
ShakeOnDeath: ShakeOnDeath:
ProximityCaptor: ProximityCaptor:
Types: Building Types: Building
GivesBounty:
Guardable: Guardable:
Range: 3c0 Range: 3c0
FrozenUnderFog: FrozenUnderFog:

View File

@@ -43,10 +43,17 @@ Player:
PlayerResources: PlayerResources:
InsufficientFundsNotification: InsufficientFunds InsufficientFundsNotification: InsufficientFunds
DeveloperMode: DeveloperMode:
CheckboxDisplayOrder: 6 CheckboxDisplayOrder: 7
GpsWatcher: GpsWatcher:
Shroud: Shroud:
FogCheckboxDisplayOrder: 3 FogCheckboxDisplayOrder: 3
LobbyPrerequisiteCheckbox@GLOBALBOUNTY:
ID: bounty
Label: Kill Bounties
Description: Players receive cash bonuses when killing enemy units
Enabled: True
DisplayOrder: 6
Prerequisites: global-bounty
FrozenActorLayer: FrozenActorLayer:
BaseAttackNotifier: BaseAttackNotifier:
PlayerStatistics: PlayerStatistics: