Gerard-Meier

crimeconfig

Mar 14th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.06 KB | None | 0 0
  1. 0 => array(
  2.         "title"     => "Pickpocket on a busy street.",
  3.         "payout"    => array(1, 40),
  4.         "progressSuccess" => array(0, 10),
  5.         "progressFail"    => array(-2, 10),
  6.         "oddsOfJail"      => 100,
  7.         "jailTime"        => array(5, 10),
  8.         "jailCrime"       => "Attempted Crime",
  9.         "failExp"         => array(0, 2),
  10.         "successExp"      => array(100, 200),
  11.         "timer"     => 10,
  12.         "itemOdds"  => 10,
  13.         "items"     => array(
  14.             'cellphone'     => 'You stole a cell phone from a walking tourist. You now have %d cell phone%s in your inventory.',
  15.         ),
  16.         "success"   => array(
  17.             'You picked someones pocket on the street without anyone noticing. You managed to steal $[PAYOUT].',
  18.         ),
  19.         "fail"      => array(
  20.             'Your crime attempt failed. Your intended victim had no money.',
  21.         ),
  22.         "jail"      => array(
  23.             "Your attempt at commiting a crime resulted in you being caught by Police. You have been sent to Prison.",
  24.         ),
  25.     ),
Advertisement
Add Comment
Please, Sign In to add comment