Jump to content

Photo

Perceived threat from armor


  • Please log in to reply
No replies to this topic

#1
wantofu

wantofu

    Stranger

  • Members
  • Pip
  • 4 posts
I was wondering if anyone knew how to alter the threat generated by armor. This is taken from ai_threat_h.nss using the toolset.

const float AI_THREAT_PERCEIVED_ARMOR_LIGHT = 5.0;
const float AI_THREAT_PERCEIVED_ARMOR_MEDIUM = 10.0;
const float AI_THREAT_PERCEIVED_ARMOR_HEAVY = 10.0;
const float AI_THREAT_PERCEIVED_ARMOR_MASSIVE = 10.0;

I'd like to increase the values for heavy and massive armor, but I'm unsure of what other scripts I will need to compile to make this work.




Page loaded in: 1.181 seconds