More artifact effects (#13300)

This commit is contained in:
Kara
2023-01-03 17:13:10 -06:00
committed by GitHub
parent bd9d744682
commit b170b823eb
12 changed files with 168 additions and 4 deletions

View File

@@ -420,7 +420,7 @@
- type: artifactEffect
id: EffectMitosis
targetDepth: 4
targetDepth: 3
effectHint: artifact-effect-hint-creation
components:
- type: SpawnArtifact

View File

@@ -47,6 +47,24 @@
- type: Storage
capacity: 50
- type: artifactEffect
id: EffectClearFixtures
targetDepth: 2
effectHint: artifact-effect-hint-fixtures
permanentComponents:
- type: ClearFixturesArtifact
- type: artifactEffect
id: EffectWandering
targetDepth: 2
effectHint: artifact-effect-hint-displacement
permanentComponents:
- type: RandomWalk
minSpeed: 12
maxSpeed: 20
minStepCooldown: 1
maxStepCooldown: 3
- type: artifactEffect
id: EffectSolutionStorage
targetDepth: 2
@@ -146,6 +164,23 @@
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/revolver.ogg
- type: artifactEffect
id: EffectSentience
targetDepth: 3
effectHint: artifact-effect-hint-sentience
permanentComponents:
- type: GhostTakeoverAvailable
allowMovement: true
allowSpeech: true
makeSentient: true
name: sentient artifact
description: |
Enact your eldritch whims.
Forcibly activate your nodes for good or for evil.
- type: MovementSpeedModifier
baseWalkSpeed: 0.25
baseSprintSpeed: 0.5
- type: artifactEffect
id: EffectMultitool
targetDepth: 3