From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:39:24 +0000 (+0300) Subject: add 2 new artifact effects (#22551) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=98b7194e68b6f8591a7fc43399c13f74af73fd23;p=space-station-14.git add 2 new artifact effects (#22551) * add content * t3 to t1 --- diff --git a/Resources/Locale/en-US/xenoarchaeology/artifact-hints.ftl b/Resources/Locale/en-US/xenoarchaeology/artifact-hints.ftl index 3b63271996..960a84e746 100644 --- a/Resources/Locale/en-US/xenoarchaeology/artifact-hints.ftl +++ b/Resources/Locale/en-US/xenoarchaeology/artifact-hints.ftl @@ -19,6 +19,7 @@ artifact-effect-hint-communication = Long-distance communication artifact-effect-hint-phasing = Structural phasing artifact-effect-hint-sentience = Neurological activity artifact-effect-hint-polymorph = Transmogrificational activity +artifact-effect-hint-magnet = Magnetic waves # 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") diff --git a/Resources/Prototypes/XenoArch/Effects/normal_effects.yml b/Resources/Prototypes/XenoArch/Effects/normal_effects.yml index 4ec9c0778c..05a7021e4e 100644 --- a/Resources/Prototypes/XenoArch/Effects/normal_effects.yml +++ b/Resources/Prototypes/XenoArch/Effects/normal_effects.yml @@ -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