Advertisement
Guest User

Saiyan Comparsion

a guest
Jul 16th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. Low Class Saiyan:
  2. Potential*=2
  3. Add=1
  4. Magic_Potential = 0.5
  5. Sense_Mod=1.5
  6. Trans = 1
  7. Age=1
  8. InclineSpeed=1
  9. InclineAge=25
  10. RaceDescription="Saiyans are typical Humanoids of the same size and appearance as an Earthling. \
  11. Unlike Earthlings, they gain power roughly twice as fast, and even faster with zenkai. This makes \
  12. them very impressive from an Earthling standpoint. They do not actually possess any more brute \
  13. strength than a Human, its their high battle power that makes it seem like it. They do however, \
  14. withstand much more damage, get used to gravity much faster, have much more zenkai power, and \
  15. when angry, many Saiyans get a much larger power increase than Human's, and most other races \
  16. for that matter. They do have some weaknesses compared to Earthlings: They are not as intelligent, \
  17. and therefore are not as good with technology, also in the long run they do not master skills to \
  18. the same extent as a Human can. When a Saiyan who still has their tail looks at the moon, they \
  19. turn into an Oozaru, which is roughly a 2x increase in power, though it has some trade-offs. \
  20. There are 3 types of Saiyans: Low Class. Normal. And Elites. Each one has the same underlying \
  21. traits of any other Saiyan, but also some considerable stat differences. They also can become \
  22. Super Saiyans obviously, which is extremely difficult to attain, but unimagineably powerful as \
  23. well, thus why it is considered a legendary form, because it is so hard to attain that only a few \
  24. have gotten it in the past."
  25. Race="Saiyan"
  26. Class="Low-Class"
  27. Decline=60
  28. Vampire_Immune = 1
  29. ZanzoMod=1.2
  30. BPMod=2
  31. MaxKi=40
  32. MaxAnger=200
  33. KiMod=1.5
  34. switch(src.Size)
  35. if(SMALL)
  36. StrMod=0.8
  37. EndMod=1.2
  38. PowMod=1.2
  39. ResMod=0.8
  40. SpdMod=1.8
  41. OffMod=1.2
  42. DefMod=1.2
  43. Regeneration=2
  44. Recovery=1.8
  45. if(MEDIUM)
  46. StrMod=1
  47. EndMod=1.5
  48. PowMod=1
  49. ResMod=1
  50. SpdMod=1.5
  51. OffMod=1
  52. DefMod=1
  53. Regeneration=2
  54. Recovery=1.8
  55. if(LARGE)
  56. StrMod=1.2
  57. EndMod=1.8
  58. PowMod=0.8
  59. ResMod=1.2
  60. SpdMod=1.2
  61. OffMod=0.8
  62. DefMod=0.8
  63. Regeneration=2
  64. Recovery=1.8
  65. GravMod=2
  66. FlyMod=1.5
  67. Zenkai=1.5
  68. MedMod=2
  69. GravMastered=5
  70. Base=rand(1,10)
  71. Lungs=1
  72. Tail=0
  73. contents+=new/obj/Oozaru
  74. End+=50*EndMod
  75. Normal Class Saiyan:
  76. mob/proc/Normal() //
  77. Potential*=1.5
  78. Add=1
  79. Magic_Potential = 0.5
  80. Sense_Mod=1.5
  81. Trans = 1
  82. Age=1
  83. InclineSpeed=1
  84. InclineAge=25
  85. RaceDescription="Saiyans are typical Humanoids of the same size and appearance as an Earthling. \
  86. Unlike Earthlings, they gain power roughly twice as fast, and even faster with zenkai. This makes \
  87. them very impressive from an Earthling standpoint. They do not actually possess any more brute \
  88. strength than a Human, its their high battle power that makes it seem like it. They do however, \
  89. withstand much more damage, get used to gravity much faster, have much more zenkai power, and \
  90. when angry, many Saiyans get a much larger power increase than Human's, and most other races \
  91. for that matter. They do have some weaknesses compared to Earthlings: They are not as intelligent, \
  92. and therefore are not as good with technology, also in the long run they do not master skills to \
  93. the same extent as a Human can. When a Saiyan who still has their tail looks at the moon, they \
  94. turn into an Oozaru, which is roughly a 2x increase in power, though it has some trade-offs. \
  95. There are 3 types of Saiyans: Low Class. Normal. And Elites. Each one has the same underlying \
  96. traits of any other Saiyan, but also some considerable stat differences. They also can become \
  97. Super Saiyans obviously, which is extremely difficult to attain, but unimagineably powerful as \
  98. well, thus why it is considered a legendary form, because it is so hard to attain that only a few \
  99. have gotten it in the past."
  100. Race="Saiyan"
  101. Class="Normal"
  102. Decline=50
  103. Vampire_Immune = 1
  104. ZanzoMod=1.2
  105. BPMod=2.5
  106. MaxKi=40
  107. MaxAnger=175
  108. KiMod=1.5
  109. switch(src.Size)
  110. if(SMALL)
  111. StrMod=0.8
  112. EndMod=1.44
  113. PowMod=1.2
  114. ResMod=0.8
  115. SpdMod=1.8
  116. OffMod=1.2
  117. DefMod=1.2
  118. Regeneration=2
  119. Recovery=2
  120. if(MEDIUM)
  121. StrMod=1
  122. EndMod=1.8
  123. PowMod=1
  124. ResMod=1
  125. SpdMod=1.5
  126. OffMod=1
  127. DefMod=1
  128. Regeneration=2
  129. Recovery=2
  130. if(LARGE)
  131. StrMod=1.2
  132. EndMod=2.16
  133. PowMod=0.8
  134. ResMod=1.2
  135. SpdMod=1.2
  136. OffMod=0.8
  137. DefMod=0.8
  138. Regeneration=2
  139. Recovery=2
  140. GravMod=2.5
  141. FlyMod=1.5
  142. Zenkai=2
  143. MedMod=2
  144. GravMastered=5
  145. Base=rand(100,500)
  146. Lungs=1
  147. Tail=0
  148. contents+=new/obj/Oozaru
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement