class Card::Monster

Attributes

power_cost[RW]

Public Class Methods

cultist() click to toggle source
# File lib/ascension/card.rb, line 122
def cultist
  new(:power_cost => 2, :name => "Cultist", :honor_earned => 1)
end
cultist_standin() click to toggle source
# File lib/ascension/card.rb, line 125
def cultist_standin
  new(:power_cost => 2, :name => "Cultist Standin", :honor_earned => 1)
end
cultist_standin2() click to toggle source
# File lib/ascension/card.rb, line 128
def cultist_standin2
  new(:power_cost => 2, :name => "Cultist Standin2", :honor_earned => 1)
end