-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a start where the player character starts with an NPC follower #21
Comments
The default start could be changed to make the NPC friendly, but at the cost of making that NPC always have the "no class" class. |
@Coolthulhu I'm unfamiliar with this particular concept. Would you mind explaining or linking to some source? |
Doctors are really good as friendly NPCs because they can teach you ~5 in first aid. |
@Coolthulhu For balance reasons it may make sense to what you mentioned previously (no class) but instead of doing that I think it would be prudent to implement SOME class. Everyone has a job of some sort or at least some skills. Even if you're a drifter or drug addict, there are things you learned in your life. 50% for a doctor though seems way too high though, especially considering the circumstances. Doctors seem the most likely to die in such a circumstance considering their likely hood to provide aid to dangerous subjects (I.E People who are about to be zombies) |
Class-less characters still get some skills. They aren't princesses in distress, just Joes Average whose skills aren't related to survival. A more extensive option would be to reuse player generator for that one tailor-made NPC, though that would require stripping it off some options (scenario selection, location selection) for that one purpose. |
I think if the easiest initial thing to do would be to just remove the class that's fine by me. We can always reevaluate later |
An alternative method would be implementing a new scenario flag that overrides normal starter NPC placement in whatever way is desired. This would be hardcoded and hacky fuckery, but simple enough if/else work I suspect. More complex would be where full-on JSON properties are defined at the scenario level allowing to toggle whether any starter NPC spawns, what NC classes are considered for them (soldier would be expected for heli-crash, for example), and whether their attitude is set to stand around (default), wander as if dynamic, act as companion, attack the player, etc. The latter would be annoying to implement but a lot more interesting and flexible, and useful for mods. |
Canonically it's been a few days since the cataclysm occurred
Humans are social creatures, it would make sense that the player character (PC) had formed an alliance with NPCs or even that the PC had arrived with existing friends or family members.
I would like to suggest a player start or perk where the player starts with one or more NPC followers.
The text was updated successfully, but these errors were encountered: