Advertisement
sparkychild

Untitled

Aug 26th, 2015
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. prayer: {
  2. element: null,
  3. type: null,
  4. effect: 'status',
  5. target: 'self',
  6. nrg: 1,
  7. faith: 1,
  8. condition: function(user){
  9. return user.faithLimit();
  10. }
  11. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement