Import character creation Backgrounds from DDA #4923
Replies: 10 comments
-
You mean porting them from DDA I assume, which isn't really the "main" branch for us given we've long since split off from this repo being a fork of DDA's repo, code-wise. As for the idea itself, the problem there is what does it accomplish mechanically, that's both compatible with BN's game design and that can't already be accomplished using existing methods?
|
Beta Was this translation helpful? Give feedback.
-
i always thought the professions (or the starting scenarios)were the backgrounds |
Beta Was this translation helpful? Give feedback.
-
backgrounds are an aditional system that functions similarly to professions (being collections of traits, professions, abilties, and gear) that have the added quirk of non exclusivity with each other, which helps add in a lot more possibility, personally i feel like the best example of what they can be used for is in dda's magiclism mod, which uses the framework too add in various "species". and i feel like if that framework was added then a lot more stuff would be done |
Beta Was this translation helpful? Give feedback.
-
Again, you haven't told me anything useful in terms of what porting this system actually does that we can't just use profession traits for. This seems like it'd be better off moved to a discussion at this rate, as well. |
Beta Was this translation helpful? Give feedback.
-
Backgrounds can do much more than profession traits do. For one thing, you can have the same profession work with any of several backgrounds. |
Beta Was this translation helpful? Give feedback.
-
Such as? Neither of you have given any actual examples. Like, when I say profession traits I'm not just thinking about traits locked to a specific profession. Refer back to my very first response here, and consider the martial art traits for example. Those are traits that aren't locked to a specific profession, instead any profession can just buy them in chargen and start with a martial art. If you want your skater boy character to start as a HEMA nerd for example, you pick the relevant skating-related profession then pick the melee weapon martial arts trait. Again, I'd like a clear answer here: what, SPECIFICALLY, do we gain from bothering with porting this feature over that could not simply be replicated by tying the benefit to a purchasable trait? So far every apparent benefit to backgrounds is completely and entirely redundant given what investing points in skills and traits allow. Like I said earlier, the only things we're missing here as far as I can see are proficiencies, which are not planned to be added anytime soon, and addictions which would be far less effort to just code support for purchasable starting traits that grant you a level of addiction. |
Beta Was this translation helpful? Give feedback.
-
The biggest benefit to me is the ability to easily create many different characters w/o poring over huge lists of traits. And without the feeling of "oh if I take this trait I wasted my trait on a roleplay thing that isn't giving me poWEr" Granted I am more of a roleplayer than a power player |
Beta Was this translation helpful? Give feedback.
-
You want us to bother with setting aside the time and hassle to port an entirely new menu, that every player will have to sift through, because you want to sift through a huge list of backgrounds instead of a huge list of traits. There's also a flaw with your last reasoning: {
"type": "profession",
"subtype": "hobby",
"id": "parkour",
"name": "Parkour",
"description": "You've practiced parkour for many years, and made the world your playground. It wouldn't be a lie to say that running is your life. Which is good, because now that the end has come, you're running for your life.",
"points": 2,
"proficiencies": [ "prof_parkour", "prof_athlete_basic" ],
"skills": [ { "level": 1, "name": "swimming" } ]
}, Backgrounds ALSO have point costs. They combine traits and skill bonuses sure, so they could possibly save you on points in the long run, but the only reason you aren't having the same "is this worth it?" question in DDA is because survivor mode is literally just rebranded freeform. Since BN still uses point buy, even if we dealt with the code issues of porting an entire new section of UI over that does not grant us anything useful you can't already do with buyable traits or skills, we'd then have to figure out what point costs are balanced for them because we still actually bother with point cost balance. You'd still have that problem whether we make them buyable traits or port a whole new system just for them. |
Beta Was this translation helpful? Give feedback.
-
The only thing I'd say we lack right now is choosing starting items independent of profession. I think if we were going to do anything we'd want a way for players to pick items. I can't comment on what form that should take because the thermonuclear option is to make a whole new menu, whilst traits seem to be capable of adding items (or maybe should have that function if its broken or not existent). Everything else exists within the current chargen. Edit: It is confirmed on the Discord that traits allow you to add starter items. I will probably do something with this knowledge. |
Beta Was this translation helpful? Give feedback.
-
Background does not help facilitate species work. Traits are how you create species and I've done that already in Essence 2200. If you want species you have to painstakingly block every unfitting trait in the json, among other things like assign effects. If you want species to be easier or better you have to improve the traits system, those are two separate systems. Two examples of improving traits for species: Allow a trait to forcibly block mutations as a whole with a simple new flag, or block entire categories such as fish or ursine. And allow a mutation to automatically add relevant supporting mutations at start (example if I add 5 mutations related to a species a player has to pick all 5, or I have to bundle all 5 into one mutation, both are not ideal due to flavor reasons.) Bonus example of improving traits for species: A way to actually block the installation of CBM's on mutations. Trust me when I say that ""no_cbm_on_bp"" does absolutely nothing unless you play with CBM slots AND you ensure all CBM's have slots including every mod, this is not ideal to begin with as a global block is necessary. |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
Backgrounds in the DDA are a wonderful way to give more character creation options, and i do miss them while playing Bright Nights
Describe the solution you'd like
Import the code for backgrounds into Bright Nights
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions