#Are Custom Raids Possible?
1 messages · Page 1 of 1 (latest)
Im not sure exactly what you'd need to do, but scripting would probably be the best solution
Use dynamic properties to track the info of it and such. As for the progress bar, I'm not sure if theres a method for displaying that, so you might need to use an entity with the boss component and modify its health with the script
You can probably transform the entities that are summoned in a raid, since all of those entities have in common that they execute a special event for the raid, Although I don't know if transforming allows them to maintain their invader positions, you should probably add the dweller component so that they maintain their position and are not counted as dead.
Did u find how to edit vanilla raid? I mean maybe we can add the quantity of mob that spawn during raid or etc, especially without using script or enabling BETA API