summaryrefslogtreecommitdiff
path: root/battle
AgeCommit message (Expand)AuthorFilesLines
2020-12-31Relicense the game to GPLv3.Jesusaves5-54/+49
2020-12-31Actually, log this sort of error.Jesusaves1-1/+1
2020-12-31Remove some verbosity; If something goes wrong, rely on traceback.print_exc()...Jesusaves1-6/+7
2020-12-30Avoid experience from becoming a float.Jesusaves1-0/+1
2020-12-30Make experience gain even slowerJesusaves1-3/+3
2020-12-29Reduce AP cost for the quests.Jesusaves1-0/+7
2020-12-29Change EXP rule: mobs and boss give 90% less.Jesusaves1-2/+4
2020-12-26Send to clients rk_exp/rk_mexp so they can resync exp barsJesusaves1-0/+2
2020-12-25Disable party reordering featureJesusaves1-1/+5
2020-12-23Nerf enemies a bitJesusaves1-2/+2
2020-12-23Level boosts are now extremely predictable: They boost status in 1%Jesusaves1-2/+3
2020-12-20Add partial support for multiple worlds.Jesusaves2-17/+21
2020-12-18Kill the fake positives in an... elegantly lame... way.Jesusaves3-0/+17
2020-12-18Combat is almost working nowJesusaves4-5/+7
2020-12-18Initial battle version imported from Python2 and with pyflakes3 applied.Jesusaves6-0/+962