Advertisement
Rydotee

Kylo's Crystal

Jun 24th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. wOS:RegisterItem( {
  2. Name = "RANK Crystal (Kylo's Crystal)",
  3. Description = "RANK Crystal.",
  4. Type = WOSTYPE.CRYSTAL,
  5. Rarity = 0,
  6. Model = "models/redgun/crystalgun.mdl",
  7. OnEquip = function( wep )
  8. wep.UseColor = Color( 152, 0, 0 )
  9. wep.CustomSettings[ "InnerColor" ] = "white"
  10. wep.CustomSettings[ "Lightning" ] = true
  11. wep.CustomSettings[ "Corrupted" ] = true
  12. end,
  13. } )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement