It is currently 07 Nov 2025, 05:37
   
Text Size

Mind Funeral (Mill) Deck

Moderator: CCGHQ Admins

Re: Mind Funeral (Mill) Deck

Postby Master Necro » 14 May 2013, 06:10

East Bay wrote:
NEMESiS wrote:

The mana ability works fine it just needs these functions:

The problem is that it needs to become both a blue and black horror creature because right now its just an artifact.
Yeah I had your Doom of Fools deck installed when testing but the reason I said mana tokens is because it uses its own mana to become a 2/2 artifact creature.

The Horror part is easy:
Code: Select all
    <CONTINUOUS_ACTION layer="4">
    local characteristics = Object():GetCurrentCharacteristics()
    characteristics:SubType_GetWritable(Object()):Add( CREATURE_TYPE_HORROR , Object() )
    </CONTINUOUS_ACTION>
Adding colors will be the tricky part :wink:
I'm far away from being a decent modder but it looks to me like it's an activated ability, is there a way to make an active ability that would just replace the kayrune with a token card from the description for one turn only?
User avatar
Master Necro
 
Posts: 259
Joined: 24 Apr 2013, 18:25
Has thanked: 83 times
Been thanked: 21 times

Re: Mind Funeral (Mill) Deck

Postby thefiremind » 14 May 2013, 08:05

Master Necro wrote:I'm far away from being a decent modder but it looks to me like it's an activated ability, is there a way to make an active ability that would just replace the kayrune with a token card from the description for one turn only?
In fact you need to put the code in an activated ability.
Copy the "animate" code from Awakener Druid, make its triggered ability an activated ability (don't forget to add the cost), remove TARGET_DEFINITION, TARGET_DETERMINATION and PLAY_TIME_ACTION, substitute EffectDC():Get_Targets(0):Get_CardPtr(0) with EffectSource(), and change the other parameters as needed (4/5 with 2/2, CREATURE_TYPE_TREEFOLK with CREATURE_TYPE_HORROR, etc.), and of course change the DURATION to an "UntilEOT" duration.
< Former DotP 2012/2013/2014 modder >
Currently busy with life...
User avatar
thefiremind
Programmer
 
Posts: 3515
Joined: 07 Nov 2011, 10:55
Has thanked: 118 times
Been thanked: 722 times

Re: Mind Funeral (Mill) Deck

Postby Master Necro » 14 May 2013, 08:41

thefiremind wrote:
Master Necro wrote:I'm far away from being a decent modder but it looks to me like it's an activated ability, is there a way to make an active ability that would just replace the kayrune with a token card from the description for one turn only?
In fact you need to put the code in an activated ability.
Copy the "animate" code from Awakener Druid, make its triggered ability an activated ability (don't forget to add the cost), remove TARGET_DEFINITION, TARGET_DETERMINATION and PLAY_TIME_ACTION, substitute EffectDC():Get_Targets(0):Get_CardPtr(0) with EffectSource(), and change the other parameters as needed (4/5 with 2/2, CREATURE_TYPE_TREEFOLK with CREATURE_TYPE_HORROR, etc.), and of course change the DURATION to an "UntilEOT" duration.
Since I don't have any older MTGDP game before 2013 and the Awakener Druid doesn't seem to be in any of the mayor mods could you send the card code my way? :)
User avatar
Master Necro
 
Posts: 259
Joined: 24 Apr 2013, 18:25
Has thanked: 83 times
Been thanked: 21 times

Re: Mind Funeral (Mill) Deck

Postby thefiremind » 14 May 2013, 09:16

Actually, Awakener Druid is in the DotP2013 core...
< Former DotP 2012/2013/2014 modder >
Currently busy with life...
User avatar
thefiremind
Programmer
 
Posts: 3515
Joined: 07 Nov 2011, 10:55
Has thanked: 118 times
Been thanked: 722 times

Re: Mind Funeral (Mill) Deck

Postby NEMESiS » 14 May 2013, 10:50

East Bay wrote:
NEMESiS wrote:

The mana ability works fine it just needs these functions:

The problem is that it needs to become both a blue and black horror creature because right now its just an artifact.
Yeah I had your Doom of Fools deck installed when testing but the reason I said mana tokens is because it uses its own mana to become a 2/2 artifact creature.
Not from my experience. I just tested it right now, 2 islands and 2 swamps and I didn't have to press control to select the mana source:

Image


The only time that it used its own mana was when it was the only source for {U} on the field.


EDIT: Apparently it automatically uses it own mana if you have set to produce {B} but not when making {U} :?
User avatar
NEMESiS
 
Posts: 460
Joined: 03 Jan 2013, 04:02
Location: Pools of Becoming
Has thanked: 70 times
Been thanked: 21 times

Re: Mind Funeral (Mill) Deck

Postby East Bay » 14 May 2013, 22:09

NEMESiS wrote:Apparently it automatically uses it own mana if you have set to produce {B} but not when making {U} :?
I added a colorless mana under the {U} mana ability you can't use it but it's there.

Also got the color working forgot to add a u for colour lol
Code: Select all
   <CONTINUOUS_ACTION layer="5">
   local characteristics = Object():GetCurrentCharacteristics()
   characteristics:Colour_Get():Add(COLOUR_BLACK)
   characteristics:Colour_Get():Add(COLOUR_BLUE)
   </CONTINUOUS_ACTION>
Attachments
keyrune.rar
I put the functions inside
(415.31 KiB) Downloaded 275 times
User avatar
East Bay
 
Posts: 85
Joined: 17 Mar 2013, 02:05
Has thanked: 33 times
Been thanked: 30 times

Re: Mind Funeral (Mill) Deck

Postby NEMESiS » 15 May 2013, 01:44

I noticed it, the card seems to be hit or miss when using its own mana ability to transform. I don't know if there is a way to prioritize other mana sources.
User avatar
NEMESiS
 
Posts: 460
Joined: 03 Jan 2013, 04:02
Location: Pools of Becoming
Has thanked: 70 times
Been thanked: 21 times

Previous

Return to 2013

Who is online

Users browsing this forum: No registered users and 4 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 4 users online :: 0 registered, 0 hidden and 4 guests (based on users active over the past 10 minutes)
Most users ever online was 9298 on 10 Oct 2025, 12:54

Users browsing this forum: No registered users and 4 guests

Login Form