Toontown Wiki
Advertisement
Toontown Wiki
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.


Carbon Copy is a cog move that was intended to be used by the Flunky.[1] It's attack accuracy is programmed have 75% chance of hitting a Toon.

The Flunky would side-step from self producing a carbon copy of himself so that there are two Flunkies. Both of their attacks would be doubled in damage.

Flunky Planned Suit Attacks

Planned Suit Attacks for the Flunky.

References[]

  1. Anesdora; toontown/battle/SuitBattleGlobals.py
        #   Flunky (C)
        'f':  { 'name': TTLocalizer.SuitFlunky,
                'singularname': TTLocalizer.SuitFlunkyS,
                'pluralname': TTLocalizer.SuitFlunkyP,
                'level': 0,
                'hp': (6, 12, 20, 30, 42),  # actual suit level * 4
                'def': (2, 5, 10, 12, 15),
                'freq': (50, 30, 10, 5, 5),
                'acc': (35, 40, 45, 50, 55),
                'attacks': (('PoundKey',     (2, 2, 3, 4, 6),        # dmg
                                             (75, 75, 80, 80, 90),   # acc 
                                             (30, 35, 40, 45, 50)),  # freq
                                             # cringe & sidestep
                            ('Shred',        (3, 4, 5, 6, 7),
                                             (50, 55, 60, 65, 70),
                                             (10, 15, 20, 25, 30)),
                                             # conked & sidestep
                            ('ClipOnTie',    (1, 1, 2, 2, 3),
                                             (75, 80, 85, 90, 95), 
                                             (60, 50, 40, 30, 20)),
                                             # conked & sidestep
                            # TODO: Carbon copy - not implemented
                            #('CarbonCopy',   (0, 0, 0, 0, 0),
                            #                 (75, 75, 75, 75, 75), 
                            #                 (0, 0, 0, 0, 0))
                            )
                },
    
Advertisement