Skip to content
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

[ADD] Backstory generator #20

Open
KingFruit85 opened this issue Oct 8, 2019 · 1 comment
Open

[ADD] Backstory generator #20

KingFruit85 opened this issue Oct 8, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@KingFruit85
Copy link
Owner

Would be cool if this pulled values from the character creation to tailor the backstory. For example if the character is super strong maybe his background was in manual labour, or if he’s quite charismatic maybe he has a history of getting into tricky situations and having to talk his way out of them.

@KingFruit85 KingFruit85 added the enhancement New feature or request label Oct 8, 2019
@KingFruit85
Copy link
Owner Author

So, I have this idea about the backstory generator

at the end of character creation, we review the character and create a list of metadata tags based on what has been created

so, a nested object like

metaData = {isStrong:true, //str score above 15 or so
	    isCharismatic:false, //char score above 13 or so
	    isSmart:false, //and on...
	    backstory:hermit, 
	    usesTwoHandedWeapon:true,
	    ageClass:adult//and on......
		};

These tags can then be passed to the backstory module and be used to tailor a more specific backstory.

that's one approach I can think of anyway...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant