Update Projection_of_Tactics.lua

This commit is contained in:
Fryguy 2023-08-16 13:14:18 -04:00 committed by GitHub
parent 1a11959f36
commit 6a00a8dae4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);