Changeset - 5ec63f3963ef
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-03-03 09:48:36

Jack Wright dialogues
1 file changed with 18 insertions and 2 deletions:
party.lua
18
2
0 comments (0 inline, 0 general)
party.lua
Show inline comments
 
@@ -790,8 +790,15 @@ wright_main_dlg = dlg {
 
            if (char_wright.on_leviathan < 2) then pon("on_leviathan", "talk"); end;
 
            if (char_wright.on_jack < 2) then pon("on_jack", "talk"); end;
 
 
            if (char_wright.on_venaedanotrr < 2 and nleyyslanotrr_found) then pon("on_venaedanotrr", "talk"); end;
 
            if (char_wright.on_nleyyslanotrr < 2 and lseryanotrr_found) then pon("on_nleyyslanotrr", "talk"); end;
 
            if (char_wright.on_venaedanotrr < 2 and nleyyslanotrr_found) then
 
                pon("on_venaedanotrr", "talk");
 
            end;
 
            if (char_wright.on_nleyyslanotrr < 2 and lseryanotrr_found) then
 
                pon("on_nleyyslanotrr", "talk");
 
            end;
 
            if (char_wright.on_deep_temple < 2 and dt_temple_done) then
 
                pon("on_deep_temple", "talk");
 
            end;
 
        end;
 
        
 
        if atl_ctt_iraa_refusal and not s.iraa_temple_asked then
 
@@ -935,6 +942,15 @@ wright_main_dlg = dlg {
 
                return [[Джек отвечает: "Это поразительно, никогда не думал, что навьяры действительно жили и живут в таких огромных городах -- наверняка, некогда Нлейисланотр, кипел жизнью. Сейчас же, на него без слез не взглянешь". ]];
 
            end;
 
        end};
 
        {tag="on_deep_temple", "Что можешь сказать о храме глубин?", function()
 
            if rel_jack < 0 then
 
                char_wright.on_deep_temple = 1;
 
                return [[Джек отказывается отвечать: "Не хочу это обсуждать".]];
 
            else
 
                char_wright.on_deep_temple = 2;
 
                return [[Джек отвечает: "Это поразительно. Не понимаю, как навьяры умудрились потерять все это. Они, должно быть, сильно напугались собственных возможностей, если спрятали столь важные вещи здесь, где где без карты их найти практически невозможно". ]];
 
            end;
 
        end};
 
        {always=true, "Вернемся к делу.", [[Джек молча кивает. ]], code [[ pret(); ]]};
 
	};
 
};
0 comments (0 inline, 0 general)