Turret Prototypes (#13707)
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
|
parent: BaseStructure
|
||||||
id: WeaponTurretSyndicateBroken
|
id: WeaponTurretSyndicateBroken
|
||||||
name: ballistic turret (broken)
|
name: ballistic turret (broken)
|
||||||
suffix: Syndicate
|
|
||||||
parent: BaseStructure
|
|
||||||
description: A ballistic machine gun auto-turret.
|
description: A ballistic machine gun auto-turret.
|
||||||
components:
|
components:
|
||||||
- type: Clickable
|
- type: Clickable
|
||||||
@@ -15,15 +14,21 @@
|
|||||||
- state: syndie_broken
|
- state: syndie_broken
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: WeaponTurretSyndicate
|
parent: BaseStructure
|
||||||
|
id: BaseWeaponTurret
|
||||||
name: ballistic turret
|
name: ballistic turret
|
||||||
parent: WeaponTurretSyndicateBroken
|
abstract: true
|
||||||
components:
|
components:
|
||||||
|
- type: Clickable
|
||||||
|
- type: InteractionOutline
|
||||||
- type: Actions
|
- type: Actions
|
||||||
- type: ContainerContainer
|
- type: ContainerContainer
|
||||||
containers:
|
containers:
|
||||||
ballistic-ammo: !type:Container
|
ballistic-ammo: !type:Container
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
|
netsync: false
|
||||||
|
sprite: Objects/Weapons/Guns/turrets.rsi
|
||||||
|
drawdepth: WallMountedItems
|
||||||
layers:
|
layers:
|
||||||
- state: syndie_lethal
|
- state: syndie_lethal
|
||||||
- type: InteractionPopup
|
- type: InteractionPopup
|
||||||
@@ -72,6 +77,30 @@
|
|||||||
blackboard:
|
blackboard:
|
||||||
SoundTargetInLOS: !type:SoundPathSpecifier
|
SoundTargetInLOS: !type:SoundPathSpecifier
|
||||||
path: /Audio/Effects/double_beep.ogg
|
path: /Audio/Effects/double_beep.ogg
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseWeaponTurret
|
||||||
|
id: WeaponTurretSyndicate
|
||||||
|
suffix: Syndicate
|
||||||
|
components:
|
||||||
- type: Faction
|
- type: Faction
|
||||||
factions:
|
factions:
|
||||||
- Syndicate
|
- Syndicate
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseWeaponTurret
|
||||||
|
id: WeaponTurretNanoTrasen
|
||||||
|
suffix: NanoTrasen
|
||||||
|
components:
|
||||||
|
- type: Faction
|
||||||
|
factions:
|
||||||
|
- NanoTrasen
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseWeaponTurret
|
||||||
|
id: WeaponTurretHostile
|
||||||
|
suffix: Hostile
|
||||||
|
components:
|
||||||
|
- type: Faction
|
||||||
|
factions:
|
||||||
|
- SimpleHostile
|
||||||
Reference in New Issue
Block a user