Difference between revisions of "Talk:The Lightsaber Prototype"

From NetHackWiki
Jump to navigation Jump to search
m
m (Bcode moved page Talk:Lightsaber Prototype to Talk:The Lightsaber Prototype: Include a "the", consistent with other artifact pages.)
 
(No difference)

Latest revision as of 17:17, 3 May 2013

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)