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

Create editor and mapper for descriptions and properties #16

Open
dmbyer opened this issue Jan 14, 2019 · 2 comments
Open

Create editor and mapper for descriptions and properties #16

dmbyer opened this issue Jan 14, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@dmbyer
Copy link
Owner

dmbyer commented Jan 14, 2019

To support content generation, an editor needs to be created for data that defines descriptions and their associate properties (or vice versa). For example, a longsword that has a silver material and an aspect of spirit might need to have names such as:
"a spirited silver longsword"
"a silver longsword of the soul"

The modifiers should also take material quality into account. An editor should be made to modify the types of items, their descriptors, and the mapped properties.

@dmbyer dmbyer added the enhancement New feature or request label Jan 14, 2019
@dmbyer dmbyer self-assigned this Jan 14, 2019
@dmbyer
Copy link
Owner Author

dmbyer commented Jan 16, 2019

Example of how this might be implemented:
{materialType + materialQuality + materialRarity} = descriptor + affects

{Wood + Fair + Common} = balsawood, +2 damage -1 speed

@dmbyer
Copy link
Owner Author

dmbyer commented Jan 18, 2019

Create material editor and mapper to link material type + material quality to a material name.

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