Elektrine lite

← Feed

@britown@mastodon.gamedev.place

Post #1716389

2026-03-29 13:47 UTC

@kampffrosch good question yeah actors have an awareness concept. They don't gain or lose score for things they don't know about. This includes things like walking into a trap, or like they get score for shooting where they think you are even if they don't know exactly where you are. Normally they would lose score for friendly fire but if said friend is obscured they wouldn't know they're hitting them, things like that

Replies (1)

  • @kampffrosch additionally, the function that iterates through the action list to simulate forward is the same for preview as it is when a real turn happens just with a flag so it's trivial to, say, "if executing for preview, and the current actor doesn't know about this trap they're triggering, don't execute it"

    Open ##1716390