sIKE23 / Mage-Wars

Mage Wars for OCTGN
7 stars 5 forks source link

Refactor Script Files #289

Open sIKE23 opened 9 years ago

sIKE23 commented 9 years ago

This is an effort to organize script files in a less hap hazard manner.

scripts/academy.py scripts/actions.py - group and card actions go here scripts/arena.py scripts/attachcards.py - card attachment logic lives here scripts/attacks.py - the all mighty Battle Calculator lives here scripts/changelog.py scripts/constants.py - constants go here scripts/domination.py scripts/events.py - game events go here scripts/main.py - may be renamed to common.py functions common to arena/academy/domination should go here scripts/textfunctions.py