3e SRD:Oil

This material is published under the OGL

Oil

A pint of oil burns for 6 hours in a lantern. Use a flask of oil as a grenadelike weapon. Use the rules for alchemist's fire, except that it takes a full-round action to prepare a flask with a fuse. Once it is thrown, there is only a 50% chance that the flask ignites successfully.

A pint of oil poured on the ground covers an area 5 feet square (provided the surface is smooth). If lit, the oil burns for 2 rounds and deals 1d3 points of damage to each creature in the area.



Back to Main Page 3e Open Game Content System Reference Document Equipment Adventuring Gear

Open Game Content (place problems on the discussion page).
This is part of the (3e) System Reference Document. It is covered by the Open Game License v1.0a, rather than the GNU Free Documentation License 1.3. To distinguish it, these items will have this notice. If you see any page that contains SRD material and does not show this license statement, please contact an admin so that this license statement can be added. It is our intent to work within this license in good faith.
gollark: You can just suggest a command?
gollark: Honestly, the code is kind of a mess right now.
gollark: ... how?
gollark: ```rust// Evaluate an arithmetic expressioncommand!(eval(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); // yes, this is kind of undoing the work the command parser does... send_result(message, &calc::eval(&expr))?;});// Evaluate an arithmetic expression in polish notationcommand!(eval_polish(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); send_result(message, &calc::eval_polish(&expr))?;});```ALL THE CODE for this feature.
gollark: No, since I was too lazy to do anything other than plug in an existing rust library.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.