Search the Community
Showing results for tags 'team bonuses'.
-
Hi. I see this commit here, which is a good commit for what the game has now: https://trac.wildfiregames.com/changeset/19673 Also, some technical discussion here: https://code.wildfiregames.com/D460 I was wondering if it would be better for the civ.json files to call the templates and auras directly and get the information directly from these files, rather than having to manually keep the civ.json files up to date. Maybe what I am suggesting is too difficult for the benefit, but I think it would simplify things a lot and eventually allow for a better presentation in the History section of the game. So, instead of It could look like: That's a reduction of 40 lines from just one civ file, or about 25% and looks a lot cleaner. The History section would pull the relevant information directly from the aura, technology, and template files listed. See, I left the Silver Owls bonus written out because it's part of their phase tech, but I could just as easily pull those effects out of the phase tech into a different tech file and call that instead.