elmokki / nationgen

NationGen is a program that procedurally generates new playable nations, including graphics, for the strategy game Dominions 4 published by Illwinter. Support for Dominions 5 may be forthcoming.
33 stars 26 forks source link

Cavalry/chariots have boot slots #819

Closed Ealb closed 7 years ago

Ealb commented 7 years ago

I'm going to assume that adding #itemslot foot -1 to all mounted/chariot poses would be the fastest and easiest way to correct this, but I'm asking just to make sure I'm not missing something better.

elmokki commented 7 years ago

The easier alternative is to add this to all mounted units by adding it to where-ever other mounted related stuff in Unit.java happens. This is of course less flexible in case mount slot is some day used for something more innovative, but then again in such case the other mount exceptions probably need a rework too.

Ealb commented 7 years ago

I'll go with the more flexible/less robust solution for now...