table_frame  
| Vars | |
| construction_time | How long the table takes to make | 
|---|---|
| framestack | The resource dropped when the table frame is destroyed or deconstructed | 
| framestackamount | How many of framestack resource are dropped | 
| restrict_table_types | What stacks can be used to make the table, and if it will result in a unique table | 
| Procs | |
| try_make_table | Try to make a table with the item used to attack. FALSE if you can't make a table and should attack. TRUE does not necessarily mean a table was made. | 
Var Details
construction_time  
How long the table takes to make
framestack  
The resource dropped when the table frame is destroyed or deconstructed
framestackamount  
How many of framestack resource are dropped
restrict_table_types  
What stacks can be used to make the table, and if it will result in a unique table
Proc Details
try_make_table
Try to make a table with the item used to attack. FALSE if you can't make a table and should attack. TRUE does not necessarily mean a table was made.