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

Identified fields for inflection identifiers #41

Merged
merged 1 commit into from
Oct 21, 2017

Conversation

eps1lon
Copy link
Contributor

@eps1lon eps1lon commented Oct 17, 2017

These fields contain the inflection identifier used for inflection rules.

Some languages (e.g. German) include inflection rules for certain *.dat files (e.g. Mods#Name). The identifier for those is rules is given in the dat files that determine the "context" (e.g. for magic items the BaseItemType provides the gender which is used in Mods).

An inflection identifier consists of the gender identifier (M for masculine, N for neuter, F for feminine) and a optional plural identifier (S for singular or P for plural, default is singular).

I first named the fields gender but since Words.dat sometimes contains the additional plural identifier I used the more general name Inflection.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 40.652% when pulling c864676 on eps1lon:spec-inflection-field into d0cc353 on OmegaK2:dev.

@OmegaK2 OmegaK2 merged commit 84f45ed into OmegaK2:dev Oct 21, 2017
eps1lon added a commit to eps1lon/PyPoE that referenced this pull request Mar 3, 2018
First identified in OmegaK2#41 but removed in a5129f7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants