Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.29 KB | None | 0 0
  1. //Fallout 13 Enclave faction roles
  2.  
  3. /datum/job/colonel
  4. title = "Colonel"
  5. desc = "An actual American patriot.<br>You live by the principle that the Main Goal is more important than the means of achieving it."
  6. flag = COLONEL
  7. department_head = list("Enclave Central Command")
  8. department_flag = MEDSCI
  9. faction = "enclave"
  10. status = "colonel"
  11. total_positions = 1
  12. spawn_positions = 1
  13. supervisors = "the Enclave Central Command"
  14. selection_color = "#ec9d9d"
  15. minimal_player_age = 7
  16. whitelist_on = 0
  17.  
  18. allowed_packs = list("starter", "cigarettes", "bard", "tesla", "super_ten", "holsters")
  19.  
  20. required_items = list(
  21. /obj/item/clothing/suit/armor/f13/power_armor/shocktrooper,
  22. /obj/item/clothing/head/helmet/power_armor/shocktrooper,
  23. /obj/item/weapon/gun/energy/plasma,
  24. /obj/item/weapon/lighter/engraved
  25. )
  26.  
  27. denied_items = list(
  28. /obj/item/clothing/shoes/f13/rag,
  29. /obj/item/clothing/head/f13/pot,
  30. /obj/item/clothing/under/pants/f13/ghoul,
  31. /obj/item/clothing/under/pants/f13/cloth,
  32. /obj/item/clothing/under/pants/f13/caravan,
  33. /obj/item/clothing/under/f13/rag,
  34. /obj/item/clothing/under/f13/tribal,
  35. /obj/item/clothing/under/f13/female/tribal,
  36. /obj/item/clothing/under/f13/settler,
  37. /obj/item/clothing/under/f13/brahmin,
  38. /obj/item/clothing/under/f13/female/brahmin,
  39. /obj/item/clothing/under/f13/worn,
  40. /obj/item/clothing/suit/f13/mantle_liz
  41. )
  42.  
  43. outfit = /datum/outfit/job/colonel
  44.  
  45. access = list(70)
  46. minimal_access = list()
  47.  
  48. /datum/outfit/job/colonel
  49. name = "Colonel"
  50. backpack = null
  51. satchel = null
  52. gloves = /obj/item/clothing/gloves/f13/military
  53. uniform = /obj/item/clothing/under/f13/enclave_officer
  54. shoes = /obj/item/clothing/shoes/f13/military
  55. suit = /obj/item/clothing/suit/f13/autumn
  56. belt = /obj/item/weapon/storage/belt/military/army
  57. weapon = null
  58. belt_contents = list(
  59. /obj/item/weapon/reagent_containers/hypospray/combat = 1,
  60. /obj/item/device/radio = 1,
  61. /obj/item/weapon/reknife = 1,
  62. /obj/item/clothing/glasses/sunglassespaop = 1,
  63. /obj/item/clothing/ears/earmuffs = 1,
  64. /obj/item/weapon/implant/cqc = 1)
  65. id = /obj/item/weapon/card/id/enclave
  66.  
  67. //Enclave Lieutenant
  68.  
  69. /datum/job/enclave_lieutenant
  70. title = "Lieutenant"
  71. desc = "A loyal soldier.<br>You trust your commander and orders from above - it's just about time to make America great again!"
  72. flag = ENCLAVE_LIEUTENANT
  73. department_head = list("colonel")
  74. department_flag = MEDSCI
  75. faction = "enclave"
  76. status = "enclave_lieutenant"
  77. total_positions = 1
  78. spawn_positions = 1
  79. supervisors = "the Colonel"
  80. selection_color = "#ec9d9d"
  81. minimal_player_age = 7
  82.  
  83. allowed_packs = list("starter", "cigarettes", "bard", "tesla", "super_ten", "holsters")
  84.  
  85. required_items = list(
  86. /obj/item/clothing/head/soft/f13/utility/olive,
  87. /obj/item/clothing/head/soft/f13/utility/tan,
  88. /obj/item/clothing/under/f13/bdu,
  89. /obj/item/clothing/under/f13/dbdu,
  90. /obj/item/clothing/suit/armor/f13/power_armor/superadvanced,
  91. /obj/item/clothing/head/helmet/power_armor/superadvanced,
  92. /obj/item/weapon/gun/energy/plasma,
  93. /obj/item/weapon/lighter/engraved
  94. )
  95.  
  96. denied_items = list(
  97. /obj/item/clothing/shoes/f13/rag,
  98. /obj/item/clothing/head/f13/pot,
  99. /obj/item/clothing/under/pants/f13/ghoul,
  100. /obj/item/clothing/under/pants/f13/cloth,
  101. /obj/item/clothing/under/pants/f13/caravan,
  102. /obj/item/clothing/under/f13/rag,
  103. /obj/item/clothing/under/f13/tribal,
  104. /obj/item/clothing/under/f13/female/tribal,
  105. /obj/item/clothing/under/f13/settler,
  106. /obj/item/clothing/under/f13/brahmin,
  107. /obj/item/clothing/under/f13/female/brahmin,
  108. /obj/item/clothing/under/f13/worn,
  109. /obj/item/clothing/suit/f13/mantle_liz
  110. )
  111.  
  112. outfit = /datum/outfit/job/enclave_lieutenant
  113.  
  114. access = list(70)
  115. minimal_access = list()
  116.  
  117. /datum/outfit/job/enclave_lieutenant
  118. name = "Enclave Lieutenant"
  119. backpack = null
  120. satchel = null
  121. gloves = /obj/item/clothing/gloves/f13/military
  122. uniform = /obj/item/clothing/under/f13/enclave_officer
  123. shoes = /obj/item/clothing/shoes/f13/military
  124. suit = null
  125. head = /obj/item/clothing/head/soft/f13/enclave
  126. belt = /obj/item/weapon/storage/belt/military/army
  127. weapon = null
  128. belt_contents = list(
  129. /obj/item/weapon/reagent_containers/hypospray/combat = 1,
  130. /obj/item/device/radio = 1,
  131. /obj/item/weapon/reknife = 1,
  132. /obj/item/clothing/glasses/sunglassespaop = 1,
  133. /obj/item/clothing/ears/earmuffs = 1,
  134. /obj/item/weapon/implant/cqc = 1)
  135. id = /obj/item/weapon/card/id/enclave
  136.  
  137. //Enclave Private
  138.  
  139. /datum/job/enclave_private
  140. title = "Private"
  141. desc = "Enlist today."
  142. flag = ENCLAVE_PRIVATE
  143. department_head = list("colonel", "lieutenant")
  144. department_flag = MEDSCI
  145. faction = "enclave"
  146. status = "private"
  147. total_positions = 3
  148. spawn_positions = 4
  149. supervisors = "The Colonel"
  150. selection_color = "#ec9d9d"
  151. minimal_player_age = 7
  152.  
  153. allowed_packs = list("starter", "cigarettes", "bard", "tesla", "super_ten", "holsters")
  154.  
  155. required_items = list(
  156. /obj/item/clothing/under/f13/bdu,
  157. /obj/item/clothing/suit/armor/f13/power_armor/advanced,
  158. /obj/item/clothing/head/helmet/power_armor/advanced,
  159. /obj/item/clothing/head/soft/f13/utility/olive,
  160. /obj/item/clothing/ears/earmuffs,
  161. /obj/item/clothing/glasses/sunglassespaop,
  162. /obj/item/weapon/gun/energy/plasma/pistol
  163. )
  164.  
  165. denied_items = list(
  166. /obj/item/clothing/shoes/f13/rag,
  167. /obj/item/clothing/head/f13/pot,
  168. /obj/item/clothing/under/pants/f13/ghoul,
  169. /obj/item/clothing/under/pants/f13/cloth,
  170. /obj/item/clothing/under/pants/f13/caravan,
  171. /obj/item/clothing/under/f13/rag,
  172. /obj/item/clothing/under/f13/tribal,
  173. /obj/item/clothing/under/f13/female/tribal,
  174. /obj/item/clothing/under/f13/settler,
  175. /obj/item/clothing/under/f13/brahmin,
  176. /obj/item/clothing/under/f13/female/brahmin,
  177. /obj/item/clothing/under/f13/worn,
  178. /obj/item/clothing/suit/f13/mantle_liz
  179. )
  180.  
  181. outfit = /datum/outfit/job/enclave_private
  182.  
  183. access = list(70)
  184. minimal_access = list()
  185.  
  186. /datum/outfit/job/enclave_private
  187. name = "Enclave Private"
  188. backpack = null
  189. satchel = null
  190. gloves = /obj/item/clothing/gloves/f13/military
  191. uniform = /obj/item/clothing/under/f13/dbdu
  192. shoes = /obj/item/clothing/shoes/f13/military
  193. head = /obj/item/clothing/head/soft/f13/utility/tan
  194. belt = /obj/item/weapon/storage/belt/military/army
  195. weapon = /obj/item/weapon/gun/energy/plasma
  196. belt_contents = list(
  197. /obj/item/weapon/reagent_containers/hypospray/combat = 1,
  198. /obj/item/device/radio = 1,
  199. /obj/item/weapon/reknife = 1,
  200. /obj/item/clothing/glasses/sunglassespaop = 1,
  201. /obj/item/clothing/ears/earmuffs = 1)
  202. id = /obj/item/weapon/card/id/enclave
  203.  
  204. //Enclave Scientist
  205.  
  206. /datum/job/enclave_scientist
  207. title = "Scientist"
  208. desc = "Experimenting on the Un-American since 1943."
  209. flag = ENCLAVE_SCIENTIST
  210. department_head = list("colonel", "lieutenant")
  211. department_flag = MEDSCI
  212. faction = "enclave"
  213. status = "scientist"
  214. total_positions = 2
  215. spawn_positions = 4
  216. supervisors = "The Colonel"
  217. selection_color = "#ec9d9d"
  218. minimal_player_age = 7
  219.  
  220. allowed_packs = list("starter", "cigarettes", "bard", "super_ten", "holsters")
  221.  
  222. required_items = list(
  223. /obj/item/clothing/under/f13/bdu,
  224. /obj/item/clothing/head/bio_hood/science,
  225. /obj/item/clothing/suit/bio_suit/sciencesuit,
  226. /obj/item/weapon/gun/energy/plasma/pistol
  227. )
  228.  
  229. denied_items = list(
  230. /obj/item/clothing/shoes/f13/rag,
  231. /obj/item/clothing/head/f13/pot,
  232. /obj/item/clothing/under/pants/f13/ghoul,
  233. /obj/item/clothing/under/pants/f13/cloth,
  234. /obj/item/clothing/under/pants/f13/caravan,
  235. /obj/item/clothing/under/f13/rag,
  236. /obj/item/clothing/under/f13/tribal,
  237. /obj/item/clothing/under/f13/female/tribal,
  238. /obj/item/clothing/under/f13/settler,
  239. /obj/item/clothing/under/f13/brahmin,
  240. /obj/item/clothing/under/f13/female/brahmin,
  241. /obj/item/clothing/under/f13/worn,
  242. /obj/item/clothing/suit/f13/mantle_liz
  243. )
  244.  
  245. outfit = /datum/outfit/job/enclave_private
  246.  
  247. access = list(70)
  248. minimal_access = list()
  249.  
  250. /datum/outfit/job/enclave_recruit
  251. name = "Enclave Recruit"
  252. backpack = null
  253. satchel = null
  254. gloves = /obj/item/clothing/gloves/f13/military
  255. uniform = /obj/item/clothing/under/f13/dbdu
  256. shoes = /obj/item/clothing/shoes/f13/military
  257. head = /obj/item/clothing/head/soft/f13/utility/tan
  258. belt = /obj/item/weapon/storage/belt/military/army
  259. weapon = /obj/item/weapon/gun/energy/plasma
  260. belt_contents = list(
  261. /obj/item/weapon/reagent_containers/pill/patch/stimpak = 1,
  262. /obj/item/device/radio = 1,
  263. /obj/item/weapon/kitchen/knife/combat = 1)
  264. id = /obj/item/weapon/card/id/enclave
  265.  
  266.  
  267. //Enclave Recruit
  268.  
  269. /datum/job/enclave_recruit
  270. title = "Recruit"
  271. desc = "In Training!."
  272. flag = ENCLAVE_RECRUIT
  273. department_head = list("colonel", "lieutenant")
  274. department_flag = MEDSCI
  275. faction = "enclave"
  276. status = "recruit"
  277. total_positions = 2
  278. spawn_positions = 7
  279. supervisors = "The Colonel"
  280. selection_color = "#ec9d9d"
  281. minimal_player_age = 7
  282.  
  283. allowed_packs = list("starter", "cigarettes", "bard", "super_ten", "holsters")
  284.  
  285. required_items = list(
  286. /obj/item/clothing/under/f13/bdu,
  287. /obj/item/clothing/head/soft/f13/utility/olive,
  288. /obj/item/clothing/suit/armor/f13/combat_mk1,
  289. /obj/item/clothing/head/helmet/f13/combat_mk1,
  290. /obj/item/weapon/gun/energy/plasma/pistol
  291. )
  292.  
  293. denied_items = list(
  294. /obj/item/clothing/shoes/f13/rag,
  295. /obj/item/clothing/head/f13/pot,
  296. /obj/item/clothing/under/pants/f13/ghoul,
  297. /obj/item/clothing/under/pants/f13/cloth,
  298. /obj/item/clothing/under/pants/f13/caravan,
  299. /obj/item/clothing/under/f13/rag,
  300. /obj/item/clothing/under/f13/tribal,
  301. /obj/item/clothing/under/f13/female/tribal,
  302. /obj/item/clothing/under/f13/settler,
  303. /obj/item/clothing/under/f13/brahmin,
  304. /obj/item/clothing/under/f13/female/brahmin,
  305. /obj/item/clothing/under/f13/worn,
  306. /obj/item/clothing/suit/f13/mantle_liz
  307. )
  308.  
  309. outfit = /datum/outfit/job/enclave_private
  310.  
  311. access = list(70)
  312. minimal_access = list()
  313.  
  314. /datum/outfit/job/enclave_recruit
  315. name = "Enclave Recruit"
  316. backpack = null
  317. satchel = null
  318. gloves = /obj/item/clothing/gloves/f13/military
  319. uniform = /obj/item/clothing/under/f13/dbdu
  320. shoes = /obj/item/clothing/shoes/f13/military
  321. head = /obj/item/clothing/head/soft/f13/utility/tan
  322. belt = /obj/item/weapon/storage/belt/military/army
  323. weapon = /obj/item/weapon/gun/energy/plasma
  324. belt_contents = list(
  325. /obj/item/weapon/reagent_containers/pill/patch/stimpak = 1,
  326. /obj/item/device/radio = 1,
  327. /obj/item/weapon/kitchen/knife/combat = 1)
  328. id = /obj/item/weapon/card/id/enclave
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement