Difference between revisions of "User:Dr. 8-Bit"

From NetHackWiki
Jump to navigation Jump to search
m
Line 4: Line 4:
  
 
I enjoy making variants, though I'm not very good at it - so far I know how to add races, items, monsters, and artifacts, and edit the starting inventories of roles.
 
I enjoy making variants, though I'm not very good at it - so far I know how to add races, items, monsters, and artifacts, and edit the starting inventories of roles.
 +
 +
Here's the most bizarre monster I've created so far, the penguin (thanks to Qazmlpok for the [[User:Qazmlpok/nhtohtml|nhtohtml utility]].
 +
 +
{{ monster
 +
|name=penguin
 +
|difficulty=5
 +
|level=1
 +
|experience=17
 +
|speed=3
 +
|AC=6
 +
|MR=0
 +
|align=-1
 +
|frequency=Very rare, appears in large groups
 +
|genocidable=Yes
 +
|attacks=[[Engulfing]] 3d6 [[fire]], Explode 3d6 [[cold]], Bite 3d6 [[shock]]
 +
|resistances conveyed=cold (3%), causes [[teleportitis]] (5%)
 +
|resistances=cold
 +
|attributes={{attributes|A penguin|animal=1|nohands=1|metallivore=1|oviparous=1|amorphous=1|tport=1|peaceful=1|wander=1|jewels=1|magic=1|infravisible=1}}
 +
|size=Small
 +
|nutr=60
 +
|weight=60
 +
|reference=[[monst.c#line218]]
 +
}}

Revision as of 05:29, 1 December 2010

Hello all. I exist.

I have not ascended. The deepest I've ever gotten was dlvl 10, which I got to twice. Both times I was a samurai. Both times I was killed by some form of jelly. I hate jellies.

I enjoy making variants, though I'm not very good at it - so far I know how to add races, items, monsters, and artifacts, and edit the starting inventories of roles.

Here's the most bizarre monster I've created so far, the penguin (thanks to Qazmlpok for the nhtohtml utility.