Search found 1 match

by rabmuk
Sun Jun 02, 2024 2:29 pm
Forum: Modding help
Topic: question about healing_per_tick
Replies: 1
Views: 572

question about healing_per_tick

I'm trying to make a building that decays over time. That once it's placed, it loses health automatically

I tried
local dungeon_assembler_entity = table.deepcopy(data.raw["assembling-machine"]["assembling-machine-1"])
dungeon_assembler_entity.healing_per_tick = -1
and nothing

So then I tired ...

Go to advanced search