courier.xml

<monsters>
  <monster>
    <human>
      <head>head_bare, head_f_bare</head>
      <chest>chest_bare, chest_f_bare</chest>
      <legs>legs_red, legs_f_red</legs>
      <arms>arms_bare, arms_f_bare</arms>
      <loadouts>
        <loadouts>
          travelers_tunic, worker_gloves, leather_boots, leather_leggings
        </loadouts>
      </loadouts>
    </human>
    <bones>bones_large</bones>
    <alignment>city</alignment>
    <canSteal>false</canSteal>
    <behaviorPackage>courier</behaviorPackage>
    <name>Courier</name>
    <description>
      {{HeShe}} has a delivery to make.
    </description>
    <key>courier</key>
    <tags>human</tags>
    <lootTable>pocket_change</lootTable>
    <lineofsight>14</lineofsight>
    <life>100</life>
    <speed>130</speed>
    <defaultAttackName>fists</defaultAttackName>
    <modifiers>
      <modifiers>
        <type>PhysicalResist</type>
        <amount>0.3</amount>
      </modifiers>
      <modifiers>
        <type>protection</type>
        <amount>3.0</amount>
      </modifiers>
      <modifiers>
        <type>WoundResist</type>
        <amount>0.5</amount>
      </modifiers>
      <modifiers>
        <type>Dodge</type>
        <amount>50.0</amount>
      </modifiers>
      <modifiers>
        <type>OnTurnHealthGain</type>
        <amount>1.5</amount>
      </modifiers>
      <modifiers>
        <type>Accuracy</type>
        <amount>85.0</amount>
      </modifiers>
    </modifiers>
  </monster>
</monsters>