Body, Mind & Soul — API Reference
    Preparing search index...

    Function seedTestActors

    • Seed a set of test actors into the world for manual and automated testing. Creates:

      • Asha Vael (character, friendly) — full spread of swing types, iterators, features
      • Grunt (NPC, hostile) — simple melee attacker
      • Warden (NPC, neutral) — defensive hold user
      • Scout (NPC, friendly/allied) — channel user, evasive feature

      Call via: await game.bms.seedTestActors()

      Returns Promise<{ asha: any; grunt: any; scout: any; warden: any }>