Template:KV LeadGoalBase: Difference between revisions
Jump to navigation
Jump to search
m (ep1 add) |
m (Robot: fixing template case.) |
||
Line 27: | Line 27: | ||
* '''FailureConceptModifier''' | * '''FailureConceptModifier''' | ||
: <string> Failure concept modifier | : <string> Failure concept modifier | ||
* '''{{ | * '''{{EP1 add|RetrieveDistance}}''' | ||
: <float> The distance from the player that the NPC should return to when retrieving a lagging player. Must be between ('Lead Distance' + 24) and ('Lead Distance' * 4) to avoid the leader ping-ponging. | : <float> The distance from the player that the NPC should return to when retrieving a lagging player. Must be between ('Lead Distance' + 24) and ('Lead Distance' * 4) to avoid the leader ping-ponging. | ||
* '''{{ | * '''{{EP1 add|SuccessDistance}}''' | ||
: <float> The distance from the player (to the NPC) that the player must be within for the Lead to succeed, once the NPC has reached the goal. If set to 0, it'll use the lead distance instead (for legacy support). | : <float> The distance from the player (to the NPC) that the player must be within for the Lead to succeed, once the NPC has reached the goal. If set to 0, it'll use the lead distance instead (for legacy support). | ||
* '''{{ | * '''{{EP1 add|ComingBackWaitForSpeak}}''' | ||
: {{boolean}} Before Coming Back, Wait for speech? | : {{boolean}} Before Coming Back, Wait for speech? | ||
* '''{{ | * '''{{EP1 add|RetrieveWaitForSpeak}}''' | ||
: {{boolean}} On Retrieve, Wait for speech? | : {{boolean}} On Retrieve, Wait for speech? | ||
* '''{{ | * '''{{EP1 add|DontSpeakStart}}''' | ||
: {{boolean}} Speak start greeting? | : {{boolean}} Speak start greeting? | ||
* '''{{ | * '''{{EP1 add|LeadDuringCombat}}''' | ||
: {{boolean}} Lead during combat? | : {{boolean}} Lead during combat? | ||
* '''{{ | * '''{{EP1 add|GagLeader}}''' | ||
: {{boolean}} Gag Leader? | : {{boolean}} Gag Leader? | ||
* '''{{ | * '''{{EP1 add|ComingBackConceptModifier}}''' | ||
: <string> Appended to the keyvalues passed into the response rules when the 'TLK_LEAD_RETRIEVE' concept is spoken. Spoken as the NPC starts returning to the player to retrieve him. | : <string> Appended to the keyvalues passed into the response rules when the 'TLK_LEAD_RETRIEVE' concept is spoken. Spoken as the NPC starts returning to the player to retrieve him. | ||
* '''{{ | * '''{{EP1 add|RetrieveConceptModifier}}''' | ||
: <string> Appended to the keyvalues passed into the response rules when the 'TLK_LEAD_COMINGBACK' concept is spoken. Spoken when NPC has finally reached the player to retrieve him. | : <string> Appended to the keyvalues passed into the response rules when the 'TLK_LEAD_COMINGBACK' concept is spoken. Spoken when NPC has finally reached the player to retrieve him. |
Revision as of 19:18, 19 January 2009
- Template:Kv parentname
- actor
- <target_name_or_class> Actor(s) to affect
- goal
- <target_destination> Target Entity
- WaitPointName
- <target_destination> Point to wait at if the target's not visible.
- WaitDistance
- <float> Wait until player gets this close.
- LeadDistance
- <float> The player is considered to be lagging if he's beyond this distance.
- Run
- <boolean> Run instead of walk
- Retrieve
- <boolean> Retrieve player?
- AttractPlayerConceptModifier
- <string> Attract player concept modifier
- WaitOverConceptModifier
- <string> Player wait over concept modifier
- ArrivalConceptModifier
- <string> Arrival concept modifier
- PostArrivalConceptModifier
- <string> Post-arrival concept modifier
- SuccessConceptModifier
- <string> Success concept modifier
- FailureConceptModifier
- <string> Failure concept modifier
- RetrieveDistance (in all games since
)
- <float> The distance from the player that the NPC should return to when retrieving a lagging player. Must be between ('Lead Distance' + 24) and ('Lead Distance' * 4) to avoid the leader ping-ponging.
- SuccessDistance (in all games since
)
- <float> The distance from the player (to the NPC) that the player must be within for the Lead to succeed, once the NPC has reached the goal. If set to 0, it'll use the lead distance instead (for legacy support).
- ComingBackWaitForSpeak (in all games since
)
- <boolean> Before Coming Back, Wait for speech?
- RetrieveWaitForSpeak (in all games since
)
- <boolean> On Retrieve, Wait for speech?
- DontSpeakStart (in all games since
)
- <boolean> Speak start greeting?
- LeadDuringCombat (in all games since
)
- <boolean> Lead during combat?
- GagLeader (in all games since
)
- <boolean> Gag Leader?
- ComingBackConceptModifier (in all games since
)
- <string> Appended to the keyvalues passed into the response rules when the 'TLK_LEAD_RETRIEVE' concept is spoken. Spoken as the NPC starts returning to the player to retrieve him.
- RetrieveConceptModifier (in all games since
)
- <string> Appended to the keyvalues passed into the response rules when the 'TLK_LEAD_COMINGBACK' concept is spoken. Spoken when NPC has finally reached the player to retrieve him.