OGC:Lever Action Carbine (5e Equipment)
Lever Action Carbine
Martial Ranged Weapons
Weapon | Cost | Damage | Weight | Properties |
---|---|---|---|---|
Lever Action Carbine | 700 gp | 2d4 piercing | 9 lbs. | Ammunition (range 100/400), capacity (30), loading, loud, misfire, two-handed |
The lever-action rifle is ubiquitous in American Westerns, but this early version had a second innovation – a bullet that had powder inside it, making it caseless. The bullets are loaded into the gun and each is deposited into the barrel when the creature pumps the lever. A lever action gun holds more rounds than a typical revolver, but due to the smaller amount of powder the bullets don’t do as much damage. Lever action guns were made as pistols and carbines (the latter often being called a “rifle”).
Back to Open Game Content → Equipment → Mundane Weapons → Martial Weapons → Two-Handed Ranged Weapons
Back to Main Page → Publication List → Publishers → EN World → EN Publishing
gollark: There seems to be an `internet_ready` signal, I'll check if that's relevant to HTTP.
gollark: I have some code doing this```lualocal function fetch(url, data) local res, err = net.request(url, json.encode(data), { ["Content-Type"] = "application/json" }) if not res then error(url .. " error: " .. err) end local out = {} while true do local chunk, err = res.read() if err then error(url .. " error: " .. err) end if chunk then table.insert(out, chunk) else return table.concat(out) end endend```but it never appears to `computer.pullSignal` at all, so my accursed bare-metal multithreading thing™ doesn't work.
gollark: Is there a way to do `internet.request` (with an internet card) and anything else whatsoever concurrently?
gollark: OC2 should have hard disk firmware so people can write rootkits for it.
gollark: So GHC?
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.