Skip to content

Commit

Permalink
Make Cultist Constructs Speak Eldritch
Browse files Browse the repository at this point in the history
  • Loading branch information
angelofallars committed Dec 1, 2024
1 parent 5476ee0 commit 3c74488
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- type: entity
- type: entity
id: ConstructShell
name: construct shell
description: empty construct shell
Expand Down Expand Up @@ -105,6 +105,13 @@
- CannotSuicide
- DoorBumpOpener
- type: Appearance
- type: LanguageKnowledge
speaks:
- TauCetiBasic
- Eldritch
understands:
- TauCetiBasic
- Eldritch

- type: entity
id: ConstructJuggernaut
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- type: entity
- type: entity
name: soul shard
description: Mysterious glowing shard.
parent: BaseItem
Expand Down Expand Up @@ -35,6 +35,13 @@
- type: Speech
- type: IsDeadIC
- type: SoulShard
- type: LanguageKnowledge
speaks:
- TauCetiBasic
- Eldritch
understands:
- TauCetiBasic
- Eldritch

- type: entity
parent: SoulShard
Expand Down

0 comments on commit 3c74488

Please sign in to comment.