Give nukies the ability to declare war for a TC boost (#19291)
Co-authored-by: Kevin Zheng <kevinz5000@gmail.com>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
id: NukeOpsDeclarationOfWar
|
||||
name: the declaration of war
|
||||
description: Use to send a declaration of hostilities to the target, delaying your shuttle departure while they prepare for your assault. Such a brazen move will attract the attention of powerful benefactors within the Syndicate, who will supply your team with a massive amount of bonus telecrystals. Must be used at start of mission, or your benefactors will lose interest.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Devices/declaration_of_war.rsi
|
||||
layers:
|
||||
- state: declarator
|
||||
- type: Item
|
||||
- type: UseDelay
|
||||
delay: 0.5
|
||||
- type: ActivatableUI
|
||||
inHandsOnly: true
|
||||
singleUser: true
|
||||
closeOnHandDeselect: false
|
||||
key: enum.WarDeclaratorUiKey.Key
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
- key: enum.WarDeclaratorUiKey.Key
|
||||
type: WarDeclaratorBoundUserInterface
|
||||
- type: WarDeclarator
|
||||
message: war-declarator-default-message
|
||||
# - type: WarConditionOnExamine
|
||||
@@ -128,6 +128,8 @@
|
||||
pocket1: DoubleEmergencyOxygenTankFilled
|
||||
pocket2: BaseUplinkRadio40TC
|
||||
belt: ClothingBeltMilitaryWebbing
|
||||
inhand:
|
||||
right hand: NukeOpsDeclarationOfWar
|
||||
innerclothingskirt: ClothingUniformJumpskirtOperative
|
||||
satchel: ClothingBackpackDuffelSyndicateOperative
|
||||
duffelbag: ClothingBackpackDuffelSyndicateOperative
|
||||
|
||||
Reference in New Issue
Block a user