IETS - v0.5.1
    Preparing search index...

    Function EquipMostDamagingMelee

    BG2 barrel re-exports.

    Generated by ts-update. Do not edit manually.

    Uses named re-exports (not export *) so esbuild can statically resolve each binding without falling back to runtime __reExport helpers for externalized .d.ts modules.

    • This action instructs the active creature to equip the most damaging melee weapon from those available in the quickslots. Damage is calculated on the THAC0 bonus and damage - special bonuses versus creature types and elemental damages are not checked.

       IF
         See([EVILCUTOFF])
       THEN
         RESPONSE #100
           EquipMostDamagingMelee()
           Attack([EVILCUTOFF])
       END
      

      Returns Action