Shooting target tweaks (#13946)
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
thresholds:
|
thresholds:
|
||||||
- trigger:
|
- trigger:
|
||||||
!type:DamageTrigger
|
!type:DamageTrigger
|
||||||
damage: 50
|
damage: 500
|
||||||
behaviors:
|
behaviors:
|
||||||
- !type:SpawnEntitiesBehavior
|
- !type:SpawnEntitiesBehavior
|
||||||
spawn:
|
spawn:
|
||||||
@@ -51,22 +51,6 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Specific/Security/target.rsi
|
sprite: Objects/Specific/Security/target.rsi
|
||||||
state: target_h
|
state: target_h
|
||||||
- type: Destructible
|
|
||||||
thresholds:
|
|
||||||
- trigger:
|
|
||||||
!type:DamageTrigger
|
|
||||||
damage: 500
|
|
||||||
behaviors:
|
|
||||||
- !type:SpawnEntitiesBehavior
|
|
||||||
spawn:
|
|
||||||
SheetSteel:
|
|
||||||
min: 10
|
|
||||||
max: 10
|
|
||||||
- !type:PlaySoundBehavior
|
|
||||||
sound:
|
|
||||||
path: /Audio/Effects/metalbreak.ogg
|
|
||||||
- !type:DoActsBehavior
|
|
||||||
acts: [ "Destruction" ]
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: syndicate target
|
name: syndicate target
|
||||||
@@ -77,22 +61,6 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Specific/Security/target.rsi
|
sprite: Objects/Specific/Security/target.rsi
|
||||||
state: target_s
|
state: target_s
|
||||||
- type: Destructible
|
|
||||||
thresholds:
|
|
||||||
- trigger:
|
|
||||||
!type:DamageTrigger
|
|
||||||
damage: 500
|
|
||||||
behaviors:
|
|
||||||
- !type:SpawnEntitiesBehavior
|
|
||||||
spawn:
|
|
||||||
SheetSteel:
|
|
||||||
min: 10
|
|
||||||
max: 10
|
|
||||||
- !type:PlaySoundBehavior
|
|
||||||
sound:
|
|
||||||
path: /Audio/Effects/metalbreak.ogg
|
|
||||||
- !type:DoActsBehavior
|
|
||||||
acts: [ "Destruction" ]
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: clown target
|
name: clown target
|
||||||
@@ -103,22 +71,6 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Specific/Security/target.rsi
|
sprite: Objects/Specific/Security/target.rsi
|
||||||
state: target_c
|
state: target_c
|
||||||
- type: Destructible
|
|
||||||
thresholds:
|
|
||||||
- trigger:
|
|
||||||
!type:DamageTrigger
|
|
||||||
damage: 500
|
|
||||||
behaviors:
|
|
||||||
- !type:SpawnEntitiesBehavior
|
|
||||||
spawn:
|
|
||||||
SheetSteel:
|
|
||||||
min: 10
|
|
||||||
max: 10
|
|
||||||
- !type:PlaySoundBehavior
|
|
||||||
sound:
|
|
||||||
path: /Audio/Effects/metalbreak.ogg
|
|
||||||
- !type:DoActsBehavior
|
|
||||||
acts: [ "Destruction" ]
|
|
||||||
|
|
||||||
# put it on a salvage or something
|
# put it on a salvage or something
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
@@ -150,7 +150,7 @@
|
|||||||
completetime: 5
|
completetime: 5
|
||||||
applyMaterialDiscount: false # ingredients dropped when destroyed
|
applyMaterialDiscount: false # ingredients dropped when destroyed
|
||||||
materials:
|
materials:
|
||||||
Steel: 10
|
Steel: 500
|
||||||
|
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
id: TargetClown
|
id: TargetClown
|
||||||
@@ -158,7 +158,7 @@
|
|||||||
completetime: 5
|
completetime: 5
|
||||||
applyMaterialDiscount: false # ingredients dropped when destroyed
|
applyMaterialDiscount: false # ingredients dropped when destroyed
|
||||||
materials:
|
materials:
|
||||||
Steel: 10
|
Steel: 500
|
||||||
|
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
id: TargetSyndicate
|
id: TargetSyndicate
|
||||||
@@ -166,7 +166,7 @@
|
|||||||
completetime: 5
|
completetime: 5
|
||||||
applyMaterialDiscount: false # ingredients dropped when destroyed
|
applyMaterialDiscount: false # ingredients dropped when destroyed
|
||||||
materials:
|
materials:
|
||||||
Steel: 10
|
Steel: 500
|
||||||
|
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
id: MagazineBoxPistol
|
id: MagazineBoxPistol
|
||||||
|
|||||||
Reference in New Issue
Block a user