It is currently 15 Aug 2025, 04:32
   
Text Size

Pet Abilities

Post MTG Forge Related Programming Questions Here

Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins

Pet Abilities

Postby friarsol » 26 Jan 2011, 20:06

With the new Quest UI it's possible to buy whatever pet you want first. The Hound pet is way too strong once you purchase it's last ability. Versus slow control decks, I can push my opponent under 10 life before they even have anything interesting on the board. I'm fine with having all of the pets available at the beginning (it seemed farfetched that you had to have a fully upgraded Wolf before you were allowed to get a Crocodile). But the Hound's final Upgrade needs to be toned down.

I'm going to change my local copy to have it gain only +1/+0 and see if that seems more balanced. Maybe we can change this to have it cost something?
R: CARDNAME gets +2/+0. Use this ability only once per turn and only if CARDNAME is attacking alone. Other thoughts?
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Pet Abilities

Postby lazylockie » 26 Jan 2011, 20:18

It would be a triggered ability sol, but I think paying R for it is more reasonable than not paying at all. Put the Hound on a semi decent RDW and you can have turn 3-4 kills easily.

I think the croc needs a revamp. Landwalk abilities gave space to other kind of evasions in modern magic. 1/5 chance to work isn't much reliable even with all those duals AI uses. Croc could be a 1/3 Wither or Drudge Skeletons variant.

And I don't know if you're going to make the blue one, but it could be a Merfolk Looter, since flying is already on white with Bird.
lazylockie
 
Posts: 508
Joined: 13 Jul 2010, 22:44
Has thanked: 74 times
Been thanked: 15 times

Re: Pet Abilities

Postby Corwin72 » 27 Jan 2011, 18:23

I think that the pets should be more of Familiars and have cool one shot effects. Dropping the computer to 10 on the first third turn seems too good.

Green should be 2/2 Sac to regenerate a creature.
Blue should be 0/1 flying, sac to return target creature to it's owners hand.
Black should be 1/1 wither and regenerate itself.
White should be 0/2 tap to give +1/+1 to attacker or blocker.
Red 2/1 can't block, Sac: target creature can not block this turn.

Black may be too good.

Other options could be
White 1/1 Sac to give shroud to a permanent.
Green 1/1 Sac to put a forest in your hand.
Blue 1/1 Sac to draw a card.
Black 1/1 Sac to give target creature -1/-1 until end of turn.
Red 1/1 Sac to destroy target artifact.

Or there is the endgame option.

White 1/1 10: Creatures you control get flight and first strike until end of turn.
Blue 1/1 10: Mill 20 cards from target players library.
Black 1/1 10:Black creatures get +2/0 and swampwalk until end of turn.
Red 1/1 10:Deal 10 damage to all creatures and players.
Green 1/1 10:Creatures you control get +3/+3 and trample until end of turn.
User avatar
Corwin72
 
Posts: 793
Joined: 15 Sep 2009, 13:26
Location: Grayson, Ga
Has thanked: 25 times
Been thanked: 9 times

Re: Pet Abilities

Postby lazylockie » 27 Jan 2011, 18:52

Corwin72 wrote:Other options could be
Red 1/1 Sac to destroy target artifact.
I like this idea. Seems like a double-edged sword though: on one hand it's cool for a color having access to other colors pies, but that's also a downside, since card drawing on red can be extremely dangerous and etc.

Another problem also is that the pets are hardcoded, so it takes a bit of the freedom of templating your own pets.
lazylockie
 
Posts: 508
Joined: 13 Jul 2010, 22:44
Has thanked: 74 times
Been thanked: 15 times

Re: Pet Abilities

Postby friarsol » 27 Jan 2011, 19:15

lazylockie wrote:Another problem also is that the pets are hardcoded, so it takes a bit of the freedom of templating your own pets.
Actually, this was another thing I wanted to resolve while we were in there. We can create .txt files for Pets just like we have for real cards. This way they are easier to tweak, and they would have access to things like AFs/Triggers/All-that-fun-stuff. Then we could just have a file that lists for each level a Pet.txt and a Cost.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Pet Abilities

Postby Corwin72 » 27 Jan 2011, 19:53

R Sac: destroy target artifact?
User avatar
Corwin72
 
Posts: 793
Joined: 15 Sep 2009, 13:26
Location: Grayson, Ga
Has thanked: 25 times
Been thanked: 9 times

Re: Pet Abilities

Postby Fnoed » 06 Feb 2011, 10:41

I have committed a change that should make experimentation with pets easier, see package forge.quest.data.pets for details.
Fnoed
 
Posts: 84
Joined: 20 Dec 2010, 01:03
Has thanked: 0 time
Been thanked: 3 times

Re: Pet Abilities

Postby friarsol » 06 Feb 2011, 14:47

Fnoed wrote:I have committed a change that should make experimentation with pets easier, see package forge.quest.data.pets for details.
Definitely easier. Thanks for splitting those out. I wonder if it would be even better to have them like this:
http://code.google.com/p/cardforge/issu ... 1297003549
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Pet Abilities

Postby Fnoed » 06 Feb 2011, 17:38

Probably. The new structure allows this to be done rather easily, adding a new parsing code to QuestPetManager should do it.
I will probably do this once I have refactored more of the Quest Code.
Fnoed
 
Posts: 84
Joined: 20 Dec 2010, 01:03
Has thanked: 0 time
Been thanked: 3 times

Re: Pet Abilities

Postby friarsol » 06 Feb 2011, 18:20

Fnoed wrote:Probably. The new structure allows this to be done rather easily, adding a new parsing code to QuestPetManager should do it.
I will probably do this once I have refactored more of the Quest Code.
Cool. Feel free to set it up with zip files as you mention in the Issue. Easier to pass around is probably the better consideration than easier to tweak.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Pet Abilities

Postby Jaedayr » 10 Feb 2011, 20:40

Is the current lvl 1 hound pet supposed to be 1/1 or 0/1? When you purchase it, it says it is 1/1 but on the battlefield it is 0/1 and does not display any pic.
Jaedayr
Tester
 
Posts: 523
Joined: 08 Jul 2010, 00:06
Has thanked: 16 times
Been thanked: 13 times

Re: Pet Abilities

Postby Fnoed » 10 Feb 2011, 21:22

Boosted to 1/1 in r6287.
Fnoed
 
Posts: 84
Joined: 20 Dec 2010, 01:03
Has thanked: 0 time
Been thanked: 3 times


Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 44 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 44 users online :: 0 registered, 0 hidden and 44 guests (based on users active over the past 10 minutes)
Most users ever online was 7303 on 15 Jul 2025, 20:46

Users browsing this forum: No registered users and 44 guests

Login Form