asteroid  
Asteroid
| Vars | |
| dig_result | Itemstack to drop when dug by a shovel | 
|---|---|
| dug | Whether the turf has been dug or not | 
| floor_variance | Probability floor has a different icon state | 
| has_floor_variance | Whether this turf has different icon states | 
| turf_type | Base turf type to be created by the tunnel | 
| worm_chance | Percentage chance of receiving a bonus worm | 
| Procs | |
| can_dig | If the user can dig the turf | 
| getDug | Drops itemstack when dug and changes icon | 
| refill_dug | Refills the previously dug tile | 
Var Details
dig_result  
Itemstack to drop when dug by a shovel
dug 
Whether the turf has been dug or not
floor_variance 
Probability floor has a different icon state
has_floor_variance 
Whether this turf has different icon states
turf_type 
Base turf type to be created by the tunnel
worm_chance 
Percentage chance of receiving a bonus worm
Proc Details
can_dig
If the user can dig the turf
getDug
Drops itemstack when dug and changes icon
refill_dug
Refills the previously dug tile