Started by
Rommottantotto
on
Topic category: Help with Minecraft modding (Java Edition)
Guys I'm trying to create an effect that damages you trough time.
Now the questions are the following:
how can I make that it's not armor affected?
how can I make it have my custom particles?
and how can I do that it damages you only each tot time?
If I wasn't clear please lemme know.
You can spam your own particles in the trigger where each tick during the effect. And you can check the time in the world and watch every tick how different it is. Then update the constant. And Each specific time interval is dealt (the amount of ) damage
i think you can just subtract health instead of dealing damage (use the "set health" block)
and then you spawn particles in the procedure