Commit Graph

10 Commits (master)

Author SHA1 Message Date
kts of kettek (nyaa) 89b5ea6db0 Make throwable prioritize weapons and other throwables 2019-08-13 17:22:22 -07:00
kts of kettek (nyaa) 8dd6d34357 Remove automake files; add note 2019-08-12 18:29:59 -07:00
kts of kettek (nyaa) 15dc8e0d15 Allow god-given items to be placed in containers 2018-06-30 20:48:34 -07:00
kts of kettek (nyaa) 4ea30c22d0 Add CONTAINER_FLESH container subtype
This is used to match the other_arch property of items attempting to be
put into a container. These other_arch values are checked against the
container's "race" string. Example:
    * flesh sack -> race -> "hill_giant,beholder"
    * "hill giant's head" will match if other_arch is "hill_giant"
    * "beholder's tongue" will match if other_arch is "beholder"

It also might be good to match by name instead, but we'll see.
2018-06-29 17:57:34 -07:00
kts of kettek (nyaa) 198f3e83b1 Add throwable alchemist vials support 2018-06-29 17:56:58 -07:00
kts of kettek (nyaa) fc24270545 Add additional sources of slaying
Slaying can now be built from multiple sources. These are:
  * weapons, as per before
  * player race
  * FORCE items, so you can gift slaying to a player
  * applied via player changers that contain a player class with a
    slaying field
2018-06-28 11:57:57 -07:00
kts of kettek (nyaa) ba9542286a Add earring type 2018-06-22 16:21:16 -07:00
kts of kettek (nyaa) 469408c07f Increase magic odds, add magic, add 'who functionality 2018-06-20 23:55:43 -07:00
kts of kettek 51aecfb4d9 Add hack to allow attacktype changes for personalized god wepaons 2017-03-22 13:52:17 -07:00
kts of kettek aa3be6d40b Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00