Skip to content

Commit

Permalink
adding all card data
Browse files Browse the repository at this point in the history
  • Loading branch information
illuminerdi committed Jun 27, 2011
1 parent 1f79abb commit 643767d
Show file tree
Hide file tree
Showing 13 changed files with 919 additions and 5 deletions.
86 changes: 86 additions & 0 deletions data/alchemy.yaml
@@ -0,0 +1,86 @@
--- !ruby/object:CardSet
cards:
- !ruby/object:Card
cost: 0
potion: true
set: :alchemy
title: Transmute
type:
- :action
- !ruby/object:Card
cost: 0
potion: true
set: :alchemy
title: Vineyard
type:
- :victory
- !ruby/object:Card
cost: 2
potion: true
set: :alchemy
title: Apothecary
type:
- :action
- !ruby/object:Card
cost: 2
set: :alchemy
title: Herbalist
type:
- :action
- !ruby/object:Card
cost: 2
potion: true
set: :alchemy
title: University
type:
- :action
- !ruby/object:Card
cost: 3
potion: true
set: :alchemy
title: Alchemist
type:
- :action
- !ruby/object:Card
cost: 3
potion: true
set: :alchemy
title: Familiar
type:
- :action
- :attack
- !ruby/object:Card
cost: 3
potion: true
set: :alchemy
title: Philosopher's Stone
type:
- :treasure
- !ruby/object:Card
cost: 3
potion: true
set: :alchemy
title: Scrying Pool
type:
- :action
- :attack
- !ruby/object:Card
cost: 4
potion: true
set: :alchemy
title: Golem
type:
- :action
- !ruby/object:Card
cost: 5
set: :alchemy
title: Apprentice
type:
- :action
- !ruby/object:Card
cost: 6
set: :alchemy
title: Possession
type:
- :action
set: :alchemy
159 changes: 159 additions & 0 deletions data/base.yaml
@@ -0,0 +1,159 @@
--- !ruby/object:CardSet
cards:
- !ruby/object:Card
cost: 2
set: :base
title: Cellar
type:
- :action
- !ruby/object:Card
cost: 2
set: :base
title: Chapel
type:
- :action
- !ruby/object:Card
cost: 2
set: :base
title: Moat
type:
- :action
- :reaction
- !ruby/object:Card
cost: 3
set: :base
title: Chancellor
type:
- :action
- !ruby/object:Card
cost: 3
set: :base
title: Village
type:
- :action
- !ruby/object:Card
cost: 3
set: :base
title: Woodcutter
type:
- :action
- !ruby/object:Card
cost: 3
set: :base
title: Workshop
type:
- :action
- !ruby/object:Card
cost: 4
set: :base
title: Bureaucrat
type:
- :action
- :attack
- !ruby/object:Card
cost: 4
set: :base
title: Feast
type:
- :action
- !ruby/object:Card
cost: 4
set: :base
title: Gardens
type:
- :victory
- !ruby/object:Card
cost: 4
set: :base
title: Militia
type:
- :action
- :attack
- !ruby/object:Card
cost: 4
set: :base
title: Moneylender
type:
- :action
- !ruby/object:Card
cost: 4
set: :base
title: Remodel
type:
- :action
- !ruby/object:Card
cost: 4
set: :base
title: Smithy
type:
- :action
- !ruby/object:Card
cost: 4
set: :base
title: Spy
type:
- :action
- :attack
- !ruby/object:Card
cost: 4
set: :base
title: Thief
type:
- :action
- :attack
- !ruby/object:Card
cost: 4
set: :base
title: Throne Room
type:
- :action
- !ruby/object:Card
cost: 5
set: :base
title: Council Room
type:
- :action
- !ruby/object:Card
cost: 5
set: :base
title: Festival
type:
- :action
- !ruby/object:Card
cost: 5
set: :base
title: Laboratory
type:
- :action
- !ruby/object:Card
cost: 5
set: :base
title: Library
type:
- :action
- !ruby/object:Card
cost: 5
set: :base
title: Market
type:
- :action
- !ruby/object:Card
cost: 5
set: :base
title: Mine
type:
- :action
- !ruby/object:Card
cost: 5
set: :base
title: Witch
type:
- :action
- :attack
- !ruby/object:Card
cost: 6
set: :base
title: Adventurer
type:
- :action
set: :base
77 changes: 77 additions & 0 deletions data/cornucopia.yaml
@@ -0,0 +1,77 @@
--- !ruby/object:CardSet
cards:
- !ruby/object:Card
cost: 2
set: :cornucopia
title: Hamlet
type:
- :action
- !ruby/object:Card
cost: 3
set: :cornucopia
title: Fortune Teller
type:
- :action
- :attack
- !ruby/object:Card
cost: 3
set: :cornucopia
title: Menagerie
type:
- :action
- !ruby/object:Card
cost: 4
set: :cornucopia
title: Farming Village
type:
- :action
- !ruby/object:Card
cost: 4
set: :cornucopia
title: Horse Traders
type:
- :action
- :reaction
- !ruby/object:Card
cost: 4
set: :cornucopia
title: Remake
type:
- :action
- !ruby/object:Card
cost: 4
set: :cornucopia
title: Tournament
type:
- :action
- !ruby/object:Card
cost: 5
set: :cornucopia
title: Harvest
type:
- :action
- !ruby/object:Card
cost: 5
set: :cornucopia
title: Horn of Plenty
type:
- :treasure
- !ruby/object:Card
cost: 5
set: :cornucopia
title: Hunting Party
type:
- :action
- !ruby/object:Card
cost: 5
set: :cornucopia
title: Jester
type:
- :treasure
- !ruby/object:Card
cost: 6
set: :cornucopia
title: Fairgrounds
type:
- :victory
set: :cornucopia

0 comments on commit 643767d

Please sign in to comment.