Talk:Bottom level of Sheol

From NetHackWiki
Revision as of 14:52, 22 July 2013 by Ozymandias (talk | contribs) (Created page with "http://sourceforge.net/apps/trac/unnethack/changeset/1095 114 115 # Bottom level of Sheol 116 MAZE: "palace_e", ' ' 117 FLAGS: noteleport,hardfloor 118 GEOME...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

http://sourceforge.net/apps/trac/unnethack/changeset/1095


	114	 
	115	# Bottom level of Sheol 
	116	MAZE: "palace_e", ' ' 
	117	FLAGS: noteleport,hardfloor 
	118	GEOMETRY:center,center 
	119	MAP 
	120	                                                                             
	121	                                                                             
	122	         --------------------------------------------------                  
	123	        --..........................................YYYYYY-----              
	124	        |.....--........--......................YYYYY....YYYYY----           
	125	        |....|  |......|  |.....-............YYYY............YYYY---         
	126	      ---....|  |......|  |....| |..--.T...YYY.....T...T...T....YYY---       
	127	      |.......--...T....--...T..-...--...YYY......................YYY--      
	128	   ----.................................YY..........................YY--     
	129	   |...............{.........{.........YY....................\.......YY-     
	130	   ----.................................YY..........................YY--     
	131	      |.......--...T....--...T..-...--...YYY......................YYY--      
	132	      ---....|  |......|  |....| |..--.T...YYY.....T...T...T....YYY---       
	133	        |....|  |......|  |.....-............YYYY............YYYY---         
	134	        |.....--........--......................YYYYY....YYYYY----           
	135	        --..........................................YYYYYY-----              
	136	         --------------------------------------------------                  
	137	                                                                             
	138	                                                                             
	139	                                                                             
	140	ENDMAP 
	141	 
	142	STAIR: (4,9),up 
	143	 
	144	NON_DIGGABLE:(00,00,75,19) 
	145	 
	146	# Random chests 
	147	OBJECT:'(',"chest",(62,8) 
	148	OBJECT:'(',"chest",(62,10) 
	149	OBJECT:'(',"chest",(64,8) 
	150	OBJECT:'(',"chest",(64,10) 
	151	OBJECT:'(',"chest",(66,8) 
	152	OBJECT:'(',"chest",(66,10) 
	153	 


Is this enough for an article?

--Ozymandias (talk) 14:52, 22 July 2013 (UTC)