Skip to main content

construction

Trigger Repository

This is where the many diferent triggers are exposed and shared by the community. To setup a custom trigger in your game you just need to download its file and install it as mod. The yaml trigger file will appear in the web ui and be enabled by default

Slap anyone shout trigger

Gives npcs awareness and reaction to the slap (where a paired animation plays) Requires "Shadowman slap anyone" mod https://www.nexusmods.com/skyrimspecialedition/mods/125499

construction

name: "slap on face"
description: "Auto-generated trigger for spell_cast"

eventCriteria:
eventType: "spell_cast"
schemaConditions:
- fieldPath: "spell"
operator: "equals"
value: "Slap Anyone Shout"
- fieldPath: "spell_editor_id"
operator: "equals"
value: "SlapAnyoneShout"

response:
type: "direct_narration"
content: "{{ player.name }} slaps you hard and painfully, your face turns red, you feel subdued"

audience: "everyone"

enabled: true
probability: 1
cooldownSeconds: 5
priority: 1