Commit Graph

6794 Commits

Author SHA1 Message Date
Marcin Sciesinski
97f5aa053b Merge pull request #53 from PhallenCassidy/master
Minor adjustment to game hall & some fixes
2019-08-11 02:30:04 -07:00
marcin.sciesinski
f71efd39c5 "Retribution" now only affects Dwarves 2019-08-11 02:26:29 -07:00
marcin.sciesinski
c946deb300 "Crippling Arrows" now checks for wounds at any time, not just the time it is being played 2019-08-11 02:25:47 -07:00
marcin.sciesinski
d62ab5417e "Barad-dur Captain" now should show in game chat, what culture is selected 2019-08-11 02:24:02 -07:00
marcin.sciesinski
caa8969b26 Galadriel doesn't do anything if she reveals 0 twilight card 2019-08-11 02:21:58 -07:00
marcin.sciesinski
383b5049dc "Old Toby" is no longer unique 2019-08-11 02:20:33 -07:00
marcin.sciesinski
7c41460e15 Saruman's Staff adds Strength and Vitality 2019-08-11 02:14:12 -07:00
marcin.sciesinski
2549ab7a80 Shadow weapons add strength bonuses 2019-08-10 15:36:14 -07:00
PhallenCassidy
1971166183 Merge branch 'master' into master 2019-08-10 15:33:31 -04:00
marcin.sciesinski
7527921629 "I Will Help You Bear This Burden" now adds strength and resistance 2019-08-10 11:33:50 -07:00
marcin.sciesinski
85117ca18c "Goblin Howler" adds strength bonus to itself 2019-08-10 11:32:25 -07:00
marcin.sciesinski
fbbe19237e Extracted "wears the ring - is ring-bound" rule out of the ring cards 2019-08-10 10:29:46 -07:00
marcin.sciesinski
b26b49950b "The One Ring", "Doom of Free Peoples" no longer automatically allows to prevent wounds, if not put on 2019-08-10 10:24:16 -07:00
marcin.sciesinski
2de864d633 "Seeking my Counsel" now allows to play Saruman from discard 2019-08-10 10:16:13 -07:00
marcin.sciesinski
bb9f9863a4 "Find the Halfling!" should now be playable 2019-08-10 10:13:51 -07:00
marcin.sciesinski
b800384d06 "Gandalf's Pipe" must be borne by Gandalf 2019-08-10 10:13:04 -07:00
marcin.sciesinski
2940a987dc "Boromir", "Champion of Minas Tirith" is no longer called "Boromor" 2019-08-10 10:11:44 -07:00
marcin.sciesinski
fe1f36a7e0 "Robin Smallburrow", "Sheriff of Hobbiton" can't cancel skirmishes on site 5 2019-08-10 10:10:40 -07:00
marcin.sciesinski
71f8844408 "The Palantir or Orthanc", "Corruptor of Wizards" is now unique 2019-08-10 10:08:49 -07:00
marcin.sciesinski
860fad3b06 "Gathering Evil" is unique 2019-08-10 10:07:27 -07:00
marcin.sciesinski
9fde24bb21 "Answers in the Fire" should allow to draw cards now 2019-08-10 10:06:50 -07:00
marcin.sciesinski
36beb0b249 Sam, Humble Halfling should allow to remove burdens 2019-08-10 10:05:36 -07:00
PhallenCassidy
30d3271587 Update changeLog.html 2019-08-10 10:06:46 -04:00
PhallenCassidy
40869c5d19 Fix to 2E 1R132 "The Palantir of Orthanc"
Corrected source information; now properly unique per card
2019-08-10 09:50:38 -04:00
PhallenCassidy
29b2b0ed3b Fix to 2E 1U218 "Gathering Evil"
Now properly unique
2019-08-10 09:46:00 -04:00
PhallenCassidy
2c12d24ca6 Update changeLog.html 2019-08-10 09:39:14 -04:00
PhallenCassidy
7f051aa696 Fix to 17R29 "Faramir's Bow, Ithilien Longbow"
Skirmish ability properly exhausts a minion Faramir is skirmishing.
2019-08-10 09:21:50 -04:00
PhallenCassidy
54e83201b3 Reorganizing for Apple users
Safari restricts the size of the webpage on iPhone/iPad, causing the "Create table" button to be hidden behind the chat.
2019-08-10 09:17:15 -04:00
PhallenCassidy
508186581b Reorganizing for Apple users
Safari restricts the size of the webpage on iPhone/iPad, causing the "Create table" button to be hidden behind the chat.
2019-08-10 09:15:31 -04:00
marcin.sciesinski
af57ff3634 Re-added stats to followers 2019-08-10 00:58:51 -07:00
marcin.sciesinski
2e9a52ff4d Discounts are now universally applied 2019-08-10 00:54:32 -07:00
marcin.sciesinski
4e7e301616 Replaced getNonBasicStatsModifiers method 2019-08-09 16:27:34 -07:00
marcin.sciesinski
9b3950f8af Removed getPossessionClass, using getPossessionClasses now 2019-08-09 15:59:02 -07:00
marcin.sciesinski
3cb0fd0d15 Renamged getAlwaysOnModifiers to getInPlayModifiers 2019-08-09 15:56:11 -07:00
marcin.sciesinski
a04e9989ff Got rid of the getAlwaysOnModifier(...) method 2019-08-09 15:49:53 -07:00
marcin.sciesinski
fb3f0c604e Extra costs to play are handled better 2019-08-09 15:04:23 -07:00
marcin.sciesinski
9fdf5f8cba Slow timer now has 10m timeout 2019-08-09 11:33:16 -07:00
marcin.sciesinski
551842ee37 Moving code away from Abstract card-type classes 2019-08-09 00:39:59 -07:00
marcin.sciesinski
2eb4f1fafb Renaming of things 2019-08-08 23:54:53 -07:00
marcin.sciesinski
e860d38031 Fixed some Second Edition images (missing)
And extracted transferring items into a rule
2019-08-08 23:34:36 -07:00
marcin.sciesinski
c33f6902af Transferring items (with test) 2019-08-08 23:27:02 -07:00
marcin.sciesinski
1353d8af06 Refactored to user LotroGame across the board 2019-08-08 23:04:33 -07:00
marcin.sciesinski
09d7e6731e Moved game logic classes to gemp-lotr-logic from gemp-lotr-card
Extracted "Heal by discard" to a rule
2019-08-08 19:45:15 -07:00
marcin.sciesinski
59961b0e50 Fixed images 2019-08-08 18:50:57 -07:00
marcin.sciesinski
b9ad5c572f No blueprint mapping for Second Edition 2019-08-08 18:29:56 -07:00
marcin.sciesinski
9db793212b Fixed Second Edition missing cards and images and extracted toil payment. 2019-08-08 17:51:48 -07:00
marcin.sciesinski
08562227c5 Extracted twilight cost all the way up 2019-08-08 16:32:34 -07:00
marcin.sciesinski
ecc5815e75 Updating JS version number 2019-08-08 15:19:38 -07:00
marcin.sciesinski
90333a826a Contribute tab update 2019-08-08 14:46:14 -07:00
marcin.sciesinski
6b734d488c Added game speed settings 2019-08-08 14:38:56 -07:00