summaryrefslogtreecommitdiff
path: root/battle/summons.py
AgeCommit message (Expand)AuthorFilesLines
2021-08-13Add a couple asserts to validate the summonJesusaves1-0/+2
2021-08-12You now need `max_sum` to be set in order to summon something.Jesusaves1-1/+6
2021-08-12Pipelines must passJesusaves1-1/+1
2021-08-12Remove summon_id attribute from summons.json; Rely entirely on the array posJesusaves1-7/+4
2021-08-11Summoning protocol, alpha version (working)Jesusaves1-4/+4
2021-08-11Alpha version of summoningJesusaves1-6/+9
2021-08-10Log summon usage (currently not possible)Jesusaves1-2/+5
2021-08-05Move a lot of battle logic to battle/common.pyJesusaves1-31/+8
2021-08-04Remove previously deprecated `dbgprint` function.Jesusaves1-5/+5
2020-12-31Relicense the game to GPLv3.Jesusaves1-12/+11
2020-12-20Add partial support for multiple worlds.Jesusaves1-2/+2
2020-12-18Kill the fake positives in an... elegantly lame... way.Jesusaves1-0/+6
2020-12-18Combat is almost working nowJesusaves1-1/+2
2020-12-18Initial battle version imported from Python2 and with pyflakes3 applied.Jesusaves1-0/+110