Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. MMGAMEMODE Original MM
  2.  
  3. //Original Mafia Madness : Standard
  4. //By []----[]
  5.  
  6. MafRatio 0.285714
  7. MinMaf 1
  8.  
  9. //Force the game to always make an abductor appear.
  10. [SortGroup0_]
  11. RolePot A
  12. isMaf 1
  13. Ratio 1
  14. RatioVar mafs
  15. ForceMinMembers 1
  16.  
  17. //Make a fingerprint expert appear if there aren't enough members to add any other roles.
  18. [SortGroup1_]
  19. Condition %members > 3, and %mafs <= 1
  20. RolePot F
  21. Ratio 1
  22. RatioVar members
  23.  
  24. //Make special inno roles appear.
  25. [SortGroup2_]
  26. Condition %members > 3, and %mafs > 1
  27. RolePot F O P
  28. RoleCondition_F %members > 11
  29. RoleCondition_P %members > 9
  30. Ratio 1
  31. RatioVar members
  32.  
  33. //Make special maf roles appear.
  34. [SortGroup3_]
  35. Condition %members > 3, and %mafs > 1
  36. isMaf 1
  37. RolePot V G C
  38. RoleCondition_V %mafs >= 3, or ? 0 1 == 1
  39. RoleCondition_C %mafs > 3
  40. Ratio 1
  41. RatioVar mafs
  42. RatioModCount -1
  43.  
  44. []
  45. SortGroupCt 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement