Guest User

Untitled

a guest
Apr 27th, 2016
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.18 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("weapon_base");
  7. ITEM.name = "Wookie Bowcaster";
  8. ITEM.cost = ;
  9. ITEM.model = "models/weapons/w_bowcaster.mdl";
  10. ITEM.weight = 4;
  11. ITEM.classes = ;
  12. ITEM.uniqueID = "weapon_752_bowcaster";
  13. ITEM.business = false;
  14. ITEM.description = "A bowcaster, also known as a laser crossbow,[7] was a type of traditional, handcrafted projectile weapon commonly used by Wookiees.";
  15. ITEM.isAttachment = true;
  16. ITEM.hasFlashlight = true;
  17. ITEM.loweredOrigin = Vector(3, 0, -4);
  18. ITEM.loweredAngles = Angle(0, 45, 0);
  19. ITEM.attachmentBone = "ValveBiped.Bip01_Spine";
  20. ITEM.attachmentOffsetAngles = Angle(0, 0, 0);
  21. ITEM.attachmentOffsetVector = Vector(-3.96, 4.95, -2.97);
  22. ITEM:Register();
  23.  
  24.  
  25. --[[
  26. © 2013 CloudSixteen.com do not share, re-distribute or modify
  27. without permission of its author (kurozael@gmail.com).
  28. --]]
  29.  
  30. local ITEM = Clockwork.item:New("weapon_base");
  31. ITEM.name = "DC-15 Sidearm";
  32. ITEM.cost = ;
  33. ITEM.model = "models/weapons/w_dc15sa.mdl";
  34. ITEM.weight = 4;
  35. ITEM.classes = ;
  36. ITEM.uniqueID = "weapon_752_dc15sa";
  37. ITEM.business = false;
  38. ITEM.description = "The DC-15s side arm blaster was a blaster pistol created by BlasTech Industries for the Grand Army of the Republic. DC-15s pistols were used by clone commandos as a backup weapon.";
  39. ITEM.isAttachment = true;
  40. ITEM.hasFlashlight = true;
  41. ITEM.loweredOrigin = Vector(3, 0, -4);
  42. ITEM.loweredAngles = Angle(0, 45, 0);
  43. ITEM.attachmentBone = "ValveBiped.Bip01_Spine";
  44. ITEM.attachmentOffsetAngles = Angle(0, 0, 0);
  45. ITEM.attachmentOffsetVector = Vector(-3.96, 4.95, -2.97);
  46. ITEM:Register();
  47.  
  48. --[[
  49. © 2013 CloudSixteen.com do not share, re-distribute or modify
  50. without permission of its author (kurozael@gmail.com).
  51. --]]
  52.  
  53. local ITEM = Clockwork.item:New("weapon_base");
  54. ITEM.name = "DC-15A";
  55. ITEM.cost = ;
  56. ITEM.model = "models/weapons/w_dc15s.mdl";
  57. ITEM.weight = 4;
  58. ITEM.classes = ;
  59. ITEM.uniqueID = "weapon_752_dc15a";
  60. ITEM.business = false;
  61. ITEM.description = "The DC-15A blaster rifle was the weapon of choice for the Galactic Republic's clone troopers in the Grand Army of the Republic. A version with a wooden stock was the standard weapon of the Senate Commandos. ";
  62. ITEM.isAttachment = true;
  63. ITEM.hasFlashlight = true;
  64. ITEM.loweredOrigin = Vector(3, 0, -4);
  65. ITEM.loweredAngles = Angle(0, 45, 0);
  66. ITEM.attachmentBone = "ValveBiped.Bip01_Spine";
  67. ITEM.attachmentOffsetAngles = Angle(0, 0, 0);
  68. ITEM.attachmentOffsetVector = Vector(-3.96, 4.95, -2.97);
  69. ITEM:Register();
  70.  
  71. --[[
  72. © 2013 CloudSixteen.com do not share, re-distribute or modify
  73. without permission of its author (kurozael@gmail.com).
  74. --]]
  75.  
  76. local ITEM = Clockwork.item:New("weapon_base");
  77. ITEM.name = "DC-15 Carbine";
  78. ITEM.cost = ;
  79. ITEM.model = "models/weapons/w_dc15s.mdl";
  80. ITEM.weight = 4;
  81. ITEM.classes = ;
  82. ITEM.uniqueID = "weapon_752_dc15s";
  83. ITEM.business = false;
  84. ITEM.description = "The DC-15S was the blaster carbine variant of BlasTech's DC-15A blaster rifle. This weapon was carried by the clone troopers of the Galactic Republic during the Clone Wars. It was also in service in the earlier years of the Galactic Empire.";
  85. ITEM.isAttachment = true;
  86. ITEM.hasFlashlight = true;
  87. ITEM.loweredOrigin = Vector(3, 0, -4);
  88. ITEM.loweredAngles = Angle(0, 45, 0);
  89. ITEM.attachmentBone = "ValveBiped.Bip01_Spine";
  90. ITEM.attachmentOffsetAngles = Angle(0, 0, 0);
  91. ITEM.attachmentOffsetVector = Vector(-3.96, 4.95, -2.97);
  92. ITEM:Register();
  93.  
  94. --[[
  95. © 2013 CloudSixteen.com do not share, re-distribute or modify
  96. without permission of its author (kurozael@gmail.com).
  97. --]]
  98.  
  99. local ITEM = Clockwork.item:New("weapon_base");
  100. ITEM.name = "DC-17";
  101. ITEM.cost = ;
  102. ITEM.model = "models/weapons/w_dc17.mdl";
  103. ITEM.weight = 4;
  104. ITEM.classes = ;
  105. ITEM.uniqueID = "weapon_752_dc17";
  106. ITEM.business = false;
  107. ITEM.description = "The DC-17 hand blaster was a blaster pistol wielded by the clone troopers of the Galactic Republic during the Clone Wars.";
  108. ITEM.isAttachment = true;
  109. ITEM.hasFlashlight = true;
  110. ITEM.loweredOrigin = Vector(3, 0, -4);
  111. ITEM.loweredAngles = Angle(0, 45, 0);
  112. ITEM.attachmentBone = "ValveBiped.Bip01_Spine";
  113. ITEM.attachmentOffsetAngles = Angle(0, 0, 0);
  114. ITEM.attachmentOffsetVector = Vector(-3.96, 4.95, -2.97);
  115. ITEM:Register();
  116.  
  117. --[[
  118. © 2013 CloudSixteen.com do not share, re-distribute or modify
  119. without permission of its author (kurozael@gmail.com).
  120. --]]
  121.  
  122. local ITEM = Clockwork.item:New("weapon_base");
  123. ITEM.name = "DC-17M";
  124. ITEM.cost = ;
  125. ITEM.model = "models/weapons/w_dc17m_br.mdl";
  126. ITEM.weight = 4;
  127. ITEM.classes = ;
  128. ITEM.uniqueID = "weapon_752_dc17m_br";
  129. ITEM.business = false;
  130. ITEM.description = "The DC-17m Interchangeable Weapon System (DC-17m ICWS) was a configurable combat weapons system used by the clone commandos of the Galactic Republic. Designed by BlasTech Industries to be able to meet the demands of the Grand Army of the Republic's elite special forces soldiers, the DC-17m became the unique weapon of the Republic commandos throughout the Clone Wars.";
  131. ITEM.isAttachment = true;
  132. ITEM.hasFlashlight = true;
  133. ITEM.loweredOrigin = Vector(3, 0, -4);
  134. ITEM.loweredAngles = Angle(0, 45, 0);
  135. ITEM.attachmentBone = "ValveBiped.Bip01_Spine";
  136. ITEM.attachmentOffsetAngles = Angle(0, 0, 0);
  137. ITEM.attachmentOffsetVector = Vector(-3.96, 4.95, -2.97);
  138. ITEM:Register();
  139.  
  140. --[[
  141. © 2013 CloudSixteen.com do not share, re-distribute or modify
  142. without permission of its author (kurozael@gmail.com).
  143. --]]
  144.  
  145. local ITEM = Clockwork.item:New("weapon_base");
  146. ITEM.name = "DC-17M Sniper Rifle";
  147. ITEM.cost = ;
  148. ITEM.model = "models/weapons/w_dc17m_sn.mdl";
  149. ITEM.weight = 4;
  150. ITEM.classes = ;
  151. ITEM.uniqueID = "weapon_752_dc17m_sn";
  152. ITEM.business = false;
  153. ITEM.description = "The DC-17m Interchangeable Weapon System (DC-17m ICWS) was a configurable combat weapons system used by the clone commandos of the Galactic Republic. Designed by BlasTech Industries to be able to meet the demands of the Grand Army of the Republic's elite special forces soldiers, the DC-17m became the unique weapon of the Republic commandos throughout the Clone Wars. This version includes a medium range scope.";
  154. ITEM.isAttachment = true;
  155. ITEM.hasFlashlight = true;
  156. ITEM.loweredOrigin = Vector(3, 0, -4);
  157. ITEM.loweredAngles = Angle(0, 45, 0);
  158. ITEM.attachmentBone = "ValveBiped.Bip01_Spine";
  159. ITEM.attachmentOffsetAngles = Angle(0, 0, 0);
  160. ITEM.attachmentOffsetVector = Vector(-3.96, 4.95, -2.97);
  161. ITEM:Register();
  162.  
  163. --[[
  164. © 2013 CloudSixteen.com do not share, re-distribute or modify
  165. without permission of its author (kurozael@gmail.com).
  166. --]]
  167.  
  168. local ITEM = Clockwork.item:New("weapon_base");
  169. ITEM.name = "DE-10";
  170. ITEM.cost = ;
  171. ITEM.model = "models/weapons/w_de10.mdl";
  172. ITEM.weight = 3;
  173. ITEM.classes = ;
  174. ITEM.uniqueID = "weapon_752_de10";
  175. ITEM.business = false;
  176. ITEM.description = "The DE-10 blaster pistol was a model of blaster pistol that saw use in the galaxy during the Galactic Civil War. Its heaviest users in the period were members of the Death Watch, a Mandalorian splinter group based on the Forest Moon of Endor at the time.";
  177. ITEM.isAttachment = true;
  178. ITEM.hasFlashlight = true;
  179. ITEM.loweredOrigin = Vector(3, 0, -4);
  180. ITEM.loweredAngles = Angle(0, 45, 0);
  181. ITEM.attachmentBone = "ValveBiped.Bip01_Spine";
  182. ITEM.attachmentOffsetAngles = Angle(0, 0, 0);
  183. ITEM.attachmentOffsetVector = Vector(-3.96, 4.95, -2.97);
  184. ITEM:Register();
  185.  
  186. --[[
  187. © 2013 CloudSixteen.com do not share, re-distribute or modify
  188. without permission of its author (kurozael@gmail.com).
  189. --]]
  190.  
  191. local ITEM = Clockwork.item:New("weapon_base");
  192. ITEM.name = "DSBP-20 Personal Defense Weapon";
  193. ITEM.cost = ;
  194. ITEM.model = "models/weapons/w_dsbp.mdl";
  195. ITEM.weight = 3;
  196. ITEM.classes = ;
  197. ITEM.uniqueID = "weapon_752_dsbp";
  198. ITEM.business = false;
  199. ITEM.description = "The DSBP-20 Personal Defense Blaster is easy to concel into places you are not allowed to bring said weapons into. Created of a black metal alloy";
  200. ITEM.isAttachment = true;
  201. ITEM.hasFlashlight = true;
  202. ITEM.loweredOrigin = Vector(3, 0, -4);
  203. ITEM.loweredAngles = Angle(0, 45, 0);
  204. ITEM.attachmentBone = "ValveBiped.Bip01_Spine";
  205. ITEM.attachmentOffsetAngles = Angle(0, 0, 0);
  206. ITEM.attachmentOffsetVector = Vector(-3.96, 4.95, -2.97);
  207. ITEM:Register();
  208.  
  209. --[[
  210. © 2013 CloudSixteen.com do not share, re-distribute or modify
  211. without permission of its author (kurozael@gmail.com).
  212. --]]
  213.  
  214. local ITEM = Clockwork.item:New("weapon_base");
  215. ITEM.name = "Bothan Sapper Charges";
  216. ITEM.cost = ;
  217. ITEM.model = "models/weapons/w_swrcdeton.mdl";
  218. ITEM.weight = 3;
  219. ITEM.classes = ;
  220. ITEM.uniqueID = "weapon_swrc_det";
  221. ITEM.business = false;
  222. ITEM.description = "A small set of explosive devices most commonly used by Bothan Sappers. Contains the power of three thermal detonators; do we warned.";
  223. ITEM.isAttachment = true;
  224. ITEM.hasFlashlight = true;
  225. ITEM.loweredOrigin = Vector(3, 0, -4);
  226. ITEM.loweredAngles = Angle(0, 45, 0);
  227. ITEM.attachmentBone = "ValveBiped.Bip01_Spine";
  228. ITEM.attachmentOffsetAngles = Angle(0, 0, 0);
  229. ITEM.attachmentOffsetVector = Vector(-3.96, 4.95, -2.97);
  230. ITEM:Register();
Add Comment
Please, Sign In to add comment