Advertisement
Churchill

ExileServer\addons\config_percentages

Aug 6th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. class Percentages
  2. {
  3. unlucky = 1; // Dying for an unknown reason costs you 1% respect
  4. crash = 1; // Crashing your car costs you 1% respect
  5. suicide = 1; // Comitting suicide costs you 1% of your respect
  6. friendyFire = 1; // Friendly fire costs you 1%
  7. npc = 1; // Being killed by an NPC costs you 1%
  8. bambiKill = 5; // Killing a bambi costs you 5%
  9. frag = 5; // Killing someone will get you 5% and remove 5% from the victim
  10. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement