ironarachne / world

This is a fantasy world generation CLI and set of Go packages for the same.
MIT License
48 stars 9 forks source link

Add philosophical views system based on traits #13

Closed BenOvermyer closed 4 years ago

BenOvermyer commented 4 years ago

Based on the traits package, add a philosophical views system. This will be used by both the character and culture packages, at a minimum. It will replace the “views on magic” part of the culture package.

Philosophical views must use tags to differentiate opposing or incompatible views.

The culture package will use this to determine cultural norms.

The character package will use this to determine personal views.