From 9330e4018cd2cf93362bfac01d9071a814639712 Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Sun, 27 Nov 2022 03:01:41 -0500 Subject: [PATCH] mild xenoarch fixes (#12773) --- .../Specific/Xenoarchaeology/item_artifacts.yml | 12 ++++++++++++ Resources/Prototypes/XenoArch/artifact_triggers.yml | 11 +---------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/item_artifacts.yml b/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/item_artifacts.yml index 6eaa140fb2..23414f299f 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/item_artifacts.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/item_artifacts.yml @@ -20,6 +20,18 @@ - type: CollisionWake enabled: false - type: InteractionOutline + - type: Fixtures + fixtures: + - shape: + !type:PhysShapeAabb + bounds: "-0.25,-0.25,0.25,0.25" + density: 20 + mask: + - ItemMask + layer: + - Opaque + restitution: 0.3 # fite me + friction: 0.2 - type: Artifact - type: RandomArtifactSprite maxSprite: 11 diff --git a/Resources/Prototypes/XenoArch/artifact_triggers.yml b/Resources/Prototypes/XenoArch/artifact_triggers.yml index 3f79e479cd..05d299eda9 100644 --- a/Resources/Prototypes/XenoArch/artifact_triggers.yml +++ b/Resources/Prototypes/XenoArch/artifact_triggers.yml @@ -114,16 +114,6 @@ components: - type: ArtifactMagnetTrigger -- type: artifactTrigger - id: TriggerMicrowave - targetDepth: 2 - triggerHint: artifact-trigger-hint-radiation - whitelist: - components: - - Item - components: - - type: ArtifactMicrowaveTrigger - - type: artifactTrigger id: TriggerLowPressure targetDepth: 2 @@ -145,6 +135,7 @@ targetDepth: 3 triggerHint: artifact-trigger-hint-radiation components: + - type: ArtifactMicrowaveTrigger - type: ArtifactDamageTrigger damageTypes: - Radiation