Skip to content

Commit

Permalink
Implement more disabled items for letters A-O
Browse files Browse the repository at this point in the history
  • Loading branch information
LeDrascol committed Jul 1, 2019
1 parent 777b6b9 commit f1dfce0
Show file tree
Hide file tree
Showing 51 changed files with 719 additions and 54 deletions.
64 changes: 58 additions & 6 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@
+ Moved shop item from Infinity Express to Terramart - Apple
+ Updated item organization for Tech Dispenser
+ Added Infinity Express item Hamburger
+ Added Infinity Express item Pizza Slice
+ ~~Added Infinity Express item Pizza Slice~~
+ Added new Rocket Jump parameter rocketCooldown
+ Rocket Jump tech now recharges via cooldown in the air
+ Added Rocket Jump sound queue dashCooldown
Expand Down Expand Up @@ -1181,6 +1181,63 @@
+ Updated tooltip for Matter Manipulator Prime with fitting flavor text
+ Updated description for Chucklefish with immense snark
+ Updated objective text for fuel quest to encourage gathering more fuel
+ Added tag spookyTweaksShop to Instruments Shop for addon support
+ Allowed 3D printing for Benjamin Deust Statue
+ Allowed 3D printing for Cameron York Statue
+ Allowed 3D printing for Imagination Memorial
+ Allowed 3D printing for XOliver137 Statue
+ Added Terramart item Raw Ham
+ Added Terramart item Green Apple
+ Added default blueprint Cooked Tentacle
+ Added Wooden Workbench crafting for Cloud
+ Added Wooden Workbench crafting for Coconut Block
+ Added Wooden Workbench crafting for Crooked Bone Railing
+ Added Wooden Workbench crafting for Glass Panel
+ Added Wooden Workbench crafting for Basic Metal Chair
+ Added Wooden Workbench crafting for Flower Statue
+ Added Wooden Workbench crafting for Checkout Sign
+ Added Wooden Workbench crafting for Classic Ceiling Light
+ Added Wooden Workbench crafting for Deck Chair
+ Added Wooden Workbench crafting for Kennel
+ Added Wooden Workbench crafting for Hanging Basket (Alt)
+ Added Wooden Workbench crafting for Help Me Sign
+ Added Wooden Workbench crafting for Interrogation Rack
+ Added Wooden Workbench crafting for Medical Bay Sign
+ Added Industrial Workbench crafting for Anomalous Display
+ Added Industrial Workbench crafting for Blueprint Display
+ Added Industrial Workbench crafting for Map Display
+ Added Industrial Workbench crafting for Statistical Display
+ Added Industrial Workbench crafting for Golden Pedestal
+ Added Industrial Workbench crafting for Grail
+ Added Industrial Workbench crafting for Gold Classic Jug
+ Added Industrial Workbench crafting for Gold Jug
+ Added Industrial Workbench crafting for Gold Slim Vase
+ Added Industrial Workbench crafting for Gold Slim Vase (alt)
+ Added Industrial Workbench crafting for Odd Gold Jug
+ Added Industrial Workbench crafting for Exit Sign
+ Added Industrial Workbench crafting for LED Recruitment Panel
+ Added Industrial Workbench crafting for Matter Block
+ Added Industrial Workbench crafting for LED Recruitment Panel
+ Added Apothecary crafting for Grass Remedy
+ Added Apothecary crafting for Fungus Stim
+ Added Wiring Station crafting for Hi-tech Turret
+ Added Wiring Station crafting for Hi-tech Security Camera
+ Added Wiring Station crafting for Medieval Bookcase Switch
+ Added Wiring Station crafting for Short Durasteel Elevator
+ Added Wiring Station crafting for Short Mechanical Elevator
+ Added Wiring Station crafting for Short Wooden Elevator
+ Added Wiring Station crafting for Short Industrial Elevator
+ Added Wiring Station crafting for Long Durasteel Elevator
+ 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 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

### Avali
+ Price change from 12500 PIXELS to 11000 PIXELS for Avali Hoverbike Controller
Expand All @@ -1200,11 +1257,6 @@
+ Added self-crafting learn on pickup for Avali Flag
+ Renamed Avali Flag to Flag - Avali
+ Updated normal (casual) mode respawn text to match vanilla changes
+ Added tag spookyTweaksShop to Instruments Shop for addon support
+ Allowed 3D printing for Benjamin Deust Statue
+ Allowed 3D printing for Cameron York Statue
+ Allowed 3D printing for Imagination Memorial
+ Allowed 3D printing for XOliver137 Statue

### Familiars
+ Updated normal (casual) mode respawn text to match vanilla changes
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ This project is open source. You may create a modular fork if you only want a ce
**Latest Update**
- The orange stimpack returns
- Mining tools can be made at an Agricultural Station
- __FINALCOUNT__ unobtainable decorations are craftable again

## Official Integration
The mods listed below are patched to use this mod's changes
Expand Down
7 changes: 7 additions & 0 deletions items/generic/produce/redapple.consumable.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"op": "replace",
"path": "/price",
"value": 20
}
]
5 changes: 4 additions & 1 deletion npcs/merchantpools.config.patch
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,10 @@
{ "item" : { "name" : "pharaohhead" }, "rarity" : 0.5 },
{ "item" : { "name" : "sheephead" }, "rarity" : 0.5 },
{ "item" : { "name" : "peacekeeperhead" }, "rarity" : 0.5 },
{ "item" : { "name" : "armoredcultisthead" }, "rarity" : 0.5 }
{ "item" : { "name" : "armoredcultisthead" }, "rarity" : 0.5 },
{ "item" : { "name" : "barrelhead" }, "rarity" : 0.5 },
{ "item" : { "name" : "t2helm1" }, "rarity" : 0.5 },
{ "item" : { "name" : "t2helm2" }, "rarity" : 0.5 }
]
]
]
Expand Down
34 changes: 9 additions & 25 deletions objects/outpost/infinityexpress/infinityexpress.object.patch
Original file line number Diff line number Diff line change
Expand Up @@ -40,58 +40,42 @@
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "pizzaslice"
}
"value": { "item": "pizza" }
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "hamburger"
}
"value": { "item": "hamburger" }
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "cottonwool"
}
"value": { "item": "cottonwool" }
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "parasol"
}
"value": { "item": "parasol" }
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "greenflashlight"
}
"value": { "item": "greenflashlight" }
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "redflashlight"
}
"value": { "item": "redflashlight" }
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "yellowflashlight"
}
"value": { "item": "yellowflashlight" }
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "beachball"
}
"value": { "item": "beachball" }
},
{
"op": "replace",
Expand All @@ -103,4 +87,4 @@
"path": "/interactData/paneLayoutOverride/windowtitle/subtitle",
"value": " ^#b9b5b2;Scraps, snacks, and supplies"
}
]
]
45 changes: 23 additions & 22 deletions objects/outpost/terramart/terramart.object.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,50 +7,51 @@
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "cheese"
}
"value": { "item": "cheese" }
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "egg"
}
"value": { "item": "egg" }
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "milk"
}
"value": { "item": "milk" }
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "rawbacon"
}
"value": { "item": "rawbacon" }
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "redapple"
}
"value": { "item": "rawham" }
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "capturepod"
}
"value": { "item": "redapple" }
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "broom"
}
"value": { "item": "greenapple" }
},
{
"op": "add",
"path": "/interactData/items/-",
"value": { "item": "orange" }
},
{
"op": "add",
"path": "/interactData/items/-",
"value": { "item": "capturepod" }
},
{
"op": "add",
"path": "/interactData/items/-",
"value": { "item": "broom" }
}
]
]
Loading

0 comments on commit f1dfce0

Please sign in to comment.