Commit Graph

31 Commits (5e54d8ab9054a15748e03af8c1e9ac2bc0d1b3e4)

Author SHA1 Message Date
Ada Joule 5e54d8ab90 Remove "to mana pool" from abilities that produce mana (#1558)
* Make "to your mana pool" optional in mana abilities

* Remove "to your mana pool" entirely

* Remove "to your mana pool" in card scripts

* Remove "to your mana pool" in scripts_missing

* Remove "to your mana pool" from other places

* Remove "to [anyone's] mana pool"
2018-04-15 08:32:42 +08:00
melvinzhang f47b026899 correct URL to use https to avoid redirect, for #295 2017-09-19 22:38:53 +08:00
melvinzhang c45bf46c4c replace "put token" with "create token" 2016-10-12 20:56:30 +08:00
ShawnieBoy c3f524cf82 replace generic mana with colorless mana for mana generation 2015-12-31 19:42:33 +00:00
ShawnieBoy 5131bca6f3 reparse scripts folder for imageURL 2015-03-21 22:16:12 +00:00
melvin fbb8b57ae7 replace if condition with more specific trigger 2014-08-19 11:42:55 +08:00
ShawnieBoyUK@gmail.com 8e6cdb75c6 Remove URL property from scripts (no longer required for oracle text) 2014-05-21 00:00:52 +01:00
ShawnieBoyUK@gmail.com 8003aadde2 Add oracle property to all files 2014-05-17 18:15:27 +01:00
melvin f35fe2c837 update card value 2014-03-29 16:52:45 +08:00
melvin 99b7c55883 generate url property from card name 2014-03-05 15:07:14 +08:00
melvin 06abedbb95 update card value 2014-02-23 22:12:43 +08:00
melvin 51514192f0 updated value from gatherer 2013-12-30 10:14:15 +08:00
melvin 46f730491a updated card values 2013-11-30 13:15:53 +08:00
melvin d9c6fb5f5b use card images from mtgimage.com 2013-11-29 13:41:43 +08:00
melvin c63a29c45c update card values 2013-10-26 21:37:44 +08:00
melvin 7a8cb4aae0 update value 2013-08-31 18:20:25 +08:00
melvin cf69709b83 updated card value 2013-07-27 18:03:30 +08:00
melvin ef1d8b6dda updated card value 2013-06-30 10:01:36 +08:00
melvin 3496fce1ac updated card value 2013-05-25 13:46:37 +08:00
melvin 8cecea504c convert from java code to groovy code 2013-05-18 21:23:38 +08:00
melvin c84444ad45 updated value and correct name for Trostani's Judgment 2013-02-23 12:11:58 +08:00
melvin 5e74b605af updated card values 2012-10-31 21:21:18 +08:00
melvin 939de1eb65 updated value from gatherer 2012-09-30 13:53:33 +08:00
melvin 4ac6e784a3 updated values 2012-08-24 13:31:02 +08:00
melvin 44638b4d74 get value for non token cards from gatherer rating 2012-08-09 14:37:46 +08:00
melvin 6f933610db compute color of card from its mana cost 2012-07-03 17:30:32 +08:00
melvin f56a998136 removed explit setting of converted mana cost, instead derive it from the mana cost 2012-06-22 20:48:37 +08:00
melvin f47e0ebd4e card script now uses Java properties file format
card script is loaded using Properties.load instead of an ad-hoc parser.

name of card is declared using the "name=<card name>" format.

abilities must all be declared from a single property, there cannot be
multiple lines with "ability=".
2012-05-20 11:38:38 +08:00
melvin 1cda730819 removed empty lines 2011-11-30 11:15:13 +08:00
melvin 4d73acb43a add requires_card_code keyword to cards that make use of card specific code, split tokens.txt into multiple card scripts 2011-11-11 10:58:45 +08:00
melvin 884fe66cb5 created a Magarena folder under release to mirror the structure of the actual release 2011-11-08 17:26:28 +08:00