jderam / hyperborea3

An app for creating characters for the Hyperborea RPG
MIT License
3 stars 0 forks source link

Favoured Weapons #73

Closed jderam closed 2 years ago

jderam commented 2 years ago

list of skilled weapons. "All" for the fighter types.

jderam commented 2 years ago
favoured_weapons = {
    "any": bool,
    "weapons": List[Dict[str, Any]],
    "non_proficiency_penalty": int,
}