Advertisement
123sendodo

Random Unit Generator

Apr 21st, 2014
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. $name : Random Unit Generator
  2. $author : 123sendodo
  3. $description : Generated a unit like those in RTS games.
  4. $button : Train a unit
  5.  
  6. $random
  7. a
  8. z
  9. r
  10. l
  11. v
  12. o
  13. j
  14. k
  15. g
  16.  
  17.  
  18. $name
  19. [Random][random][random][random]'[random][random]
  20. [Random][random]'[random][random][random]
  21.  
  22. $suffix
  23. berserker {type:melee}{2ndtype:heavy }{3rdtype:big }
  24. hunter {type:ranged}{2ndtype:nimble }{3rdtype:cunning }
  25. archer {type:ranged}{2ndtype:cunning }{3rdtype:long-}
  26. warrior {type:melee}{2ndtype:strong }{3rdtype:expensive }
  27. barbarian {type:melee}{2ndtype:heavy }{3rdtype:cheap }
  28. brute {type:melee}{2ndtype:strong }{3rdtype:heavy }
  29. grunt {type:melee}{2ndtype:light }{3rdtype:cheap }
  30. headhunter {type:ranged}{2ndtype:cunning }{3rdtype:long-}
  31.  
  32. $chosen
  33. [suffix,#unit]
  34.  
  35. $desc1
  36. these soldiers are famous for their direct control under [Name,#leader]'s control.
  37. they are well-known for their strong [#unit,as type] power.
  38. they could take down enemies [quickly|easily]
  39.  
  40. $desc2
  41. they also have the ability to cast [Frost Nova|Fireball|Heal]
  42. they also have a [dagger|shield] as a secondary weapon, to use when needed
  43. they are also equipped with [heavy armor with extra [defence|protection|armor]|light armor for [agility|flexibility]]
  44.  
  45. $desc3
  46. they are trained to [swim underwater|burrow underground] for a long time
  47. they could swing vines to travel quickly in jungles
  48. they could use hooks to travel quickly on mountains
  49. they could swing vines to travel quickly in jungles
  50. they are mounted on [wargs|horses|elephants]
  51.  
  52. $description
  53. A [[#unit,as 2ndtype]|[#unit,as 3rdtype]] [#unit,as type] unit. [Desc1][. [Desc2].| and [desc2].] [Desc3].
  54.  
  55. $cost
  56. Costs [150-780] Gold[| and [50-320] [Wood|Metal|Mineral]]
  57.  
  58. $unit
  59. <h3>[Name,#leader] [Chosen]</h3> <p>[Description]<p> <h3>[Cost]</h3>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement