moisture_trap
- This structure acts as a source of moisture loving cell lines, as well as a location where a hidden item can sometimes be retrieved at the cost of risking a vicious bite.*
Vars | |
critter_infested | This var determines if there is a chance to receive a bite when sticking your hand into the water. |
---|---|
hidden_item | This var stores the hidden item that might be able to be retrieved from the trap |
loot_table | weighted loot table for what loot you can find inside the moisture trap. the actual loot isn't that great and should probably be improved and expanded later. |
Procs | |
CanReachInside | This proc checks if we are able to reach inside the trap to interact with it. |
Var Details
critter_infested
This var determines if there is a chance to receive a bite when sticking your hand into the water.
hidden_item
This var stores the hidden item that might be able to be retrieved from the trap
loot_table
weighted loot table for what loot you can find inside the moisture trap. the actual loot isn't that great and should probably be improved and expanded later.
Proc Details
CanReachInside
This proc checks if we are able to reach inside the trap to interact with it.