Skip to content
Snippets Groups Projects
Commit cac9895b authored by lowercasedonkey's avatar lowercasedonkey
Browse files

update classes

parent dd43478e
No related branches found
No related tags found
No related merge requests found
...@@ -61,11 +61,11 @@ App.Events.REPokerNight = class REPokerNight extends App.Events.BaseEvent { ...@@ -61,11 +61,11 @@ App.Events.REPokerNight = class REPokerNight extends App.Events.BaseEvent {
const frag = new DocumentFragment(); const frag = new DocumentFragment();
let r = []; let r = [];
if (random(1, 100) > 50) { if (random(1, 100) > 50) {
r.push(`Despite your attempts to mitigate risk and play the safest hands possible, it seems lady luck has conspired against you this evening. However, even when your last chip is spent, your mercenaries pitch you a few chips to keep you in the game for the rest of the night. You may have lost most of your ¤, but it seems you've <span class="green">made some friends.</span>`); r.push(`Despite your attempts to mitigate risk and play the safest hands possible, it seems lady luck has conspired against you this evening. However, even when your last chip is spent, your mercenaries pitch you a few chips to keep you in the game for the rest of the night. You may have lost most of your ¤, but it seems you've <span class="reputation inc">made some friends.</span>`);
repX(5000, "event"); repX(5000, "event");
cashX(-2500, "event"); cashX(-2500, "event");
} else { } else {
r.push(`While a careful eye for risk has buoyed you through the evening, ultimately lady luck is the decider in handing you the win in a number of close hands. Unfortunately your meticulous play limited your chance at a larger payout, and you only come away from the evening with ${cashFormat(1000)} more than you arrived with and <span class="green">the respect of your mercenaries.</span>`); r.push(`While a careful eye for risk has buoyed you through the evening, ultimately lady luck is the decider in handing you the win in a number of close hands. Unfortunately your meticulous play limited your chance at a larger payout, and you only come away from the evening with ${cashFormat(1000)} more than you arrived with and <span class="reputation inc">the respect of your mercenaries.</span>`);
repX(500, "event"); repX(500, "event");
cashX(1000, "event"); cashX(1000, "event");
} }
...@@ -122,7 +122,7 @@ App.Events.REPokerNight = class REPokerNight extends App.Events.BaseEvent { ...@@ -122,7 +122,7 @@ App.Events.REPokerNight = class REPokerNight extends App.Events.BaseEvent {
const frag = new DocumentFragment(); const frag = new DocumentFragment();
let r = []; let r = [];
if (random(1, 100) > 50) { if (random(1, 100) > 50) {
r.push(`For all your skillful maneuvering to reach this position, ultimately the win comes down to chance. This time, however, luck was not on your side. As the victor sweeps up ${his} spoils, the other mercenaries clap you on the back and offer their condolences for your defeat. Though you may have lost your ¤, it seems you've <span class="green">made some friends.</span>`); r.push(`For all your skillful maneuvering to reach this position, ultimately the win comes down to chance. This time, however, luck was not on your side. As the victor sweeps up ${his} spoils, the other mercenaries clap you on the back and offer their condolences for your defeat. Though you may have lost your ¤, it seems you've <span class="reputation inc">made some friends.</span>`);
repX(5000, "event"); repX(5000, "event");
cashX(-5000, "event"); cashX(-5000, "event");
} else { } else {
...@@ -139,11 +139,11 @@ App.Events.REPokerNight = class REPokerNight extends App.Events.BaseEvent { ...@@ -139,11 +139,11 @@ App.Events.REPokerNight = class REPokerNight extends App.Events.BaseEvent {
const frag = new DocumentFragment(); const frag = new DocumentFragment();
let r = []; let r = [];
if (random(1, 100) > 50) { if (random(1, 100) > 50) {
r.push(`For all your skillful maneuvering to reach this position, ultimately the win comes down to chance. This time, however, luck was not on your side. As the victor sweeps up ${his} spoils, the other mercenaries clap you on the back and offer their condolences for your defeat. Though you may have lost your ¤, it seems you've <span class="green">made some friends.</span>`); r.push(`For all your skillful maneuvering to reach this position, ultimately the win comes down to chance. This time, however, luck was not on your side. As the victor sweeps up ${his} spoils, the other mercenaries clap you on the back and offer their condolences for your defeat. Though you may have lost your ¤, it seems you've <span class="reputation inc">made some friends.</span>`);
repX(5000, "event"); repX(5000, "event");
cashX(-5000, "event"); cashX(-5000, "event");
} else { } else {
r.push(`For all your skillful maneuvering to reach this position, ultimately the win comes down to chance. This time, however, luck has rendered you the victor. Your opponent accepts ${his} defeat with grace and jokes to ${his} comrades that ${he}'ll be fighting in ${his} underwear for the next few months, and their uproar of laughter fills the room. Though you take the lion's share of the ¤, your mercenaries also <span class="green">had a good time fraternizing with you.</span>`); r.push(`For all your skillful maneuvering to reach this position, ultimately the win comes down to chance. This time, however, luck has rendered you the victor. Your opponent accepts ${his} defeat with grace and jokes to ${his} comrades that ${he}'ll be fighting in ${his} underwear for the next few months, and their uproar of laughter fills the room. Though you take the lion's share of the ¤, your mercenaries also <span class="reputation inc">had a good time fraternizing with you.</span>`);
repX(1000, "event"); repX(1000, "event");
cashX(5000, "event"); cashX(5000, "event");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment