Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Xedra Evolved] Dreamer artefact with XAEA_line doesn't appear to do anything #76743

Open
Psithief opened this issue Sep 30, 2024 · 2 comments
Open
Labels
(S1 - Need confirmation) Report waiting on confirmation of reproducibility

Comments

@Psithief
Copy link
Contributor

Psithief commented Sep 30, 2024

Describe the bug

Dreamer artefacts with the XAEA_line spell have the message Silently, a part of the world nearby just disappears. but produces no visible effect.

Attach save file

Embarrass-trimmed.tar.gz

Steps to reproduce

  1. Create a character
  2. Spawn a dreamer artefact
  3. Save the game
  4. Open the save game file and edit the dreamer artefact to use XAEA_line instead of whatever spell it uses,
  5. Load the game
  6. Activate the artefact

Expected behavior

The spell definition implies it is meant to destroy terrain in a random line of length ~40 from the player avatar's location by dealing a huge amount of bash damage to everything in its path.

Screenshots

No response

Versions and configuration

  • OS: Windows
    • OS Version: 10
  • Game Version: 4254b22
  • Graphics Version: Tiles
  • Game Language: System language []
  • Mods loaded: [
    Dark Days Ahead [dda],
    Disable NPC Needs [no_npc_food],
    Portal Storms Ignore NPCs [personal_portal_storms],
    Slowdown Fungal Growth [no_fungal_growth],
    Xedra Evolved [xedra_evolved],
    ]

Additional context

No response

@Psithief Psithief added the (S1 - Need confirmation) Report waiting on confirmation of reproducibility label Sep 30, 2024
@RedMisao
Copy link
Contributor

SPOILERS for how the artifact spell works.

The artifact picks a random creature up to 40 tiles from you (the target), and casts a spell to it, bashing the terrain under the aoe.

I tried adding the spell itself via debug to the character and it works as intended. When it fails to find a target, it prints "You can't find a suitable target" from this line. The RANDOM_CRITTER flags specifically prevents terrain alone from being targeted: the target must be a creature (monster, NPC) else the spell fails.

Is that line displaying for you, if you cast the spell from the artifact? Spells casted indirectly (not from the player being the caster), don't always print messages or even VFX, so it may be failing without printing the message.

Have you tried adding any other spell and see if it works?

@Psithief
Copy link
Contributor Author

Psithief commented Oct 1, 2024

I've tried using the debug menu to kill everything in an area first, but despite that, I have never received the message about not finding a suitable target.

I've also tried spawning animals in the evac shelter (and its basement) and using the artefacts, but still no effect.

Other XAEA_ spells seem to do what they say, like revealing the map, restore stamina, mana, or increase a statistic briefly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
(S1 - Need confirmation) Report waiting on confirmation of reproducibility
Projects
None yet
Development

No branches or pull requests

2 participants