gluxon / phpwolf

The popular Werewolf game (variant of Mafia) powered by a PHP IRC bot
GNU General Public License v3.0
12 stars 7 forks source link

Implement "chances" in settings #15

Closed gluxon closed 11 years ago

gluxon commented 11 years ago

Give the ability to define the chance of an event occurring. Snippet below from wolfbot-new

                #       HIT    MISS    SUICIDE

GUN_CHANCES = ( 5/7 , 1/7 , 1/7 ) DRUNK_GUN_CHANCES = ( 2/7 , 4/7 , 1/7 ) MANSLAUGHTER_CHANCE = 1/5 # ACCIDENTAL HEADSHOT (FATAL)

gluxon commented 11 years ago

dublicate