|
Space Plunder
|
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 |
|
inline |
At this Level, Relationship is Allied "0.0f"
Same as Friendly
|
inline |
Above this Level, Relationship turns Enemy "200.0f"
|
inline |
At this Level, Relationship is Friendly "0.0f"
|
inline |
Above this Level, Relationship turns Hostile "100.0f"
|
inline |
Lower than this level, Relationship is Neutral "20.0f"
|
inline |
Above this level is Allied "40.0f"
|
inline |
Above this level is Enemy "-100.0f"
|
inline |
Above this level is Friendly "100.0f'
|
inline |
Above this level is Hostile "-40.0f"
|
inline |
Above this level is Neutral "0.0f"