StasisField

Creates a 500 stud radius field that prevents any parts or objects around it from being dragged. This can be used alongside with a RegionCloaker to create public infrastructure to avoid trolling and such. However, in order to function, the shield must be anchored/grounded, and nothing must be blocking above it. The shield is also extremely fragile. It is a craftable and spawnable non-flammable solid.
It consumes 50 power per tick.
It cannot be resized.
At its default size (10x10x30) it has a durability of 3.
By default, its colour is #00ff00.
It requires 250 Iron
, 100 PowerCell
, and 500 Ruby
to be crafted.
Events
Loop(tickInterval)
Fires when the object is updated by the game loop.
The tickInterval parameter is the inverse of the tick rate. For example, if the tick rate is 20
, this will be 1 / 20
(or just 0.05
). If the tick rate commands are accessible, running them will change this value. It is a number
.