Skip to content

Instantly share code, notes, and snippets.

View ogrotten's full-sized avatar
☠️

Darrin Lowery ogrotten

☠️
  • Kansas City, MO
View GitHub Profile
Golem, Swarm
Swarm Golem attacks are nonmagical. Damage reduction sufficient to reduce a swarm attack's damage to 0, being incorporeal, and other special abilities usually give a creature immunity (or at least resistance) to damage from the swarm.
Combat Reflexes (Ex): The Swarm Golem does not make attacks of opportunity with it's swarm attack unless it has already combined to greater than medium size. Damage dealt is the Swarm Attack size bonus below.
Amorphous Size (Ex): For every additional 5hd, the swarm can change it's size and shape. 1 swarm is always medium. An additional swarm of the same size allows the combined swarm to increase one size category. The movement of the combining flocks must collide for growth to take effect. For example, 2 medium flocks can combine to a single large flock. 6 medium flocks could combine to 1 huge flock and 1 large flock, or 3 large flocks.
Upon combining, the Swarm Golem speed is reduced by 15' round (minimum of 30') and it's AC is reduced by 2 (max -8)
@ogrotten
ogrotten / VirtualKeysFallout4.js
Last active December 6, 2015 19:33
Filtered Virtual Keys list for Fallout 4 as JS module or JSON data.
/*
A javascript module for windows virtual keys.
Originally used for Fallout 4.
Removed are the keys that we don't care about as they're
generally not reproducable on a standard 104 key keyboard.
VKeys.keys = keyboard keys
VKeys.mouse = mouse buttons
vagrant:~/nodeprojs/loopback$ node -v
v0.12.4
vagrant:~/nodeprojs/loopback$ npm install -g strongloop
> heapdump@0.3.7 install /home/vagrant/npm/lib/node_modules/strongloop/node_modules/strong-supervisor/node_modules/heapdump
> node-gyp rebuild
make: Entering directory `/home/vagrant/npm/lib/node_modules/strongloop/node_modules/strong-supervisor/node_modules/heapdump/build'
CXX(target) Release/obj.target/addon/src/heapdump.o
SOLINK_MODULE(target) Release/obj.target/addon.node

sailsjs 0.11, node 0.12.4. with passport 0.2.1 and passport-local 1.0

Using the sailsjs blueprint routes just to see what's going on. The project is just a simple blog, and I tried looking at a user profile in the blueprint route /user/4 to show me userid 4. This message was the result.

Any ideas what caused this?

Note: i haven't been anywhere near sails/waterline source.

Full error message