Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Убрать гравитационный эффект артефактов
Browse files Browse the repository at this point in the history
Будет меньше срать
  • Loading branch information
Vonsant authored Apr 24, 2024
1 parent 4abb2d2 commit 5af39ed
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions Resources/Prototypes/XenoArch/Effects/normal_effects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,26 +266,26 @@
effectHint: artifact-effect-hint-electrical-interference
components:
- type: KnockArtifact

- type: artifactEffect
id: EffectMagnet
targetDepth: 1
effectHint: artifact-effect-hint-magnet
components:
- type: GravityWell
maxRange: 3
baseRadialAcceleration: 1
baseTangentialAcceleration: 3

- type: artifactEffect
id: EffectAntiMagnet
targetDepth: 1
effectHint: artifact-effect-hint-magnet
components:
- type: GravityWell
maxRange: 3
baseRadialAcceleration: -1
baseTangentialAcceleration: -3
# Jgnbvbpfwbz
#- type: artifactEffect
# id: EffectMagnet
# targetDepth: 1
# effectHint: artifact-effect-hint-magnet
# components:
# - type: GravityWell
# maxRange: 3
# baseRadialAcceleration: 1
# baseTangentialAcceleration: 3

#- type: artifactEffect
# id: EffectAntiMagnet
# targetDepth: 1
# effectHint: artifact-effect-hint-magnet
# components:
# - type: GravityWell
# maxRange: 3
# baseRadialAcceleration: -1
# baseTangentialAcceleration: -3

- type: artifactEffect
id: EffectInvisibility
Expand Down

0 comments on commit 5af39ed

Please sign in to comment.