Difference between revisions of "Talk:Town"

From NetHackWiki
Jump to navigation Jump to search
Line 19: Line 19:
  
 
--[[User:Ozymandias|Ozymandias]] ([[User talk:Ozymandias|talk]]) 14:45, 22 July 2013 (UTC)
 
--[[User:Ozymandias|Ozymandias]] ([[User talk:Ozymandias|talk]]) 14:45, 22 July 2013 (UTC)
 +
 +
The town contains a music shop. We should add this to the article, and possibly add it to the shop page as well.
 +
 +
{"rare instruments", TOOL_CLASS, 1, D_SHOP, 
 +
253             {{10, -TIN_WHISTLE  }, { 3, -MAGIC_WHISTLE  },
 +
254             {10, -WOODEN_FLUTE }, { 3, -MAGIC_FLUTE    },
 +
255             {10, -TOOLED_HORN  }, { 3, -FROST_HORN    },
 +
256             { 3, -FIRE_HORN    }, { 3, -HORN_OF_PLENTY },
 +
257             {10, -WOODEN_HARP  }, { 3, -MAGIC_HARP    },
 +
258             {10, -BELL        }, {10, -BUGLE          },
 +
259             {10, -LEATHER_DRUM }, { 2, -DRUM_OF_EARTHQUAKE},
 +
260             { 5, -T_SHIRT      }, { 5, -LOCK_PICK      },
 +
261             {0, 0}} , shkmusic},
 +
 +
--[[User:Ozymandias|Ozymandias]] ([[User talk:Ozymandias|talk]]) 21:36, 29 July 2013 (UTC)

Revision as of 21:36, 29 July 2013

Town added in this changeset (and modified in ones going forward from here)

https://sourceforge.net/apps/trac/unnethack/changeset/38


From what I can tell, it started out based closely on the Mall from SLASH'EM, but then changed significantly from then on.


Also, based on the comments, it appears to be a nod to Angband - maybe the eventual article could mention that.

--Ozymandias (talk) 23:45, 21 July 2013 (UTC)

Town length reduced here and filler level added - this info should get merged into the article.

(Well, first the article should be written, and *then* this should be merged into the article...)

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

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

The town contains a music shop. We should add this to the article, and possibly add it to the shop page as well.

{"rare instruments", TOOL_CLASS, 1, D_SHOP,  
	253	            {{10, -TIN_WHISTLE  }, { 3, -MAGIC_WHISTLE  }, 
	254	             {10, -WOODEN_FLUTE }, { 3, -MAGIC_FLUTE    }, 
	255	             {10, -TOOLED_HORN  }, { 3, -FROST_HORN     }, 
	256	             { 3, -FIRE_HORN    }, { 3, -HORN_OF_PLENTY }, 
	257	             {10, -WOODEN_HARP  }, { 3, -MAGIC_HARP     }, 
	258	             {10, -BELL         }, {10, -BUGLE          }, 
	259	             {10, -LEATHER_DRUM }, { 2, -DRUM_OF_EARTHQUAKE}, 
	260	             { 5, -T_SHIRT      }, { 5, -LOCK_PICK      }, 
	261	             {0, 0}} , shkmusic}, 

--Ozymandias (talk) 21:36, 29 July 2013 (UTC)