Nincada (5e Creature)
Nincada
Small monstrosity, any alignment Armor Class 13 (natural armor)
Senses darkvision 60 ft., passive Perception 10
Compound Eyes. The nincada has advantage on all attack rolls. ACTIONSSand Attack. Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 5 (1d8 + 1) bludgeoning damage.
|
|
Back to Main Page → 5e Homebrew → 5e Creatures
gollark: `print 1` won't work. `print "1"` does.
gollark: Not any.
gollark: Single string/table arguments you mean.
gollark: Unlike in Python.
gollark: You can access local variables defined in the outer scope as you'd expect e.g.```lualocal a = 5local function b() a = 3endprint(a) -- prints 5b()print(a) -- prints 3```
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.