-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
49a7e2b
commit e41b565
Showing
15 changed files
with
75 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"id" : "fuquest_mutavisk", | ||
"title" : "^cyan;Advanced Textiles", | ||
"text" : "The ^orange;Mutavisk^reset; seed is extremely useful, being the sole source in the galaxy of the wonderous textile known as ^orange;Mutavisk Silk^reset;. Why not try crafting a few seeds?", | ||
"completionText" : "Now that you know the basics, you should be able to whip up a wide array of useful plants. Each provides different benefits, so tailor your farm to your personal needs!", | ||
"rewards" : [ | ||
[ [ "glass", 2] ] | ||
], | ||
"moneyRange" : [10, 10], | ||
|
||
"updateDelta" : 10, | ||
"script" : "/quests/scripts/main.lua", | ||
"scriptConfig" : { | ||
"portraits" : { | ||
"default" : "player" | ||
}, | ||
//"followUp" : "fuquest_mutavisk", | ||
"conditions" : [ | ||
{ | ||
"type" : "gatherItem", | ||
"itemName" : "mutaviskseed", | ||
"count" : 1, | ||
"consume" : false | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"id" : "fuquest_oonforta", | ||
"title" : "^cyan;Light in the Darkness", | ||
"text" : "The ^orange;Oonforta^reset; is a weird but useful fungus. It produces light when thrown, and will be invaluable to you. ^orange;Create some now^reset; and try them out!", | ||
"completionText" : "Great work. Next, I suggest you start getting to work crafting ^orange;Mutavisk Seeds^reset; and start a farm. You'll want the textiles they can create fairly soon.", | ||
"rewards" : [ | ||
[ [ "glass", 2] ] | ||
], | ||
"moneyRange" : [10, 10], | ||
|
||
"updateDelta" : 10, | ||
"script" : "/quests/scripts/main.lua", | ||
"scriptConfig" : { | ||
"portraits" : { | ||
"default" : "player" | ||
}, | ||
"followUp" : "fuquest_mutavisk", | ||
"conditions" : [ | ||
{ | ||
"type" : "gatherItem", | ||
"itemName" : "oonfortaseed", | ||
"count" : 1, | ||
"consume" : false | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters