home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 1.5)
-
- import Bladex
- ATK_UNIQUE = 0
- ATK_RANDOM = 1
- ATK_SEQUENTIAL = 2
- Bladex.SetActionEventTable('Cos', 'g_01', 'ATTACKING')
- Bladex.SetActionEventTable('Cos', 'D_r', 'DODGING')
- Bladex.SetActionEventTable('Cos', 'D_l', 'DODGING')
- cos = Bladex.GetCharType('Cos', 'Cos')
- cos.AddAttack('GA', 'Cos_g_01')
- cos.AttackWindow('Cos_g_01', 5, 15, 'GA_Window')
- cos.AttackTypeFlag('GA', ATK_RANDOM)
- cos.AllowAttack('GA', 'A', '', '', '')
-