Talk:The Lightsaber Prototype

From NetHackWiki
Revision as of 15:40, 3 May 2013 by Prometheus77 (talk | contribs) (Created page with "Here's the source code from the patch: +A("The Lightsaber Prototype", RED_LIGHTSABER, + (SPFX_NOGEN|SPFX_RESTR|SPFX_INTEL|SPFX_REFLECT), 0, 0, + PHYS(5, 10), NO_DFNS, NO_CARY,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Here's the source code from the patch: +A("The Lightsaber Prototype", RED_LIGHTSABER, + (SPFX_NOGEN|SPFX_RESTR|SPFX_INTEL|SPFX_REFLECT), 0, 0, + PHYS(5, 10), NO_DFNS, NO_CARY, + ENERGY_BOOST, A_LAWFUL, PM_JEDI, NON_PM, 3500L ),

Please let me know if I got anything wrong. --Prometheus77 (talk) 15:40, 3 May 2013 (UTC)