Skip to content

Commit

Permalink
goofy ahhh lag reduction
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored May 14, 2024
1 parent 7f812b2 commit 6083321
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions data/json/furniture_and_terrain/furniture-appliances.json
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,8 @@
"color": "yellow",
"move_cost_mod": -1,
"required_str": -1,
"active": [ "steady_consumer", { "power": -1, "consume_every": "100 s" } ],
"//": "10 watts, all of these below are staggered across 5 minutes to avoid lag. Todo: conver to not rely on steady_consumer hacks",
"active": [ "steady_consumer", { "power": -3, "consume_every": "300 s" } ],
"flags": [ "TRANSPARENT" ],
"deconstruct": {
"items": [
Expand Down Expand Up @@ -867,7 +868,8 @@
"move_cost_mod": -1,
"coverage": 30,
"required_str": -1,
"active": [ "steady_consumer", { "power": -1, "consume_every": "34 s" } ],
"//": "30 watts",
"active": [ "steady_consumer", { "power": -9, "consume_every": "300 s" } ],
"flags": [ "TRANSPARENT" ],
"deconstruct": {
"items": [
Expand Down Expand Up @@ -905,7 +907,8 @@
"move_cost_mod": -1,
"coverage": 30,
"required_str": -1,
"active": [ "steady_consumer", { "power": -1, "consume_every": "13 s" } ],
"//": "80 watts",
"active": [ "steady_consumer", { "power": -24, "consume_every": "300 s" } ],
"flags": [ "TRANSPARENT" ],
"deconstruct": {
"items": [
Expand Down Expand Up @@ -941,7 +944,8 @@
"symbol": "#",
"color": "yellow",
"coverage": 60,
"active": [ "steady_consumer", { "power": -1, "consume_every": "6 s" } ],
"//": "30 watts",
"active": [ "steady_consumer", { "power": -54, "consume_every": "300 s" } ],
"deconstruct": {
"items": [
{ "item": "solder_wire", "charges": 20 },
Expand Down

0 comments on commit 6083321

Please sign in to comment.