It is currently 16 Apr 2024, 16:50
   
Text Size

Card wishlist

Moderators: ubeefx, beholder, melvin, ShawnieBoy, Lodici, CCGHQ Admins

Re: Card wishlist

Postby jerichopumpkin » 17 Feb 2016, 20:20

since Gravecrawler has been added, I was wondering if Crucible of Worlds is now implementable
jerichopumpkin
 
Posts: 212
Joined: 12 Sep 2013, 11:21
Has thanked: 19 times
Been thanked: 13 times

Re: Card wishlist

Postby ShawnieBoy » 17 Feb 2016, 21:46

jerichopumpkin wrote:since Gravecrawler has been added, I was wondering if Crucible of Worlds is now implementable
Unfortunately no :(
Cards that can return themselves are do-able, permanents that give other cards an 'ability' are not, as yet.

(Ignore Varolz, the Scar-Striped - he's implemented as an activated ability on Varolz targeting a card in the graveyard, not really correct)
User avatar
ShawnieBoy
Programmer
 
Posts: 601
Joined: 02 Apr 2012, 22:42
Location: UK
Has thanked: 80 times
Been thanked: 50 times

Re: Card wishlist

Postby jerichopumpkin » 17 Feb 2016, 23:45

ShawnieBoy wrote:
jerichopumpkin wrote:since Gravecrawler has been added, I was wondering if Crucible of Worlds is now implementable
Unfortunately no :(
Cards that can return themselves are do-able, permanents that give other cards an 'ability' are not, as yet.

(Ignore Varolz, the Scar-Striped - he's implemented as an activated ability on Varolz targeting a card in the graveyard, not really correct)
mmmmh what about using the same trick? All right, that may not be correct, but if it works... Only if you can make it count towards the land limit, of course

Edit: That workaround should work also for Fastbond, it's a bit stretched, but you can rephrase it in "Pay 1 life: you can play an additional land this turn"
jerichopumpkin
 
Posts: 212
Joined: 12 Sep 2013, 11:21
Has thanked: 19 times
Been thanked: 13 times

Re: Card wishlist

Postby ShawnieBoy » 18 Feb 2016, 00:53

jerichopumpkin wrote:mmmmh what about using the same trick? All right, that may not be correct, but if it works... Only if you can make it count towards the land limit, of course

Edit: That workaround should work also for Fastbond, it's a bit stretched, but you can rephrase it in "Pay 1 life: you can play an additional land this turn"
I'm very much against changing the text of cards - they should function as they are written. Currently Arrest and similar cards can turn off Varolz, the Scar-Striped scavenge ability. As would the proposed workaround with Crucible of Worlds enchanted with Encrust. These are not how they should work.

Fastbond deals damage, it doesn't cause loss of life, so should trigger 'damage dealt' abilities and be prevented by cards like Alabaster Wall.
Fastbond + Opalescence + Lifelink should work to your advantage.

I know it can be frustrating not to be able to have particular cards available, but we're working on it! :)
User avatar
ShawnieBoy
Programmer
 
Posts: 601
Joined: 02 Apr 2012, 22:42
Location: UK
Has thanked: 80 times
Been thanked: 50 times

Re: Card wishlist

Postby melvin » 18 Feb 2016, 01:11

Fastbond can be implemented as written (after adding setMaxLands to MagicGame) without any workaround.
User avatar
melvin
AI Programmer
 
Posts: 1062
Joined: 21 Mar 2010, 12:26
Location: Singapore
Has thanked: 36 times
Been thanked: 459 times

Re: Card wishlist

Postby ShawnieBoy » 18 Feb 2016, 11:00

melvin wrote:Fastbond can be implemented as written (after adding setMaxLands to MagicGame) without any workaround.
What would be the best way of checking a land has been played instead of just entering the battlefield? (Prevent it functioning like landfall)

They don't use the stack (so I can't look there), they have no cost, and cards can be 'put' onto the battlefield instead of being played, so looking at if they came from the hand isn't robust enough either. :?

This would enable Burgeoning, Dirtcowl Wurm, Hidden Stag, Horn of Greed, Mercadian Atlas and Pangosaur as well
User avatar
ShawnieBoy
Programmer
 
Posts: 601
Joined: 02 Apr 2012, 22:42
Location: UK
Has thanked: 80 times
Been thanked: 50 times

Re: Card wishlist

Postby ShawnieBoy » 18 Feb 2016, 13:12

Would require a different trigger, as MagicHandCastActivation determines the playing of a land (it's where the landPlayed count increases), but uses PlayCardAction which is also used for 'put'.

edit : false start
User avatar
ShawnieBoy
Programmer
 
Posts: 601
Joined: 02 Apr 2012, 22:42
Location: UK
Has thanked: 80 times
Been thanked: 50 times

Re: Card wishlist

Postby muppet » 29 Feb 2016, 12:02

is Cryptic Command now possible to do given you managed to do charms with multiple options?
muppet
Tester
 
Posts: 590
Joined: 03 Aug 2011, 14:37
Has thanked: 33 times
Been thanked: 30 times

Re: Card wishlist

Postby ShawnieBoy » 29 Feb 2016, 12:44

muppet wrote:is Cryptic Command now possible to do given you managed to do charms with multiple options?
Unfortunately modal spells with multiple choices (choose two, choose three) are not currently supported.
User avatar
ShawnieBoy
Programmer
 
Posts: 601
Joined: 02 Apr 2012, 22:42
Location: UK
Has thanked: 80 times
Been thanked: 50 times

Re: Card wishlist

Postby plrmag7388 » 05 May 2016, 23:50

circle of protection (all)
phantasmal terrain
plrmag7388
 
Posts: 1
Joined: 05 May 2016, 23:47
Has thanked: 0 time
Been thanked: 0 time

Re: Card wishlist

Postby muppet » 09 May 2016, 17:38

I have been trying to get the power cards of the current standard to work I am vaguely close to Kalitas, Traitor of Ghet but not certain my fix will be accepted nor really do I have any idea what I am doing :-). Will post again when I add the final detail, which is to move the card from battlefield only to gy i'm guessing there is an act.from(MagicLocationType.Battlefield) command or similar will look it up.

I tried Archangel Avacyn but not quite working yet too and Arlinn Kord was another attempt, and the final failure was Sorinn. Will yell if I get those working happily too.
muppet
Tester
 
Posts: 590
Joined: 03 Aug 2011, 14:37
Has thanked: 33 times
Been thanked: 30 times

Re: Card wishlist

Postby chandra90 » 09 May 2016, 21:32

Please add [url]Plasm Capture[/url]. I can not find it
chandra90
 
Posts: 3
Joined: 09 May 2016, 21:16
Has thanked: 0 time
Been thanked: 0 time

Re: Card wishlist

Postby hong yie » 10 May 2016, 02:59

chandra90 wrote:Please add [url]Plasm Capture[/url]. I can not find it
as i know, magarena still haven't support cards with "mana pool" ability. The elves' mana source ability that's being implemented right now is not perfect.
User avatar
hong yie
Programmer
 
Posts: 216
Joined: 10 Mar 2013, 06:44
Location: Jakarta
Has thanked: 75 times
Been thanked: 9 times

Re: Card wishlist

Postby muppet » 10 May 2016, 09:29

Ok I got Kalitas to work what do I do with the script and groovy?
It works perfectly the only thing you might not like is if you have both a zombie and a vampire to sacrifice you get two buttons for the sac ability left one is vampire right one zombie.
muppet
Tester
 
Posts: 590
Joined: 03 Aug 2011, 14:37
Has thanked: 33 times
Been thanked: 30 times

Re: Card wishlist

Postby melvin » 10 May 2016, 12:35

muppet wrote:Ok I got Kalitas to work what do I do with the script and groovy?
It works perfectly the only thing you might not like is if you have both a zombie and a vampire to sacrifice you get two buttons for the sac ability left one is vampire right one zombie.
Submit it on Project Firemind, https://www.firemind.ch/card_script_submissions/new It is advisable to login to Project Firemind first so that the submission is corrected attributed to you, otherwise it will be attributed to the name Guest.
User avatar
melvin
AI Programmer
 
Posts: 1062
Joined: 21 Mar 2010, 12:26
Location: Singapore
Has thanked: 36 times
Been thanked: 459 times

PreviousNext

Return to Magarena

Who is online

Users browsing this forum: No registered users and 25 guests


Who is online

In total there are 25 users online :: 0 registered, 0 hidden and 25 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 25 guests

Login Form