Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Knights Of The Frozen Throne #376

Open
TarCreeper opened this issue Aug 7, 2017 · 5 comments
Open

Knights Of The Frozen Throne #376

TarCreeper opened this issue Aug 7, 2017 · 5 comments

Comments

@TarCreeper
Copy link

I have created many cards of KOTFT, but there are many cards(in addition to DKs) that i can't create. If anyone is able to create these cards, he will be so gentle:

Cards most important that i'm not able to create are:
-Moorabi
-Treachery
-Recast Spells
-Fatespinner(I think that is impossible to create until a nex patch)
-Professor Putricide
-"Lose Divine Shield" cards: Light's Sorrow and Bolvar, Fireblood
-Archbishop Benedictus
-Dead Man's Hand
-Gnomeferatu
-Animated Berserker(When I play the cards, the game crashes)

@alexbonasera
Copy link

Treachery was pretty simple. Just a mind control but the target is friendly minions and the target player is your opponent.

{
"name": "Treachery",
"baseManaCost": 3,
"type": "SPELL",
"heroClass": "WARLOCK",
"rarity": "EPIC",
"description": "Choose a friendly minion. Your opponent gains control of it.",
"targetSelection": "FRIENDLY_MINIONS",
"spell": {
"class": "MindControlSpell",
"targetPlayer": "OPPONENT"
},
"collectible": true,
"set": "KNIGHTS_OF_THE_FROZEN_THRONE",
"fileFormatVersion": 1
}

I also got Bolvar Fireblood and Light's Sorrow to work but it required setting up a new event and trigger for losing divine shield.

@TarCreeper
Copy link
Author

Thanks for treachery.

@webadict
Copy link
Collaborator

webadict commented Aug 8, 2017

Recast cards should be doable. I have a few I created, but I don't know if they activate additional SpellCast events

@alexbonasera
Copy link

@webadict according to Matthew Place's twitter https://twitter.com/ThePlaceMatt/status/891049164712181760

They "recast" doesn't count as a spell cast by you. So won't trigger Auctioneer or increase your spell count for Yogg.

@webadict
Copy link
Collaborator

webadict commented Aug 8, 2017

Thank goodness. That should be doable then. I can write those easily.

I'll try and get the changes we need done eventually, but I'll push what I have to my branch when I have time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants