Roc and Imp now have several innate weaknesses (both status and elemental). Feel...
commit1c9f3b1988e9c9263900d1f3b4086f823c2c74c2
authorrustushki <rustushki>
Sun, 5 Nov 2006 20:40:03 +0000 (5 20:40 +0000)
committerrustushki <rustushki>
Sun, 5 Nov 2006 20:40:03 +0000 (5 20:40 +0000)
tree43bb43e15d1d15714dcade417d7c1caeefbb2d37
parent3fc7aad482d5093e376b23b480a3a91cfef09dc5
Roc and Imp now have several innate weaknesses (both status and elemental).  Feel free to change them or add to them.  They're there for test cases.

The major change in this commit is Transaction now being a superclass.  It is definitely far from perfect, but it is much better than it was.  TransactionStatus and TransactionStatistic now handle transactions involving statuses and statistics (respectively) as classes that inherit from Transaction.  All of these classes can be found in transaction.py.  The changes to eventtype.py are simply modifications to the constructor calls for Transactions.

As far as I know, everything should be working the same way it was before I made these changes.
data/fighter/Imp.xml
data/fighter/Roc.xml
eventtype.py
transaction.py