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

God discounts and non-pantheon gods #151

Open elmokki opened 9 years ago

elmokki commented 9 years ago

cheapgod20 and #cheapgod40 allow discounting gods.

Two things are needed to utilize this

  1. list of gods and which pantheons they belong to in whatever format so that we're not discounting gods of wrong pantheons and so that we add random gods that aren't in already. A table like the .csv files we already have would be fine.
  2. something like
#new 
#name "somegod"
#godid <id>
<whatever chanceincs - paths at least make sense >
#end  

I suppose the same file can be used both for discounts and additional gods.

elmokki commented 9 years ago

This definitely is not a priority considering how much work it is compared to benefit.

elmokki commented 9 years ago

This might be somewhat interesting now since it would be relatively easy to generate god database and it'd be feasible to automatically generate basic chanceincs based on pretender magic paths for extra non-pantheon pretenders.