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