BFRPG - Magic Item Generator

4th edition of the Basic Fantasy Role-Playing Game, (C) by Chris Gonnerman 2006-2023

Generating magical items for the core rules of BFRPG, 4th edition.
Get the free pdf on www.basicfantasy.org.

All textual materials in this document, as well as all maps, floorplans, diagrams, charts, and forms included herein, are distributed under the terms of the Creative Commons Attribution-ShareAlike 4.0 International License.

This chart uses input variables
  • Category
Result

Type of Item

{%if Category == "none"%}
Nothing magical around...
(Select a Categroy)
{%end%}

{%if Category == "Any"%}
{% result = roll_chart name:"Any Item" %}
Roll {$result}

{%elif Category == "Weapon or Armor"%}
{% result = roll_chart name:"Weapon or Armor" %}
Roll {$result}

{%elif Category == "Any (exc. Weapons)"%}
{% result = roll_chart name:"Any Exc. Weapons" %}
Roll {$result}

{%end%}