Saxonberg Server API
    Preparing search index...

    Per-trauma-type behavior — onset / tick / resolve / describe, the strategy table co-located with the value. tick is authored against ScheduleApi.recurring's zero-arg callback, NOT ScheduledEmission.

    interface TraumaBehavior {
        describe(t: Trauma): string;
        onset(host: Vitals, t: Trauma): void;
        resolve(host: Vitals, t: Trauma): void;
        tick(host: Vitals, t: Trauma): void;
    }
    Index

    Methods