Skip to content

Instantly share code, notes, and snippets.

@y2q-actionman
Created July 1, 2018 17:51
Show Gist options
  • Save y2q-actionman/af7ff1dae9bc0d061be9633ee32c97ab to your computer and use it in GitHub Desktop.
Save y2q-actionman/af7ff1dae9bc0d061be9633ee32c97ab to your computer and use it in GitHub Desktop.
Nethack メモ テンプレート 1

;; -*- mode: org; -*-

Dungeon

1.

  1. (fountain)
  2. (vault), fountain, (sink), (sink)
  3. MINE, fountain
  4. shop(tool), alter, magic_trap ## stash
  5. shop(armor), (vault?)
  6. Oracle, magic_trap5
  7. Sokoban, (vault), (sink)
  8. fountain, vault
  9. (bee_hive), fountain
  10. (throne)
  11. (sink)
  12. (fountain), (throne)
  13. Quest, (leprachron), (vault), poly_trap
  14. (vault), fountain
  15. fountain
  16. Rogue

18.

  1. fountain, (vault), magic_trap
  2. (vault), temple(chaotic)

21.

  1. (bee_hive), fountain
  2. vault, (soldier_room), alter
  3. Medusa
  4. magic_trap

26.

  1. (throne), fountain
  2. Castle
  3. Valley of the Dead

30. 31.

  1. Asmodeus

33.

  1. Baalzebub
  2. Jublex

Mine

5. 6.

  1. magic_trap
  2. Minetown wraith

Quest

14. 15. 16. 17.

Intrinsics

  • [X] fire resistance
  • [X] cold resistance
  • [X] sleep resistance
  • [X] shock resistance
  • [X] poison resistancey
  • [X] see invisible
  • [X] telepathy
  • [X] speed
  • [X] protection (-9)
  • [X] disintegration resistance
  • [X] invisible

tweaks

  • pray 854
  • [X] luckstone
  • [X] unicorn horn
  • [X] scare monster found
  • [ ] wand of cancellation found

Artifact

  1. Excalibur
  2. Mjollnir
  3. Orb of Fate
  4. Snickersnee
  5. Frost Brand

Genocide

  • [X] L
  • [ ] mind flayer
  • [ ] master mind flayer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment