Agetian
e697c32c98
- Committing Marek's 6th batch of HOU cards + fixes.
2017-07-01 18:38:38 +00:00
Agetian
9c316b2c85
- Added AI logic for Bonds of Faith (used in PConq), marked the card as AI playable. Currently a non-generic, card-specific logic.
...
- Moved both Bonds of Faith logic and Guilty Consicence logic from AttachAi to SpecialCardAi until generalized.
2017-07-01 10:11:39 +00:00
Agetian
e44dc0155a
- Integrating Oracle updates by Indigo Dragon.
2017-06-30 18:54:04 +00:00
Agetian
5f40243f03
- Moved some already implemented updated card files over from upcoming to normal folders.
2017-06-25 02:56:36 +00:00
Agetian
5086b21fda
- AF Charm cards update: SpellDescription is no longer required for Charm, it is generated automatically from the relevant choice abilities.
2017-06-24 09:15:55 +00:00
Agetian
b30d659aeb
- Added some AI deck hints for Amonkhet cards.
2017-06-21 06:33:09 +00:00
swordshine
5ff714c139
- HOU: Add Nissa, Genesis Mage
2017-06-17 05:41:53 +00:00
Agetian
d4c4afcf0b
- Added a more conservative version of AILogic PayEnergy for PutCounter AI that only pays energy if the creature is in combat (attacking/blocking) or if there's more energy available than the most expensive energy cost of a permanent SA on the battlefield requires plus whatever the PutCounter SA requires.
...
- Set this logic for Longtusk Cub and Bristling Hydra.
- TODO: maybe somehow teach the AI to pay energy if it can save the creature from lethal damage from a spell?
2017-06-16 10:30:13 +00:00
Agetian
0da85091fe
- Integrating latest Oracle updates by Indigo Dragon.
2017-06-12 12:18:23 +00:00
Hanmac
04e55cacb6
cards: update cards with ReplaceDyingDefined
2017-06-10 17:15:34 +00:00
Agetian
3462573dd9
- Committing the latest oracle updates from Indigo Dragon.
2017-06-08 18:55:30 +00:00
Agetian
d1f930fca2
- Fixed Benefactor's Draught.
2017-05-11 04:34:23 +00:00
Hanmac
cae792a728
cards: fixed some 'Prevent all combat damage' cards
2017-05-10 04:44:21 +00:00
Hanmac
67879eb3fe
cards: fix by Force
2017-05-03 20:22:01 +00:00
Sol
2361d7e858
Migrate AKH from Upcoming to normal locations
2017-04-30 21:57:24 +00:00
Agetian
c3ec36e275
- Oracle Update: place -> put
2017-04-30 05:20:35 +00:00
Agetian
a867e79a6b
- Committing Indigo Dragon's oracle update (29 Apr).
2017-04-29 11:40:22 +00:00
Agetian
0ed79806b6
- Integrating Indigo Dragon's errata update from April 24.
2017-04-24 20:02:22 +00:00
Krazy
be3c1cbbf2
Moved everything back to cardforge.org in preparation for release
2017-04-22 05:55:17 +00:00
Hanmac
c8859142fe
cards: add AiLogic to R:GainLife cards
2017-03-19 20:27:41 +00:00
Agetian
ccdb42d9d3
- Big card text update from Indigo Dragon, part 2.
2017-03-17 18:19:34 +00:00
Agetian
db1a097945
- Big card text update from Indigo Dragon, part 1.
2017-03-17 13:06:12 +00:00
Agetian
a14f8cacd3
- Integrating further card text updates from Indigo Dragon.
2017-03-16 04:36:27 +00:00
Agetian
5a350cc95c
- Fixed a typo in updated Beast Within.
2017-03-14 13:42:05 +00:00
Agetian
694e38c6da
- Integrating card text updates from Indigo Dragon (PCA pack).
2017-03-14 13:40:48 +00:00
Agetian
2f2708b6ad
- Oracle updates from Indigo Dragon.
2017-03-07 17:12:52 +00:00
Sol
144156c497
Add Ballot Broker, Borderland Explorer, Custodi Soulcaller, Illusion of Choice (CN2)
2017-03-05 02:53:42 +00:00
Hanmac
ff539304b9
cards: update oracle for vampire tokens
2017-02-19 10:58:32 +00:00
Agetian
57151ab72b
- Fixed Blinding Beam.
2017-02-17 16:06:24 +00:00
Agetian
7b5c05b5d2
- Updated Bloodthirst on Bloodlord of Vaasgoth (in AB Animate).
2017-02-02 09:32:02 +00:00
Agetian
1a96eb8a96
- Fixed Bloodthirst hard-crashing Forge (and updated Bloodthirst cards to account for the change, consistent with other similar parametric keywords).
2017-02-02 08:18:41 +00:00
Agetian
f305ec2d87
- Added AI logic for Berserk.
...
- Some minor cleanup.
2017-01-27 15:38:40 +00:00
Agetian
b190a58775
- Renamed the AI recursion prevention parameter to make more sense.
2017-01-26 12:17:11 +00:00
Agetian
94f53e05e6
- Explicitly marked cards that use a re-entry mechanism for testing playability via canPlaySa such that they don't recursively call each other and thus risk getting into an infinite loop (fixes potential check combinations of e.g. various mana rituals + Yawgmoth's Will in AI's hand and other things like that, which would otherwise cause a stack overflow).
...
- Some simplification in the AICardMemory interface, allowing to use static methods to simplify calls.
2017-01-26 06:40:46 +00:00
Agetian
af3bca1138
- Added some AI sac preferences and logic specifications to cards.
...
- TODO: couldn't figure out why Phyrexian Dreadnought stopped working for the AI, it correctly specifies cards to sac but Dreadnought still dies despite that. Marked RemAIDeck temporarily until this is figured out.
2017-01-25 08:33:05 +00:00
pfps
1117defc09
Change about 25 lands with ETB drawbacks to code the ability as DB and move the ability description from Text field to the ability
2017-01-23 18:15:30 +00:00
pfps
0090b1116f
Change Breeding Pool replacement ability to a drawback and move old card text there.
2017-01-23 16:47:12 +00:00
Agetian
7352b7aec0
- Improved AI for Bomat Courier (this logic can also be used for other potential cards that require you to discard your hand and that then refill your hand from exile; may be expanded to other zones too if necessary).
2017-01-23 16:34:33 +00:00
Agetian
b0e9d0820f
- Made AILogic ManaRitual more generic.
...
- Marked more cards to be used with this AILogic.
2017-01-23 12:10:25 +00:00
Agetian
8447c6cda6
- Renamed AI BirthingPod to AI SacAndUpgrade.
2017-01-23 10:59:48 +00:00
Agetian
9c58609ee5
- Added a comment to Birthing Pod script.
2017-01-23 07:18:34 +00:00
Agetian
a0da5da10d
- Added AI logic for Birthing Pod and made it AI playable (TODO: make it avoid using the roundabout override mechanism for preferences to make the code cleaner)
2017-01-23 07:15:16 +00:00
pfps
0df6229c0f
Revert change to Breeding Pool, as descriptions of SVar abilities show up in card detail.
2017-01-23 02:09:30 +00:00
pfps
4965b6be5e
Descriptions for bounce land effect
2017-01-22 18:11:10 +00:00
pfps
82b1660394
Add spell description text to Breeding Pool ETB effect, for new prompt setup
2017-01-22 16:11:54 +00:00
Agetian
e864600058
- Preventing the AI from spending Phyrexian mana on some abilities on CMC 1 cards with Phyrexian-only mana that are not typically wise to spend Phyrexian on and the AI would generally use the possibility at inappropriate times.
2017-01-21 14:30:02 +00:00
Agetian
1f9f794ba3
- Fixed Opal-Eye, Konda's Yojimbo and Beacon of Destiny damage redirection (please check my fix if possible)
2017-01-17 19:38:59 +00:00
Sol
f08b8ab5e0
- Migrate upcoming to normal letter folders
2017-01-13 00:53:00 +00:00
Agetian
52512967cb
- Oracle text updates.
2017-01-09 04:47:43 +00:00
Hanmac
286e47439e
cards: update all cards that use DamageDone Replacement with DealDamage Effect
2017-01-07 17:25:16 +00:00