Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 0 => array(
- "title" => "Pickpocket on a busy street.",
- "payout" => array(1, 40),
- "progressSuccess" => array(0, 10),
- "progressFail" => array(-2, 10),
- "oddsOfJail" => 100,
- "jailTime" => array(5, 10),
- "jailCrime" => "Attempted Crime",
- "failExp" => array(0, 2),
- "successExp" => array(100, 200),
- "timer" => 10,
- "itemOdds" => 10,
- "items" => array(
- 'cellphone' => 'You stole a cell phone from a walking tourist. You now have %d cell phone%s in your inventory.',
- ),
- "success" => array(
- 'You picked someones pocket on the street without anyone noticing. You managed to steal $[PAYOUT].',
- ),
- "fail" => array(
- 'Your crime attempt failed. Your intended victim had no money.',
- ),
- "jail" => array(
- "Your attempt at commiting a crime resulted in you being caught by Police. You have been sent to Prison.",
- ),
- ),
Advertisement
Add Comment
Please, Sign In to add comment