It is currently 28 Apr 2024, 19:11
   
Text Size

Snow lands

Post MTG Forge Related Programming Questions Here

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

Snow lands

Postby Sloth » 20 Oct 2009, 15:19

When adding Skred, I realized that the snow lands were not implemented. Here they are:

Cards.txt:
Code: Select all
Snow-Covered Forest
no cost
Basic Land Forest Snow
no text
tap: add G

Snow-Covered Mountain
no cost
Basic Land Mountain Snow
no text
tap: add R

Snow-Covered Plains
no cost
Basic Land Plains Snow
no text
tap: add W

Snow-Covered Island
no cost
Basic Land Island Snow
no text
tap: add U

Snow-Covered Swamp
no cost
Basic Land Swamp Snow
no text
tap: add B

Arctic Flats
no cost
Land Snow
no text
Comes into play tapped.
tap: add W
tap: add G

Boreal Shelf
no cost
Land Snow
no text
Comes into play tapped.
tap: add W
tap: add U

Frost Marsh
no cost
Land Snow
no text
Comes into play tapped.
tap: add U
tap: add B

Highland Weald
no cost
Land Snow
no text
Comes into play tapped.
tap: add R
tap: add G

Tresserhorn Sinks
no cost
Land Snow
no text
Comes into play tapped.
tap: add B
tap: add R
and card-pictures.txt:
Code: Select all
snow_covered_forest.jpg            http://www.wizards.com/global/images/magic/general/snow_covered_forest.jpg
snow_covered_mountain.jpg         http://www.wizards.com/global/images/magic/general/snow_covered_mountain
snow_covered_swamp.jpg            http://www.wizards.com/global/images/magic/general/snow_covered_swamp.jpg
snow_covered_plains.jpg            http://www.wizards.com/global/images/magic/general/snow_covered_plains.jpg
snow_covered_island.jpg              http://www.wizards.com/global/images/magic/general/snow_covered_island.jpg
arctic_flats.jpg              http://www.wizards.com/global/images/magic/general/arctic_flats.jpg
boreal_shelf.jpg            http://www.wizards.com/global/images/magic/general/boreal_shelf.jpg
frost_marsh.jpg               http://www.wizards.com/global/images/magic/general/frost_marsh.jpg
highland_weald.jpg            http://www.wizards.com/global/images/magic/general/highland_weald.jpg
tresserhorn_sinks.jpg            http://www.wizards.com/global/images/magic/general/tresserhorn_sinks.jpg
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

Re: Snow lands

Postby Rob Cashwalker » 20 Oct 2009, 17:56

Snow is a supertype, which means a change might need to be made for the parser to put it before the dash.

The Count$ function doesn't care, but the text formatting might.

I don't know if zerker's mana system would handle the snow quality of mana, but if not, I'm sure he's been working on it. And it mostly doesn't matter, since the mana still works as normal, it's other cards that care about the source of mana, and none of them use it in the casting cost, just abilities.
The Force will be with you, Always.
User avatar
Rob Cashwalker
Programmer
 
Posts: 2167
Joined: 09 Sep 2008, 15:09
Location: New York
Has thanked: 5 times
Been thanked: 40 times

Re: Snow lands

Postby Marek14 » 20 Oct 2009, 19:50

Rob Cashwalker wrote:Snow is a supertype, which means a change might need to be made for the parser to put it before the dash.

The Count$ function doesn't care, but the text formatting might.

I don't know if zerker's mana system would handle the snow quality of mana, but if not, I'm sure he's been working on it. And it mostly doesn't matter, since the mana still works as normal, it's other cards that care about the source of mana, and none of them use it in the casting cost, just abilities.
I wrote about special types of mana before (Feature request thread, I think), and I mentioned how snow mana might be implemented.

Besides, the snow quality should be handled by rules and not individual cards because snow supertype can be gained or lost (Thermal Flux, for example).
Marek14
Tester
 
Posts: 2761
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 297 times

Re: Snow lands

Postby zerker2000 » 21 Oct 2009, 03:11

It most definitely cannot handle snow mana, that might be possible to add in though. As for rules, it's a simple matter of adding "Card.isSnow()" and "if (am.getSourceCard().isSnow())" in the appropriate spot.
O forest, hold thy wand'ring son
Though fears assail the door.
O foliage, cloak thy ravaged one
In vestments cut for war.


--Eladamri, the Seed of Freyalise
zerker2000
Programmer
 
Posts: 569
Joined: 09 May 2009, 21:40
Location: South Pasadena, CA
Has thanked: 0 time
Been thanked: 0 time


Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 100 guests


Who is online

In total there are 100 users online :: 0 registered, 0 hidden and 100 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 100 guests

Login Form