summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-01-04 10:23:39 -0300
committerJesusaves <cpntb1@ymail.com>2021-01-04 10:23:39 -0300
commit70fecd98e393a67b0d59b1e8c389c5511f7b8980 (patch)
tree9e52f301437465b586f2290721e31ab3490ef85e
parent3845450d71ec1f17dbc780769b27a8f0ba961140 (diff)
downloadserver-70fecd98e393a67b0d59b1e8c389c5511f7b8980.tar.gz
server-70fecd98e393a67b0d59b1e8c389c5511f7b8980.tar.bz2
server-70fecd98e393a67b0d59b1e8c389c5511f7b8980.tar.xz
server-70fecd98e393a67b0d59b1e8c389c5511f7b8980.zip
Reorder quest background field
-rw-r--r--quests.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/quests.json b/quests.json
index 244b033..73dd487 100644
--- a/quests.json
+++ b/quests.json
@@ -1,6 +1,7 @@
{
"Main": [
{
+ "bg": "battle",
"difficulty": 5,
"cost": 1,
"flags": 3,
@@ -16,7 +17,6 @@
]
],
"music": "bgm03",
- "bg": "battle",
"requeriment": 0,
"loot": [
[
@@ -42,6 +42,7 @@
]
},
{
+ "bg": "forest_sunset",
"difficulty": 7,
"cost": 1,
"flags": 1,
@@ -77,7 +78,6 @@
]
],
"music": "bgm03",
- "bg": "forest_sunset",
"requeriment": 1,
"loot": [
[
@@ -111,6 +111,7 @@
]
},
{
+ "bg": "forest_sunset",
"difficulty": 10,
"cost": 2,
"flags": 1,
@@ -152,7 +153,6 @@
]
],
"music": "bgm03",
- "bg": "forest_sunset",
"requeriment": 2,
"loot": [
[
@@ -202,6 +202,7 @@
]
},
{
+ "bg": "forest_sunset",
"difficulty": 15,
"cost": 2,
"flags": 1,
@@ -249,7 +250,6 @@
]
],
"music": "bgm03",
- "bg": "forest_sunset",
"requeriment": 3,
"loot": [
[
@@ -283,6 +283,7 @@
]
},
{
+ "bg": "humancity",
"difficulty": 20,
"cost": 3,
"flags": 9,
@@ -344,7 +345,6 @@
]
],
"music": "bgm03",
- "bg": "humancity",
"requeriment": 4,
"loot": [
[
@@ -382,6 +382,7 @@
]
},
{
+ "bg": "battle",
"difficulty": 25,
"cost": 3,
"flags": 9,
@@ -443,7 +444,6 @@
]
],
"music": "bgm03",
- "bg": "battle",
"requeriment": 5,
"loot": [
[
@@ -473,6 +473,7 @@
]
},
{
+ "bg": "battle",
"difficulty": 30,
"cost": 3,
"flags": 1,
@@ -488,7 +489,6 @@
]
],
"music": "bgm03",
- "bg": "battle",
"requeriment": 6,
"loot": [
[
@@ -506,6 +506,7 @@
]
},
{
+ "bg": "battle",
"difficulty": 35,
"cost": 3,
"flags": 1,
@@ -521,7 +522,6 @@
]
],
"music": "bgm03",
- "bg": "battle",
"requeriment": 7,
"loot": [
[
@@ -539,6 +539,7 @@
]
},
{
+ "bg": "battle",
"difficulty": 45,
"cost": 10,
"flags": 4,
@@ -606,7 +607,6 @@
]
],
"music": "bgm03",
- "bg": "battle",
"requeriment": 1,
"loot": [
[
@@ -672,6 +672,7 @@
]
},
{
+ "bg": "battle",
"difficulty": 60,
"cost": 12,
"flags": 4,
@@ -739,7 +740,6 @@
]
],
"music": "bgm03",
- "bg": "battle",
"requeriment": 5,
"loot": [
[
@@ -761,4 +761,4 @@
]
}
]
-}
+} \ No newline at end of file