Skypush version 1.2
  • authors

    Lostmotel 68

  • downloads
    voxlap .vxl 3.27 MiB
    Download
    pyspades .txt 913 bytes
    Download
  • tags

    Water damage 🌊 Push 🏝

  • text file
    name = 'Skypush'
    version = '1.2'
    author = 'Lostmotel'
    
    extensions = {
    'push': True,
    'push_spawn_range' : 8,
    'push_blue_spawn' : (38, 302, 5),
    'push_blue_cp' : (481, 210, 36),
    'push_green_spawn' : (38, 209, 5),
    'push_green_cp' : (487, 311, 34),
    'water_damage' : 100,
    'protected': [ 
    
         #blue     [[0, 280, 64], [101, 334, 17]],
                   [[119, 273, 64], [168, 314, 28]],  
                   [[179, 287, 64], [217, 331, 35]],
                   [[252, 301, 64], [254, 299, 11]],
                  
         
         #green    [[0, 232, 64], [101, 178, 17]],
                   [[119, 239, 64], [378, 198, 28]],
                   [[179, 225, 64], [378, 181, 35]],
                   [[252, 211, 64], [378, 213, 11]],
    
    
    
    
          #middle  [[273, 268, 64], [225, 241, 39]],
                   [[287, 135, 64], [378, 360, 54]],
                   [[453, 432, 64], [512, 82, 50]]]
                  
    
    
    
    
    
    
    
    
    
    
     }