Penny Pinch

From Toontown Wiki
Jump to navigation Jump to search
Unused/Scrapped Content
Unused/Scrapped Content

This article or section contains information on something that was unused, scrapped, or removed from Toontown Online! Information about this article may be limited.


Penny Pinch is an scrapped signature Cog move for the Penny Pincher[1].

References

  1.     #   Penny Pincher (A)
        'pp': { 'name': TTLocalizer.SuitPennyPincher,
                'singularname': TTLocalizer.SuitPennyPincherS,
                'pluralname': TTLocalizer.SuitPennyPincherP,
                'level': 1,
                'hp': (12, 20, 30, 42, 56),  # actual suit level * 4
                'def': (5, 10, 15, 20, 25),
                'freq': (50, 30, 10, 5, 5),
                'acc': (45, 50, 55, 60, 65),
                'attacks': (('BounceCheck',  (4, 5, 6, 8, 12),       # dmg
                                             (75, 75, 75, 75, 75),   # acc 
                                             (45, 45, 45, 45, 45)),  # freq
                                             # flatten, sidestep-left/right
                            ('FreezeAssets', (2, 3, 4, 6, 9),
                                             (75, 75, 75, 75, 75), 
                                             (20, 20, 20, 20, 20)),
                                             # conked&slip-backward, sidestep-l/r
                            ('FingerWag',    (1, 2, 3, 4, 6),
                                             (50, 50, 50, 50, 50), 
                                             (35, 35, 35, 35, 35)),
                                             # conked&slip-backward, sidestep-l/r
                            # PennyPinch not implemented
                            #('PennyPinch',   (0, 0, 0, 0, 0),
                            #                 (75, 75, 75, 75, 75), 
                            #                 (0, 0, 0, 0, 0)),
                            ) },