Skip to content

Commit

Permalink
Misc tweaks update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenan2000 committed Dec 19, 2023
1 parent e7ff54d commit a4f6407
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"charges": 10,
"healthy": -1,
"fun": 5,
"freezing_point": -22,
"phase": "liquid"
},
{
Expand All @@ -46,7 +45,6 @@
"charges": 10,
"healthy": -1,
"fun": -15,
"freezing_point": -15,
"phase": "liquid"
}
]
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
[
{
"copy-from": "e_scrap",
"id": "Autonmous_Machine_Parts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"quench": -20,
"healthy": -20,
"fun": -20,
"freezing_point": -100,
"phase": "liquid",
"use_action": {
"type": "consume_drug",
Expand All @@ -43,7 +42,6 @@
"quench": -30,
"healthy": -30,
"fun": -30,
"freezing_point": -100,
"phase": "liquid",
"use_action": {
"type": "consume_drug",
Expand All @@ -69,7 +67,6 @@
"quench": -50,
"healthy": -50,
"fun": -40,
"freezing_point": -100,
"phase": "liquid",
"use_action": {
"type": "consume_drug",
Expand Down Expand Up @@ -99,7 +96,6 @@
"quench": -10,
"healthy": -10,
"fun": -5,
"freezing_point": -100,
"phase": "liquid",
"use_action": { "type": "cast_spell", "spell_id": "ghost_sight_spell", "no_fail": true, "level": 0 }
},
Expand Down Expand Up @@ -206,7 +202,6 @@
"volume": "250 ml",
"phase": "liquid",
"flags": [ "EATEN_COLD", "NUTRIENT_OVERRIDE" ],
"freezing_point": -100,
"fun": -2
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@
"phase": "liquid",
"charges": 4,
"flags": [ "EATEN_COLD" ],
"freezing_point": -49,
"fun": 30
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"charges": 10,
"healthy": -1,
"fun": -15,
"freezing_point": -22,
"phase": "liquid"
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"phase": "liquid",
"charges": 7,
"fun": 15,
"flags": [ "EATEN_COLD" ],
"freezing_point": -22
"flags": [ "EATEN_COLD" ]
},
{
"type": "COMESTIBLE",
Expand All @@ -48,8 +47,7 @@
"phase": "liquid",
"charges": 7,
"fun": 15,
"flags": [ "EATEN_COLD" ],
"freezing_point": -44
"flags": [ "EATEN_COLD" ]
},
{
"type": "COMESTIBLE",
Expand All @@ -74,8 +72,7 @@
"phase": "liquid",
"charges": 7,
"fun": 15,
"flags": [ "EATEN_COLD" ],
"freezing_point": -44
"flags": [ "EATEN_COLD" ]
},
{
"type": "COMESTIBLE",
Expand Down Expand Up @@ -240,7 +237,6 @@
"volume": "250 ml",
"phase": "liquid",
"flags": [ "EATEN_COLD" ],
"freezing_point": -23,
"fun": 100
},
{
Expand Down
Loading

0 comments on commit a4f6407

Please sign in to comment.