code/modules/mod/modules/modules_ninja.dm 
| /obj/item/mod/module/stealth | Cloaking - Lowers the user's visibility, can be interrupted by being touched or attacked. |
|---|---|
| /obj/item/mod/module/welding/camera_vision | Camera Vision - Prevents flashes, blocks tracking. |
| /obj/item/mod/module/hacker | Hacker - This module hooks onto your right-clicks with empty hands and causes ninja actions. |
| NINJA_MIN_DRAIN | Minimum amount of energy we can drain in a single drain action |
| NINJA_MAX_DRAIN | Maximum amount of energy we can drain in a single drain action |
| /obj/item/mod/module/weapon_recall | Weapon Recall - Teleports your katana to you, prevents gun use. |
| /obj/item/mod/module/status_readout/ninja | Ninja Status Readout - Like the normal status display (see the base type), but with a clock. |
| /obj/item/mod/module/energy_net | Energy Net - Ensnares enemies in a net that prevents movement. |
| /obj/item/mod/module/adrenaline_boost | Adrenaline Boost - Stops all stuns the ninja is affected with, increases his speed. |
Define Details
NINJA_MAX_DRAIN 
Maximum amount of energy we can drain in a single drain action
NINJA_MIN_DRAIN 
Minimum amount of energy we can drain in a single drain action