SpliceHack icon indicating copy to clipboard operation
SpliceHack copied to clipboard

An in-progress nethack variant based on version 3.7. An attempt to build a "kitchen sink" style variant that is easy to pick up and play.

Results 25 SpliceHack issues
Sort by recently updated
recently updated
newest added

Submit new forge recipes in text form or as PRs! No coding knowledge required! Example of existing forge recipes: { ART_FROST_BRAND, ART_FIRE_BRAND, ART_FROSTBURN }, { RIN_TELEPORTATION, RIN_POLYMORPH_CONTROL, RIN_TELEPORT_CONTROL }, The...

enhancement
help wanted
good first issue

I wouldn't go so far as to make DSM [unwishable,](https://nethackwiki.com/wiki/Wish#UnNetHack) because knowing what to do with one's first wish is nice, and having to look up spoilers just to get...

I was trying to find the "covetous chameleon in sokoban" bug, but instead I found a different bug: ![image](https://user-images.githubusercontent.com/62170514/135144473-849bc4df-b940-44cc-860d-327c377e9aff.png) I think the mount was a long worm tail. ![image](https://user-images.githubusercontent.com/62170514/135144831-7effe980-9c40-4b92-9891-2bb630a9fca7.png)

bug
high priority

these bits from that big ol' PR are in the truest spirit of "assorted tweaks"! they defy categorization! they aren't very important! but they might be nice! and i think...

Peeling these commits out of the mega-PR to make them easier to evaluate!

- [scrolls of warp foo](https://nethackwiki.com/wiki/Item_(SpliceHack)#Scrolls) seem to have been changed to scrolls of change material. this could use a writeup on the nethackwiki, the github wiki, the changelog, anywhere really!...

help wanted
good first issue
documentation

The implementation of rope bridges over yawning chasms uses the "hole" trap type. This means that when you shift-move on a level with rope bridges over chasms, instead of turning...

quirk

- [ ] remove removed features / monsters -- partial progress - [x] update furnace page - [x] update "races" and roles - [ ] trim word count where possible...

Where blood rage checks the barbarian player's hp, it checks hp < hp/2. It should be checking maxhp/2, otherwise this condition always evaluates to false.

bug