add 2 new artifact effects (#22551)

* add content

* t3 to t1
This commit is contained in:
Ed
2023-12-15 18:39:24 +03:00
committed by GitHub
parent 81b4276b0a
commit 98b7194e68
2 changed files with 21 additions and 0 deletions

View File

@@ -561,6 +561,26 @@
intensitySlope: 2.5
maxIntensity: 50
- 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: EffectSingulo
targetDepth: 10