You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
645 B
24 lines
645 B
1 year ago
|
--------------------------------------------------------------------------------
|
||
|
-- Mara Pirate NPC Data --
|
||
|
--------------------------------------------------------------------------------
|
||
|
NPC_GuardChat =
|
||
|
{
|
||
|
ScriptFileName = MsgScriptFileDefault,
|
||
|
|
||
|
SpyLieChat =
|
||
|
{
|
||
|
{ Index = "SpyLie0" },
|
||
|
{ Index = "SpyLie1" },
|
||
|
{ Index = "SpyLie2" },
|
||
|
{ Index = "SpyLie3" },
|
||
|
},
|
||
|
|
||
|
FailDialog =
|
||
|
{
|
||
|
{ Index = "Fail0", FaceCut = "EldSpeGuard01" },
|
||
|
{ Index = "Fail1", FaceCut = "EldSpeGuard01" },
|
||
|
{ Index = "Fail2", FaceCut = "EldSpeGuard01" },
|
||
|
{ Index = "Fail3", FaceCut = "KQ_TrueMara" },
|
||
|
},
|
||
|
}
|