You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.

Numbers, Part 3: Difference between revisions

From MafiaWiki
Jump to navigation Jump to search
(corrected to change "equation" to "expression")
(corrected second expression)
Line 3: Line 3:
(T-1) / (T*(P-1))
(T-1) / (T*(P-1))


The number of town minus one (players that could be targeted by both), divided by the number of town (mafia targets) multiplied by the number of players minus one (doctor targets).
The number of town minus one (players that could be targeted by both the doctor's protection and the mafia's kill), divided by the number of town (mafia targets) multiplied by the number of players minus one (doctor targets).


Thus a basic 9 player setup of 2 mafia goons, 1 doctor, and the rest town (cops don't factor into this probability) with a town lynch going into the first night . . . the odds that the doctor will protect the player who is targeted by the mafia is:
Thus a basic 9 player setup of 2 mafia goons, 1 doctor, and the rest town (cops don't factor into this probability) with a town lynch going into the first night . . . the odds that the doctor will protect the player who is targeted by the mafia is:


(T-1)/(T*(P-1))<br />
(T-1) / (T*(P-1))<br />
(6-1)/(6*(8-1))<br />
(6-1) / (6*(8-1))<br />
5/(6*7)<br />
5 / (6*7)<br />
5/42<br />
5 / 42<br />
11.9%<br /><br />
11.9%<br /><br />


Moving on to the next basic setup: 1 Godfather (role blocker), 1 mafia kill, and 1 doctor who cannot self protect. The resulting expression is basically the same:
Moving on to the next basic setup: 1 Godfather (role blocker), 1 mafia kill, and 1 doctor who cannot self protect. The resulting expression is only slightly expanded:


(T-1) / (T*(T-1)*(P-1))
((T-1)*(T-2)) / (T*(T-1)*(P-1))


The number of town minus one (players that could be targeted by both the doctor and the mafia as a night kill), divided by the number of town (mafia night kill targets) multiplied by the number of town minus one (mafia role blocking targets) multiplied by the number of players minus one (doctor targets).
The number of town minus one (players that could be targeted by both the doctor's protection and the mafia's kill) multiplied by the number of town minus two (a factor of remaining two non-doctor players so that the doctor is neither killed nor role blocked), divided by the number of town (mafia night kill targets) multiplied by the number of town minus one (mafia role blocking targets) multiplied by the number of players minus one (doctor targets).


If night actions are applied in the order of role blocking, protection, then kills and assuming a town lynch going into the first night with the basic 9 player setup . . . the odds that the doctor will protect the player who is targeted by the mafia and he is not role blocked is:
If night actions are applied in the order of role blocking, protection, then kills and assuming a town lynch going into the first night with the basic 9 player setup . . . the odds that the doctor will protect the player who is targeted by the mafia and he is not role blocked is:


(T-1)/(T*(T-1)*(P-1))<br />
((T-1)*(T-2)) / (T*(T-1)*(P-1))<br />
(6-1)/(6*(6-1)*(8-1))<br />
((6-1)*(6-2)) / (6*(6-1)*(8-1))<br />
5/6*5*7<br />
(5*4) / (6*5*7)<br />
5/210<br />
20 / 210<br />
2.38%<br />
9.5%<br />


That's not a very good percentage as compared to our no role blocker setup. If it is a closed or semi-open setup, that decrease is justified by it leading to the knowledge of a role blocking player. That is what constitutes the balance of this F11 Newbie setup.
This is a lower percentage as compared to our no role blocker setup. If it is a closed or semi-open setup, that decrease is justified by it leading to the knowledge of a role blocking player. That is what constitutes the balance of this F11 Newbie setup.
[[Category:Theory]]
[[Category:Theory]]

Revision as of 18:40, 16 April 2009

When considering balance while designing a game, I began to think about the odds of a doctor protecting the mafia target. I began with a basic setup of 1 mafia kill, 1 doctor who cannot self protect, and 0 role blockers. Here's the expression that resulted:

(T-1) / (T*(P-1))

The number of town minus one (players that could be targeted by both the doctor's protection and the mafia's kill), divided by the number of town (mafia targets) multiplied by the number of players minus one (doctor targets).

Thus a basic 9 player setup of 2 mafia goons, 1 doctor, and the rest town (cops don't factor into this probability) with a town lynch going into the first night . . . the odds that the doctor will protect the player who is targeted by the mafia is:

(T-1) / (T*(P-1))
(6-1) / (6*(8-1))
5 / (6*7)
5 / 42
11.9%

Moving on to the next basic setup: 1 Godfather (role blocker), 1 mafia kill, and 1 doctor who cannot self protect. The resulting expression is only slightly expanded:

((T-1)*(T-2)) / (T*(T-1)*(P-1))

The number of town minus one (players that could be targeted by both the doctor's protection and the mafia's kill) multiplied by the number of town minus two (a factor of remaining two non-doctor players so that the doctor is neither killed nor role blocked), divided by the number of town (mafia night kill targets) multiplied by the number of town minus one (mafia role blocking targets) multiplied by the number of players minus one (doctor targets).

If night actions are applied in the order of role blocking, protection, then kills and assuming a town lynch going into the first night with the basic 9 player setup . . . the odds that the doctor will protect the player who is targeted by the mafia and he is not role blocked is:

((T-1)*(T-2)) / (T*(T-1)*(P-1))
((6-1)*(6-2)) / (6*(6-1)*(8-1))
(5*4) / (6*5*7)
20 / 210
9.5%

This is a lower percentage as compared to our no role blocker setup. If it is a closed or semi-open setup, that decrease is justified by it leading to the knowledge of a role blocking player. That is what constitutes the balance of this F11 Newbie setup.