babel_arena version 1.0
  • authors

    Danke 51

  • downloads
    voxlap .vxl 2.22 MiB
    Download
    pyspades .txt 480 bytes
    Download
  • tags

    Water damage 🌊

  • text file
    name = 'babel_arena'
    version = '1.0'
    author = 'Danke'
    
    
    BLUE_RECT = ( 104, 232, 134, 280)
    GREEN_RECT = ( 370, 232, 400, 280)
    
    
    extensions = { 
    'water_damage' : 10
    }
    
    def get_spawn_location(connection):
        if connection.team is connection.protocol.blue_team:
            return connection.protocol.get_random_location(True, BLUE_RECT)
        elif connection.team is connection.protocol.green_team:
            return connection.protocol.get_random_location(True, GREEN_RECT)