Go to file
Duane Robertson 2d8b1a9126 Change use_texture_alpha to new form. 2021-03-31 09:22:52 -05:00
sounds Fix time/altitude checks. General cleaning. 2019-06-03 00:29:12 -05:00
textures Add nuisance damage and candles. 2019-07-24 00:06:14 -05:00
.gitignore Adjust several parameters. 2019-06-18 01:51:43 -05:00
LICENSE Remove most of the noctural settings. 2019-07-18 03:35:33 -05:00
README.md Allow chance of attack. 2017-11-03 00:23:55 -05:00
ape.lua Fix time/altitude checks. General cleaning. 2019-06-03 00:29:12 -05:00
api.lua Change use_texture_alpha to new form. 2021-03-31 09:22:52 -05:00
bear.lua Fix name error. 2020-11-12 23:33:43 -06:00
bee.lua Change use_texture_alpha to new form. 2021-03-31 09:22:52 -05:00
boulder.lua Add nuisance damage and candles. 2019-07-24 00:06:14 -05:00
chicken.lua Fix eating check. Add bonedust for skeletons. 2019-07-23 05:57:21 -05:00
cow.lua Fix time/altitude checks. General cleaning. 2019-06-03 00:29:12 -05:00
demon.lua Fix time/altitude checks. General cleaning. 2019-06-03 00:29:12 -05:00
fox.lua Fix time/altitude checks. General cleaning. 2019-06-03 00:29:12 -05:00
goat.lua Add nuisance damage and candles. 2019-07-24 00:06:14 -05:00
goblin.lua Adjust drops. 2019-07-26 11:34:17 -05:00
init.lua Add timed difficulty. 2019-09-10 11:40:15 -05:00
jackel_guardian.lua Fix time/altitude checks. General cleaning. 2019-06-03 00:29:12 -05:00
kangaroo.lua Adjust drops. 2019-07-26 11:34:17 -05:00
lion.lua Fix time/altitude checks. General cleaning. 2019-06-03 00:29:12 -05:00
lizard.lua Tweak lizards. 2019-08-01 04:03:40 -05:00
manual.txt Allow chance of attack. 2017-11-03 00:23:55 -05:00
mobs_redo.lua Remove most of the noctural settings. 2019-07-18 03:35:33 -05:00
mod.conf Fix status calls, taming, and image credits. 2019-06-01 02:12:01 -05:00
nodes.lua Add timed difficulty. 2019-09-10 11:40:15 -05:00
otik.lua Add nuisance damage and candles. 2019-07-24 00:06:14 -05:00
pig.lua Add nuisance damage and candles. 2019-07-24 00:06:14 -05:00
rat.lua Fix time/altitude checks. General cleaning. 2019-06-03 00:29:12 -05:00
scorpion.lua Fix eating check. Add bonedust for skeletons. 2019-07-23 05:57:21 -05:00
settingtypes.txt Add timed difficulty. 2019-09-10 11:40:15 -05:00
shark.lua Fix eating check. Add bonedust for skeletons. 2019-07-23 05:57:21 -05:00
sheep.lua Add nuisance damage and candles. 2019-07-24 00:06:14 -05:00
skeleton.lua Fix eating check. Add bonedust for skeletons. 2019-07-23 05:57:21 -05:00
slime.lua Adjust slimes. 2020-07-05 02:22:29 -05:00
snake.lua Fix time/altitude checks. General cleaning. 2019-06-03 00:29:12 -05:00
spider.lua Fix eating check. Add bonedust for skeletons. 2019-07-23 05:57:21 -05:00

README.md

nmobs

This is a mob api, mainly for use with nodebox mobs. I've added a set of nodes that the mobs are interested in, and will generally look for and travel to.

You must use the bad_terrain mod, in order for goblin traps to work, and the status mod for venoms.

https://github.com/duane-r/bad_terrain

The source is available on github.

Code: LGPL2 Textures: WTFPL Sounds: WTFPL and CC-By-SA

Mod dependencies: default

Download: https://github.com/duane-r/nmobs/archive/master.zip