Page 1 of 1

Question about SVN Commit

PostPosted: 26 Dec 2010, 21:52
by Jaedayr
I just made my first commit, r4652 and I think it worked. Could someone please check and make sure it is fine? The only thing I don't understand is that it added Properties and I don't recall seeing that on other recent new cards.

Re: Question about SVN Commit

PostPosted: 26 Dec 2010, 23:21
by Chris H.
Jaedayr wrote:I just made my first commit, r4652 and I think it worked. Could someone please check and make sure it is fine? The only thing I don't understand is that it added Properties and I don't recall seeing that on other recent new cards.
`
The enPump keyword has two forms. The enPumpCurse form is used for auras that the AI should attach to the human's creatures. Weakness is a good example. I provide the card txt file contents below for this card:

Code: Select all
Name:Weakness
ManaCost:B
Types:Enchantment Aura
Text:Enchanted creature gets -2/-1.
K:Enchant creature
K:enPumpCurse:-2/-1
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/weakness.jpg
SetInfo:LEB|Common|http://magiccards.info/scans/en/be/43.jpg
SetInfo:5ED|Common|http://magiccards.info/scans/en/5e/67.jpg
SetInfo:4ED|Common|http://magiccards.info/scans/en/4e/54.jpg
SetInfo:M10|Common|http://magiccards.info/scans/en/m10/121.jpg
SetInfo:3ED|Common|http://magiccards.info/scans/en/rv/44.jpg
SetInfo:2ED|Common|http://magiccards.info/scans/en/un/43.jpg
End
`

Re: Question about SVN Commit

PostPosted: 28 Dec 2010, 00:14
by DennisBergkamp
It looks like it committed ok :)