iStabOreos

Roleplay Tenkaichi FBM

Feb 26th, 2018
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. FBMs
  2.  
  3. if(Race=="Demon")
  4. usr<<"You feel an unfamiliar energy within your body... It's hard to describe, but it is unlike anything you have ever felt before. The only thing you know for certain is that it is powerful..."
  5. GodKi++
  6. if(!locate(/obj/God_Ki) in usr) contents+=new/obj/God_Ki
  7. BPMod*=2.7//8.91
  8. else if(Race=="Kaio")
  9. usr<<"You feel an unfamiliar energy within your body... It's hard to describe, but it is unlike anything you have ever felt before. The only thing you know for certain is that it is powerful..."
  10. GodKi++
  11. if(!locate(/obj/God_Ki) in usr) contents+=new/obj/God_Ki
  12. BPMod*=2.7//8.1
  13. else if(Race=="Demi-God")
  14. if(prob(20))
  15. usr<<"You feel an unfamiliar energy within your body... It's hard to describe, but it is unlike anything you have ever felt before. The only thing you know for certain is that it is powerful..."
  16. GodKi++
  17. if(!locate(/obj/God_Ki) in usr) contents+=new/obj/God_Ki
  18. BPMod*=2.7//6.75
  19. else if(Race=="Oni")
  20. if(prob(10))
  21. usr<<"You feel an unfamiliar energy within your body... It's hard to describe, but it is unlike anything you have ever felt before. The only thing you know for certain is that it is powerful..."
  22. GodKi++
  23. if(!locate(/obj/God_Ki) in usr) contents+=new/obj/God_Ki
  24. BPMod*=2.5//6.5
  25. else if(Race=="Android") BPMod*=3.5//10.5x
  26. else if(Race=="Namekian") BPMod*=2.7//4.86 5.13 5.94
  27. else if(Race=="Makyojin") BPMod*=2.7//5.4
  28. else if(Race=="Alien")
  29. if(Class=="Space Pirate")
  30. if(!HasBojack)
  31. HasBojack=1
  32. usr<<"Your body has awakened to a great new power. You can feel your body using your natural aptitude for rage and channeling it into something greater..."
  33. BPMod*=1.8//4.32
  34. else if(Class=="Yardrat") BPMod*=1.9//3.99
  35. else BPMod*=2.1 //3.36 3.78
  36. else if(Race=="Tsufurujin")
  37. if(Super_Tsufu_Learned) BPMod*=2.8//6.16
  38. else BPMod*=3.6// 5.4
  39. if(!Super_Tsufu_Learnable) Super_Tsufu_Learnable=1
  40. else if(Race=="Human") BPMod*=3.6//4.68
  41. else if(Race=="Spirit Doll") //4.51
  42. BPMod*=4.1
  43. BaseMaxKi*=1.3
  44. BaseRecovery*=1.2
  45. else if(Race=="Saiyan")
  46. if(Class=="Legendary") BPMod*=1.2//3
  47. if(Class=="Elite") BPMod*=1.2//2.88
  48. if(Class=="Normal") BPMod*=1.2//2.64
  49. if(Class=="Low-Class") BPMod*=1.2//2.4
  50. if(!Hasssj)
  51. usr<<"Your body has awakened to a great new power. You can feel your body using your natural aptitude for rage and channeling it into something greater..."
  52. Hasssj=1
  53. else if(Race=="Bio-Android") BPMod*=1.2// 2.88 4.32 8.64
  54. else if(Race=="Changeling") BPMod*=1.5//2.25
  55. else if(Race=="Majin") BPMod*=2//8
  56. else if(HybridFBM)
  57. if(Race=="Half-Saiyan") BPMod*=1.8
  58. else BPMod*=2.1
Advertisement
Add Comment
Please, Sign In to add comment