From Dark and Darker Wiki
Combined display of all available logs of Dark and Darker Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:08, 14 March 2026 Raw Salad talk contribs created page Module:Weapon/doc (Created page with "=Overview= Functions for making Weapon table. Data comes from Data:Weapon.json. =Functions= ==draw_table== Creates a table of weapons ===Parameters=== * ''1'' - <Type> * ''2'' - Craftable or Uncraftable or Artifact ==draw_table examples== ===Craftable Sword=== ---- <pre>{{#invoke:Weapon|draw_table|Sword|Craftable}}</pre> {{#invoke:Weapon|draw_table|Sword|Craftable}} <br> ===Firearm=== ---- <pre>{{#invoke:Weapon|draw_table|Firearm|Uncraftable}}</pre> {{#in...")