mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
fix broken skep_outer.tmx
This commit is contained in:
@@ -47,11 +47,13 @@
|
||||
<property name="dialog">[
|
||||
{
|
||||
"text": "The Wounded Sliver looks at you interestedly",
|
||||
"options": [
|
||||
"options":
|
||||
[
|
||||
{
|
||||
"name": "What are you ?",
|
||||
"text": "I'm the queen of the Slivers of the Skep, at least I used to be until my position was usurped.",
|
||||
"options": [
|
||||
"options":
|
||||
[
|
||||
{
|
||||
"name": "Usurped ? What are you talking about ?",
|
||||
"text": "For millenia I've been keeping the Sliver of the Skep healthy and peaceful,keeping them under control to prevent them attacking outsiders. Everything changed when the Sliver Queen attacked the Skep. She attacked me and took control over this hive. As you can see, I was unable to defeat her.",
|
||||
@@ -82,40 +84,41 @@
|
||||
{
|
||||
"name": "The Sliver Queen is no more !",
|
||||
"text": "Thank you for what you have done. I'll return to my rightful place as queen of the slivers'",
|
||||
"condition": [
|
||||
"condition":
|
||||
[
|
||||
{
|
||||
"checkQuestFlag": "SliverQueenDefeated",
|
||||
"not": false
|
||||
}
|
||||
],
|
||||
"options": [
|
||||
"options":
|
||||
[
|
||||
{
|
||||
"name": "Leave",
|
||||
[
|
||||
{
|
||||
"text": "G'day to you, adventurer",
|
||||
"condition": [
|
||||
{
|
||||
"checkMapFlag": "TalkedTo",
|
||||
"not": true
|
||||
}
|
||||
],
|
||||
"options":
|
||||
[
|
||||
{
|
||||
"name": "leave",
|
||||
"action": [
|
||||
{
|
||||
"setQuestFlag": {
|
||||
"key": "TalkedTo",
|
||||
"val": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
"text": "G'day to you, adventurer",
|
||||
"condition":
|
||||
[
|
||||
{
|
||||
"checkMapFlag": "TalkedTo",
|
||||
"not": true
|
||||
}
|
||||
],
|
||||
"options":
|
||||
[
|
||||
{
|
||||
"name": "leave",
|
||||
"action":
|
||||
[
|
||||
{
|
||||
"setQuestFlag":
|
||||
{
|
||||
"key": "TalkedTo",
|
||||
"val": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user