April Fools 5e Weapons

Back to Main Page 5e Homebrew Equipment Weapons April Fools

This list of homebrew content includes nonmagical weapons that were made on D&D Wiki for 5e, but are specifically intended to be comedicor "joke weapons". Due to their nature, these weapons may not be balanced or otherwise suited for a normal campaign.

Simple Melee Weapons

Simple Melee Weapons Cost Damage Weight Properties

{{#dpl:debug=1

category=5e category=User category=Equipment category=Simple Melee Weapon category=April Fools notcategory=List notcategory=Supplement notnamespace=Talk notnamespace=User include={5e Weapon}:cost:damage:weight:properties mode=userformat format=,¦- class="²{Odd-Even¦²{var:odd}²}²"\n¦ [[%PAGE%¦²{#replace:%PAGE%¦(5e Equipment)¦}²]],\n, tablerow=¦¦ style="text-align: left;" ¦ %%, %%, %%\n

}}|}

Simple Ranged Weapons

Simple Ranged Weapons Cost Damage Weight Properties

{{#dpl:debug=1

category=5e category=User category=Equipment category=Simple Ranged Weapon category=April Fools notcategory=List notcategory=Supplement notnamespace=Talk notnamespace=User include={5e Weapon}:cost:damage:weight:properties mode=userformat format=,¦- class="²{Odd-Even¦²{var:odd}²}²"\n¦ [[%PAGE%¦²{#replace:%PAGE%¦(5e Equipment)¦}²]],\n, tablerow=¦¦ style="text-align: left;" ¦ %%, %%, %%\n

}}|}

Martial Melee Weapons

Martial Melee Weapons Cost Damage Weight Properties

{{#dpl:debug=1

category=5e category=User category=Equipment category=Martial Melee Weapon category=April Fools notcategory=List notcategory=Supplement notnamespace=Talk notnamespace=User include={5e Weapon}:cost:damage:weight:properties mode=userformat format=,¦- class="²{Odd-Even¦²{var:odd}²}²"\n¦ [[%PAGE%¦²{#replace:%PAGE%¦(5e Equipment)¦}²]],\n, tablerow=¦¦ style="text-align: left;" ¦ %%, %%, %%\n

}}|}

Martial Ranged Weapons

Martial Ranged Weapons Cost Damage Weight Properties

{{#dpl:debug=1

category=5e category=User category=Equipment category=Martial Ranged Weapon category=April Fools notcategory=List notcategory=Supplement notnamespace=Talk notnamespace=User include={5e Weapon}:cost:damage:weight:properties mode=userformat format=,¦- class="²{Odd-Even¦²{var:odd}²}²"\n¦ [[%PAGE%¦²{#replace:%PAGE%¦(5e Equipment)¦}²]],\n, tablerow=¦¦ style="text-align: left;" ¦ %%, %%, %%\n

}}|}

Ammunition

Ammunition Cost Weight

{{#dpl:debug=1

category=5e category=User category=Equipment category=Ammunition category=April Fools notcategory=Supplement notnamespace=Talk notnamespace=User include={5e Weapon}:cost:weight mode=userformat format=,¦- class="²{Odd-Even¦²{var:odd}²}²"\n¦ [[%PAGE%¦²{#replace:%PAGE%¦(5e Equipment)¦}²]],\n, tablerow=¦¦ style="text-align: left;" ¦ %%, %%, %%\n

}}|}



Back to Main Page 5e Homebrew Equipment Weapons April Fools

gollark: ```lua-- Ensure code does not contain evil/unsafe things, such as known browsers, bad OSes or Siri. For further information on what to do if Siri is detected please consult https://pastebin.com/RM13UGFa line 2 and/or the documentation for PS#ABB85797 in this file.function potatOS.check_safe(code) local lcode = strip_comments(string.lower(code)) for category, list in pairs(banned) do for _, thing in pairs(list) do if string.find(lcode, '[^"]' .. string.lower(thing)) then --local ok, err = pcall(potatOS.make_paste, ("potatOS_code_sample_%x"):format(0, 2^24), code) --local sample = "[error]" --if ok then sample = "https://pastebin.com/" .. err end local text = string.format([[This program contains "%s" and will not be run.Classified as: %s.%sIf you believe this to be in error, please contact the potatOS developers.This incident has been reported.]], thing, category, category_descriptions[category]) potatOS.report_incident(string.format("use of banned program classified %s (contains %s).", category, thing), {"safety_checker"}, { code = code, extra_meta = { program_category = category, program_contains = thing, program_category_description = category_descriptions[category] } }) return false, function() printError(text) end end end end return trueend```
gollark: There's a bit of code in `load` which checks user code for stuff which looks like known virii/bad OSes.
gollark: I may need to improve the potatOS antivirus.
gollark: I've not *heard* of one.
gollark: A common obfuscation technique in the CC community is `string.dump`ing your code to bytecode so you can't (very easily) read the original source.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.