mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
Update Projection_of_Tactics.lua
This commit is contained in:
parent
1a11959f36
commit
6a00a8dae4
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ local foresight = {
|
|||
function event_say(e)
|
||||
local dz = nil;
|
||||
if e.message:findi("hail") then
|
||||
eq.get_entity_list():MessageClose(e.self, true, 100, MT.SayEcho, "Projection of Tactics says, 'Halt, " .. e.other:Race() .. ", and hear my words. Your background and your status are of no consequence. All are welcome to participate in the trials to prove their worth, or die trying. Whosoever approaches me has addressed the embodiment of Tactics, keeper of the trials of Subversion and Foresight. The former is a small-scale test, while the latter is large-scale. My task is to explain the rules and usher hopefuls into the battle arena. Would you like to hear the rules for [" .. eq.say_link("small-scale") .. "] or [" .. eq.say_link("large-scale") .. "] trials, or do you wish to enroll in [" .. eq.say_link("Subversion") .. "] or [" .. eq.say_link("Foresight") .. "]?'")
|
||||
eq.get_entity_list():MessageClose(e.self, true, 100, MT.SayEcho, "Projection of Tactics says, 'Halt, " .. e.other:GetRaceName() .. ", and hear my words. Your background and your status are of no consequence. All are welcome to participate in the trials to prove their worth, or die trying. Whosoever approaches me has addressed the embodiment of Tactics, keeper of the trials of Subversion and Foresight. The former is a small-scale test, while the latter is large-scale. My task is to explain the rules and usher hopefuls into the battle arena. Would you like to hear the rules for [" .. eq.say_link("small-scale") .. "] or [" .. eq.say_link("large-scale") .. "] trials, or do you wish to enroll in [" .. eq.say_link("Subversion") .. "] or [" .. eq.say_link("Foresight") .. "]?'")
|
||||
elseif e.message:findi("Subversion") then
|
||||
eq.get_entity_list():MessageClose(e.self, true, 100, MT.SayEcho, "Projection of Tactics says, 'Knowing when to thwart your opponents using guile and subversion instead of brute force is critical to attaining true power. Wealth can be amassed without ever unsheathing a blade. The most ambitious rulers are overthrown not by their enemies on the battlefield, but by their 'allies' in the throne room. If you understand my meaning, now is the opportunity to prove your worth!'")
|
||||
dz = e.other:CreateExpedition(subversion);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue