Space Plunder
Loading...
Searching...
No Matches
AIRelationShipVars Namespace Reference

Variables

float TrustLevelFriendly = 100.0f
 
float HostilityLevelFriendly = 0.0f
 
float TrustLevelAllied = 40.0f
 
float HostilityLevelAllied = HostilityLevelFriendly
 
float TrustLevelNeutral = 0.0f
 
float HostilityLevelNeutral = 20.0f
 
float TrustLevelHostile = -40.0f
 
float HostilityLevelHostile = 100.0f
 
float TrustLevelEnemy = -100.0f
 
float HostilityLevelEnemy = 200.0f
 

Variable Documentation

◆ HostilityLevelAllied

float AIRelationShipVars::HostilityLevelAllied = HostilityLevelFriendly
inline

At this Level, Relationship is Allied "0.0f"
Same as Friendly

◆ HostilityLevelEnemy

float AIRelationShipVars::HostilityLevelEnemy = 200.0f
inline

Above this Level, Relationship turns Enemy "200.0f"

◆ HostilityLevelFriendly

float AIRelationShipVars::HostilityLevelFriendly = 0.0f
inline

At this Level, Relationship is Friendly "0.0f"

◆ HostilityLevelHostile

float AIRelationShipVars::HostilityLevelHostile = 100.0f
inline

Above this Level, Relationship turns Hostile "100.0f"

◆ HostilityLevelNeutral

float AIRelationShipVars::HostilityLevelNeutral = 20.0f
inline

Lower than this level, Relationship is Neutral "20.0f"

◆ TrustLevelAllied

float AIRelationShipVars::TrustLevelAllied = 40.0f
inline

Above this level is Allied "40.0f"

◆ TrustLevelEnemy

float AIRelationShipVars::TrustLevelEnemy = -100.0f
inline

Above this level is Enemy "-100.0f"

◆ TrustLevelFriendly

float AIRelationShipVars::TrustLevelFriendly = 100.0f
inline

Above this level is Friendly "100.0f'

◆ TrustLevelHostile

float AIRelationShipVars::TrustLevelHostile = -40.0f
inline

Above this level is Hostile "-40.0f"

◆ TrustLevelNeutral

float AIRelationShipVars::TrustLevelNeutral = 0.0f
inline

Above this level is Neutral "0.0f"