protean 
Vars | |
| metabolism_modifier | Multiplicative modifier to how fast we lose metal |
|---|---|
| metal | How much metal are we holding currently (In sheets) |
| metal_max | How much max metal can we hold at any given time (In sheets). This isn't using nutrition code because nutrition code gets weird without livers. |
Procs | |
| after_eat | If we ate a sheet of metal, add it to storage. |
| try_stomach_eat | Check to see if our metal storage is full. |
Var Details
metabolism_modifier 
Multiplicative modifier to how fast we lose metal
metal 
How much metal are we holding currently (In sheets)
metal_max 
How much max metal can we hold at any given time (In sheets). This isn't using nutrition code because nutrition code gets weird without livers.
Proc Details
after_eat
If we ate a sheet of metal, add it to storage.
try_stomach_eat
Check to see if our metal storage is full.