Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 385 Bytes

readme.md

File metadata and controls

10 lines (6 loc) · 385 Bytes

Project Zomboid Mod

Adds muliple holes to clothing when a zombie is hit and adds damage to attached weapons when a zombie dies

Commands

  • npm run clean: Cleans the media/lua output Lua code.
  • npm run compile: Compiles .ts files from the ./src/ folder to .lua files in the output folder.
  • npm run dev: Runs a watcher, watching .lua, .ts, and .d.ts files.