Skip to content

Commit

Permalink
More features that worked.
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Oct 6, 2023
1 parent f72ffb3 commit 5d6ee7c
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 0 deletions.
92 changes: 92 additions & 0 deletions data/open5e_original/backgrounds_benefits_modified.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
[
{
"model": "api_v2.backgroundbenefit",
"fields": {
"type": "skill_proficiency",
"name": "Skill Proficiencies",
"desc": "Deception, Sleight of Hand",
"background": "con-artist"
}
},
{
"model": "api_v2.backgroundbenefit",
"fields": {
"type": "tool_proficiency",
"name": "Tool Proficiencies",
"desc": "Two of your choice",
"background": "con-artist"
}
},
{
"model": "api_v2.backgroundbenefit",
"fields": {
"type": "equipment",
"name": "Equipment",
"desc": "A set of fine clothes, a disguise kit, tools for your typical con (such as bottles full of colored water, a set of weighted dice, a deck of marked or filed cards, or a seal from an imaginary-or real-noble), and a pouch containing 15gp",
"background": "con-artist"
}
},
{
"model": "api_v2.backgroundbenefit",
"fields": {
"type": "feature",
"name": "Cover Story",
"desc": "You have created a secondary persona that includes documents, mannerisms, a social presence and acquaintances. This also includes an alternate set of clothing and accessories as well as any elements needed for the disguise such as a wig or false teeth. Additionally, you can duplicate or fake documents-including official documents or personal correspondence-as long as you have seen a similar document and have an appropriate handwriting sample.",
"background": "con-artist"
}
},
{
"model": "api_v2.backgroundbenefit",
"fields": {
"type": "suggested_characteristics",
"name": "Suggested Characteristics",
"desc": "Coming soon!",
"background": "con-artist"
}
},
{
"model": "api_v2.backgroundbenefit",
"fields": {
"type": "skill_proficiency",
"name": "Skill Proficiencies",
"desc": "Deception, Stealth",
"background": "scoundrel"
}
},
{
"model": "api_v2.backgroundbenefit",
"fields": {
"type": "tool_proficiency",
"name": "Tool Proficiencies",
"desc": "Thieves' tools and one gaming set",
"background": "scoundrel"
}
},
{
"model": "api_v2.backgroundbenefit",
"fields": {
"type": "equipment",
"name": "Equipment",
"desc": "A crowbar, a set of common clothes with a hood, and a belt pouch containing 15gp.",
"background": "scoundrel"
}
},
{
"model": "api_v2.backgroundbenefit",
"fields": {
"type": "feature",
"name": "Old Friends and Old Debts",
"desc": "You have one or more contacts from your time in the underworld. One such contact owes you an unfulfilled debt, and you owe a favor to another such contact. Work with your DM to establish the nature of these debts.\n\n Additionally, you know how to get messages to your contacts, and they can pass on those messages to others including members of related criminal organizations. You know how to send messages to your contacts from long distances through a mix of legitimate and seedy travellers and organizations, which you can use to request favors. But remember that in the cutthroat underbelly of society, every favor comes with a debt.",
"background": "scoundrel"
}
},
{
"model": "api_v2.backgroundbenefit",
"fields": {
"type": "suggested_characteristics",
"name": "Suggested Characteristics",
"desc": "Coming soon!",
"background": "scoundrel"
}
}
]
20 changes: 20 additions & 0 deletions data/open5e_original/backgrounds_modified.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[
{
"model": "api_v2.background",
"pk": "con-artist",
"fields": {
"name": "Con Artist",
"desc": "You have always had a knack for getting people to see your point of view, often to their own detriment. You know how people think, what they want, and how to best use that to your advantage.\n\nPeople should know better than to trust you when you offer exactly what they need for exactly as much money as they have, but for the desperate caution is a resource in short supply. Your mysterious bottles, unlikely rumors, and secret maps offer to deliver the salvation they need. When they realize they've been had, you're nowhere to be found.",
"document": ""
}
},
{
"model": "api_v2.background",
"pk": "scoundrel",
"fields": {
"name": "Scoundrel",
"desc": "You have lived in the underbelly of society, doing whatever job came your way. You know other criminal elements and gangs, and still have contacts from your old life... if it even is old. You know far more than most people would expect about the nuances of thieving, assassination, and good old ultraviolence than most, and know how far one can go if they move outside the rules of society.",
"document": ""
}
}
]

0 comments on commit 5d6ee7c

Please sign in to comment.