How best to contribute?
 Posted: 06 Jan 2011, 21:30
Posted: 06 Jan 2011, 21:30I stumbled upon Forge a bit over a week ago and have been throughly enjoying. I would like to contribute to the project in some way and I'm curious about how I could get started with that.
As practice I have written card files for Devastate and Stormwatch Eagle. They are shown below:
Additionaly, I was looking at implementing Ashnod's Sacrifice and I was wondering whether it made sense to make an AbilityFactory for mana producing abilities. Sorry if that's a dumb idea.
Anyway, if that's all up to snuff, how would I got about getting the above cards added to the svn repository?
Thanks and keep up the great work.
			As practice I have written card files for Devastate and Stormwatch Eagle. They are shown below:
- Code: Select all
- Name:Devastate
 ManaCost:3 R R
 Types:Sorcery
 Text:no text
 A:SP$Destroy | Cost$ 3 R R | ValidTgts$ Land | TgtPrompt$ Select target land. | SubAbility$ SVar=DBDamageAll | SpellDescription$ Destroy target land. CARDNAME does 1 damage to each creature and each player.
 SVar:DBDamageAll:DB$DamageAll | NumDmg$ 1 | ValidCards$ Creature | ValidPlayers$ Each | ValidDescription$ each creature and each player.
 SVar:Rarity:Uncommon
 SVar:Picture:http://www.wizards.com/global/images/magic/general/devastate.jpg
 End
- Code: Select all
- Name:Stormwatch Eagle
 ManaCost:3 U
 Types: Creature Bird
 Text:no text
 PT:2/1
 A:AB$ChangeZone | Cost$ Sac<1/Land> | CostDesc$ Sacrifice a land | Origin$ Battlefield | Destination$ Hand | Target$ CARDNAME | SpellDescription$ Return CARDNAME to its owner's hand.
 SVar:Rarity:Common
 SVar:Picture:http://www.wizards.com/global/images/magic/general/stormwatch_eagle.jpg
 End
Additionaly, I was looking at implementing Ashnod's Sacrifice and I was wondering whether it made sense to make an AbilityFactory for mana producing abilities. Sorry if that's a dumb idea.
Anyway, if that's all up to snuff, how would I got about getting the above cards added to the svn repository?
Thanks and keep up the great work.