replace use of BaseAttackNotifier trait w/ DamageNotifier
This commit is contained in:
committed by
Gustas Kažukauskas
parent
2b1121b970
commit
e27aa0d379
@@ -35,7 +35,9 @@ Player:
|
||||
DefaultCash: 7500
|
||||
DeveloperMode:
|
||||
CheckboxDisplayOrder: 9
|
||||
BaseAttackNotifier:
|
||||
DamageNotifier:
|
||||
ValidTargets: Structure
|
||||
Notification: BaseAttack
|
||||
TextNotification: notification-base-under-attack
|
||||
AllyTextNotification: notification-ally-under-attack
|
||||
Shroud:
|
||||
|
||||
@@ -119,7 +119,9 @@ Player:
|
||||
CashTickDownNotification: CashTickDown
|
||||
DeveloperMode:
|
||||
CheckboxDisplayOrder: 8
|
||||
BaseAttackNotifier:
|
||||
DamageNotifier:
|
||||
ValidTargets: Structure
|
||||
Notification: BaseAttack
|
||||
TextNotification: notification-base-under-attack
|
||||
AllyTextNotification: notification-ally-under-attack
|
||||
Shroud:
|
||||
|
||||
@@ -145,7 +145,9 @@ Player:
|
||||
DisplayOrder: 9
|
||||
Prerequisites: global-reusable-engineers
|
||||
FrozenActorLayer:
|
||||
BaseAttackNotifier:
|
||||
DamageNotifier:
|
||||
ValidTargets: Structure
|
||||
Notification: BaseAttack
|
||||
TextNotification: notification-base-under-attack
|
||||
AllyTextNotification: notification-ally-under-attack
|
||||
PlayerStatistics:
|
||||
|
||||
@@ -113,7 +113,9 @@ Player:
|
||||
DisplayOrder: 7
|
||||
Prerequisites: global-factundeploy
|
||||
FrozenActorLayer:
|
||||
BaseAttackNotifier:
|
||||
DamageNotifier:
|
||||
ValidTargets: Building
|
||||
Notification: BaseAttack
|
||||
TextNotification: notification-base-under-attack
|
||||
AllyTextNotification: notification-ally-under-attack
|
||||
AllyNotification: OurAllyIsUnderAttack
|
||||
|
||||
Reference in New Issue
Block a user