More artifact content (#22574)

* 3 new effect

* new trigger

* swap portal to Cak

* cake

* portals

* finish

* pupupu

* limitations (same maps)

* its broken now

* a

* portal fix, thx deltanedas
This commit is contained in:
Ed
2024-01-01 05:19:03 +03:00
committed by GitHub
parent aa02d6e1f6
commit bf7aa47b32
9 changed files with 147 additions and 19 deletions

View File

@@ -255,6 +255,37 @@
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
- type: artifactEffect
id: EffectInvisibility
targetDepth: 2
effectHint: artifact-effect-hint-visual
components:
- type: Stealth
hadOutline: true
- type: StealthOnMove
passiveVisibilityRate: -0.10
movementVisibilityRate: 0.10
- type: artifactEffect
id: EffectExplosionScary
targetDepth: 2
@@ -562,24 +593,11 @@
maxIntensity: 50
- type: artifactEffect
id: EffectMagnet
targetDepth: 1
effectHint: artifact-effect-hint-magnet
id: EffectPortal
targetDepth: 3
effectHint: artifact-effect-hint-displacement
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: PortalArtifact
- type: artifactEffect
id: EffectSingulo

View File

@@ -107,6 +107,18 @@
isOpen: true
solution: beaker
- type: artifactEffect
id: EffectSpeedUp
targetDepth: 2
effectHint: artifact-effect-hint-displacement
whitelist:
components:
- Item
permanentComponents:
- type: HeldSpeedModifier
walkModifier: 1.2
sprintModifier: 1.3
- type: artifactEffect
id: EffectDrill
targetDepth: 3
@@ -125,7 +137,6 @@
path: /Audio/Weapons/bladeslice.ogg
- type: Sharp
- type: artifactEffect
id: EffectPowerGen20K
targetDepth: 3

View File

@@ -103,6 +103,20 @@
effects:
- !type:ActivateArtifact
- type: artifactTrigger
id: TriggerBlood
targetDepth: 1
triggerHint: artifact-trigger-hint-blood
components:
- type: Reactive
groups:
Acidic: [ Touch ]
reactions:
- reagents: [ Blood ]
methods: [ Touch ]
effects:
- !type:ActivateArtifact
- type: artifactTrigger
id: TriggerGas
targetDepth: 2