Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. ENT.Type = "anim"
  2. ENT.Base = "ice_mining_laser_base"
  3. ENT.PrintName = "Ice Miner III"
  4. ENT.Author = "Zup"
  5. ENT.Category = "Asteroid"
  6.  
  7. ENT.Spawnable = false
  8. ENT.AdminSpawnable = false
  9.  
  10. ENT.LaserModel = "models/ce_miningmodels/mininglasers/laser_mk1_standard.mdl"
  11. ENT.LaserRange = 1500 --Radius
  12. ENT.LaserExtract = 1000*2 -- Extract per cycle m3
  13. ENT.LaserConsume = 7245*2 --Energy per cycle
  14. ENT.LaserCycle = 30 --Time is second to complete a cycle
  15. ENT.LaserActive = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement