mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
fix broken skep_outer.tmx
This commit is contained in:
@@ -47,11 +47,13 @@
|
|||||||
<property name="dialog">[
|
<property name="dialog">[
|
||||||
{
|
{
|
||||||
"text": "The Wounded Sliver looks at you interestedly",
|
"text": "The Wounded Sliver looks at you interestedly",
|
||||||
"options": [
|
"options":
|
||||||
|
[
|
||||||
{
|
{
|
||||||
"name": "What are you ?",
|
"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.",
|
"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 ?",
|
"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.",
|
"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 !",
|
"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'",
|
"text": "Thank you for what you have done. I'll return to my rightful place as queen of the slivers'",
|
||||||
"condition": [
|
"condition":
|
||||||
|
[
|
||||||
{
|
{
|
||||||
"checkQuestFlag": "SliverQueenDefeated",
|
"checkQuestFlag": "SliverQueenDefeated",
|
||||||
"not": false
|
"not": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"options": [
|
"options":
|
||||||
|
[
|
||||||
{
|
{
|
||||||
"name": "Leave",
|
"name": "Leave",
|
||||||
[
|
"text": "G'day to you, adventurer",
|
||||||
{
|
"condition":
|
||||||
"text": "G'day to you, adventurer",
|
[
|
||||||
"condition": [
|
{
|
||||||
{
|
"checkMapFlag": "TalkedTo",
|
||||||
"checkMapFlag": "TalkedTo",
|
"not": true
|
||||||
"not": true
|
}
|
||||||
}
|
],
|
||||||
],
|
"options":
|
||||||
"options":
|
[
|
||||||
[
|
{
|
||||||
{
|
"name": "leave",
|
||||||
"name": "leave",
|
"action":
|
||||||
"action": [
|
[
|
||||||
{
|
{
|
||||||
"setQuestFlag": {
|
"setQuestFlag":
|
||||||
"key": "TalkedTo",
|
{
|
||||||
"val": 1
|
"key": "TalkedTo",
|
||||||
}
|
"val": 1
|
||||||
}
|
}
|
||||||
]
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
]
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user