Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.89 KB | None | 0 0
  1. ----------------------22nd Airborne Battalion----------------------
  2. //2200-2224
  3. ["TEAM_22ND_PVT"] = {
  4. Position = 2200,
  5.  
  6.  
  7. Prefix = "Private",
  8. Name = "Private",
  9. Regiment = "22nd Airborne Battalion",
  10. ParentRegiment = nil,
  11. Parent = nil,
  12.  
  13. Loadout = {"climb_swep2", "none", "tfa_e11_extended", "tfa_swch_dc15a", "thermal_det"},
  14. Model = "models/simba/trooper/trooper.mdl",
  15. Color = Regiment_Color.r22ND,
  16. Clearance = "1",
  17. Rank = 1,
  18.  
  19. },
  20.  
  21. ["TEAM_22ND_PFC"] = {
  22.  
  23. Name = "Private First Class",
  24. Prefix = "Private First Class",
  25. Parent = "TEAM_22ND_PVT",
  26. Rank = 2,
  27.  
  28. },
  29.  
  30. ["TEAM_22ND_LCP"] = {
  31.  
  32. Name = "Lance Corporal",
  33. Prefix = "Lance Corporal",
  34. Parent = "TEAM_22ND_PFC",
  35. Rank = 3,
  36.  
  37. },
  38.  
  39. ["TEAM_22ND_CPL"] = {
  40.  
  41. Name = "Corporal",
  42. Prefix = "Corporal",
  43. Parent = "TEAM_22ND_LCP",
  44. Rank = 4,
  45.  
  46. },
  47.  
  48. ["TEAM_22ND_SPC"] = {
  49.  
  50. Name = "Specialist",
  51. Prefix = "Specialist",
  52. Parent = "TEAM_22ND_CPL",
  53. Rank = 5,
  54.  
  55. },
  56.  
  57. ["TEAM_22ND_SGT"] = {
  58.  
  59. Name = "Sergeant",
  60. Prefix = "Sergeant",
  61. Parent = "TEAM_22ND_SPC",
  62. Rank = 6,
  63. Clearance = "2",
  64. },
  65.  
  66. ["TEAM_22ND_SSG"] = {
  67.  
  68. Name = "Staff Sergeant",
  69. Prefix = "Staff Sergeant",
  70. Parent = "TEAM_22ND_SGT",
  71. Rank = 7,
  72.  
  73. },
  74.  
  75. ["TEAM_22ND_DSG"] = {
  76.  
  77. Name = "Drill Sergeant",
  78. Prefix = "Drill Sergeant",
  79. Parent = "TEAM_22ND_SSG",
  80. Rank = 8,
  81.  
  82. },
  83.  
  84. ["TEAM_22ND_GSG"] = {
  85.  
  86. Name = "Gunnery Sergeant",
  87. Prefix = "Gunnery Sergeant",
  88. Parent = "TEAM_22ND_DSG",
  89. Rank = 9,
  90.  
  91. },
  92.  
  93. ["TEAM_22ND_MSG"] = {
  94.  
  95. Name = "Master Sergeant",
  96. Prefix = "Master Sergeant",
  97. Parent = "TEAM_22ND_GSG",
  98. Rank = 10,
  99.  
  100. },
  101.  
  102. ["TEAM_22ND_WO"] = {
  103.  
  104. Name = "Warrant Officer",
  105. Prefix = "Warrant Officer",
  106. Parent = "TEAM_22ND_MSG",
  107. Rank = 11,
  108.  
  109. },
  110.  
  111. ["TEAM_22ND_2LT"] = {
  112.  
  113. Name = "2nd Lieutenant",
  114. Prefix = "2nd Lieutenant",
  115. Parent = "TEAM_22ND_WO",
  116. Rank = 12,
  117. Clearance = "3",
  118. Model = "models/simba/officer/officer.mdl",
  119. Loadout = {"climb_swep2", "none", "tfa_e11_extended", "tfa_swch_dc15a", "thermal_det", "tfa_sw_dc17dual"},
  120.  
  121. },
  122.  
  123. ["TEAM_22ND_LT"] = {
  124. Name = "Lieutenant",
  125. Prefix = "Lieutenant",
  126. Parent = "TEAM_22ND_2LT",
  127. Rank = 13,
  128. },
  129.  
  130. ["TEAM_22ND_LTC"] = {
  131. Name = "Lieutenant Captain",
  132. Prefix = "Lieutenant Captain",
  133. Parent = "TEAM_22ND_LT",
  134. Rank = 14,
  135. },
  136.  
  137. ["TEAM_22ND_CPT"] = {
  138. Name = "Captain",
  139. Prefix = "Captain",
  140. Parent = "TEAM_22ND_LTC",
  141. Rank = 15,
  142. Model = "models/simba/commander/commander.mdl",
  143. },
  144.  
  145. ["TEAM_22ND_MAJ"] = {
  146. Name = "Major",
  147. Prefix = "Major",
  148. Parent = "TEAM_22ND_CPT",
  149. Rank = 16,
  150. },
  151.  
  152. ["TEAM_22ND_COL"] = {
  153. Name = "Colonel",
  154. Prefix = "Colonel",
  155. Parent = "TEAM_22ND_MAJ",
  156. Rank = 17,
  157. },
  158.  
  159. ["TEAM_22ND_BCOM"] = {
  160. Name = "Battalion Commander",
  161. Prefix = "Battalion Commander",
  162. Parent = "TEAM_22ND_COL",
  163. Rank = 18,
  164. Clearance = "4",
  165. },
  166.  
  167. ["TEAM_22ND_FCOM"] = {
  168. Name = "Field Commander",
  169. Prefix = "Field Commander",
  170. Parent = "TEAM_22ND_BCOM",
  171. Rank = 19,
  172. },
  173.  
  174. ["TEAM_22ND_COM"] = {
  175. Name = "Commander",
  176. Prefix = "Commander",
  177. Parent = "TEAM_22ND_FCOM",
  178. Rank = 20,
  179. },
  180.  
  181. ["TEAM_22ND_MSHCOM"] = {
  182. Name = "Marshal Commander",
  183. Prefix = "Marshal Commander",
  184. Parent = "TEAM_22ND_COM",
  185. Rank = 21,
  186. },
  187.  
  188. ----------------------22nd Airborne Battalion Unit Medics----------------------
  189. //2225-2249
  190. ["TEAM_22ND_MEDIC_PVT"] = {
  191. Position = 2225,
  192.  
  193. Prefix = "Private",
  194. Name = "Private",
  195. Regiment = "22nd Airborne Battalion Medics",
  196. ParentRegiment = "22nd Airborne Battalion",
  197. Parent = nil,
  198.  
  199. Loadout = {"climb_swep2", "none", "tfa_e11_extended", "tfa_swch_dc15a", "weapon_bactainjector", "weapon_defibrillator"},
  200. Model = "models/simba/medic/medic.mdl",
  201. Color = Regiment_Color.r22ND,
  202. Clearance = "1",
  203. Rank = 1,
  204.  
  205. },
  206.  
  207. ["TEAM_22ND_MEDIC_PFC"] = {
  208.  
  209. Name = "Private First Class",
  210. Prefix = "Private First Class",
  211. Parent = "TEAM_22ND_MEDIC_PVT",
  212. Rank = 2,
  213.  
  214. },
  215.  
  216. ["TEAM_22ND_MEDIC_LCP"] = {
  217.  
  218. Name = "Lance Corporal",
  219. Prefix = "Lance Corporal",
  220. Parent = "TEAM_22ND_MEDIC_PFC",
  221. Rank = 3,
  222.  
  223. },
  224.  
  225. ["TEAM_22ND_MEDIC_CPL"] = {
  226.  
  227. Name = "Corporal",
  228. Prefix = "Corporal",
  229. Parent = "TEAM_22ND_MEDIC_LCP",
  230. Rank = 4,
  231.  
  232. },
  233.  
  234. ["TEAM_22ND_MEDIC_SPC"] = {
  235.  
  236. Name = "Specialist",
  237. Prefix = "Specialist",
  238. Parent = "TEAM_22ND_MEDIC_CPL",
  239. Rank = 5,
  240.  
  241. },
  242.  
  243. ["TEAM_22ND_MEDIC_SGT"] = {
  244.  
  245. Name = "Sergeant",
  246. Prefix = "Sergeant",
  247. Parent = "TEAM_22ND_MEDIC_SPC",
  248. Rank = 6,
  249. Clearance = "2",
  250. },
  251.  
  252. ["TEAM_22ND_MEDIC_SSG"] = {
  253.  
  254. Name = "Staff Sergeant",
  255. Prefix = "Staff Sergeant",
  256. Parent = "TEAM_22ND_MEDIC_SGT",
  257. Rank = 7,
  258.  
  259. },
  260.  
  261. ["TEAM_22ND_MEDIC_DSG"] = {
  262.  
  263. Name = "Drill Sergeant",
  264. Prefix = "Drill Sergeant",
  265. Parent = "TEAM_22ND_MEDIC_SSG",
  266. Rank = 8,
  267.  
  268. },
  269.  
  270. ["TEAM_22ND_MEDIC_GSG"] = {
  271.  
  272. Name = "Gunnery Sergeant",
  273. Prefix = "Gunnery Sergeant",
  274. Parent = "TEAM_22ND_MEDIC_DSG",
  275. Rank = 9,
  276.  
  277. },
  278.  
  279. ["TEAM_22ND_MEDIC_MSG"] = {
  280.  
  281. Name = "Master Sergeant",
  282. Prefix = "Master Sergeant",
  283. Parent = "TEAM_22ND_MEDIC_GSG",
  284. Rank = 10,
  285.  
  286. },
  287.  
  288. ["TEAM_22ND_MEDIC_WO"] = {
  289.  
  290. Name = "Warrant Officer",
  291. Prefix = "Warrant Officer",
  292. Parent = "TEAM_22ND_MEDIC_MSG",
  293. Rank = 11,
  294.  
  295. },
  296.  
  297. ["TEAM_22ND_MEDIC_2LT"] = {
  298.  
  299. Name = "2nd Lieutenant",
  300. Prefix = "2nd Lieutenant",
  301. Parent = "TEAM_22ND_MEDIC_WO",
  302. Rank = 12,
  303. Clearance = "3",
  304. Loadout = {"climb_swep2", "none", "tfa_e11_extended", "tfa_swch_dc15a", "weapon_bactainjector", "weapon_defibrillator", "tfa_sw_dc17dual"},
  305.  
  306. },
  307.  
  308. ["TEAM_22ND_MEDIC_LT"] = {
  309. Name = "Lieutenant",
  310. Prefix = "Lieutenant",
  311. Parent = "TEAM_22ND_MEDIC_2LT",
  312. Rank = 13,
  313. },
  314.  
  315. ["TEAM_22ND_MEDIC_LTC"] = {
  316. Name = "Lieutenant Captain",
  317. Prefix = "Lieutenant Captain",
  318. Parent = "TEAM_22ND_MEDIC_LT",
  319. Rank = 14,
  320. },
  321.  
  322. ["TEAM_22ND_MEDIC_CPT"] = {
  323. Name = "Captain",
  324. Prefix = "Captain",
  325. Parent = "TEAM_22ND_MEDIC_LTC",
  326. Rank = 15,
  327. },
  328.  
  329. ["TEAM_22ND_MEDIC_MAJ"] = {
  330. Name = "Major",
  331. Prefix = "Major",
  332. Parent = "TEAM_22ND_MEDIC_CPT",
  333. Rank = 16,
  334. },
  335.  
  336. ["TEAM_22ND_MEDIC_COL"] = {
  337. Name = "Colonel",
  338. Prefix = "Colonel",
  339. Parent = "TEAM_22ND_MEDIC_MAJ",
  340. Rank = 17,
  341. },
  342.  
  343. ["TEAM_22ND_MEDIC_BCOM"] = {
  344. Name = "Battalion Commander",
  345. Prefix = "Battalion Commander",
  346. Parent = "TEAM_22ND_MEDIC_COL",
  347. Rank = 18,
  348. Clearance = "4",
  349. },
  350.  
  351. ["TEAM_22ND_MEDIC_FCOM"] = {
  352. Name = "Field Commander",
  353. Prefix = "Field Commander",
  354. Parent = "TEAM_22ND_MEDIC_BCOM",
  355. Rank = 19,
  356. },
  357.  
  358. ["TEAM_22ND_MEDIC_COM"] = {
  359. Name = "Commander",
  360. Prefix = "Commander",
  361. Parent = "TEAM_22ND_MEDIC_FCOM",
  362. Rank = 20,
  363. },
  364.  
  365. ["TEAM_22ND_MEDIC_MSHCOM"] = {
  366. Name = "Marshal Commander",
  367. Prefix = "Marshal Commander",
  368. Parent = "TEAM_22ND_MEDIC_COM",
  369. Rank = 21,
  370. },
  371.  
  372. ----------------------22nd Airborne Battalion Krayt Company----------------------
  373. //2250-2274
  374. ["TEAM_22ND_KRAYT_PVT"] = {
  375. Position = 2250,
  376.  
  377.  
  378. Prefix = "Private",
  379. Name = "Private",
  380. Regiment = "22nd Airborne Battalion Krayt Company",
  381. ParentRegiment = "22nd Airborne Battalion",
  382. Parent = nil,
  383.  
  384. Loadout = {"climb_swep2", "none", "tfa_e11_extended", "tfa_dlt19_extended", "thermal_det"},
  385. Model = "models/simba/kraittrooper/krayttrooper.mdl",
  386. Color = Regiment_Color.r22ND,
  387. Clearance = "1",
  388. Rank = 1,
  389.  
  390. },
  391.  
  392. ["TEAM_22ND_KRAYT_PFC"] = {
  393.  
  394. Name = "Private First Class",
  395. Prefix = "Private First Class",
  396. Parent = "TEAM_22ND_KRAYT_PVT",
  397. Rank = 2,
  398.  
  399. },
  400.  
  401. ["TEAM_22ND_KRAYT_LCP"] = {
  402.  
  403. Name = "Lance Corporal",
  404. Prefix = "Lance Corporal",
  405. Parent = "TEAM_22ND_KRAYT_PFC",
  406. Rank = 3,
  407.  
  408. },
  409.  
  410. ["TEAM_22ND_KRAYT_CPL"] = {
  411.  
  412. Name = "Corporal",
  413. Prefix = "Corporal",
  414. Parent = "TEAM_22ND_KRAYT_LCP",
  415. Rank = 4,
  416.  
  417. },
  418.  
  419. ["TEAM_22ND_KRAYT_SPC"] = {
  420.  
  421. Name = "Specialist",
  422. Prefix = "Specialist",
  423. Parent = "TEAM_22ND_KRAYT_CPL",
  424. Rank = 5,
  425.  
  426. },
  427.  
  428. ["TEAM_22ND_KRAYT_SGT"] = {
  429.  
  430. Name = "Sergeant",
  431. Prefix = "Sergeant",
  432. Parent = "TEAM_22ND_KRAYT_SPC",
  433. Rank = 6,
  434. Clearance = "2",
  435. },
  436.  
  437. ["TEAM_22ND_KRAYT_SSG"] = {
  438.  
  439. Name = "Staff Sergeant",
  440. Prefix = "Staff Sergeant",
  441. Parent = "TEAM_22ND_KRAYT_SGT",
  442. Rank = 7,
  443.  
  444. },
  445.  
  446. ["TEAM_22ND_KRAYT_DSG"] = {
  447.  
  448. Name = "Drill Sergeant",
  449. Prefix = "Drill Sergeant",
  450. Parent = "TEAM_22ND_KRAYT_SSG",
  451. Rank = 8,
  452.  
  453. },
  454.  
  455. ["TEAM_22ND_KRAYT_GSG"] = {
  456.  
  457. Name = "Gunnery Sergeant",
  458. Prefix = "Gunnery Sergeant",
  459. Parent = "TEAM_22ND_KRAYT_DSG",
  460. Rank = 9,
  461.  
  462. },
  463.  
  464. ["TEAM_22ND_KRAYT_MSG"] = {
  465.  
  466. Name = "Master Sergeant",
  467. Prefix = "Master Sergeant",
  468. Parent = "TEAM_22ND_KRAYT_GSG",
  469. Rank = 10,
  470.  
  471. },
  472.  
  473. ["TEAM_22ND_KRYATT_WO"] = {
  474.  
  475. Name = "Warrant Officer",
  476. Prefix = "Warrant Officer",
  477. Parent = "TEAM_22ND_KRYATT_MSG",
  478. Rank = 11,
  479.  
  480. },
  481.  
  482. ["TEAM_22ND_KRAYT_2LT"] = {
  483.  
  484. Name = "2nd Lieutenant",
  485. Prefix = "2nd Lieutenant",
  486. Parent = "TEAM_22ND_KRAYT_WO",
  487. Rank = 12,
  488. Clearance = "3",
  489. Loadout = {"climb_swep2", "none", "tfa_e11_extended", "tfa_a280_extended", "thermal_det", "tfa_sw_dc17dual"},
  490.  
  491. },
  492.  
  493. ["TEAM_22ND_KRAYT_LT"] = {
  494. Name = "Lieutenant",
  495. Prefix = "Lieutenant",
  496. Parent = "TEAM_22ND_KRAYT_2LT",
  497. Rank = 13,
  498. },
  499.  
  500. ["TEAM_22ND_KRAYT_LTC"] = {
  501. Name = "Lieutenant Captain",
  502. Prefix = "Lieutenant Captain",
  503. Parent = "TEAM_22ND_KRAYT_LT",
  504. Rank = 14,
  505. },
  506.  
  507. ["TEAM_22ND_KRAYT_CPT"] = {
  508. Name = "Captain",
  509. Prefix = "Captain",
  510. Parent = "TEAM_22ND_KRAYT_LTC",
  511. Rank = 15,
  512. },
  513.  
  514. ["TEAM_22ND_KRAYT_MAJ"] = {
  515. Name = "Major",
  516. Prefix = "Major",
  517. Parent = "TEAM_22ND_KRAYT_CPT",
  518. Rank = 16,
  519. },
  520.  
  521. ["TEAM_22ND_KRAYT_COL"] = {
  522. Name = "Colonel",
  523. Prefix = "Colonel",
  524. Parent = "TEAM_22ND_KRAYT_MAJ",
  525. Rank = 17,
  526. },
  527.  
  528. ["TEAM_22ND_KRAYT_BCOM"] = {
  529. Name = "Battalion Commander",
  530. Prefix = "Battalion Commander",
  531. Parent = "TEAM_22ND_KRAYT_COL",
  532. Rank = 18,
  533. Clearance = "4",
  534. },
  535.  
  536. ["TEAM_22ND_KRAYT_FCOM"] = {
  537. Name = "Field Commander",
  538. Prefix = "Field Commander",
  539. Parent = "TEAM_22ND_KRAYT_BCOM",
  540. Rank = 19,
  541. },
  542.  
  543. ["TEAM_22ND_KRAYT_COM"] = {
  544. Name = "Commander",
  545. Prefix = "Commander",
  546. Parent = "TEAM_22ND_KRAYT_FCOM",
  547. Rank = 20,
  548. },
  549.  
  550. ["TEAM_22ND_KRAYT_MSHCOM"] = {
  551. Name = "Marshal Commander",
  552. Prefix = "Marshal Commander",
  553. Parent = "TEAM_22ND_KRAYT_COM",
  554. Rank = 21,
  555. },
  556.  
  557. ----------------------22nd Airborne Battalion Beta ARC & Lore Character Slot----------------------
  558. //2275-2299
  559. ["TEAM_22ND_BETA_ARC"] = {
  560. Position = 2275,
  561.  
  562.  
  563. Prefix = "",
  564. Name = "Beta ARC",
  565. Regiment = "22nd Airborne Battalion Beta ARC",
  566. ParentRegiment = "22nd Airborne Battalion",
  567. Parent = nil,
  568.  
  569. Loadout = {"climb_swep2", "none", "tfa_e11_extended", "thermal_det", "rw_sw_dual_dc17s", "weapon_rpw_binoculars", "tfa_a280_extended", "m9k_knife"},
  570. Model = "models/simba/arc/arc.mdl",
  571. Color = Regiment_Color.r22ND,
  572. Clearance = "2",
  573. Rank = 6,
  574.  
  575. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement