Commit Graph

  • 077c068951 Consolidated ShuffleCardsFromPlayAndStackedOnThemIntoDrawDeck into ShuffleCardsFromPlayIntoDrawDeck Christian 'ketura' McCarty 2024-06-01 16:21:46 -05:00
  • 84536eed09 Effect tweaks Christian 'ketura' McCarty 2024-06-01 15:31:06 -05:00
  • 3d73e415ea Fixing broken block definitions Christian 'ketura' McCarty 2024-06-01 13:22:40 -05:00
  • 48f7157b62 Effect tweaks Christian 'ketura' McCarty 2024-05-31 23:36:28 -05:00
  • 291fcd43fa PlayCardFromX effect tweaks Christian 'ketura' McCarty 2024-05-31 20:42:14 -05:00
  • 0ff050cd9e Fixing some malformed If conversions in the hobbit cards Christian 'ketura' McCarty 2024-05-31 19:08:48 -05:00
  • 43184e3967 Renamed MemorizeValue -> MemorizeInfo. Minor parameter tweaks in other effects. Christian 'ketura' McCarty 2024-05-31 13:42:48 -05:00
  • 26d875e353 Merge remote-tracking branch 'marcin/grand-card-rework' into grand-card-rework Christian 'ketura' McCarty 2024-05-31 12:37:52 -05:00
  • c545adf752 Extracted Timeword (Response, Fellowship, Shadow, etc) from Keywords MarcinSc 2024-05-31 18:22:33 +07:00
  • 45922abb34 Fixed "Into the Caves" MarcinSc 2024-05-31 15:14:01 +07:00
  • 2df77941d8 Improved the performance of filtering in places that don't need entire matching collection MarcinSc 2024-05-31 14:36:50 +07:00
  • fa41822a29 Merge pull request #73 from MarcinSc/grand-card-rework Christian McCarty 2024-05-31 02:22:33 -05:00
  • 562597677b Removed the "can_star_with_ring" keyword - replaced with proper flag MarcinSc 2024-05-31 14:19:05 +07:00
  • 7389323689 Removed the "can_star_with_ring" keyword - replaced with proper flag MarcinSc 2024-05-31 14:05:23 +07:00
  • 89fbe97eb7 Removed the "can_star_with_ring" keyword - replaced with proper flag MarcinSc 2024-05-31 14:02:23 +07:00
  • dc6f931f9c Merge remote-tracking branch 'upstream/grand-card-rework' into grand-card-rework MarcinSc 2024-05-31 13:35:02 +07:00
  • d05d21e62c Consolidated Conditional/If -> If. Altered if's logic to treat no effects as not playable in full Christian 'ketura' McCarty 2024-05-31 00:45:23 -05:00
  • a7577d1105 Effect tweaks Christian 'ketura' McCarty 2024-05-30 23:41:06 -05:00
  • 2c940c079b Rename AddTokens -> AddCultureTokens. Adding parameter checks to AddCultureTokens and AddKeyword. Christian 'ketura' McCarty 2024-05-30 20:26:51 -05:00
  • 9b75e62a1c Consolidated PlayedFromStacked/Played -> Played Christian 'ketura' McCarty 2024-05-30 18:49:16 -05:00
  • c310817cf3 Consolidated KilledInSkirmish -> Killed. Fixed bad condition in combined killed trigger code. Christian 'ketura' McCarty 2024-05-30 17:11:19 -05:00
  • a88e9a6c2d Consolidating KilledBy/Killed -> Killed Christian 'ketura' McCarty 2024-05-30 16:37:24 -05:00
  • 9c2fa0479f Consolidating Exerts / ExertedBy -> Exerted Christian 'ketura' McCarty 2024-05-30 16:30:15 -05:00
  • 5ae6a7def7 Trigger cleanup Christian 'ketura' McCarty 2024-05-30 15:45:50 -05:00
  • 4508d89ff3 Continued cleanup and fixes MarcinSc 2024-05-30 15:17:41 +07:00
  • b7d21879af Fixed defaults on some requirements for consistency across similar requirements. Rearranged order of some requirements. Christian 'ketura' McCarty 2024-05-30 00:18:51 -05:00
  • e81128f787 Fixing CanPlayFromDiscard bad definition. Rearranging requirements to put operations at the top Christian 'ketura' McCarty 2024-05-29 22:58:53 -05:00
  • 9f42fbd555 Consolidating RemoveText -> DisableGameText. Refactoring away the three XUsesYInsteadOfZ stat altering modifiers. Making phase required in SkipPhase. Christian 'ketura' McCarty 2024-05-29 22:07:56 -05:00
  • 0e61865213 Altering keyword parameter to be required for RemoveKeyword. Christian 'ketura' McCarty 2024-05-29 21:36:27 -05:00
  • 1bb4e4dd19 Altering ModifyRoamingPenalty to accept an evaluated value rather than an integer. Christian 'ketura' McCarty 2024-05-29 21:16:06 -05:00
  • be82005de9 Deleting the ArcheryTotal modifier, as it is a duplicate of the superior ModifyArcheryTotal Christian 'ketura' McCarty 2024-05-29 20:53:59 -05:00
  • 78cd84e775 Removed FPCantAssignToSkirmish. Expanded CantBeAssignedToSkirmish and associated modifier to accept a player value. Christian 'ketura' McCarty 2024-05-29 20:42:55 -05:00
  • 136bb0170c Consolidating both CantUseSpecialAbilities and PlayerCantUseSpecialAbilities (formerly called CantPlaySpecialAbilities) under CantUseSpecialAbilities (but using the superior implementation of CantPlaySpecialAbilities). Christian 'ketura' McCarty 2024-05-29 19:59:36 -05:00
  • 2e04760c6f Renamed cantPlaySpecialAbilities -> PlayerCantUseSpecialAbilities Christian 'ketura' McCarty 2024-05-29 19:19:29 -05:00
  • 56f9505473 Consolidating filters. Renamed some filters for clarity. Christian 'ketura' McCarty 2024-05-28 23:48:04 -05:00
  • c71ef2bac2 Fixing resistancelessthanfilter to use the superior logic contained in strengthlessthanfilter. Unifying most of the underlying strength comparison filters to use the min/max verbiage and logic Christian 'ketura' McCarty 2024-05-28 23:18:28 -05:00
  • 34bb52471e Fixing backwards logic for ResistanceLessThanFilter Christian 'ketura' McCarty 2024-05-28 22:40:07 -05:00
  • f785a07b44 Fixing the overzealous filter sanitization properly Christian 'ketura' McCarty 2024-05-28 20:31:57 -05:00
  • 63d64cf472 Value Resolver Cleanup Christian 'ketura' McCarty 2024-05-28 19:01:16 -05:00
  • ffbedb0e0a Combining and renaming "requires/condition" value type into "Conditional" Christian 'ketura' McCarty 2024-05-28 16:07:56 -05:00
  • 9de2fadd8d Initial attempt at jetsam Devon Henegar 2024-05-28 10:56:53 -04:00
  • 2f91f702a6 Added some extra existence checks to card parsing. Sorted EffectFieldProcessor items alphabetically. Christian 'ketura' McCarty 2024-05-28 02:51:17 -05:00
  • bb30c6c6b4 Split "Filter" into "Filter" and "Select" Christian 'ketura' McCarty 2024-05-28 00:23:29 -05:00
  • eda04f3747 Deleting unit tests for the set 5/6 AIs Christian 'ketura' McCarty 2024-05-27 22:35:25 -05:00
  • 54e2b90476 Renamed ActivatedTrigger -> Response Christian 'ketura' McCarty 2024-05-27 18:45:29 -05:00
  • ceadc604ea Fixing all Sams not using ActivatedTrigger for their response action Christian 'ketura' McCarty 2024-05-27 17:59:49 -05:00
  • 6023f6838c Merge branch 'master' into grand-card-rework Christian 'ketura' McCarty 2024-05-27 17:55:39 -05:00
  • fab8a47580 Fixing Helpless PC errata not blocking the Sam response action (for json Sams) Christian 'ketura' McCarty 2024-05-27 17:55:03 -05:00
  • 9c399a4702 Cleanup MarcinSc 2024-05-28 02:08:25 +07:00
  • a47e4311e0 Cleanup MarcinSc 2024-05-27 23:58:13 +07:00
  • f4866cc164 Cleanup MarcinSc 2024-05-27 21:45:09 +07:00
  • 9b7091bcb8 Cleanup MarcinSc 2024-05-27 21:25:57 +07:00
  • c026bf1536 Cleanup MarcinSc 2024-05-27 20:21:03 +07:00
  • 24a3d32a4f Cleanup MarcinSc 2024-05-27 18:24:39 +07:00
  • 9ca058ea15 Cleanup MarcinSc 2024-05-27 14:57:26 +07:00
  • ef40d20619 Migrated Site cards in set 18 to hjson MarcinSc 2024-05-27 14:25:14 +07:00
  • 6fb2c2e757 Migrated Wraith cards in set 18 to hjson MarcinSc 2024-05-27 14:16:25 +07:00
  • adc738d519 Migrated Uruk-hai cards in set 18 to hjson MarcinSc 2024-05-27 14:11:00 +07:00
  • 814a2de584 Migrated Shire cards in set 18 to hjson MarcinSc 2024-05-27 13:40:54 +07:00
  • 5493499f33 Migrated Rohan cards in set 18 to hjson MarcinSc 2024-05-27 13:30:10 +07:00
  • 710ad87874 Migrated Orc cards in set 18 to hjson MarcinSc 2024-05-27 12:51:37 +07:00
  • e4c3b2bf42 Migrated Men cards in set 18 to hjson MarcinSc 2024-05-27 12:12:57 +07:00
  • c52cd67567 Migrated Gondor cards in set 18 to hjson MarcinSc 2024-05-27 01:03:08 +07:00
  • 0962bc6521 Migrated Gollum cards in set 18 to hjson MarcinSc 2024-05-27 00:30:13 +07:00
  • a44bad94a0 Migrated Gandalf cards in set 18 to hjson MarcinSc 2024-05-27 00:07:42 +07:00
  • 6b0b56951c Migrated Elven cards in set 18 to hjson MarcinSc 2024-05-26 23:45:40 +07:00
  • 9c316afe66 Migrated Dwarven cards in set 18 to hjson MarcinSc 2024-05-26 23:08:22 +07:00
  • 192b6a9f8f Migrated Site cards in set 17 to hjson MarcinSc 2024-05-26 18:52:28 +07:00
  • c4cc978644 Migrated Wraith cards in set 17 to hjson MarcinSc 2024-05-26 18:42:45 +07:00
  • 0f055d7a9c Migrated Uruk-hai cards in set 17 to hjson MarcinSc 2024-05-26 18:32:57 +07:00
  • 5aec24553e Migrated Shire cards in set 17 to hjson MarcinSc 2024-05-26 17:22:09 +07:00
  • a5e38db7ff Migrated Sauron cards in set 17 to hjson MarcinSc 2024-05-26 17:10:35 +07:00
  • f930f85c94 Migrated Rohan cards in set 17 to hjson MarcinSc 2024-05-26 17:01:30 +07:00
  • d1d6ad7466 Migrated Orc cards in set 17 to hjson MarcinSc 2024-05-26 15:59:25 +07:00
  • 031f85d293 Migrated Men cards in set 17 to hjson MarcinSc 2024-05-25 22:18:03 +07:00
  • b2444c6768 Migrated Isengard cards in set 17 to hjson MarcinSc 2024-05-25 21:10:53 +07:00
  • 26064ec3bb Migrated Gondor cards in set 17 to hjson MarcinSc 2024-05-25 21:04:24 +07:00
  • 122135933c Migrated Gandalf cards in set 17 to hjson MarcinSc 2024-05-25 20:38:35 +07:00
  • 9098e9fc5a Migrated Gandalf cards in set 17 to hjson MarcinSc 2024-05-25 20:33:50 +07:00
  • 1067d72d75 Migrated Elven cards in set 17 to hjson MarcinSc 2024-05-25 19:56:10 +07:00
  • fa81008516 Migrated Dwarven cards in set 17 to hjson MarcinSc 2024-05-25 19:41:38 +07:00
  • 880f579c7e Migrated Site cards in set 15 to hjson MarcinSc 2024-05-25 19:20:12 +07:00
  • 754e42b9f3 Migrated Wraith cards in set 15 to hjson MarcinSc 2024-05-25 19:08:17 +07:00
  • c45bd1296b Migrated Uruk-hai cards in set 15 to hjson MarcinSc 2024-05-25 18:55:23 +07:00
  • 597ae8a814 Migrated Shire cards in set 15 to hjson MarcinSc 2024-05-25 18:07:42 +07:00
  • 558ea08fc2 Migrated Rohan cards in set 15 to hjson MarcinSc 2024-05-25 17:44:43 +07:00
  • 43f5edf536 Migrated Orc cards in set 15 to hjson MarcinSc 2024-05-25 16:58:37 +07:00
  • 57aa0bbf01 Migrated Men cards in set 15 to hjson MarcinSc 2024-05-24 21:59:41 +07:00
  • 8eca3e288e Migrated Gondor cards in set 15 to hjson MarcinSc 2024-05-24 20:50:25 +07:00
  • de8b22e351 Migrated Gollum cards in set 15 to hjson MarcinSc 2024-05-24 20:14:55 +07:00
  • 7ed0e0dbec Migrated Gandalf cards in set 15 to hjson MarcinSc 2024-05-24 19:41:52 +07:00
  • dbcc6b6f31 Migrated Elven cards in set 15 to hjson MarcinSc 2024-05-24 19:01:16 +07:00
  • b742d8ccc7 Migrated Ring and Dwarven cards in set 15 to hjson MarcinSc 2024-05-24 15:33:49 +07:00
  • 8d1c5d7960 Migrated Site cards in set 13 to hjson MarcinSc 2024-05-23 20:49:02 +07:00
  • 9d6226d230 Migrated Wraith cards in set 13 to hjson MarcinSc 2024-05-23 20:27:50 +07:00
  • 09b141bc75 Migrated Uruk-hai cards in set 13 to hjson MarcinSc 2024-05-23 20:11:40 +07:00
  • bfe5fd2151 Migrated Shire cards in set 13 to hjson MarcinSc 2024-05-23 19:40:53 +07:00
  • b51e4b5b81 Migrated Sauron cards in set 13 to hjson MarcinSc 2024-05-23 19:13:28 +07:00
  • cf36175ea5 Migrated Rohan cards in set 13 to hjson MarcinSc 2024-05-23 19:07:54 +07:00
  • 815b644018 Migrated Orc cards in set 13 to hjson MarcinSc 2024-05-23 18:15:34 +07:00