File size: 39,545 Bytes
b6a38d7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 |
-- ========== GENERATED BY Conversation Editor DO NOT EDIT MANUALLY! ==========
PlaceObj('Conversation', {
AssignToGroup = "Chimurenga",
Comment = "defeated state",
Conditions = {
PlaceObj('VillainIsDefeated', {
Group = "Chimurenga",
}),
PlaceObj('CombatIsActive', {
Negate = true,
}),
PlaceObj('QuestIsVariableBool', {
QuestId = "RescueBiff",
Vars = set({
ChimurengaAlly = false,
}),
__eval = function ()
local quest = gv_Quests['RescueBiff'] or QuestGetState('RescueBiff')
return not quest.ChimurengaAlly
end,
}),
PlaceObj('QuestIsVariableBool', {
QuestId = "PantagruelDramas",
Vars = set({
ChimurengaDead = false,
ChimurengaLeave = false,
YoungHearts = false,
}),
__eval = function ()
local quest = gv_Quests['PantagruelDramas'] or QuestGetState('PantagruelDramas')
return not quest.ChimurengaDead and not quest.ChimurengaLeave and not quest.YoungHearts
end,
}),
},
DefaultActor = "Chimurenga",
group = "Savanna - Pantagruel",
id = "Chimurenga_Defeated",
PlaceObj('ConversationPhrase', {
Comment = "you attacked him",
Conditions = {
PlaceObj('CityHasLoyalty', {
Amount = 50,
City = "Pantagruel",
Condition = "<",
}),
},
Keyword = "Greeting",
KeywordT = T(774381032385, --[[Conversation Chimurenga_Defeated KeywordT]] "Greeting"),
Lines = {
PlaceObj('ConversationLine', {
Character = "Chimurenga",
Text = T(627662499377, --[[Conversation Chimurenga_Defeated Text voice:Chimurenga section:Chimurenga_Defeated keyword:Greeting]] "You may have defeated me... But you will never defeat the Revolution!"),
}),
PlaceObj('ConversationInterjectionList', {
Interjections = {
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Steroid",
Text = T(347550105633, --[[Conversation Chimurenga_Defeated Text voice:Steroid section:Chimurenga_Defeated keyword:Greeting]] "You just watch!"),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Ivan",
Text = T(306572938291, --[[Conversation Chimurenga_Defeated Text voice:Ivan section:Chimurenga_Defeated keyword:Greeting]] "Let go. Он хороший человек."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Nails",
Text = T(235600431335, --[[Conversation Chimurenga_Defeated Text voice:Nails section:Chimurenga_Defeated keyword:Greeting]] "That's all right, pops. Ain't my country anyway."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "DrQ",
Text = T(569708544749, --[[Conversation Chimurenga_Defeated Text voice:DrQ section:Chimurenga_Defeated keyword:Greeting]] "We do not have to defeat the Revolution. It will surely defeat itself."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Reaper",
Text = T(178112337775, --[[Conversation Chimurenga_Defeated Text voice:Reaper section:Chimurenga_Defeated keyword:Greeting]] "Cut the head off the snake, the body will die."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Smiley",
Text = T(583859748404, --[[Conversation Chimurenga_Defeated Text voice:Smiley section:Chimurenga_Defeated keyword:Greeting]] "I don't care about the Revolution. I defeated the Savannah Lion! Someone take a picture."),
}),
},
}),
},
MaxPlayed = 2,
}),
},
id = "Greeting",
}),
PlaceObj('ConversationPhrase', {
Comment = "you attacked him",
Conditions = {
PlaceObj('CityHasLoyalty', {
Amount = 50,
City = "Pantagruel",
Condition = ">=",
}),
},
Keyword = "Greeting",
KeywordT = T(774381032385, --[[Conversation Chimurenga_Defeated KeywordT]] "Greeting"),
Lines = {
PlaceObj('ConversationLine', {
Character = "Chimurenga",
Text = T(857767744560, --[[Conversation Chimurenga_Defeated Text voice:Chimurenga section:Chimurenga_Defeated keyword:Greeting2]] "The Revolution needed those diamond mines... I knew it was getting time to strike, but you... struck first."),
}),
PlaceObj('ConversationInterjectionList', {
Interjections = {
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Buns",
Text = T(345184549938, --[[Conversation Chimurenga_Defeated Text voice:Buns section:Chimurenga_Defeated keyword:Greeting2]] "A-ha! So you admit you were planning to betray us?"),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Gus",
Text = T(117864019820, --[[Conversation Chimurenga_Defeated Text voice:Gus section:Chimurenga_Defeated keyword:Greeting2]] "We knew you were planning to double cross us, Woody. Ain't gonna happen."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Shadow",
Text = T(402668251319, --[[Conversation Chimurenga_Defeated Text voice:Shadow section:Chimurenga_Defeated keyword:Greeting2]] "I guess we just got bored of waiting for you to make the first move."),
}),
},
}),
},
}),
PlaceObj('ConversationLine', {
Character = "Chimurenga",
Text = T(293039264835, --[[Conversation Chimurenga_Defeated Text voice:Chimurenga section:Chimurenga_Defeated keyword:Greeting2]] "Why have you betrayed me! I wasn't ready yet..."),
}),
},
id = "Greeting2",
}),
PlaceObj('ConversationPhrase', {
Align = "right",
AutoRemove = true,
Conditions = {
PlaceObj('CityHasLoyalty', {
Amount = 50,
City = "Pantagruel",
Condition = "<",
}),
},
Keyword = "Time to retire",
KeywordT = T(255803466110, --[[Conversation Chimurenga_Defeated KeywordT]] "Time to retire"),
Lines = {
PlaceObj('ConversationLine', {
Character = "Chimurenga",
Text = T(969610686335, --[[Conversation Chimurenga_Defeated Text voice:Chimurenga section:Chimurenga_Defeated keyword:Time to retire]] "You leave me with no real choice - retire or die. Alright then. I choose to live for the Revolution, instead of foolishly die for it."),
}),
PlaceObj('ConversationInterjectionList', {
Interjections = {
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Steroid",
Text = T(545050441453, --[[Conversation Chimurenga_Defeated Text voice:Steroid section:Chimurenga_Defeated keyword:Time to retire]] "Ha-ha, you coward!"),
}),
PlaceObj('ConversationLine', {
Character = "Chimurenga",
Text = T(897473729813, --[[Conversation Chimurenga_Defeated Text voice:Chimurenga section:Chimurenga_Defeated keyword:Time to retire]] "If you say so."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Mouse",
Text = T(904926007545, --[[Conversation Chimurenga_Defeated Text voice:Mouse section:Chimurenga_Defeated keyword:Time to retire]] "But you'll miss your big chance to be a martyr!"),
}),
PlaceObj('ConversationLine', {
Character = "Chimurenga",
Text = T(633257696344, --[[Conversation Chimurenga_Defeated Text voice:Chimurenga section:Chimurenga_Defeated keyword:Time to retire]] "Fitting. At my lowest, I am mocked by a little mouse."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Kalyna",
Text = T(657712994951, --[[Conversation Chimurenga_Defeated Text voice:Kalyna section:Chimurenga_Defeated keyword:Time to retire]] "Good for you! You can retire and write your book."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Flay",
Text = T(481016399388, --[[Conversation Chimurenga_Defeated Text voice:Flay section:Chimurenga_Defeated keyword:Time to retire]] "Are you certain? Your head would look very nice on my wall."),
}),
},
}),
},
MaxPlayed = 2,
}),
},
NoBackOption = true,
PhraseRolloverText = T(859541101275, --[[Conversation Chimurenga_Defeated PhraseRolloverText]] "This action may have major consequences!"),
ShowPhraseRollover = false,
StoryBranchIcon = "conversation_arrow",
id = "Timetoretire",
PlaceObj('ConversationPhrase', {
Align = "right",
AutoRemove = true,
Conditions = {
PlaceObj('CheckOR', {
Conditions = {
PlaceObj('QuestIsVariableBool', {
QuestId = "PantagruelDramas",
Vars = set( "MentionLie" ),
__eval = function ()
local quest = gv_Quests['PantagruelDramas'] or QuestGetState('PantagruelDramas')
return quest.MentionLie
end,
}),
PlaceObj('UnitSquadHasMerc', {
HasStat = "Wisdom",
StatValue = 85,
}),
},
}),
},
Effects = {
PlaceObj('PhraseSetEnabled', {
Conversation = "Chimurenga_Defeated",
Enabled = false,
PhraseId = "Timetoretire2",
}),
PlaceObj('PhraseSetEnabled', {
Conversation = "Chimurenga_Defeated",
Enabled = false,
PhraseId = "Timetoretire.Goodbye",
}),
PlaceObj('PhraseSetEnabled', {
Conversation = "Chimurenga_Defeated",
PhraseId = "MakeMamanhappy",
}),
PlaceObj('PhraseSetEnabled', {
Conversation = "Chimurenga_Defeated",
PhraseId = "YourRevolutionEndsHere",
}),
},
Keyword = "Don’t try to fool us",
KeywordT = T(929777683670, --[[Conversation Chimurenga_Defeated KeywordT]] "Don’t try to fool us"),
Lines = {
PlaceObj('ConversationInterjectionList', {
Interjections = {
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Igor",
Text = T(451227242899, --[[Conversation Chimurenga_Defeated Text voice:Igor section:Chimurenga_Defeated keyword:Don’t try to fool us]] "Nu pogodi, Cheburashka! You cannot deceive me."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Gus",
Text = T(451612259475, --[[Conversation Chimurenga_Defeated Text voice:Gus section:Chimurenga_Defeated keyword:Don’t try to fool us]] "I don't trust ya, Woodman. You seem too easy to convince."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Thor",
Text = T(562793165834, --[[Conversation Chimurenga_Defeated Text voice:Thor section:Chimurenga_Defeated keyword:Don’t try to fool us]] "I can see you are hiding something. Don't be afraid to let the truth out. That's when the healing begins."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Scully",
Text = T(705254846800, --[[Conversation Chimurenga_Defeated Text voice:Scully section:Chimurenga_Defeated keyword:Don’t try to fool us]] "I know a faker when I see one. What were you really going to do?"),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "DrQ",
Text = T(533714381592, --[[Conversation Chimurenga_Defeated Text voice:DrQ section:Chimurenga_Defeated keyword:Don’t try to fool us]] "Forced retirement is a bitter pill to swallow. You seem to be swallowing it too easily."),
}),
},
}),
},
}),
PlaceObj('ConversationLine', {
Character = "Chimurenga",
Text = T(685046082138, --[[Conversation Chimurenga_Defeated Text voice:Chimurenga section:Chimurenga_Defeated keyword:Don’t try to fool us]] "Yes, I intended to deceive you and continue the good fight... But what do you want from me, just give up everything I fought for?! Isn't there any chance for my Revolution?"),
}),
},
StoryBranchIcon = "conversation_threaten",
id = "Youdontfoolus",
}),
PlaceObj('ConversationPhrase', {
Align = "right",
AutoRemove = true,
Comment = "Chimurenga will reappear as an Enemy lieutenant",
Effects = {
PlaceObj('QuestSetVariableBool', {
Prop = "ChimurengaEnemy",
QuestId = "PantagruelDramas",
}),
PlaceObj('QuestSetVariableBool', {
Prop = "ChimurengaLeave",
QuestId = "PantagruelDramas",
}),
PlaceObj('QuestSetVariableBool', {
Prop = "MaquieEnemies",
QuestId = "PantagruelRebels",
}),
},
GoTo = "<end conversation>",
Keyword = "Time for you to leave",
KeywordT = T(166395011262, --[[Conversation Chimurenga_Defeated KeywordT]] "Time for you to leave"),
Lines = {
PlaceObj('ConversationLine', {
Character = "Chimurenga",
Text = T(328650924294, --[[Conversation Chimurenga_Defeated Text voice:Chimurenga section:Chimurenga_Defeated keyword:Time for you to leave]] "Farewell... Until we meet again."),
}),
PlaceObj('ConversationInterjectionList', {
Interjections = {
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Gus",
Text = T(208237638268, --[[Conversation Chimurenga_Defeated Text voice:Gus section:Chimurenga_Defeated keyword:Time for you to leave]] "Don't think so, at least not if you know what's good for you, Woodshed."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Steroid",
Text = T(962093094912, --[[Conversation Chimurenga_Defeated Text voice:Steroid section:Chimurenga_Defeated keyword:Time for you to leave]] "I don't trust this guy!"),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Shadow",
Text = T(506861750307, --[[Conversation Chimurenga_Defeated Text voice:Shadow section:Chimurenga_Defeated keyword:Time for you to leave]] "The hairs on the back of my neck just stood up. That's a bad sign."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Scope",
Text = T(493957087137, --[[Conversation Chimurenga_Defeated Text voice:Scope section:Chimurenga_Defeated keyword:Time for you to leave]] "I'm all for showing a bit of mercy, but I think we just released a wounded lion into our own backyard."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Omryn",
Text = T(819146323074, --[[Conversation Chimurenga_Defeated Text voice:Omryn section:Chimurenga_Defeated keyword:Time for you to leave]] "I think he will come back and make trouble. We should get something to eat."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Wolf",
Text = T(627750284618, --[[Conversation Chimurenga_Defeated Text voice:Wolf section:Chimurenga_Defeated keyword:Time for you to leave]] "I got a feeling that guy's gonna be a problem, chief."),
}),
},
}),
},
}),
},
StoryBranchIcon = "conversation_goodbye",
id = "Goodbye",
}),
}),
PlaceObj('ConversationPhrase', {
Align = "right",
AutoRemove = true,
Conditions = {
PlaceObj('CityHasLoyalty', {
Amount = 50,
City = "Pantagruel",
Condition = ">=",
}),
},
Effects = {
PlaceObj('PhraseSetEnabled', {
Conversation = "Chimurenga_Defeated",
PhraseId = "MakeMamanhappy",
}),
PlaceObj('PhraseSetEnabled', {
Conversation = "Chimurenga_Defeated",
PhraseId = "YourRevolutionEndsHere",
}),
},
Keyword = "Time to retire",
KeywordT = T(255803466110, --[[Conversation Chimurenga_Defeated KeywordT]] "Time to retire"),
Lines = {
PlaceObj('ConversationLine', {
Character = "Chimurenga",
Text = T(606071030665, --[[Conversation Chimurenga_Defeated Text voice:Chimurenga section:Chimurenga_Defeated keyword:Time to retire]] "Retire? What am I going to do with my life, start knitting? I am a warrior, I am the Savanna Lion!"),
}),
},
PhraseRolloverText = T(451561002998, --[[Conversation Chimurenga_Defeated PhraseRolloverText]] "This action may have major consequences!"),
ShowPhraseRollover = false,
StoryBranchIcon = "conversation_arrow",
id = "Timetoretire2",
}),
PlaceObj('ConversationPhrase', {
Align = "right",
AutoRemove = true,
Conditions = {
PlaceObj('QuestIsVariableBool', {
QuestId = "PantagruelDramas",
Vars = set( "MamanFeelings" ),
__eval = function ()
local quest = gv_Quests['PantagruelDramas'] or QuestGetState('PantagruelDramas')
return quest.MamanFeelings
end,
}),
},
Enabled = false,
Keyword = "Make Maman happy",
KeywordT = T(537960643892, --[[Conversation Chimurenga_Defeated KeywordT]] "Make Maman happy"),
Lines = {
PlaceObj('ConversationLine', {
Character = "Chimurenga",
Text = T(283539684038, --[[Conversation Chimurenga_Defeated Text voice:Chimurenga section:Chimurenga_Defeated keyword:Make Maman happy]] "What?... <em>Liliane</em> is a very nice woman, but... I never thought about that. Do you think that... she would have me?"),
}),
PlaceObj('ConversationInterjectionList', {
Interjections = {
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Scope",
Text = T(120713204054, --[[Conversation Chimurenga_Defeated Text voice:Scope section:Chimurenga_Defeated keyword:Make Maman happy]] "Oh, but of course, love. Trust me, she likes you a lot."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Fox",
Text = T(719054103660, --[[Conversation Chimurenga_Defeated Text voice:Fox section:Chimurenga_Defeated keyword:Make Maman happy]] "You old fool. She loves you. And you never noticed that because of your stupid revolution."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Igor",
Text = T(686897114205, --[[Conversation Chimurenga_Defeated Text voice:Igor section:Chimurenga_Defeated keyword:Make Maman happy]] "She can be your Crocodile Gena."),
}),
PlaceObj('ConversationLine', {
Character = "Chimurenga",
Text = T(102037977316, --[[Conversation Chimurenga_Defeated Text voice:Chimurenga section:Chimurenga_Defeated keyword:Make Maman happy]] "..."),
}),
PlaceObj('ConversationLine', {
Character = "Igor",
Text = T(678295603224, --[[Conversation Chimurenga_Defeated Text voice:Igor section:Chimurenga_Defeated keyword:Make Maman happy]] "Sorry. Stupid joke."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Fauda",
Text = T(232156476061, --[[Conversation Chimurenga_Defeated Text voice:Fauda section:Chimurenga_Defeated keyword:Make Maman happy]] "That woman cares for you. I think she should not, but it is her heart. You should go to her."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Vicki",
Text = T(216766399138, --[[Conversation Chimurenga_Defeated Text voice:Vicki section:Chimurenga_Defeated keyword:Make Maman happy]] "There be only one way to find out, mon."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Red",
Text = T(413776938421, --[[Conversation Chimurenga_Defeated Text voice:Red section:Chimurenga_Defeated keyword:Make Maman happy]] "I would nae be wasting my breath on this if I thought otherwise, now would I?"),
}),
},
}),
},
MaxPlayed = 2,
}),
PlaceObj('ConversationLine', {
Character = "Chimurenga",
Text = T(933098463803, --[[Conversation Chimurenga_Defeated Text voice:Chimurenga section:Chimurenga_Defeated keyword:Make Maman happy]] "You have crushed my Maquis and my Revolution, and now you want me to trust you with something so... personal?"),
}),
},
NoBackOption = true,
PhraseRolloverText = T(675182429578, --[[Conversation Chimurenga_Defeated PhraseRolloverText]] "This action may have major consequences!"),
StoryBranchIcon = "conversation_arrow",
id = "MakeMamanhappy",
PlaceObj('ConversationPhrase', {
Align = "right",
AutoRemove = true,
Conditions = {
PlaceObj('UnitSquadHasMerc', {
HasStat = "Wisdom",
StatValue = 85,
}),
},
GoTo = "MakeMamanhappy.Redirect",
Keyword = "You deserve a normal life",
KeywordT = T(870506683654, --[[Conversation Chimurenga_Defeated KeywordT]] "You deserve a normal life"),
Lines = {
PlaceObj('ConversationInterjectionList', {
Interjections = {
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Scully",
Text = T(425849177946, --[[Conversation Chimurenga_Defeated Text voice:Scully section:Chimurenga_Defeated keyword:You deserve a normal life]] "Time to pound that sword into a ploughshare, mate. That's what the fancy lads call a double entendre."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Thor",
Text = T(556329673720, --[[Conversation Chimurenga_Defeated Text voice:Thor section:Chimurenga_Defeated keyword:You deserve a normal life]] "Now is the time for you to realize that what you have always wanted has been right there in front of you the whole time."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Livewire",
Text = T(761562763583, --[[Conversation Chimurenga_Defeated Text voice:Livewire section:Chimurenga_Defeated keyword:You deserve a normal life]] "What is the point in struggling your whole life if you cannot get to a place where you can rest?"),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Barry",
Text = T(497022531033, --[[Conversation Chimurenga_Defeated Text voice:Barry section:Chimurenga_Defeated keyword:You deserve a normal life]] "You have fought too long. Now is time for love."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Buns",
Text = T(980410697794, --[[Conversation Chimurenga_Defeated Text voice:Buns section:Chimurenga_Defeated keyword:You deserve a normal life]] "I think it is clear you are very bad at leading a revolution. Maybe this you will be good at?"),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "DrQ",
Text = T(320373782153, --[[Conversation Chimurenga_Defeated Text voice:DrQ section:Chimurenga_Defeated keyword:You deserve a normal life]] "War has not worked for you. Perhaps peace and love would be better."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Gus",
Text = T(377241290211, --[[Conversation Chimurenga_Defeated Text voice:Gus section:Chimurenga_Defeated keyword:You deserve a normal life]] "Everyone deserves a shot at being happy. Even you, Woodhead."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "MD",
Text = T(215121212456, --[[Conversation Chimurenga_Defeated Text voice:MD section:Chimurenga_Defeated keyword:You deserve a normal life]] "A man your age and in your condition should really slow down and try to relax."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Vicki",
Text = T(231259269854, --[[Conversation Chimurenga_Defeated Text voice:Vicki section:Chimurenga_Defeated keyword:You deserve a normal life]] "Leave that revolution stuff alone. Be done with it and let your body rest."),
}),
},
}),
},
}),
PlaceObj('ConversationLine', {
Character = "Chimurenga",
Text = T(203442784389, --[[Conversation Chimurenga_Defeated Text voice:Chimurenga section:Chimurenga_Defeated keyword:You deserve a normal life]] "Perhaps you are right. Perhaps I needed a wake-up call."),
}),
},
PlayGoToPhrase = true,
StoryBranchIcon = "conversation_action",
id = "Youdeserveanormallife",
}),
PlaceObj('ConversationPhrase', {
Align = "right",
AutoRemove = true,
Conditions = {
PlaceObj('CheckOR', {
Conditions = {
PlaceObj('UnitSquadHasMerc', {
Name = "Ivan",
}),
PlaceObj('UnitSquadHasMerc', {
HasPerk = "Negotiator",
}),
},
}),
},
GoTo = "MakeMamanhappy.Redirect",
Keyword = "Together you can rebuild this town",
KeywordT = T(150984731454, --[[Conversation Chimurenga_Defeated KeywordT]] "Together you can rebuild this town"),
Lines = {
PlaceObj('ConversationLine', {
Character = "Chimurenga",
Text = T(570050035995, --[[Conversation Chimurenga_Defeated Text voice:Chimurenga section:Chimurenga_Defeated keyword:Together you can rebuild this town]] "A failed revolutionary and an ex-whore rebuilding a town in a third world country? Sounds like a bad joke."),
}),
PlaceObj('ConversationInterjectionList', {
Interjections = {
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Raider",
Text = T(195626758102, --[[Conversation Chimurenga_Defeated Text voice:Raider section:Chimurenga_Defeated keyword:Together you can rebuild this town]] "It is a jagged alliance, isn't it?"),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Buns",
Text = T(794124734902, --[[Conversation Chimurenga_Defeated Text voice:Buns section:Chimurenga_Defeated keyword:Together you can rebuild this town]] "It is some kind of a jagged alliance."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Sidney",
Text = T(424829113977, --[[Conversation Chimurenga_Defeated Text voice:Sidney section:Chimurenga_Defeated keyword:Together you can rebuild this town]] "It is quite a jagged alliance, isn't it?"),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Ivan",
Text = T(927736780114, --[[Conversation Chimurenga_Defeated Text voice:Ivan section:Chimurenga_Defeated keyword:Together you can rebuild this town]] "No joke. Fighting is easy, for peace... Надо гораздо больше. More needed."),
}),
},
}),
},
}),
PlaceObj('ConversationLine', {
Character = "Chimurenga",
Text = T(182760471667, --[[Conversation Chimurenga_Defeated Text voice:Chimurenga section:Chimurenga_Defeated keyword:Together you can rebuild this town]] "I guess you mean well. Maybe I will run for Mayor, who knows?"),
}),
PlaceObj('ConversationInterjectionList', {
Interjections = {
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Grizzly",
Text = T(174504764482, --[[Conversation Chimurenga_Defeated Text voice:Grizzly section:Chimurenga_Defeated keyword:Together you can rebuild this town]] "Mayor Chimichanga? Sounds a little silly, but I suppose a funny sounding name doesn't hurt in politics."),
}),
PlaceObj('ConversationLine', {
Character = "Chimurenga",
Text = T(306772075930, --[[Conversation Chimurenga_Defeated Text voice:Chimurenga section:Chimurenga_Defeated keyword:Together you can rebuild this town]] "It's Chimurenga."),
}),
PlaceObj('ConversationLine', {
Character = "Grizzly",
Text = T(287105394781, --[[Conversation Chimurenga_Defeated Text voice:Grizzly section:Chimurenga_Defeated keyword:Together you can rebuild this town]] "Well, it's called politics where I come from, but I wouldn't expect you to understand that."),
}),
},
}),
},
}),
},
PlayGoToPhrase = true,
StoryBranchIcon = "conversation_action",
id = "Togetheryoucanrebuildthistown",
}),
PlaceObj('ConversationPhrase', {
Align = "right",
AutoRemove = true,
GoTo = "<root>",
Keyword = "Why not?",
KeywordT = T(427468887731, --[[Conversation Chimurenga_Defeated KeywordT]] "Why not?"),
Lines = {
PlaceObj('ConversationLine', {
Character = "Chimurenga",
Text = T(920296586833, --[[Conversation Chimurenga_Defeated Text voice:Chimurenga section:Chimurenga_Defeated keyword:Why not?]] "Why not? Why not indeed?! This is ridiculous. Kill me or let me go, but I won't tolerate you mocking me."),
}),
},
StoryBranchIcon = "conversation_action",
id = "Whynot",
}),
PlaceObj('ConversationPhrase', {
Align = "right",
Effects = {
PlaceObj('QuestSetVariableBool', {
Prop = "YoungHearts",
QuestId = "PantagruelDramas",
}),
},
Enabled = false,
GoTo = "<end conversation>",
Keyword = "Redirect",
KeywordT = T(328092960140, --[[Conversation Chimurenga_Defeated KeywordT]] "Redirect"),
Lines = {
PlaceObj('ConversationLine', {
Character = "Chimurenga",
Text = T(360852107909, --[[Conversation Chimurenga_Defeated Text voice:Chimurenga section:Chimurenga_Defeated keyword:Redirect]] "I guess I should put the gun down and take the chance to start a new life. Alright, I'll talk to Liliane."),
}),
PlaceObj('ConversationInterjectionList', {
Interjections = {
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Magic",
Text = T(430702419754, --[[Conversation Chimurenga_Defeated Text voice:Magic section:Chimurenga_Defeated keyword:Redirect]] "My man!"),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Raider",
Text = T(578776064300, --[[Conversation Chimurenga_Defeated Text voice:Raider section:Chimurenga_Defeated keyword:Redirect]] "It is never too late to talk to the woman you like. You will start a new life, you'll see."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Hitman",
Text = T(616428781778, --[[Conversation Chimurenga_Defeated Text voice:Hitman section:Chimurenga_Defeated keyword:Redirect]] "Show her the beast, Ace! You're the freakin' Savanna Lion!"),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Raven",
Text = T(643358753874, --[[Conversation Chimurenga_Defeated Text voice:Raven section:Chimurenga_Defeated keyword:Redirect]] "You'll do fine! She likes you a lot."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Grunty",
Text = T(305621231142, --[[Conversation Chimurenga_Defeated Text voice:Grunty section:Chimurenga_Defeated keyword:Redirect]] "Just make sure you have adequate foot powder. If you are like me, sweaty feet have been a problem on dates."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Tex",
Text = T(763596620812, --[[Conversation Chimurenga_Defeated Text voice:Tex section:Chimurenga_Defeated keyword:Redirect]] "This best part of script. Hero accepts challenge!"),
}),
},
}),
},
MaxPlayed = 2,
}),
},
StoryBranchIcon = "conversation_action",
id = "Redirect",
}),
}),
PlaceObj('ConversationPhrase', {
Align = "right",
AutoRemove = true,
Effects = {
PlaceObj('QuestSetVariableBool', {
Prop = "ChimurengaLeave",
QuestId = "PantagruelDramas",
}),
},
Enabled = false,
GoTo = "<end conversation>",
Keyword = "Your revolution ends here",
KeywordT = T(921019148269, --[[Conversation Chimurenga_Defeated KeywordT]] "Your revolution ends here"),
Lines = {
PlaceObj('ConversationLine', {
Character = "Chimurenga",
Text = T(475823828468, --[[Conversation Chimurenga_Defeated Text voice:Chimurenga section:Chimurenga_Defeated keyword:Your revolution ends here]] "So you are sending the Savanna Lion into exile. Alright, I shall comply. "),
}),
PlaceObj('ConversationInterjectionList', {
Interjections = {
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Fidel",
Text = T(408781952387, --[[Conversation Chimurenga_Defeated Text voice:Fidel section:Chimurenga_Defeated keyword:Your revolution ends here]] "Go to Cuba! Best place for a revolution!"),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Wolf",
Text = T(985918387438, --[[Conversation Chimurenga_Defeated Text voice:Wolf section:Chimurenga_Defeated keyword:Your revolution ends here]] "Can't have you hanging around here causing trouble. Go find a beach and sit on it."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Nails",
Text = T(789949557880, --[[Conversation Chimurenga_Defeated Text voice:Nails section:Chimurenga_Defeated keyword:Your revolution ends here]] "Time for you to hit the road and see the world, Scooter."),
}),
},
}),
},
}),
},
StoryBranchIcon = "conversation_arrow",
id = "YourRevolutionEndsHere",
}),
PlaceObj('ConversationPhrase', {
Align = "right",
AutoRemove = true,
Effects = {
PlaceObj('QuestSetVariableBool', {
Prop = "Chimurenga",
QuestId = "_GroupsAttacked",
}),
PlaceObj('QuestSetVariableBool', {
Prop = "MaquieEnemies",
QuestId = "PantagruelRebels",
}),
PlaceObj('PlaySetpiece', {
setpiece = "ChimurengaDies",
}),
PlaceObj('QuestSetVariableBool', {
Prop = "Chimurenga_Killed",
QuestId = "_GroupsAttacked",
}),
},
GoTo = "<end conversation>",
Keyword = "Time to die",
KeywordT = T(149721213565, --[[Conversation Chimurenga_Defeated KeywordT]] "Time to die"),
Lines = {
PlaceObj('ConversationLine', {
Character = "Chimurenga",
Text = T(689099021274, --[[Conversation Chimurenga_Defeated Text voice:Chimurenga section:Chimurenga_Defeated keyword:Time to die]] "You... You have wounded me more deeply than this injury means, for you have wounded the Revolution itself. But it will continue without me!"),
}),
PlaceObj('ConversationInterjectionList', {
Interjections = {
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Steroid",
Text = T(164445327230, --[[Conversation Chimurenga_Defeated Text voice:Steroid section:Chimurenga_Defeated keyword:Time to die]] "This is watchful thinking!"),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Ivan",
Text = T(622936010589, --[[Conversation Chimurenga_Defeated Text voice:Ivan section:Chimurenga_Defeated keyword:Time to die]] "I sorry we must do that. Прощай, товарищ."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Conditions = {
PlaceObj('QuestIsVariableBool', {
QuestId = "PantagruelDramas",
Vars = set( "MamanFeelings" ),
__eval = function ()
local quest = gv_Quests['PantagruelDramas'] or QuestGetState('PantagruelDramas')
return quest.MamanFeelings
end,
}),
},
Lines = {
PlaceObj('ConversationLine', {
Character = "Fox",
Text = T(634082783693, --[[Conversation Chimurenga_Defeated Text voice:Fox section:Chimurenga_Defeated keyword:Time to die]] "We shouldn't have done that. Poor old girl will be heartbroken..."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Meltdown",
Text = T(368123020103, --[[Conversation Chimurenga_Defeated Text voice:Meltdown section:Chimurenga_Defeated keyword:Time to die]] "Oh, quit your yapping and just die already!"),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Flay",
Text = T(909807371707, --[[Conversation Chimurenga_Defeated Text voice:Flay section:Chimurenga_Defeated keyword:Time to die]] "And so the hunt ends for the great Savanna Lion. I will take this head for my trophy room."),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Nails",
Text = T(699440226029, --[[Conversation Chimurenga_Defeated Text voice:Nails section:Chimurenga_Defeated keyword:Time to die]] "Be a good little revolutionary and just die now, okay?"),
}),
},
}),
PlaceObj('ConversationInterjection', {
Lines = {
PlaceObj('ConversationLine', {
Character = "Fidel",
Text = T(395444102612, --[[Conversation Chimurenga_Defeated Text voice:Fidel section:Chimurenga_Defeated keyword:Time to die]] "Now Fidel is confused. Do I keep wounding you or kill you? Meh. I just kill you."),
}),
},
}),
},
}),
},
PhraseRolloverText = T(367971895725, --[[Conversation Chimurenga_Defeated PhraseRolloverText]] "This action may have major consequences!"),
StoryBranchIcon = "conversation_arrow",
id = "Timetodie",
}),
})
|