Skip to content

Clown Transport NPCs never have a chance to gain Psychosis #16040

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

Open
1 of 2 tasks
Regalis11 opened this issue May 8, 2025 · 0 comments
Open
1 of 2 tasks

Clown Transport NPCs never have a chance to gain Psychosis #16040

Regalis11 opened this issue May 8, 2025 · 0 comments
Assignees
Labels
Bug Something isn't working Code Programming task Design Design-related task Ticket The issue has been converted into an issue report.

Comments

@Regalis11
Copy link
Collaborator

Discussed in #16037

Originally posted by HawkinsThe71st May 6, 2025

Disclaimers

  • I have searched the issue tracker to check if the issue has already been reported.
  • My issue happened while using mods.

What happened?

In the mission Clown Transport (escort1clowns) the transport NPCs are supposed to randomly gain Psychosis (similar to how Cultist Transport NPCs have a chance to get the Husk Infection), however because the Clown Transport mission has two different <Characters> segments defined this never happens (the Cultist Transport mission only has one defined).
Additionally, I think the status effects for the Psychosis are missing disabledeltatime="true", otherwise it doesn't seem like any Psychosis is being applied.

escort1clowns from missions.xml:

<Characters>
  <Character from="outpostnpcs1" identifier="clown" />
</Characters>
<Characters>
  <Character from="outpostnpcs1" identifier="clown">
    <StatusEffect target="Character" delay="60">
      <Affliction identifier="psychosis" probability="0.1" strength="10" />
    </StatusEffect>
    <StatusEffect target="Character" delay="300">
      <Affliction identifier="psychosis" probability="0.15" strength="50" />
    </StatusEffect>
    <StatusEffect target="Character" delay="600">
      <Affliction identifier="psychosis" probability="0.3" strength="100" />
    </StatusEffect>
  </Character>
</Characters>

Reproduction steps

  1. Start Clown Transport mission (preferably with shortened delays)
  2. Observe how the clowns never gain psychosis

Bug prevalence

Happens regularly

Single player or multiplayer?

Single player

-

No response

Version

v1.8.8.1 (Calm Before the Storm Hotfix 2)

-

No response

Which operating system did you encounter this bug on?

Windows

Relevant error messages and crash reports

No response

@Regalis11 Regalis11 self-assigned this May 8, 2025
@Regalis11 Regalis11 added Bug Something isn't working Code Programming task Design Design-related task Ticket The issue has been converted into an issue report. labels May 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Code Programming task Design Design-related task Ticket The issue has been converted into an issue report.
Projects
None yet
Development

No branches or pull requests

1 participant