Skip to content

Commit

Permalink
Implement more disabled items for P-Z
Browse files Browse the repository at this point in the history
  • Loading branch information
LeDrascol committed Jul 1, 2019
1 parent f1dfce0 commit 5acbd9d
Show file tree
Hide file tree
Showing 21 changed files with 282 additions and 41 deletions.
34 changes: 33 additions & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Initial Release
# Initial Release
+ Price change on Teleporter Core from 15 DIAMONDS to 2000 PIXELS
+ Changed crafting for all 2-Stop Teleshop teleporters to relevant ingredients
+ Crafting for Penguin Suit moved from Treasured Trophies to Beakeasy
Expand Down Expand Up @@ -1203,6 +1203,12 @@
+ Added Wooden Workbench crafting for Help Me Sign
+ Added Wooden Workbench crafting for Interrogation Rack
+ Added Wooden Workbench crafting for Medical Bay Sign
+ Added Wooden Workbench crafting for Rainbow Wood Bed
+ Added Wooden Workbench crafting for Rainbow Wood Chair
+ Added Wooden Workbench crafting for Rainbow Wood Door
+ Added Wooden Workbench crafting for Rainbow Wood Chest
+ Added Wooden Workbench crafting for Rainbow Wood Table
+ Added Wooden Workbench crafting for Spider Silk
+ Added Industrial Workbench crafting for Anomalous Display
+ Added Industrial Workbench crafting for Blueprint Display
+ Added Industrial Workbench crafting for Map Display
Expand Down Expand Up @@ -1231,13 +1237,39 @@
+ Added Wiring Station crafting for Long Mechanical Elevator
+ Added Wiring Station crafting for Long Wooden Elevator
+ Added Wiring Station crafting for Long Industrial Elevator
+ Added Wiring Station crafting for Standard Lever
+ Added Wiring Station crafting for Wall Mounted Button
+ Added Agricultural Station crafting for Microwave
+ Added Unapparent Apparel item Barrel Lid
+ Added Unapparent Apparel item Handy Space Helmet
+ Added Infinity Express item Pizza
+ Restored Industrial Workbench crafting for Neon Block
+ Restored Kitchen Counter crafting for Pizza
+ Price change from 4 PIXELS to 20 PIXELS for Red Apple
+ Added Tech Dispenser item Processor after quest Dreadwing the Penguin
+ Added Tech Dispenser item TV Station
+ Added blueprint unlock on Metal Coated Wood for Rusty Bed
+ Added blueprint unlock on Metal Coated Wood for Rusty Chair
+ Added blueprint unlock on Metal Coated Wood for Rusty Door
+ Added blueprint unlock on Metal Coated Wood for Rusty Table
+ Added blueprint unlock on Rainbow Wood for Rainbow Wood Bed
+ Added blueprint unlock on Rainbow Wood for Rainbow Wood Chair
+ Added blueprint unlock on Rainbow Wood for Rainbow Wood Chest
+ Added blueprint unlock on Rainbow Wood for Rainbow Wood Door
+ Added blueprint unlock on Rainbow Wood for Rainbow Wood Table
+ Added new Frogg Furnishings set: Rainbow Wood
+ Added new Frogg Furnishings set: Sharp
+ Added new Frogg Furnishings set: Rusty
+ Added new Frogg Furnishings set: Wrecked
+ Added new Frogg Furnishings set: Unobtainable Paintings
+ Added Frogg Furnishings item Soft Armchair
+ Added Frogg Furnishings item Green Lily Pad Sign
+ Added Frogg Furnishings item Green Neon Symbol
+ Added Penguin Weapon Shop item Stone Sword
+ Renamed TV Station to Broadcast Console
+ Rarity increased from Common to Legendary for Broadcast Console
+ Price change from 190 PIXELS to 3000 PIXELS for Broadcast Console
+ Updated description of Broadcast Console to indicate it once functioned

### Avali
+ Price change from 12500 PIXELS to 11000 PIXELS for Avali Hoverbike Controller
Expand Down
27 changes: 27 additions & 0 deletions items/generic/crafting/metallic.item.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"op": "add",
"path": "/learnBlueprintsOnPickup/-",
"value": "rustbed"
},
{
"op": "add",
"path": "/learnBlueprintsOnPickup/-",
"value": "rustchair"
},
{
"op": "add",
"path": "/learnBlueprintsOnPickup/-",
"value": "rustdoor"
},
{
"op": "add",
"path": "/learnBlueprintsOnPickup/-",
"value": "rusttable"
},
{
"op": "add",
"path": "/learnBlueprintsOnPickup/-",
"value": "rustchest"
}
]
27 changes: 27 additions & 0 deletions items/generic/crafting/rainbowwood.item.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"op": "add",
"path": "/learnBlueprintsOnPickup/-",
"value": "rainbowwoodbed"
},
{
"op": "add",
"path": "/learnBlueprintsOnPickup/-",
"value": "rainbowwoodchair"
},
{
"op": "add",
"path": "/learnBlueprintsOnPickup/-",
"value": "rainbowwoodsafe"
},
{
"op": "add",
"path": "/learnBlueprintsOnPickup/-",
"value": "rainbowwooddoor"
},
{
"op": "add",
"path": "/learnBlueprintsOnPickup/-",
"value": "rainbowwoodtable"
}
]
22 changes: 22 additions & 0 deletions objects/generic/tvstation/tvstation.object.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"op": "replace",
"path": "/rarity",
"value": "Legendary"
},
{
"op": "replace",
"path": "/price",
"value": 3000
},
{
"op": "replace",
"path": "/description",
"value": "Once used to broadcast a video signal to an unknown source. An external source has sent a shutdown signal to prevent anyone from using it."
},
{
"op": "replace",
"path": "/shortdescription",
"value": "Broadcast Console"
}
]
42 changes: 42 additions & 0 deletions objects/outpost/frogfurnishing/frogfurnishing.object.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"op": "add",
"path": "/storeInventory/furniture/-",
"value": "woodenarmchair2"
},
{
"op": "add",
"path": "/storeInventory/furniture/-",
"value": "hylotlsign1g"
},
{
"op": "add",
"path": "/storeInventory/furniture/-",
"value": "hylotlsymbolg"
},
{
"op": "add",
"path": "/storeInventory/featured/-",
"value": [ "ironbed", "ironswitch", "irondoor", "ironlight", "irontable", "irontoilet" ]
},
{
"op": "add",
"path": "/storeInventory/featured/-",
"value": [ "rainbowwoodbed", "rainbowwoodchair", "rainbowwoodsafe", "rainbowwooddoor", "rainbowwoodtable" ]
},
{
"op": "add",
"path": "/storeInventory/featured/-",
"value": [ "rustbed", "rustchair", "rustdoor", "rusttable", "irontoilet", "rustbush1", "rustbush2", "rustbush3", "rustbush4" ]
},
{
"op": "add",
"path": "/storeInventory/featured/-",
"value": [ "wreckchair", "wreckgenerator", "wreckwiresceiling", "wreckscreen", "wreckpanel1", "wrecktv", "wreckconsole3", "wreckturbine2", "wreckturbines", "wreckvat1", "wreckpanel2", "wrecksmalltable" ]
},
{
"op": "add",
"path": "/storeInventory/featured/-",
"value": [ "paintingbirthofapevenus", "paintingbirthofvenus", "paintingshakespeare", "paintingcreationofpixel", "paintingscream", "paintingpearlearring", "apexwallpainting2" ]
}
]
25 changes: 7 additions & 18 deletions objects/outpost/penguinweaponshop/penguinweaponshop.object.patch
Original file line number Diff line number Diff line change
Expand Up @@ -86,24 +86,13 @@
{ "item": "electrobaton" },
{ "item": "raygun" },
{ "item": "spaceplasmarifle" },
{ "item": { "name": "erchiuseye" },
"prerequisiteQuest": "human_mission1"
},
{ "item": { "name": "ixodoomclaw" },
"prerequisiteQuest": "floran_mission2"
},
{ "item": { "name": "soluskatana" },
"prerequisiteQuest": "hylotl_mission2"
},
{ "item": { "name": "kluexstaff" },
"prerequisiteQuest": "avian_mission2"
},
{ "item": { "name": "miniknoglauncher" },
"prerequisiteQuest": "apex_mission2"
},
{ "item": { "name": "dragonhead" },
"prerequisiteQuest": "glitch_mission2"
}
{ "item": "stoneblade" },
{ "item": { "name": "erchiuseye" }, "prerequisiteQuest": "human_mission1" },
{ "item": { "name": "ixodoomclaw" }, "prerequisiteQuest": "floran_mission2" },
{ "item": { "name": "soluskatana" }, "prerequisiteQuest": "hylotl_mission2" },
{ "item": { "name": "kluexstaff" }, "prerequisiteQuest": "avian_mission2" },
{ "item": { "name": "miniknoglauncher" }, "prerequisiteQuest": "apex_mission2" },
{ "item": { "name": "dragonhead" }, "prerequisiteQuest": "glitch_mission2" }
]
},
{
Expand Down
33 changes: 14 additions & 19 deletions objects/outpost/techlab/techlabconsole1.object.patch
Original file line number Diff line number Diff line change
Expand Up @@ -67,37 +67,32 @@
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": {
"name": "mechassemblystation"
}
}
"value": { "item": { "name": "mechassemblystation" } }
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": {
"name": "manipulatormodule"
}
}
"value": { "item": { "name": "tvstation" } }
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": {
"name": "techcard"
}
}
"value": { "item": { "name": "manipulatormodule" } }
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": {
"name": "upgrademodule"
}
"value": { "item": { "name": "techcard" } }
},
{
"op": "add",
"path": "/interactData/items/-",
"value": { "item": { "name": "upgrademodule" }
}
},
{
"op": "add",
"path": "/interactData/items/-",
"value": { "item": { "name": "processor" }, "prerequisiteQuest": "penguin1" }
}
]
15 changes: 15 additions & 0 deletions player.config.patch
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,21 @@
"path": "/defaultBlueprints/tier1/0",
"value": { "item" : "markerwallplaque2" }
},
{
"op": "add",
"path": "/defaultBlueprints/tier1/0",
"value": { "item" : "outpostbutton" }
},
{
"op": "add",
"path": "/defaultBlueprints/tier1/0",
"value": { "item" : "redalert" }
},
{
"op": "add",
"path": "/defaultBlueprints/tier1/0",
"value": { "item" : "wazlights" }
},
{
"op": "add",
"path": "/defaultBlueprints/portable3dprinter",
Expand Down
8 changes: 8 additions & 0 deletions recipes/furniture1/decorative/st_rainbowwoodbed.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"input" : [
{ "item" : "silk", "count" : 3 },
{ "item" : "rainbowwood", "count" : 50 }
],
"output" : { "item" : "rainbowwoodbed", "count" : 1 },
"groups" : [ "craftingfurniture", "decoration", "all" ]
}
7 changes: 7 additions & 0 deletions recipes/furniture1/decorative/st_rainbowwoodchair.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"input" : [
{ "item" : "rainbowwood", "count" : 25 }
],
"output" : { "item" : "rainbowwoodchair", "count" : 1 },
"groups" : [ "craftingfurniture", "decoration", "all" ]
}
7 changes: 7 additions & 0 deletions recipes/furniture1/decorative/st_rainbowwooddoor.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"input" : [
{ "item" : "rainbowwood", "count" : 40 }
],
"output" : { "item" : "rainbowwooddoor", "count" : 1 },
"groups" : [ "craftingfurniture", "decoration", "all" ]
}
8 changes: 8 additions & 0 deletions recipes/furniture1/decorative/st_rainbowwoodsafe.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"input" : [
{ "item" : "silverbar", "count" : 1 },
{ "item" : "rainbowwood", "count" : 50 }
],
"output" : { "item" : "rainbowwoodsafe", "count" : 1 },
"groups" : [ "craftingfurniture", "decoration", "all" ]
}
7 changes: 7 additions & 0 deletions recipes/furniture1/decorative/st_rainbowwoodtable.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"input" : [
{ "item" : "rainbowwood", "count" : 50 }
],
"output" : { "item" : "rainbowwoodtable", "count" : 1 },
"groups" : [ "craftingfurniture", "decoration", "all" ]
}
11 changes: 11 additions & 0 deletions recipes/furniture1/materials/st_spidersilkblock.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"input" : [
{ "item" : "silkfibre", "count" : 5 }
],
"output" : {
"item" : "spidersilkblock",
"count" : 20
},
"duration" : 0.2,
"groups" : [ "craftingfurniture", "materials", "all" ]
}
7 changes: 7 additions & 0 deletions recipes/holidaycraftingtable/st_wazlights.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"input" : [
{ "item" : "holidayspirit", "count" : 4 }
],
"output" : { "item" : "wazlights", "count" : 1 },
"groups" : [ "holidaycraftingtable", "objects", "all" ]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"input" : [
{ "item" : "shroom", "count" : 8 },
{ "item" : "petalred", "count" : 4 },
{ "item" : "bottle", "count" : 1 }
{ "item" : "syringe", "count" : 1 }
],
"output" : {
"item" : "fungusstim",
"count" : 1
},
"groups" : [ "craftingmedical", "buffs" ]
"groups" : [ "craftingmedical", "healing" ]
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"item" : "grassremedy",
"count" : 1
},
"groups" : [ "craftingmedical", "buffs" ]
"groups" : [ "craftingmedical", "healing" ]
}
12 changes: 12 additions & 0 deletions recipes/medicaltable1/healing/st_synthesisstim.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"input" : [
{ "item" : "plantfibre", "count" : 8 },
{ "item" : "petalred", "count" : 4 },
{ "item" : "syringe", "count" : 1 }
],
"output" : {
"item" : "synthesisstim",
"count" : 1
},
"groups" : [ "craftingmedical", "healing" ]
}
9 changes: 9 additions & 0 deletions recipes/wiringstation/mechanics/st_redalert.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"input" : [
{ "item" : "smallbattery", "count" : 1 },
{ "item" : "siliconboard", "count" : 1 },
{ "item" : "wire", "count" : 1 }
],
"output" : { "item" : "redalert", "count" : 1 },
"groups" : [ "craftingwiring", "mechanics" ]
}
Loading

0 comments on commit 5acbd9d

Please sign in to comment.