Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sayterdarkwynd committed Oct 30, 2016
1 parent 8f0958f commit 46e4164
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions items/generic/crafting/prisiliteore.item.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
{"op":"replace","path":"/rarity","value":"uncommon"},
{"op":"replace","path":"/description","value":"Beautiful crystalline-metallic ore."},
{"op":"add","path":"/learnBlueprintsOnPickup","value": [ "prisilitestar" ] },
{"op":"add","path":"/radioMessagesOnPickup","value": [ "pickupPrism" ] },
Expand Down
1 change: 1 addition & 0 deletions items/generic/crafting/prisilitestar.item.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
{"op":"replace","path":"/rarity","value":"uncommon"},
{"op":"add","path":"/learnBlueprintsOnPickup","value": [ "aliencompound" ] },
{"op":"replace","path":"/price","value": 72 }
]
2 changes: 1 addition & 1 deletion quests/base_new/create_teleportercore.questtemplate
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"prerequisites" : [ "create_mutavisk" ],
"title" : "^#1693d5;Shortest distance is zero",
"text" : "I am in dire need of your assistance. ^orange;I need a teleporter core^reset; to finish my teleporter. You can craft one in your ^orange;Matter Assembler^reset;.",
"completionText" : "Without teleporter cores, you won't be able to craft several useful technologies. Plus, teleporters are just plain old ^green;fun^reset;!!!,
"completionText" : "Without teleporter cores, you won't be able to craft several useful technologies. Plus, teleporters are just plain old ^green;fun^reset;!!!",
"moneyRange" : [1250 , 2250],
"rewards" : [ [ [ "rewardbag", 1 ] ] ],
"speaker" : "questGiver",
Expand Down
2 changes: 1 addition & 1 deletion quests/stations/armory/fuquest_armory.questtemplate
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id" : "fuquest_armory",
"title" : "^cyan;Armor Up",
"text" : "I'm sure you don't need to be told what your ^orange;Armory^reset; does! The armor and weapons you can create here are varied. Let's test it out by building a ^orange;Las Pistol^reset;.",
"text" : "I'm sure you don't need to be told what your ^orange;Armory^reset; does! The armor and weapons you can create here are varied. Let's test it out by building a ^orange;Laser Pistol^reset;.",
"completionText" : "As you unlock more blueprints, you will find your potential for death, destruction and protection will increase exponentially.",
"rewards" : [
[ [ "glass", 20] ]
Expand Down

0 comments on commit 46e4164

Please sign in to comment.