e22bcbe6 by Barry

Updates for db

1 parent deabf035
No preview for this file type
......@@ -496,11 +496,11 @@ def do_raffle(client, message_parts, message):
**1st Place**
Game: **Lightning Returns**
Game: **XCOM 2**
Description:
*Lightning Returns is the concluding chapter of the Final Fantasy XIII saga and series heroine Lightning's final battle. The grand finale of the trilogy brings a world reborn as well as free character customization and stunning action based battles.*
*XCOM 2 is the sequel to the award-winning strategy game, XCOM: Enemy Unknown. Twenty years have passed since humanity lost the war against the alien invaders and a new world order now exists on Earth. After years of lurking in the shadows, XCOM forces must rise and eliminate the alien occupation.*
http://store.steampowered.com/app/345350/
http://store.steampowered.com/app/268500/
**2nd Place**
......@@ -510,7 +510,7 @@ http://store.steampowered.com/app/345350/
1 Random Steam Key
Raffle Date: **2/9/2016 00:00:00 (ish)**
Raffle Date: **2/4/2016 20:00:00 PST(ish)**
You will be contacted if you win. To win you must purchase tickets with the !buyticket command for 100 credits.
You can get extra credits by playing !slots <amount> and !bet <amount> on BlackJack.
......
......@@ -220,7 +220,7 @@ class Monster:
self.pre_fight_command = {"temperament_posture": None, "temperament_attitude": None}
self.exp = exp_to_level[level] + 1
# TODO: Setup something more interesting for each monster.
self.weapon_base_damage = 100
self.weapon_base_damage = 43
self.ammo_damage = 0
def __str__(self):
......