Skip to content

Commit

Permalink
261-remove-heat-stacking-unify-heat-values: Every heat source now giv…
Browse files Browse the repository at this point in the history
…es the same amount of heat, adjusted durations
  • Loading branch information
Nullformed committed Dec 19, 2024
1 parent e4fee2b commit 2c0bee3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions api/items/placeables/big-campfire.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"id": 20,
"type": "PLACEABLE",
"factors": {
"heatPerSecond": 0.05,
"durationInSeconds": 300,
"heatPerSecond": 0.06,
"durationInSeconds": 250,
"heatRadius": 1,
"vulnerability": 0.01
},
Expand Down
4 changes: 2 additions & 2 deletions api/items/placeables/campfire.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"id": 19,
"type": "PLACEABLE",
"factors": {
"heatPerSecond": 0.045,
"durationInSeconds": 150,
"heatPerSecond": 0.06,
"durationInSeconds": 100,
"heatRadius": 0.8333,
"vulnerability": 0.01
},
Expand Down
2 changes: 1 addition & 1 deletion api/items/placeables/furnace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"heatPerSecond": 0.06,
"heatRadius": 1.35,
"vulnerability": 0.01,
"durationInSeconds": 1200
"durationInSeconds": 1800
},
"recipe": {
"craftTimeInSeconds": 10,
Expand Down

0 comments on commit 2c0bee3

Please sign in to comment.