Template:KV BaseCombatCharacter

From Valve Developer Community
Revision as of 12:46, 4 September 2018 by Pinsplash (talk | contribs) (Created page with "<noinclude>Use this only for {{ent|CBaseCombatCharacter}}s that AREN'T {{ent|CAI_BaseNPC}}s.Category:FGD Templates ----</noinclude>{{KV|Relationship (Relationship)|string|...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Use this only for CBaseCombatCharacters that AREN'T CAI_BaseNPCs.


Relationship (Relationship) ([todo internal name (i)]) <string> !FGD
<string|targetname or classname> <string|disposition> <int|rank>
Changes whether this entity likes or dislikes certain other things. Used like the ai_relationship entity, with this entity as the subject.
Values for disposition are:
  • D_HT: Hate
  • D_FR: Fear
  • D_LI: Like
  • D_NU: Neutral
Physics Impact Damage Scale (physdamagescale) ([todo internal name (i)]) <float>
Multiplier for damage amount when this NPC is hit by a physics object. With a value of 0 the entity will take no damage from physics.