Advertisement
Guest User

Untitled

a guest
Oct 1st, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. --[[
  2. © 2013 CloudSixteen.com do not share, re-distribute or modify
  3. without permission of its author (kurozael@gmail.com).
  4. --]]
  5.  
  6. local ITEM = Clockwork.item:New("clothes_base");
  7. ITEM.name = "Royal Knights Archer Armor";
  8. TEM.uniqueID = "archer_armor";
  9. ITEM.weight = 6;
  10. ITEM:protection = 1.0;
  11. ITEM.category = "Armors";
  12. ITEM.access = "m";
  13. ITEM.business = true;
  14. ITEM.replacement = "models/aoc_player/g_archer.mdl";
  15. ITEM.description = "The general purpose armor for long-range Archers of the royal knights. Used in daily patrols.";
  16. ITEM:Register();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement