@@ -19,6 +19,7 @@ artifact-effect-hint-communication = Long-distance communication
|
|||||||
artifact-effect-hint-phasing = Structural phasing
|
artifact-effect-hint-phasing = Structural phasing
|
||||||
artifact-effect-hint-sentience = Neurological activity
|
artifact-effect-hint-sentience = Neurological activity
|
||||||
artifact-effect-hint-polymorph = Transmogrificational activity
|
artifact-effect-hint-polymorph = Transmogrificational activity
|
||||||
|
artifact-effect-hint-magnet = Magnetic waves
|
||||||
|
|
||||||
# the triggers should be more obvious than the effects
|
# the triggers should be more obvious than the effects
|
||||||
# gives people an idea of what to do: don't be too specific (i.e. no "welders")
|
# gives people an idea of what to do: don't be too specific (i.e. no "welders")
|
||||||
|
|||||||
@@ -561,6 +561,26 @@
|
|||||||
intensitySlope: 2.5
|
intensitySlope: 2.5
|
||||||
maxIntensity: 50
|
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
|
- type: artifactEffect
|
||||||
id: EffectSingulo
|
id: EffectSingulo
|
||||||
targetDepth: 10
|
targetDepth: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user