Advertisement
TSwann

40k Random Unit and Weapon Generator

Sep 20th, 2018
607
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. $name : 40k Random Unit and Weapon Generator
  2. $author : Me
  3. $description : Generate 40k xenos basic and elite troops and their weapons.
  4. $button : Generate!
  5.  
  6. //-----
  7.  
  8. $BasicTypeAdj
  9. [standard|basic|average|normal|regular|common|typical|stock|conscript]
  10. cannon fodder {25%}
  11.  
  12. $BasicTypeUnit
  13. [soldiers|troops|units|squads|warriors|fighters|infantry]
  14.  
  15. $EliteTypeAdj
  16. [elite|noble|elect|top|noble|specialist|select]
  17.  
  18. $EliteTypeUnit
  19. [soldiers|troops|units|squads|warriors|fighters|kill teams|commandos|marines|commanders|death squads]
  20.  
  21. //-----
  22. //Common Infantry weaponry
  23.  
  24. $BasInfWepCom
  25. //Stubber
  26. [kenetic|projectile|kenetic projectile|stubber]
  27. //Las
  28. [laser|las|photon beam]
  29. //Particle
  30. [particle beam|beam|directed particle|particle stream|charged particle [beam|blast|flood]]
  31. //Radiation
  32. [[radiation|microwave|maser|radium|rad] [beam|stream|blast|flood]]
  33. //Plasma
  34. [plasma [pulse|beam|wave|blast]]
  35. //Grenade
  36. [[variable [ammunition|payload|loadout]|||] [grenade|[[explosive|blast] [canister|capsule|round|sabot]]] launcher]
  37. //Melta
  38. [[fusion|melta] [beam|blast|shot|projection]]
  39. //Flamer
  40. [flame|[[napalm|incendiary]] [droplet|liquid]] [spray|foam|burst|projector]
  41.  
  42. $BasInfWepRar
  43. //Garv
  44. [graviton [beam|laser|pulse|wave|blast|shock|field]|grav-[beam|laser|pulse|wave|blast|shock|field]|garvity [beam|laser|pulse|wave|blast|shock|field]]
  45. //Missiles
  46. [infantry [sized|portable|carried] [micro-|]missile]
  47. //Conversion-Beamer
  48. [matter[-energy|] [conversion|transmutation] [beam|laser|blaster|blast|]]
  49. //Neural Sheredder
  50. [[neural|mind|brain|thought] [disruption|disrupting|shredder] [beam|laser|blaster|blast|]]
  51. //Webber
  52. [[toxic|disorienting|immobilizing|expanding|foaming|] [glue|web|epoxy|sludge|material] [projector|thrower|blaster]]
  53. //Stun/Mind Distortion
  54. [[hallucinogenic|blinding|electro-scrambler|photon] [beam|laser|pulse|wave|blast|shock]]
  55. //Nano Swarm
  56. [[targeted|[anti-[personnel|biological|mechanical|organic|metallic]]|] [nano-|nanite ][beam|laser|pulse|wave|swarm|goo|blast|projector]]
  57. //Power field
  58. [power-field [projector|wave generator|||]]
  59. //Sorcery
  60. [[holy|divine|eldritch|arcane|elemental|bio|infernal|warp] [sorcery|magic]]
  61. //Volkite
  62. [[thermal|volkite|subphasic combustion|subatomic combustion|micro-combustion] [beam|laser|pulse|wave|blast|shock]]
  63.  
  64. $BasInfWepExRar
  65. //Pariah/Anti-Psyker
  66. [anti-[psyker|psychic] [pariah||]]
  67. //Mind Control
  68. [[hypnotic|mind-control|mind-altering] [beam|laser|pulse|wave]]
  69. //Stasis
  70. [stasis [beam|laser|pulse|wave]]
  71. //Warp Weaponry
  72. [[warp|vortex|maelstrom] [singularity|] [beam|laser|pulse|wave|swarm|blast|projector]]
  73. //Necron Tesseract
  74. [hyper-geometry|hyper-dimensional|spacial] [distortion|warping|bending|curving|blasting|expanding|contracting|altering]
  75. //Sound
  76. [[hyper-|infra-|]sonic [oscillation|resonance||] [blast|beam|projection|disruption||]]
  77. //Psionic
  78. [[pure|natural|integrated|neural|] [psychic|psyonic] [amplification|projection|concentration]]
  79.  
  80. $InfWepTypeC
  81. [BasInfWepCom]
  82. [BasInfWepRar] {33%}
  83. [BasInfWepExRar] {15%}
  84.  
  85. $InfWepTypeC_suffix
  86. [based weaponry|weapons|based weapons]
  87.  
  88. $InfWepCFinal
  89. [use|utilize|deploy|equip] [InfWepTypeC] [InfWepTypeC_suffix]
  90.  
  91.  
  92. $GenTroops
  93. Their [BasicTypeAdj] [BasicTypeUnit] [InfWepCFinal]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement