Advertisement
Guest User

Untitled

a guest
Dec 8th, 2015
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.64 KB | None | 0 0
  1. local spawnDistance = ability:GetLevelSpecialValueFor("ghostship_distance", ability:GetLevel() - 1)
  2. local projectileSpeed = ability:GetLevelSpecialValueFor("ghostship_speed", ability:GetLevel() - 1 )
  3. local stunDuration = ability:GetLevelSpecialValueFor("stun_duration", ability:GetLevel() - 1 )
  4.  
  5.       "02"
  6.       {
  7.         "var_type"          "FIELD_INTEGER"
  8.         "ghostship_distance"    "1000"
  9.       }    
  10.       "06"
  11.       {
  12.         "var_type"          "FIELD_FLOAT"
  13.         "stun_duration"       "1.4 1.4 1.4"
  14.       }
  15.       "07"
  16.       {
  17.         "var_type"          "FIELD_INTEGER"
  18.         "ghostship_speed"     "750 750 750"
  19.       }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement