Agetian
72f7189aeb
- Added a comment.
2017-09-16 10:46:06 +00:00
Agetian
ea2616434c
- No need to choose the best possible creature for a non-lethal Menace block.
2017-09-16 10:45:19 +00:00
Agetian
0261f25996
- AiBlockController: added a routine to try to block a Menace creature with two creatures that don't kill it but neither of which get killed as well.
2017-09-16 10:41:37 +00:00
Agetian
f5db79ce69
- Added a patch to the Starter world by Seravy.
2017-09-16 10:25:06 +00:00
Agetian
236a7c91d5
- Comment fix.
2017-09-16 10:18:05 +00:00
Agetian
c6bae2116a
- Added an extra mode to DamageDone trigger (OnlyOnce$ True) that tries to count the damage only once. Currently will do it in combat, but will not yet do it for noncombat simultaneous damage like Aura Barbs (feel free to improve).
...
- Effectively this replaces the double trigger setup for Enrage and other cards that require such a count (e.g. Fungusaur and friends).
2017-09-16 10:17:14 +00:00
Indigo Dragon
05d42d9518
Replace many " - " with "—"
2017-09-16 06:56:28 +00:00
austinio7116
19a6236fa9
Readding card based deck gen .dat files post rotation
2017-09-16 06:21:15 +00:00
austinio7116
115dbc8b12
Trying to update card based deck generation dat files
2017-09-16 06:17:23 +00:00
Agetian
03084c3ce3
- Moving IMA rankings before XLN rankings in order to maintain the historical order of sets that the file is arranged in.
2017-09-16 05:48:52 +00:00
Agetian
0260afa068
- Changed underscores to spaces in Ixalan draft rankings (hopefully it wasn't intentional that way?...)
2017-09-16 05:47:15 +00:00
Agetian
2f9044f53f
- Added a missing reference.
2017-09-16 05:18:12 +00:00
Agetian
f195e85fb8
- Improved the cleanup for Siren's Ruse.
2017-09-16 05:17:57 +00:00
Agetian
65065343f9
- [XLN] Added Siren's Ruse.
2017-09-16 05:14:46 +00:00
Agetian
50c8014977
- Hostage Taker: added Artifact.Other to ChangeZone targeting constraints.
2017-09-16 04:21:18 +00:00
Agetian
911d0a4fae
- Vance's Blasting Cannons: the trigger is optional
2017-09-16 04:18:40 +00:00
Agetian
d1bb81e404
- Arcane Adaptation: set it to affect Sideboard too for situations with cards you own outside the game ( http://magicjudge.tumblr.com/post/165378548299/the-locust-god-official )
2017-09-16 04:17:06 +00:00
Sol
76526a0b2d
No need for duplicating creature types
2017-09-16 03:19:33 +00:00
Sol
a9020d92ca
Updated XLN for Blocks and Formats
2017-09-16 01:35:14 +00:00
Sol
74be6e6c14
Adding remaining XLN cards from Marek (P-Z)
2017-09-16 01:33:44 +00:00
Sol
f203168542
Adding remaining XLN cards from Marek (A-O)
2017-09-16 01:33:01 +00:00
Sol
3c03f5fd71
Adding Trilobite type
2017-09-16 01:30:17 +00:00
Sol
8cfc9d7793
Fixing Ixalan editions file
2017-09-16 00:17:48 +00:00
kevlahnota
ec5c500b8f
Fix lag I introduced. Just learned that we should never create an instance of a new object inside the render call, because it will create a new instance every draw call.
2017-09-15 20:53:46 +00:00
austinio7116
8f7cbeb4ab
First draftsim rankings added for XLN
2017-09-15 20:32:46 +00:00
Agetian
fb32273477
- Corrected a token name.
2017-09-15 16:42:45 +00:00
Agetian
1be49e8d8a
- ComputerUtilCombat: attempt to prevent the combat AI from counting the Flanking debuff twice when predicting the power bonus of blocker.
2017-09-15 16:39:20 +00:00
Agetian
b7edc01952
- Working out some TODO items in Ixalan card scripts (treasure token images, previously unconfirmed P/T).
2017-09-15 16:12:37 +00:00
Agetian
0470878ddf
- KLD+ Fat packs should be named Bundle.
2017-09-15 16:08:21 +00:00
Agetian
d07a65d553
- Bundle and Booster Box info for Ixalan.
2017-09-15 16:00:18 +00:00
Agetian
58218f10da
- Added booster generation info to Ixalan.txt.
2017-09-15 15:57:59 +00:00
Agetian
690eebb6a1
- Added Trilobite creature type.
2017-09-15 15:52:58 +00:00
Agetian
9bd9936781
- Fixed capitalization in Ixalan.txt.
2017-09-15 15:40:01 +00:00
Indigo Dragon
bf62325329
Added Ixalan.txt Edition File
2017-09-15 15:38:08 +00:00
Agetian
a3775e0b57
- Fixed Deathgorge Scavenger and improved AI logic for it.
2017-09-15 15:38:02 +00:00
Agetian
03c0794b48
- Some improvements to the Aristocrats and Electrostatic Pummeler AI logic.
2017-09-15 15:08:31 +00:00
Agetian
b5edcaf5ac
- Added a missing reference to Liliana, Defiant Necromancer.
2017-09-15 14:54:37 +00:00
kevlahnota
3723a4e656
Update fastReplace (return null if source string is null)
2017-09-15 14:46:29 +00:00
Agetian
b332038722
- Fixed the AI trying to flip Sasaya, Orochi Ascendant endlessly without satisfying its condition.
...
- Several script fixes from Marek.
2017-09-15 14:08:27 +00:00
Agetian
33df8dd5eb
- PermanentAi: commented out the check of Planeswalker uniqueness by subtype (no longer relevant past Ixalan).
2017-09-15 09:48:29 +00:00
kevlahnota
7e982b327b
Refactor some String.replace to use TextUtil.fastReplace
2017-09-15 09:01:58 +00:00
Agetian
91585464bd
- [XLN] Added 4 cards by Marek.
2017-09-15 06:35:52 +00:00
Agetian
3c3f494034
- Simultaneous combat damage pass 2: "X is dealt combat damage" card update
2017-09-15 06:34:44 +00:00
Agetian
87cbc6229a
- Fixed Soul Link.
2017-09-15 05:59:45 +00:00
Agetian
bd10364d27
- Simultaneous combat damage pass 1: "deals combat damage to X" card update
2017-09-15 05:52:08 +00:00
Agetian
36721dde56
- A tweak to the previous commit.
2017-09-15 05:14:05 +00:00
Agetian
6a74bd841a
- Improved TriggerCombatDamageDoneOnce to propagate the amount of damage dealt to targets.
...
- Corrected Armadillo Cloak and Fungusaur as implementation examples for simultaneous combat damage (simultaneous noncombat damage like Aura Barbs is still impossible as of yet, feel free to improve if you know how).
2017-09-15 05:12:55 +00:00
Agetian
093b5451c3
- Some XLN fixes.
2017-09-15 04:12:13 +00:00
Agetian
896dff3fdc
- [XLN] Added 15/09 cards by Marek.
2017-09-15 04:09:12 +00:00
kevlahnota
e8e23603c3
Rotate Plane/Phenomenon on FOptionPane
2017-09-14 22:47:56 +00:00