|
| yes_pygame = True |
|
tuple | current_folder = os.path.dirname(os.path.abspath(__file__)) |
|
string | __author__ = "chubakur" |
|
string | __date__ = "$13.02.2011 18:46:32$" |
|
tuple | t = gettext.translation('cards', current_folder+'/languages', languages=[globals.language]) |
|
| _ = t.ugettext |
|
list | water_cards_deck = ["Nixie", "Hydra", "Waterfall", "Leviathan", "IceGuard", "Poseidon", "IceWizard", "Poison", "SeaJustice", "Paralyze", "AcidStorm", "IceBolt"] |
|
list | fire_cards_deck = ["Demon", "Devil", "Firelord", "RedDrake", "Efreet", "Salamander", "Vulcan", "Cerberus", "Armageddon", "Fireball", "FireSpikes", "FlamingArrow", "RitualFlame"] |
|
list | air_cards_deck = ["Phoenix", "Zeus", "Fairy", "Nymph", "Gargoyle", "Manticore", "Titan", "Plague", "Spellbreaker", "BlackWind", "ChainLightning"] |
|
list | earth_cards_deck = ["Satyr", "Golem", "Dryad", "Centaur", "Elemental", "Ent", "Echidna", "ForestSpirit", "AbsoluteDefence", "Earthquake", "Quicksands", "Restructure", "Revival"] |
|
list | life_cards_deck = ["Priest", "Paladin", "Pegasus", "Unicorn", "Apostate", "MagicHealer", "Chimera", "Bless", "GodsWrath", "LifeSacrifice", "Purify", "Rejuvenation"] |
|
list | death_cards_deck = ["Zombie", "Vampire", "GrimReaper", "Ghost", "Werewolf", "Banshee", "Darklord", "Lich", "ChaosVortex", "CoverOfDarkness", "Curse", "StealLife", "TotalWeakness"] |
|
tuple | font = pygame.font.Font(None, 25) |
|
| element |
|
| name |
|
| level |
|
| image |
|
| info |
|