Skip to content

Commit

Permalink
your mother was a hamster
Browse files Browse the repository at this point in the history
reverts
  • Loading branch information
SentientCookie committed Nov 23, 2019
1 parent 83c1ccc commit cd9b9cd
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 114 deletions.
3 changes: 1 addition & 2 deletions items/generic/food/jarredfetus.consumable
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
"itemName": "jarredfetus",
"rarity": "Rare",
"category": "fuel",
"price": 385,
"price": 165,
"inventoryIcon": "jarredfetus.png",
"description": "A fetus, too early in development to determine species without research.",
"shortdescription": "Jarred Fetus",
"fuelAmount": 35,
"effects": [ ["madnessgain2"] ],
"foodValue": 12,
"tooltipKind": "food",
Expand Down
7 changes: 3 additions & 4 deletions items/generic/food/orphanpaste.consumable
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,19 @@
"itemName": "orphanpaste",
"rarity": "Rare",
"category": "fuel",
"price": 405,
"price": 65,
"inventoryIcon": "orphanpaste.png",
"description": "Made from only the finest ingredients. A perfect food for Vegans! Can fuel ships and mechs.\n^cyan;+^white;10% ^cyan;HP ^gray;(^white;75s^gray;)^reset;",
"shortdescription": "Orphan Paste",
"fuelAmount": 40,
"fuelAmount": 25,
"effects": [
[
{
"effect": "maxhealthscalingboostfood",
"duration": 75,
"healthModifier": 1.1
}
],
["madnessgain2"]
]
],
"foodValue": 12,
"tooltipKind": "food",
Expand Down
186 changes: 90 additions & 96 deletions objects/outpost/penguinbay/penguinbay.object.patch
Original file line number Diff line number Diff line change
@@ -1,97 +1,91 @@
[{
"op": "replace",
"path": "/interactData/paneLayoutOverride/windowtitle/subtitle",
"value": "100% legit ship licenses and resources."
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "hermespill"
}
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "bouncewrap"
}
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "portaljuice"
}
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "novaglowjuice"
}
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "shieldpatch"
}
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "honeyboon"
}
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "gyrostabilizer"
}
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "statustablet"
}
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "crewcontract_cyborg"
}
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "faceskin"
}
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "babyheadonastick"
}
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "orphanpaste"
}
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "jarredfetus"
}
}
[
{
"op": "replace",
"path": "/interactData/paneLayoutOverride/windowtitle/subtitle",
"value": "100% legit ship licenses and resources."
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "hermespill"
}
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "bouncewrap"
}
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "portaljuice"
}
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "novaglowjuice"
}
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "shieldpatch"
}
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "honeyboon"
}
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "gyrostabilizer"
}
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "statustablet"
}
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "crewcontract_cyborg"
}
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "faceskin"
}
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "babyheadonastick"
}
},
{
"op": "add",
"path": "/interactData/items/-",
"value": {
"item": "orphanpaste"
}
}
]
2 changes: 1 addition & 1 deletion recipes/cookingtable1/snacks/orphanpaste.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"input" : [
{ "item" : "jarredfetus", "count" : 1 }
],
"output" : { "item" : "orphanpaste", "count" : 3 },
"output" : { "item" : "orphanpaste", "count" : 5 },
"groups" : [ "craftingfood", "snacks", "nouncrafting" ]
}
11 changes: 0 additions & 11 deletions recipes/fufoodstorefloran/jarredfetus.recipe

This file was deleted.

0 comments on commit cd9b9cd

Please sign in to comment.