-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
whoops heres the other half. tested with following arbor elf test card
[card] name=Arbor Elf auto={0}:add{1} auto={0}:add{r} auto={0}:name(waste) add{waste} auto={waste}:life:1 auto={3}:damage:1 auto={1}{waste}:moveto(mybattlefield) target(<2>*|mylibrary) text={T}: Untap target Forest. mana={0} type=Creature subtype=Elf Druid power=12 toughness=12 [/card]
- Loading branch information
1 parent
80d0ee4
commit 7639e18
Showing
3 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7639e18
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is my styling so off? if looks fine in the ide but when i commit things they come out like 4 tabbed?
7639e18
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
side note: went with "waste" instead of "c" because of conflicts with abilities, c has always been used for counters in wagic. waste because thats the first and only basic land that mtg has that produces that exclusively.
7639e18
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can build but have a crash as soon as I select a deck.
7639e18
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Crash would be in the card code, check the card you are testing with.
7639e18
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will do one of 2 things here, if you are still using "c" it will crash as a counter cost, if you mistyped waste it will crash as a hybrid cost.
7639e18
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh make sure its all lowercase. Not sure when but wagic has stopped automatically dropping everything to lower case before parsing. Ive noticed cost getting parsed however you write them.
7639e18
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a profile with old decks but no cards that use the new c cost. It crashes on me. Ill upload my profile later so you can check. Previous build don't have crash.