Template:Structure

From Palworld Wiki
Jump to navigation Jump to search


{{Structure
| description    = 
| category       = 
| hit_points     = 
| capacity       = 
| supporting     =

| workload       = 
| mat1           = 
| qty1           = 
| mat2           = 
| qty2           = 
| mat3           = 
| qty3           = 
| mat4           = 
| qty4           = 

| tech_name      = 
| required_level = 
| tech_cost      = 
}}

Example:

{{Structure
| description    = A Primitive Workbench for producing simple items. Requires a Pal that can work with their hands.
| category       = Production
| hit_points     = 1,000
| supporting     = false

| workload       = 5
| mat1           = Wood
| qty1           = 2

| tech_name      = 
| required_level = 1
| tech_cost      = 0
}}